Skip to content

Commit

Permalink
Update config.yaml with course info
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-wild authored Sep 12, 2024
1 parent 6fa2949 commit a3e6437
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,35 @@
# 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
carpentry: 'incubator'
carpentry: 'university_of_sheffield'

# Alt-text description of the lesson.
carpentry_description: 'Lesson Description'
carpentry_description: 'Learning MATLAB is a valuable asset for enhancing research due to its specialised capabilities for data analysis, numerical simulation, and algorithm development. Proficiency in MATLAB equips researchers with a versatile skill set applicable across disciplines, fostering innovation and efficient problem-solving. Its industry relevance also opens doors to diverse career opportunities.'

# Overall title for pages.
title: 'Lesson Title' # FIXME
title: 'Introduction to Matlab 1'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: ~ # FIXME
created: '2024-09-12 # FIXME
# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries' # FIXME
keywords: 'matlab, data, introduction'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'pre-alpha' # FIXME
life_cycle: 'pre-alpha'

# License of the lesson
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
source: 'https://github.com/christopher-wild/Matlab_Course_101'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: '[email protected]' # FIXME
contact: '[email protected]'

# Navigation ------------------------------------------------
#
Expand Down

0 comments on commit a3e6437

Please sign in to comment.