From 852c1dc61e6492c1fd356d057cefc1d4cb02b255 Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Mon, 18 Mar 2024 20:23:06 +0000 Subject: [PATCH] Update _config.yml --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 046f370..a02e60a 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,7 @@ carpentry: "swc" # dc-image: for Data Carpentry Image Processing # swc-inflammation: for Software Carpentry based on the inflammation dataset # swc-gapminder: for Software Carpentry based on the Gapminder dataset -curriculum: "FIXME" +curriculum: "swc-inflammation" # If there is both an R and python official version of a curriculum # (as listed on https://software-carpentry.org/lessons/ and @@ -41,11 +41,11 @@ curriculum: "FIXME" # value of the variable below ("flavor") to get the schedule and installation # instructions updated accordingly (valid values are 'r' or 'python'). # Note: this is only for Data Carpentry and SWC at this time. -flavor: "FIXME" +flavor: "python" # If the workshop will be a lesson pilot (for a new official lesson or # a lesson in The Carpentries Incubator), set pilot to "true" -pilot: false +pilot: true # Overall title for the Workshop. # This variable is used to (optionally) add a title in the "jumbotron" @@ -53,7 +53,7 @@ pilot: false # Most workshops don't use extra pages. More information about extra # pages are included in the README: # https://github.com/carpentries/workshop-template#creating-extra-pages -title: "Workshop Title" +title: "Essential Scientific Computing for Environmental Scientists" #------------------------------------------------------------ # Incubator workshop settings (only relevant for workshops teaching a lesson