diff --git a/_includes/default-header.html b/_includes/default-header.html index 1cd5916..1668ea9 100644 --- a/_includes/default-header.html +++ b/_includes/default-header.html @@ -45,8 +45,17 @@
diff --git a/_materials/beerdecoded_handbook.md b/_materials/beerdecoded_handbook.md new file mode 100644 index 0000000..8a07753 --- /dev/null +++ b/_materials/beerdecoded_handbook.md @@ -0,0 +1,74 @@ +--- +layout: default +title: Running a BeerDECoded workshop +type: handbook +--- + + +We're thrilled you choose to run a BeerDEcoded workshop. +We hope this guide will help you navigate the logistics of the workshop organization. If anything is unclear or you have more questions, feel free to add comments in this doc, or reach out to us directly. We're here to help! + +# Goals, targets, and learning objectives + +**Purpose**: make life-science tangible & accessible + +**Outcome**: pupils, citizens aware about DNA, sequencing technologies, bioinformatics, open science and their applications and their impact on their daily life + +**Process**: 1.5 day (or less according to modules) practical workshop on beer + +**Targets**: pupils in high school (above 16 years old) and citizens with or without scientific background + +**Learning objectives**: at the end of the workshop, participants will be able to: + +- perform simple laboratory tasks +- give original examples of microbes and their diverse roles +- explain what is cell and what it contains +- describe DNA as the building block for life +- give examples of DNA sequencing technologies +- apply a pre-defined data analysis pipeline + +# Pedagogical Material + +- Online +- Free to (re)use if credits are given + +Ready to use and modular protocols +- 2 versions + - detailed and explanatory version for teachers + - streamlined version for pupils +- Possibility to interrupt and split the protocols +- Ideas of small pedagogical games to help understanding the protocols +- List of required consumables and materials + +Slides for introduction talks but also as support for all protocols +- Open questions to start discussions +- Notes for presenters +- Presentation material to introduce the topic, theoretical background for lab-work and bioinformatics, with notes for presenters + +# Requirements + +Rooms +- Lab with enough lab benches to have groups of max. 4 people +- Projector +- Room with computers + +At the university or at a school + +Materials +- Computer for sequencing +- Centrifuge +... + +Consumables +- Add includes from protocols + +# Schedule + +Add links to material + +## Part I: Extraction of the yeast DNA + +## Part II: Sequencing of the DNA + +## Part III: Analysis of the data + diff --git a/_materials/introduction.html b/_materials/introduction.html index ffe91ec..3ccb832 100755 --- a/_materials/introduction.html +++ b/_materials/introduction.html @@ -1,6 +1,7 @@ --- layout: slides title: "Microbiota, DNA and sequencing?" +type: slides ---  diff --git a/css/styles.scss b/css/styles.scss index 155b4b9..635c650 100644 --- a/css/styles.scss +++ b/css/styles.scss @@ -45,6 +45,10 @@ $navbar-dropdown-item-hover-background-color: #e5e8dd; max-height: 2.5rem; } } + + .navbar-separator { + font-weight: bold; + } } .content {