From 050bdd50edec7dd6cc9324a53e8d99f90a4e3d4d Mon Sep 17 00:00:00 2001 From: Emma Rand <7593411+3mmaRand@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:14:43 +0000 Subject: [PATCH] Update _config.yml --- _config.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/_config.yml b/_config.yml index aad44aa..4c4346b 100644 --- a/_config.yml +++ b/_config.yml @@ -92,3 +92,28 @@ highlighter: rouge # Remote theme remote_theme: Cloud-SPAN/metagenomics-theme + +bioschemas: + "@context": "https://schema.org" + "@type": "LearningResource" + "@id": "https://cloud-span.github.io/metagenomics00-overview/" + "http://purl.org/dc/terms/conformsTo": + - "@type": CreativeWork + "@id": "https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE" + about: + - "@id": "http://edamontology.org/topic_3174" + - "@id": "http://edamontology.org/topic_3372" + - "@id": "http://edamontology.org/topic_0769" + - "@id": "http://edamontology.org/topic_3365" + abstract: "This course teaches data analysis for metagenomics projects. It covers how to (1) generate and QC a metagenome assembly, (2)' bin’ the assembly into metagenome assembled genomes (MAGs) (also known as bins), (2)identify the taxonomy of these MAGs, and (4) calculate diversity metrics and add functional annotation to identify the products of genes identified in the assembled MAGs." + author: ["Emma Rand", "Sarah Forrester", "Annabel Cansdale", "Jorge Buenabad-Chavez", "Evelyn Greeves"] + contributor: ["James Chong", "Emma Barnes", "University of York", "Software Sustainability Institute"] + educationalLevel: "Intermediate" + identifier: "10.5281/zenodo.7505859" + name: "Cloud-SPAN Genomics Course" + url: "https://cloud-span.github.io/metagenomics00-overview" + inLanguage: "en" + keywords: "metagenomics, assembly, polishing, taxonomic annotation, binning, functional annotation, shell, command line tools, cloud computing, AWS, HPC, data analysis" + license: CC-BY 4.0 + timeRequired: "PT12H" + mentions: ["Git for Windows", "Cloud-SPAN Genomics course", "Data Carpentries Genomics workshop"]