diff --git a/_includes/tutorial_list.html b/_includes/tutorial_list.html
index a49f8713d4e49c..adf12c093e5ea2 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 }}
+
+
+ {{material.title}}
+
+ {% include _includes/resource-slides.html material=material topic=topic.name %}
+ {% include _includes/resource-handson.html material=material topic=topic.name %}
+ {% include _includes/resource-recordings.html material=material topic=topic.name %}
+
+ {% if topic.type == "use" %}
+ {% include _includes/resource-zenodo.html material=material topic=topic.name %}
+ {% include _includes/resource-workflows.html material=material topic=topic.name %}
+ {% endif %}
+
+ {% if instances[topic.name].supported %}
+ {% include _includes/instance-dropdown.html instances=instances topic=topic.name tuto=material.tutorial_name %}
+ {% endif %}
+
+
+
+ |
{% endif %}
{% if material.layout == 'custom' %}
- {{material.title | markdownify }}
+ {{material.title | markdownify }}
{{material.description | markdownify }}
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
|