Skip to content

Commit

Permalink
Link to Python lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Kitzes committed Dec 11, 2015
1 parent b3f9364 commit 258b799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ <h3>Day 1</h3>
<tr> <td>09:00-9:30</td> <td>Setup and Introductions</td> </tr>
<tr> <td>09:30-10:45</td> <td><a href="lessons/shell/">Introducing the Shell</a></td> </tr>
<tr> <td>10:45-11</td> <td>Break</td> </tr>
<tr> <td>11:00-12:30</td> <td>Scientific Programming I</td> </tr>
<tr> <td>11:00-12:30</td> <td><a href="lessons/python/">Scientific Programming I</a></td> </tr>
<tr> <td>12:30-1:30</td> <td>Lunch break</td> </tr>
<tr> <td>1:30-3:00</td> <td>Scientific Programming I and II</td> </tr>
<tr> <td>1:30-3:00</td> <td><a href="lessons/python/">Scientific Programming I and II</a></td> </tr>
<tr> <td>3:00-3:15</td> <td>Break</td> </tr>
<tr> <td>3:15-5:00</td> <td>Scientific Programming II and Wrap Up</td> </tr>
<tr> <td>3:15-5:00</td> <td><a href="lessons/python/">Scientific Programming II and Wrap Up</a></td> </tr>
</table>
</div>
<div class="col-md-6">
Expand All @@ -172,9 +172,9 @@ <h3>Day 2</h3>
<tr> <td>10:30-10:45</td> <td>Break</td> </tr>
<tr> <td>10:45-12:30</td> <td><a href="lessons/git/">Version control II</a></td> </tr>
<tr> <td>12:30-1:30</td> <td>Lunch</td> </tr>
<tr> <td>1:30-3:00</td> <td>Software Design and Testing</td> </tr>
<tr> <td>1:30-3:00</td> <td><a href="lessons/python/testing.html">Modules and Testing</a></td> </tr>
<tr> <td>3:00-3:15</td> <td>Break</td> </tr>
<tr> <td>3:15-5:00</td> <td>Reproducible Workflows</td> </tr>
<tr> <td>3:15-5:00</td> <td><a href="lessons/python/reproducible_workflow.html">Reproducible Workflows</a></td> </tr>
<tr> <td>Dismissal</td> <td><a href='https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id={{ site.github.project_title }}'>Post-workshop Survey</a></td> </tr>
</table>
</div>
Expand Down

0 comments on commit 258b799

Please sign in to comment.