Skip to content

Commit

Permalink
Updating setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sstevens2 authored Aug 23, 2024
1 parent 268b32f commit e89f220
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions _includes/swc/setup.html
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>

0 comments on commit e89f220

Please sign in to comment.