diff --git a/config.yaml b/config.yaml index ff75dca..7acd993 100644 --- a/config.yaml +++ b/config.yaml @@ -2,16 +2,11 @@ # Values for this lesson. #------------------------------------------------------------ -# Which carpentry is this (swc, dc, lc, or cp)? -# swc: Software Carpentry -# dc: Data Carpentry -# lc: Library Carpentry -# cp: Carpentries (to use for instructor training for instance) -# incubator: The Carpentries Incubator -# -# This option supports custom types so lessons can be branded -# and themed with your own logo and alt-text (see `carpentry_description`) -# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo +# Which carpentry is this (swc, dc, lc, or cp)? < REPLACED with UNIMELB institutes > +# uom: University of Melbourne +# mb: Melbourne Bioinformatics +# mig: Melbourne Integrative Genomics +# wehi: Walter and Eliza Hall Institute carpentry: 'uom' # Alt-text description of the lesson. @@ -21,10 +16,10 @@ carpentry_description: 'Lesson Description' title: 'Lesson Title' # FIXME # Date the lesson was created (YYYY-MM-DD, this is empty by default) -created: ~ # FIXME: ( ~ means empty, replace with date formatted as above) +created: ~ # FIXME # Comma-separated list of keywords for the lesson -keywords: 'software, data, lesson, The Carpentries' # FIXME +keywords: 'software, data, lesson' # FIXME # Life cycle stage of the lesson # possible values: pre-alpha, alpha, beta, stable @@ -34,13 +29,13 @@ life_cycle: 'pre-alpha' # FIXME license: 'CC-BY 4.0' # Link to the source repository for this lesson -source: 'https://github.com/carpentries/workbench-template-rmd' # FIXME +source: 'https://github.com/melbournebioinformatics/workbench-template-rmd' # FIXME # Default branch of your lesson branch: 'main' # Who to contact if there are any issues -contact: 'team@carpentries.org' # FIXME +contact: 'fixme@fixme.org' # FIXME # Navigation ------------------------------------------------ #