From 71107b0629d9524813e00eff1d37b966faa7386c Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 20 Aug 2024 11:17:01 +0200 Subject: [PATCH 1/6] use subsections for Monday's program --- events/galaxy-academy-2024.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/events/galaxy-academy-2024.md b/events/galaxy-academy-2024.md index e241e87e38e122..39ff5dedd8aa80 100644 --- a/events/galaxy-academy-2024.md +++ b/events/galaxy-academy-2024.md @@ -88,9 +88,9 @@ 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,8 +99,9 @@ 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 From 9749d0f99928dc111f14a088bf4e602e9f272992 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 20 Aug 2024 11:18:15 +0200 Subject: [PATCH 2/6] update description --- events/galaxy-academy-2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/galaxy-academy-2024.md b/events/galaxy-academy-2024.md index 39ff5dedd8aa80..f7b041362369c5 100644 --- a/events/galaxy-academy-2024.md +++ b/events/galaxy-academy-2024.md @@ -108,7 +108,7 @@ program: topic: sequence-analysis - section: "Tuesday to Thursday: Pick a track" - description: Today you will learn all about transcriptomics + description: Now you can decide your own program. Have a look at the tracks below and pick the one(s) that interest you most! 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 From 0e14a5df9e0f1782d0169fae2f0a81497477d602 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 20 Aug 2024 11:23:43 +0200 Subject: [PATCH 3/6] add description from @teresa-m --- events/galaxy-academy-2024.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/events/galaxy-academy-2024.md b/events/galaxy-academy-2024.md index f7b041362369c5..d11193f6075ffc 100644 --- a/events/galaxy-academy-2024.md +++ b/events/galaxy-academy-2024.md @@ -108,7 +108,10 @@ program: topic: sequence-analysis - section: "Tuesday to Thursday: Pick a track" - description: Now you can decide your own program. Have a look at the tracks below and pick the one(s) that interest you most! + 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 From 595903308ac34d49f6b7eb33b7c43c3db9cc2f94 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 20 Aug 2024 11:56:52 +0200 Subject: [PATCH 4/6] fix title colour in light mode --- assets/css/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) 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){ From e99c4162abe4fb293939aba183e661556b51d5f7 Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 20 Aug 2024 11:59:50 +0200 Subject: [PATCH 5/6] prevent double hash in channel name --- _layouts/event.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!
From 7f5b04ad1999372f01d39dc745e37e9778e9fc0c Mon Sep 17 00:00:00 2001 From: Saskia Hiltemann Date: Tue, 20 Aug 2024 12:00:13 +0200 Subject: [PATCH 6/6] add Slack to setup instructions --- events/galaxy-academy-2024.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/events/galaxy-academy-2024.md b/events/galaxy-academy-2024.md index d11193f6075ffc..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,6 +83,10 @@ infrastructure: - server: https://usegalaxy.org.au/ name: Galaxy AU + support: + platform: Slack + + program: - section: "Monday: Galaxy introduction" description: |