Skip to content

Commit

Permalink
Update schedule.html
Browse files Browse the repository at this point in the history
  • Loading branch information
djbradshaw2 authored Sep 27, 2024
1 parent f1ff90a commit 6dee876
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions _includes/dc/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,18 @@ <h3>Day 2</h3>
{% elsif site.curriculum == "dc-ecology" %}
<div class="row">
<div class="col-md-6">
<h3>Day 1</h3>
<h3>October 9th, 2024</h3>
<table class="table table-striped">
<tr>
<td>Before starting</td>
<td><a href="{{ site.pre_survey }}{{ site.github.project_title }}" target="_blank">Pre-workshop survey</a></td>
</tr>
<tr><td>Morning</td> <td> <a href="https://datacarpentry.org/spreadsheet-ecology-lesson/">Data Organization in Spreadsheets</a></td></tr>
<tr><td> </td><td><a href="https://datacarpentry.org/OpenRefine-ecology-lesson/">OpenRefine for Data Cleaning</a></td></tr>
<tr>
<td>Afternoon</td>
<td>
{% if site.flavor == "r" %}
<a href="https://datacarpentry.org/R-ecology-lesson/">Introduction to R</a>
<a href="https://datacarpentry.org/R-ecology-lesson/">Introduction to R and ggplot</a>
{% elsif site.flavor == "python" %}
<a href="https://datacarpentry.org/python-ecology-lesson/">Introduction to Python</a>
{% else %}
Expand All @@ -88,20 +87,20 @@ <h3>Day 1</h3>
</table>
</div>
<div class="col-md-6">
<h3>Day 2</h3>
<h3>October 10th, 2024</h3>
<table class="table table-striped">
<tr> <td>Morning</td>
<td>
{% if site.flavor == "r" %}
<a href="https://datacarpentry.org/R-ecology-lesson/">Continuation of R: Data analysis and Visualization</a>
<a href="https://datacarpentry.org/R-ecology-lesson/">Continuation of R: Data analysis with tidyverse</a>
{% elsif site.flavor == "python" %}
<a href="https://datacarpentry.org/python-ecology-lesson/">Continuation of Python: Data analysis and Visualization</a>
{% else %}
{% include warning-flavor.html %}
{% endif %}
</td>
</tr>
<tr> <td>Afternoon</td><td><a href="https://datacarpentry.org/sql-ecology-lesson/">Data Management with SQL</a></td></tr>
<tr> <td>Afternoon</td><td><a href="https://swcarpentry.github.io/r-novice-gapminder/">Continuation of R: Data analysis with Base R and Loops</a></td></tr>
<tr>
<td>Evening</td>
<td><a href="{{ site.post_survey }}{{ site.github.project_title }}" target="_blank">Post-workshop survey</a></td>
Expand Down

0 comments on commit 6dee876

Please sign in to comment.