Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbarter authored Nov 23, 2023
1 parent 4568d12 commit f3a6f17
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions _includes/swc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ <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><a href="https://swcarpentry.github.io/sql-novice-survey/index.html">Introduction to databases and SQL</a></td> </tr>
<tr> <td>9:30</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/01-select.html">Selecting Data</a></td> </tr>
<tr> <td>10:00</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/02-sort-dup.html">Sorting and Removing Duplicates</a></td> </tr>
<tr> <td>9:15</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/01-select.html">Selecting Data</a></td> </tr>
<tr> <td>9:30</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/02-sort-dup.html">Sorting and Removing Duplicates</a></td> </tr>
<tr> <td>10:00</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/03-filter.html">Filtering</a></td> </tr>
<tr> <td>10:30</td> <td>Morning Break</td> </tr>
<tr> <td>10:45</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/03-filter.html">Filtering</a></td> </tr>
<tr> <td>11:15</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/04-calc.html">Calculating New Values</a></td> </tr>
<tr> <td>11:00</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/04-calc.html">Calculating New Values</a></td> </tr>
<tr> <td>11:30</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/05-null.html">Missing Data</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/sql-novice-survey/05-null.html">Missing Data</a></td> </tr>
<tr> <td>13:45</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/06-agg.html">Aggregation</a></td> </tr>
<tr> <td>13:00</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/06-agg.html">Aggregation</a></td> </tr>
<tr> <td>13:30</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/07-join.html">Combining Data</a></td> </tr>
<tr> <td>14:15</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/instructor/08-hygiene.html">Data Hygiene</a></td> </tr>
<tr> <td>14:30</td> <td>Afternoon break</td> </tr>
<tr> <td>14:45</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/07-join.html">Combining Data</a></td> </tr>
<tr> <td>15:15</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/09-create.html">Creating and Modifying Data</a></td> </tr>
<tr> <td>15:00</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/09-create.html">Creating and Modifying Data</a></td> </tr>
<tr> <td>15:30</td> <td><a href="https://swcarpentry.github.io/sql-novice-survey/instructor/10-prog.html">Programming with Databases in R/Python</a></td> </tr>
<tr> <td>16:00</td> <td>END</td> </tr>
</table>
</div>
Expand Down

0 comments on commit f3a6f17

Please sign in to comment.