diff --git a/_layouts/event.html b/_layouts/event.html index b9b31da1ac2b04..d5ccf8b887b943 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -252,7 +252,7 @@
Join {{support.platform | default: "Slack" }}!
  1. Join {{support.platform}} via this Invite Link
  2. -
  3. Join the event channel: #{{event.infrastructure.support.channel | default: "#general"}}
  4. +
  5. Join the event channel: #{{event.infrastructure.support.channel | default: "general"}}
  6. Introduce yourself here!
diff --git a/assets/css/main.scss b/assets/css/main.scss index de6d070ac4600e..f6bed07e7caf2b 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -718,9 +718,17 @@ blockquote { border: 1px solid var(--border-light); .card-title { color: var(--brand-color-contrast); + // margin-left: -15px; // BS has a 15px margin on cards, this makes the card title fill the card. // margin-right: -15px; } + +} + +.card.setup-card { + .card-title{ + color: var(--text-color); + } } .card:not(.setup-card){ diff --git a/events/galaxy-academy-2024.md b/events/galaxy-academy-2024.md index e241e87e38e122..afb91d4aaf236c 100644 --- a/events/galaxy-academy-2024.md +++ b/events/galaxy-academy-2024.md @@ -75,7 +75,6 @@ location: name: online infrastructure: - servers: - server: https://usegalaxy.eu name: Galaxy EU @@ -84,13 +83,17 @@ infrastructure: - server: https://usegalaxy.org.au/ name: Galaxy AU + support: + platform: Slack + + program: - section: "Monday: Galaxy introduction" description: | Kick off the week with a hands-on introduction to Galaxy, covering everything from basic navigation and data manipulation to reproducing published analyses, quality control, and mapping sequences to a reference genome. Whether you're new to Galaxy or looking to strengthen your skills, today's sessions will equip you with the foundational knowledge needed for more advanced topics. + - section: Start to get to know Galaxy + subsection: true tutorials: - - type: custom - name: "Start to get to know Galaxy " - name: galaxy-intro-101-everyone topic: introduction - name: data-manipulation-olympics @@ -99,15 +102,19 @@ program: topic: introduction - name: options-for-using-galaxy topic: introduction - - type: custom - name: "Fundamentals of Sequences analysis " + - section: "Fundamentals of Sequences analysis" + subsection: true + tutorials: - name: quality-control topic: sequence-analysis - name: mapping topic: sequence-analysis - section: "Tuesday to Thursday: Pick a track" - description: Today you will learn all about transcriptomics + description: | + Over the course of these three days, you can choose your preferred track and learn how to use Galaxy for data analysis in this research field. If you find multiple topics interesting, feel free to explore more than one track. Each track will guide you through the process, from basic to more advanced analyses, to accommodate learners of all levels. + + For assistance, you can access support through the Slack channel associated with each track module. Please note that while we strive to accommodate all time zones, responses to specific questions may take a bit longer depending on the availability of experts in your time zone. tracks: # instead of tutorials, you can also define tracks, this will create a button per tracks that will lead to a different page - title: Proteomics link: events/tracks/gta2024-proteomics.md