diff --git a/_data/CONTRIBUTORS.yml b/_data/CONTRIBUTORS.yml index 95c041d..42df694 100644 --- a/_data/CONTRIBUTORS.yml +++ b/_data/CONTRIBUTORS.yml @@ -28,3 +28,12 @@ Geert van Geest: orcid: 0000-0002-1561-078X role: author affiliation: SIB Swiss Institute of Bioinformatics + +Jose Alejandro Romero Herrera: + orcid: 0000-0002-4765-2087 + role: author + affiliation: Copenhangen University + +Elin Kronander: + role : author + affiliation: NBIS National Bioinformatics Infrastructure Sweden diff --git a/_data/sidebars/resources.yml b/_data/sidebars/resources.yml index b330988..1ebb33d 100644 --- a/_data/sidebars/resources.yml +++ b/_data/sidebars/resources.yml @@ -11,5 +11,7 @@ subitems: url: /fair-training-handbook - title: Learning Paths url: /learning-paths + - title: ELIXIR lesson template + url: /elixir-lesson-template - title: E-learning url: /elearning diff --git a/assets/img/screenshot_fair_training_handbook1.png b/assets/img/screenshots/screenshot_fair_training_handbook1.png similarity index 100% rename from assets/img/screenshot_fair_training_handbook1.png rename to assets/img/screenshots/screenshot_fair_training_handbook1.png diff --git a/assets/img/screenshot_fair_training_handbook2.png b/assets/img/screenshots/screenshot_fair_training_handbook2.png similarity index 100% rename from assets/img/screenshot_fair_training_handbook2.png rename to assets/img/screenshots/screenshot_fair_training_handbook2.png diff --git a/assets/img/screenshots/screenshot_lesson_template.png b/assets/img/screenshots/screenshot_lesson_template.png new file mode 100644 index 0000000..d052439 Binary files /dev/null and b/assets/img/screenshots/screenshot_lesson_template.png differ diff --git a/pages/resources/elixir-lesson-template.md b/pages/resources/elixir-lesson-template.md new file mode 100644 index 0000000..22f5136 --- /dev/null +++ b/pages/resources/elixir-lesson-template.md @@ -0,0 +1,30 @@ +--- +# DO NOT CHANGE FIELDS +type: product_page # This property is mandatory and it should be product_page + +# MANDATORY FIELDS +id: lesson-template +title: Elixir lesson template +resourceUrl: https://elixir-europe-training.github.io/ELIXIR-TrP-LessonTemplateInstructions-MkDocs/ +description: | + This template enables you to create a lesson with Elixir look and feel based on [MkDocs Material](https://squidfunk.github.io/mkdocs-material/). +objective: | + To enable Elixir nodes to create lessons with Elixir look and feel based on [MkDocs Material](https://squidfunk.github.io/mkdocs-material/). +contributors: [Elin Kronander, Jose Alejandro Romero Herrera, Geert van Geest, Alexia Cardona] +coordinators: [Geert van Geest, Alexia Cardona] +contacts: + - name: Geert van Geest + email: geert.vangeest@sib.swiss + - name: Alexia Cardona + email: ac812@cam.ac.uk + +publications: + - title: Lesson template + url: https://github.com/elixir-europe-training/ELIXIR-TrP-LessonTemplate-MkDocs + - title: Lesson template instructions + url: https://elixir-europe-training.github.io/ELIXIR-TrP-LessonTemplateInstructions-MkDocs/ + +screenshots: + - screenshot_lesson_template.png + +---