Skip to content

Commit

Permalink
Merge pull request #5242 from shiltemann/academy-tweaks
Browse files Browse the repository at this point in the history
Academy tweaks
  • Loading branch information
shiltemann authored Aug 20, 2024
2 parents 25ff617 + 7f5b04a commit e4b7d8b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h5 class="card-title">Join {{support.platform | default: "Slack" }}!</h5>

<ol>
<li>Join {{support.platform}} via this <a href="{{support.join_link | default: site.slack.invite_link }}">Invite Link</a></li>
<li>Join the event channel: <a href="{{support.link | default: site.slack.general_channel}}">#{{event.infrastructure.support.channel | default: "#general"}}</a></li>
<li>Join the event channel: <a href="{{support.link | default: site.slack.general_channel}}">#{{event.infrastructure.support.channel | default: "general"}}</a></li>
<li>Introduce yourself here!</li>
</ol>

Expand Down
8 changes: 8 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down
19 changes: 13 additions & 6 deletions events/galaxy-academy-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ location:
name: online

infrastructure:

servers:
- server: https://usegalaxy.eu
name: Galaxy EU
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e4b7d8b

Please sign in to comment.