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
28 additions
and
28 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,28 +1,28 @@ | ||
{% assign curricula = "swc-gapminder|swc-inflammation" | split: "|" %} | ||
{% unless curricula contains site.curriculum %} | ||
{% include warning-curriculum.html %} | ||
{% endunless %} | ||
|
||
{% include install_instructions/shell.html %} | ||
{% include install_instructions/git.html %} | ||
{% include install_instructions/editor.html %} | ||
|
||
{% if site.flavor == "r" %} | ||
{% include install_instructions/r.html %} | ||
{% elsif site.flavor == "python" %} | ||
{% include install_instructions/python.html %} | ||
{% elsif site.flavor == "FIXME" %} | ||
{% include install_instructions/r.html %} | ||
{% include install_instructions/python.html %} | ||
{% else %} | ||
{% include warning-flavor.html %} | ||
{% endif %} | ||
|
||
{% comment %} | ||
The following setup instructions are commented out because Carpentries workshops | ||
cover the these topics less frequently. Please uncomment the lines that | ||
correspond to the topics covered in your workshop. | ||
|
||
{% include install_instructions/sql.html %} | ||
{% include install_instructions/openrefine.html %} | ||
{% endcomment %} | ||
<h3>Install the workshop software</h3> | ||
<table style="width:100%"> | ||
<tr> | ||
<th>Date</th> | ||
<th>Workshop</th> | ||
<th>Setup Items</th> | ||
</tr> | ||
<tr> | ||
<td>Sept 25</td> | ||
<td>Intro to git/GitLab</td> | ||
<td><a href = "https://uw-madison-datascience.github.io/gitlab-novice-branch-pr/setup/">Setup Instructions</a></td> | ||
</tr> | ||
<tr> | ||
<td>Oct 23-24</td> | ||
<td>Intro to Docker</td> | ||
<td><a href = "https://carpentries-incubator.github.io/docker-introduction/setup.html">Setup Instructions</a></td> | ||
</tr> | ||
<tr> | ||
<td>Nov 6</td> | ||
<td>Interactive Data Visualizations in Python</td> | ||
<td><a href = "https://carpentries-incubator.github.io/python-interactive-data-visualizations/setup.html">Setup Instructions</a></td> | ||
</tr> | ||
<tr> | ||
<td>Nov 20-21</td> | ||
<td>Intro to Machine Learning with Sklearn</td> | ||
<td><a href = "https://carpentries-incubator.github.io/machine-learning-novice-sklearn/setup.html">Setup Instructions</a></td> | ||
</tr> | ||
</table> |