Skip to content

Commit

Permalink
Update schedule adding lunch breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrzejRomaniuk authored Nov 18, 2023
1 parent ce0090b commit 99213f5
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions _includes/dc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,14 @@ <h3>Day 1</h3>
<td>10:00-12:00</td>
<td><a href="https://datacarpentry.org/spreadsheets-socialsci/">Data Organization in Spreadsheets</a></td>
</tr>
<tr>
<td>Lunch Break</td>
<td>12:00-13:00</td>
<td></td>
</tr>
<tr>
<td>Afternoon</td>
<td>12:30-15:00</td>
<td>13:00-15:00</td>
<td><a href="https://datacarpentry.org/openrefine-socialsci/">OpenRefine for Data Cleaning</a></td>
</tr>
</table>
Expand All @@ -91,9 +96,14 @@ <h3>Day 2</h3>
<td>10:00-12:00</td>
<td> <a href="https://swcarpentry.github.io/python-novice-gapminder/">Python programming</a>: setup, running and basics </td>
</tr>
<tr>
<td>Lunch Break</td>
<td>12:00-13:00</td>
<td></td>
</tr>
<tr>
<td>Afternoon</td>
<td>12:30-15:00</td>
<td>13:00-15:00</td>
<td> <a href="https://swcarpentry.github.io/python-novice-gapminder/">Python programming</a>: data frames and plotting </td>
</tr>
</table>
Expand All @@ -106,9 +116,14 @@ <h3>Day 3</h3>
<td>10:00-12:00</td>
<td> <a href="https://swcarpentry.github.io/python-novice-gapminder/">Python programming</a>: for loops and conditionals </td>
</tr>
<tr>
<td>Lunch Break</td>
<td>12:00-13:00</td>
<td></td>
</tr>
<tr>
<td>Afternoon</td>
<td>12:30-15:00</td>
<td>13:00-15:00</td>
<td> <a href="https://swcarpentry.github.io/python-novice-gapminder/">Python programming</a>: programming style, recap and exercises</td>
</tr>
<tr>
Expand Down

0 comments on commit 99213f5

Please sign in to comment.