Skip to content

Commit

Permalink
Merge pull request #5648 from galaxyproject/event-smallscreens
Browse files Browse the repository at this point in the history
Fix event program for small screens
  • Loading branch information
teresa-m authored Dec 17, 2024
2 parents 19d728a + 181c966 commit 420a4cb
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 23 deletions.
24 changes: 22 additions & 2 deletions _includes/tutorial_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,32 @@
<tr>
{% assign hidetime = material.async | default: async%}
{% if page.layout == 'event' and hidetimes != true %}
<td>{{material.time | markdownify }}</td>
<td>{{material.time | markdownify }}

<div class="duplicate" style="display: none;">
<b>{{material.title}}</b>
<div class="btn-group" role="group" aria-label="Supporting materials for this resource">
{% 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 %}
</div>
</div>

</td>
{% endif %}

{% if material.layout == 'custom' %} <!-- e.g. for events -->
<td>
{{material.title | markdownify }}
{{material.title | markdownify }}
<div class="duplicate" style="display: none;">
{{material.description | markdownify }}
</div>
Expand Down
49 changes: 28 additions & 21 deletions events/2025-03-10-hts-workshop-freiburg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 420a4cb

Please sign in to comment.