Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aprovoNYU authored Nov 11, 2024
1 parent 61f2d9d commit 771b92b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions _includes/lc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,22 @@ <h3>Day 1</h3>
<table class="table table-striped">
<tr> <td>Before Starting</td> <td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Pre-workshop survey</a></td> </tr>
<tr> <td>10:00</td> <td><a href="https://librarycarpentry.org/lc-shell/">The Unix Shell</a></td> </tr>
<tr> <td>11:00</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Morning break (10-15 min) </td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-python-intro/">Python Intro for Libraries - Part 1</a></td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td>END</td> </tr>
<tr> <td>14:30</td> <td>Afternoon break (10-15 min) </td> </tr>
<tr> <td>16:30</td> <td>Wrap-up</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3>Day 2</h3>
<table class="table table-striped">
<tr> <td>10:00</td> <td><a href="https://librarycarpentry.org/lc-data-intro">Introduction to Working with Data (Regular Expressions)</a></td> </tr>
<tr> <td>11:00</td> <td>Morning break</td> </tr>
<tr> <td>11:00</td> <td>Morning break (10-15 min) </td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-python-intro/">Python Intro for Libraries - Part 2</a></td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</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>14:30</td> <td>Afternoon break (10-15 min) </td> </tr>
<tr> <td>16:30</td> <td>Wrap-up and <a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank" rel="noopener noreferrer">Post-workshop survey</a></td> </tr>
</table>
</div>
</div>

0 comments on commit 771b92b

Please sign in to comment.