Skip to content

Commit

Permalink
Merge pull request #5245 from teresa-m/GTA_update
Browse files Browse the repository at this point in the history
registration link and intro program update
  • Loading branch information
shiltemann authored Aug 21, 2024
2 parents 805200e + b8377bc commit 6d0ffaa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
6 changes: 5 additions & 1 deletion _layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,16 @@ <h3>Promote the Event</h3>
{% elsif event.registration.open == false %}
<a href="#" class="btn btn-primary btn-lg btn-block">Registration opens soon!</a>
{% else %}
<a href="{{ event.registration.link }}" class="btn btn-primary btn-lg btn-block">Register Now</a>
<a href="{{ event.registration.link }}" class="btn btn-primary btn-lg btn-block">Register Now!</a>
{% if event.registration.deadline %}
<p style="margin-top:1em"><b>Deadline:</b> {{event.registration.deadline | date: "%-d %B %Y" }}</p>
{% endif %}
{% endif %}
{% endif %}
{% endunless %}
<hr/>

<b> Event details </b>
<table>
<tr><td style="min-width: 2rem">{% icon event-date %}</td><td>{{ event | collapse_date_pretty }}</td></tr>
<tr><td>{% icon event-location %}</td><td>{% if event.location %}{{ event.location | format_location }}{% else %}Please set a location{% endif %}</td></tr>
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6d0ffaa

Please sign in to comment.