From e89f220e7d0ff933206005b9ee72376057a57a31 Mon Sep 17 00:00:00 2001 From: Sarah Stevens Date: Fri, 23 Aug 2024 09:10:43 -0500 Subject: [PATCH] Updating setup --- _includes/swc/setup.html | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/_includes/swc/setup.html b/_includes/swc/setup.html index f6eefa3..e5a1edd 100644 --- a/_includes/swc/setup.html +++ b/_includes/swc/setup.html @@ -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 %} +

Install the workshop software

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
DateWorkshopSetup Items
Sept 25Intro to git/GitLabSetup Instructions
Oct 23-24Intro to DockerSetup Instructions
Nov 6Interactive Data Visualizations in PythonSetup Instructions
Nov 20-21Intro to Machine Learning with SklearnSetup Instructions