diff --git a/_layouts/event.html b/_layouts/event.html index d5ccf8b887b943..877c8cc74bc668 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -424,12 +424,16 @@

Promote the Event

{% elsif event.registration.open == false %} Registration opens soon! {% else %} - Register Now + Register Now! + {% if event.registration.deadline %} +

Deadline: {{event.registration.deadline | date: "%-d %B %Y" }}

+ {% endif %} {% endif %} {% endif %} {% endunless %}
+ Event details diff --git a/events/galaxy-academy-2024.md b/events/galaxy-academy-2024.md index afb91d4aaf236c..548fc8851950af 100644 --- a/events/galaxy-academy-2024.md +++ b/events/galaxy-academy-2024.md @@ -7,9 +7,9 @@ description: | registration: - link: TODO - deadline: 2024-10-07 - open: false + link: https://forms.gle/cxzVatt7MAgiMX12A + deadline: 2024-09-30 + open: true date_start: 2024-10-07 date_end: 2024-10-11 @@ -94,13 +94,20 @@ program: - section: Start to get to know Galaxy subsection: true tutorials: - - name: galaxy-intro-101-everyone + - name: galaxy-intro-101 topic: introduction + - name: history + topic: galaxy-interface + - name: collections + topic: galaxy-interface - name: data-manipulation-olympics topic: introduction - - name: galaxy-reproduce + - name: galaxy-intro-ngs-data-managment topic: introduction - - name: options-for-using-galaxy + - section: Quick start or fresh up your Galaxy knowledge + subsection: true + tutorials: + - name: galaxy-intro-short topic: introduction - section: "Fundamentals of Sequences analysis" subsection: true
{% icon event-date %}{{ event | collapse_date_pretty }}
{% icon event-location %}{% if event.location %}{{ event.location | format_location }}{% else %}Please set a location{% endif %}