diff --git a/_layouts/recordings.html b/_layouts/recordings.html index 8ea12e2dbe463c..231b97e61ac954 100644 --- a/_layouts/recordings.html +++ b/_layouts/recordings.html @@ -17,7 +17,8 @@

Recordings - {{ material.title }}

Want to add your own recording? We would love to have it to our library!

- + [Add your Recording!]({% link faqs/gtn/recordings_add.md %}){: .btn.btn-info} +
diff --git a/bin/google-form-event.rb b/bin/google-form-event.rb index 52b2e1ff6b04b0..1babe65b201490 100644 --- a/bin/google-form-event.rb +++ b/bin/google-form-event.rb @@ -54,11 +54,11 @@ 'contributions' => { 'organisers' => row['Organizers already in the GTN CONTRIBUTORS file'].split(',').map(&:strip) }, - 'date_start' => event_date.strftime('%Y-%m-%d'), + 'date_start' => event_date.to_date, } if row['End date'] - post_metadata['date_end'] = event_date_end.strftime('%Y-%m-%d') + post_metadata['date_end'] = event_date_end.to_date end # Serialise to a file diff --git a/events/index.md b/events/index.md index c363b694020e89..d322b954ae3122 100644 --- a/events/index.md +++ b/events/index.md @@ -13,7 +13,7 @@ For a complete list of all Galaxy-related events, please also see the [Galaxy Ev Anybody is welcome to add their events here. - +[Add your own event!]({% link faqs/gtn/gtn_event_create.md %}){: .btn.btn-success} {% assign upcoming_events = site.pages| where_exp: "item", "item.layout == 'event' or item.layout == 'event-external' " | where_exp: "item", "item.event_state == 'upcoming' " | sort: 'date_start' %} {% assign ongoing_events = site.pages | where_exp: "item", "item.layout == 'event' or item.layout == 'event-external' " | where_exp: "item", "item.event_state == 'ongoing' " | sort: 'date_start' | reverse %} diff --git a/faqs/gtn/gtn_event_create.md b/faqs/gtn/gtn_event_create.md index ee7f1059a6c54f..d06dc9bc70ccd5 100644 --- a/faqs/gtn/gtn_event_create.md +++ b/faqs/gtn/gtn_event_create.md @@ -6,14 +6,15 @@ box_type: tip contributors: [shiltemann] --- + To add your event to the GTN, you will need to supply your course information (dates, location, program, etc). You will then get [an event page like this]({% link events/2024-04-01-example-event.md %}) which you can use during your training. This page includes a course overview, course handbook (full program with links to tutorials) and setup instructions for participants. Your event will also be shown on the [GTN event horizon]({% link events/index.md %}) and on the homepage. We are also happy to advertise your event on social media and Matrix channels. -**Already have your own event page?** No problem! You can add your event as and external event and we will simply link to your page. +**Already have your own event page?** No problem! You can add your event as and external event (see below) and we will simply link to your page! -To add your event to the GTN, please: +To add your event to the GTN: 1. Create a page in the `events/` folder of the [GTN repository](https://github.com/galaxyproject/training-material) 2. Have a look at example event definitions in this folder: @@ -30,7 +31,14 @@ Please also feel free to contact us with ideas for improvements! We know that tr ## External events -Already have a course webpage? Great! In this case, you only have to provide the most basic information about your course (title, desciption, dates, location). See also [2024-04-01-example-event-external.md](https://github.com/galaxyproject/training-material/blob/main/events/2024-04-01-example-event-external.md) for an example definition. + +Already have a course webpage? Great! In this case, you only have to provide the most basic information about your course (title, desciption, dates, location). + +The easiest method is to fill in our Google Form: + +[Events Google Form!](https://forms.gle/4KjCKKrZ6kamg81o7){: .btn.btn-success} + +Or you can create the event file manually. See also [2024-04-01-example-event-external.md](https://github.com/galaxyproject/training-material/blob/main/events/2024-04-01-example-event-external.md) for an example definition. ``` --- diff --git a/faqs/gtn/recordings_add.md b/faqs/gtn/recordings_add.md index 0652eff26ae113..7e48b798e5aff7 100644 --- a/faqs/gtn/recordings_add.md +++ b/faqs/gtn/recordings_add.md @@ -10,8 +10,8 @@ contributors: [shiltemann] For some tips and tricks about recording the video itself, please see - - +[Recording Tips & Tricks]({% link faqs/gtn/recordings_create.md %}){: .btn.btn-info} +[Submit a Recording](https://forms.gle/qNG8FkTN1yRZPNZY6){: .btn.btn-info} #### Submission process diff --git a/faqs/gtn/recordings_create.md b/faqs/gtn/recordings_create.md index 51f8c198bafac7..d6942cca08d1cf 100644 --- a/faqs/gtn/recordings_create.md +++ b/faqs/gtn/recordings_create.md @@ -13,7 +13,7 @@ Both the GTN tutorial and Galaxy itself change significantly over time, and havi **Done with your recording?** Check out the instructions for adding it to the GTN: - +[Submitting Recordings to the GTN]({% link faqs/gtn/recordings_add.md %}){: .btn.btn-info} #### Video content diff --git a/news/_posts/2024-06-14-gtn-video-library.md b/news/_posts/2024-06-14-gtn-video-library.md index 6200be2276361b..5b61af26f21c89 100644 --- a/news/_posts/2024-06-14-gtn-video-library.md +++ b/news/_posts/2024-06-14-gtn-video-library.md @@ -25,9 +25,9 @@ Want to record one of our tutorials? **We welcome video recordings from everybod Please checkout out our FAQs with instructions for adding your own recordings: - +[Submitting Recordings to the GTN]({% link faqs/gtn/recordings_add.md %}){: .btn.btn-info} - +[Recording Tips & Tricks]({% link faqs/gtn/recordings_create.md %}){: .btn.btn-info} ## What this means for... @@ -42,7 +42,7 @@ GTN Editors & Maintainers | When a recording is submitted, a pull request wil This work is based on the work done during the @gtn:gallantries project and the [Video Library 1.0]({{ site.baseurl }}/news/2021/11/23/video-library.html). As that project ended, the features developed during that time have now been rolled into the GTN to ensure their long term sustainability -The number of videos and hours is slightly lower in the GTN version as we have not yet imported every recording, currently we are missing some recordings which are not directly associated with a GTN material (e.g. webinars). +The number of videos and hours is slightly lower in the GTN version as we have not yet imported every recording, currently we are missing some recordings which are not directly associated with a GTN material (e.g. webinars). [^1]: They must be a recording of a GTN tutorial being taught. We are not accepting recordings of other training events at this time.