Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
added the schedule
  • Loading branch information
crisanz6 authored Nov 12, 2024
1 parent 4156b1f commit 77db392
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions _includes/lc/schedule.html
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
<div class="row">
<div class="col-md-6">
<h3>Day 1</h3>
<div class="col-md-4">
<h3>Day 1: January 22, 2025</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>09:00</td> <td><a href="https://librarycarpentry.org/lc-overview/">Jargon Busting, A Computational Approach, Introduction to Working with Data (Regular Expressions)</a></td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-shell/">The Unix Shell</a></td> </tr>
<tr> <td>FOR BEGINNERS
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-overview/">Jargon Busting, A Computational Approach, Introduction to Working with Data (Regular Expressions)</a></td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>14:45</td> <td><a href="https://librarycarpentry.org/lc-shell/">The Unix Shell</a></td> </tr>>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
<tr> <td>16:30</td> <td>END</td> </tr>
</table>
</div>
<div class="col-md-6">
<h3>Day 2</h3>
<div class="col-md-4">
<h3>Day 2: January 23, 2025</h3>
<table class="table table-striped">
<tr> <td>09:00</td> <td><a href="https://librarycarpentry.org/lc-git/">Introduction to Git</a></td> </tr>
<tr> <td>10:30</td> <td>Morning break</td> </tr>
<tr> <td>12:00</td> <td>Lunch break</td> </tr>
<tr> <td>FOR EVERYONE
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-open-refine/">OpenRefine</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>
</table>
</div>
<div class="col-md-4">
<h3>Day 3: January 24, 2025</h3>
<table class="table table-striped">
<tr> <td>ADVANCED
<tr> <td>13:00</td> <td><a href="https://librarycarpentry.org/lc-python-intro/">Introduction to Python</a></td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>16:00</td> <td>Wrap-up</td> </tr>
</table>
</div>
</div>

0 comments on commit 77db392

Please sign in to comment.