generated from carpentries/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,32 @@ | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<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>Automating Tasks with the Unix Shell</td> </tr> | ||
<tr> <td>10:30</td> <td>Morning break</td> </tr> | ||
<tr> <td>11:00</td> <td>Automating Tasks with the Unix Shell (Continued)</td> </tr> | ||
<tr> <td>12:00</td> <td>Lunch break</td> </tr> | ||
{% if site.flavor == "r" %} | ||
<tr> <td>13:00</td> <td>Building Programs with R</td> </tr> | ||
<tr> <td>14:30</td> <td>Afternoon break</td> </tr> | ||
<tr> <td>15:00</td> <td>Building Programs with R (Continued)</td> </tr> | ||
{% elsif site.flavor == "python" %} | ||
<tr> <td>13:00</td> <td>Building Programs with Python</td> </tr> | ||
<tr> <td>14:30</td> <td>Afternoon break</td> </tr> | ||
<tr> <td>15:00</td> <td>Building Programs with Python (Continued)</td> </tr> | ||
{% else %} | ||
{% include warning-flavor.html %} | ||
{% endif %} | ||
<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> | ||
<table class="table table-striped"> | ||
<tr> <td>09:00</td> <td>Version Control with Git</td> </tr> | ||
<tr> <td>10:30</td> <td>Morning break</td> </tr> | ||
<tr> <td>11:00</td> <td>Version Control with Git (Continued)</td> </tr> | ||
<tr> <td>12:00</td> <td>Lunch break</td> </tr> | ||
<tr> <td>13:00</td> <td>Managing Data with SQL</td> </tr> | ||
<tr> <td>14:30</td> <td>Afternoon break</td> </tr> | ||
<tr> <td>15:00</td> <td>Managing Data with SQL (Continued)</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>16:40</td> <td>END</td> </tr> | ||
</table> | ||
</div> | ||
</div> | ||
<table style="width:100%"> | ||
<tr> | ||
<th style="width:15%">Date</th> | ||
<th>Workshop</th> | ||
<th>Prerequisites</th> | ||
<th>Etherpad</th> | ||
</tr> | ||
<tr> | ||
<td>September 25</td> | ||
<td><a href = "https://uw-madison-datascience.github.io/gitlab-novice-branch-pr/">git/GitLab</a></td> | ||
<td>You need to be familiar with all of the commands taught in <a href = "http://swcarpentry.github.io/shell-novice/">this Unix Shell lesson</a>.</td> | ||
<td><a href = "https://pad.carpentries.org/2024-09-25-uwmadison-mini">Etherpad</a></td> | ||
</tr> | ||
<tr> | ||
<td>Oct 23-24</td> | ||
<td><a href = "https://carpentries-incubator.github.io/docker-introduction/index.html">Intro to Docker</a></td> | ||
<td>You need to be familiar with all of the commands taught in <a href= "http://swcarpentry.github.io/shell-novice/">this Unix Shell lesson</a>.</td> | ||
<td><a href = "https://pad.carpentries.org/2024-10-23-uwmadison-mini">Etherpad</a></td> | ||
</tr> | ||
<tr> | ||
<td>Nov 6</td> | ||
<td><a href = "https://carpentries-incubator.github.io/python-interactive-data-visualizations/">Interactive Data Visualizations in Python and Streamlit</a></td> | ||
<td>You need to have a base familiarity with <a href = "http://swcarpentry.github.io/python-novice-gapminder/">Python</a>. Knowledge of GitHub and Unix shell will be helpful, but not required.</td> | ||
<td><a href = "https://pad.carpentries.org/2024-11-06-uwmadison-mini">Etherpad</a></td> | ||
</tr> | ||
<tr> | ||
<td>Nov 20-21</td> | ||
<td><a href = "https://uw-madison-datascience.github.io/2022-10-26-machine-learning-novice-sklearn/">Intro to Machine Learning</a></td> | ||
<td>You need to have a basic familiarity with Python.</td> | ||
<td><a href = "https://pad.carpentries.org/2024-11-20-uwmadison-mini">Etherpad</a></td> | ||
</tr> | ||
</table> |