From 32678dfe3b9492fe9126c37055cd46c0a1ea889e Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 17 Dec 2024 12:53:25 +0100 Subject: [PATCH 1/3] fix events table for small screens --- _includes/tutorial_list.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/_includes/tutorial_list.html b/_includes/tutorial_list.html index a49f8713d4e49c..00012b80c34128 100644 --- a/_includes/tutorial_list.html +++ b/_includes/tutorial_list.html @@ -40,12 +40,32 @@ {% assign hidetime = material.async | default: async%} {% if page.layout == 'event' and hidetimes != true %} - {{material.time | markdownify }} + {{material.time | markdownify }} + + + + {% endif %} {% if material.layout == 'custom' %} - {{material.title | markdownify }} + {{material.title | markdownify }} From 723ff11f98372cc1dc0d91125a5bbeaa1cd960c1 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 17 Dec 2024 12:53:42 +0100 Subject: [PATCH 2/3] nicer layout for event --- events/2025-03-10-hts-workshop-freiburg.md | 49 ++++++++++++---------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/events/2025-03-10-hts-workshop-freiburg.md b/events/2025-03-10-hts-workshop-freiburg.md index 8687499f59b6ac..db851d23763371 100644 --- a/events/2025-03-10-hts-workshop-freiburg.md +++ b/events/2025-03-10-hts-workshop-freiburg.md @@ -45,42 +45,49 @@ infrastructure: # Program of your course # Add GTN tutorials by supplying the topic and tutorial name program: - - section: "Galaxy Freiburg workshop" # section title is optional - description: | - Next, you see the schedule for the full week. We will do at least one coffee break in the morning, one in the afternoon, and 1h lunch break around noon. + - section: "Monday: Introduction and Quality Control" # section title is optional + description: We will do at least one coffee break in the morning, one in the afternoon, and 1h lunch break around noon. tutorials: - type: custom - name: "Monday " - time: "09:15 - 16:00" - description: Introduction and Quality control + name: "Welcome" + time: "09:15" - name: galaxy-intro-peaks2genes topic: introduction - name: quality-control topic: sequence-analysis - type: custom - name: "Tuesday " - time: "09:15 - 17:00" - description: ChIP-Sequencing + name: "End" + time: "16:00" + + - section: "Tuesday: ChIP-Sequencing" + description: We will do at least one coffee break in the morning, one in the afternoon, and 1h lunch break around noon. + tutorials: - name: formation_of_super-structures_on_xi topic: epigenetics - - type: custom - name: "Wednesday " - time: "09:15 - 17:00" - description: RNA-Sequencing + time: "09:15-17:00" + + - section: "Wednesday: RNA Sequencing" + description: We will do at least one coffee break in the morning, one in the afternoon, and 1h lunch break around noon. + tutorials: - name: ref-based topic: transcriptomics - - type: custom - name: "Thursday " - time: "09:15 - 17:00" - description: Variant Calling/Exome Sequencing + time: "09:15-17:00" + + + - section: "Thursday: Variant Calling/Exome Sequencing" + description: We will do at least one coffee break in the morning, one in the afternoon, and 1h lunch break around noon. + tutorials: - name: exome-seq topic: variant-analysis - - type: custom - name: "Friday " - time: "09:15 - 16:00" - description: Metagenomics + time: "09:15-17:00" + + + - section: "Friday: Metagenomics" + description: We will do at least one coffee break in the morning, one in the afternoon, and 1h lunch break around noon. + tutorials: - name: pathogen-detection-from-nanopore-foodborne-data topic: microbiome + time: "09:15-16:00" --- # Welcome to the Comprehensive Galaxy Workshop: From Introduction to Advanced Applications From 181c966ccb061033719da95d80392aa658662775 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 17 Dec 2024 13:09:24 +0100 Subject: [PATCH 3/3] bold title not time --- _includes/tutorial_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/tutorial_list.html b/_includes/tutorial_list.html index 00012b80c34128..adf12c093e5ea2 100644 --- a/_includes/tutorial_list.html +++ b/_includes/tutorial_list.html @@ -40,10 +40,10 @@ {% assign hidetime = material.async | default: async%} {% if page.layout == 'event' and hidetimes != true %} - {{material.time | markdownify }} + {{material.time | markdownify }}