Skip to content

Commit

Permalink
Create 2025-01-28
Browse files Browse the repository at this point in the history
SURF Galaxy event (still to add more details about the planning)
  • Loading branch information
mirelaminkova authored Dec 17, 2024
1 parent 03ddc0f commit aac7484
Showing 1 changed file with 158 additions and 0 deletions.
158 changes: 158 additions & 0 deletions events/2025-01-28
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
---
layout: event

# Status of this page, remove these lines when ready
draft: true # will hide your event from the GTN events list
status: wip # add a banner that warns that the contents of the page are still subject to change


# Description of your event
title: Galaxy at SURF Research Cloud workshop
description: |
Half-day workshop demonstrating the local Galaxy instance built for users of SURF Research Cloud.
#A longer description can be placed at the bottom of this document.
#cover-image: # image for your corse, put in 'events/images' folder
#cover-image-alt: # supply alt text describing your image


# Practical Information
date_start: 2025-01-28


cost: free # Or, e.g. 150 EUR
audience: This event is targeted towards researchers in the Netherlands who already have experience working with Galaxy.
contact_email: [email protected]
async: false # if asynchronous, we will not display the time columns on the program
mode: onsite # online, onsite, or hybrid

registration:
link: https://example.org
deadline: 2024-01-01
open: false # set this if registration is not open yet

# Location of the event
# For online events, just the 'name' is enough
location:
name: SURF Amsterdam # can be e.g. "Online" for online
address: Science Park 140
city: Amsterdam
country: The Netherlands
#region: # optional
postcode: 1098 XG



# People involved, organisers, speakers, funders, etc
# Must be defined in CONTRIBUTORS.yaml file
contributions:
organisers:
- mminkova
instructors:
- mminkova
- yuliiaorlova
# funding: #ASK Martin if this is relevant
# - gallantries


# Galaxy and other infrastructure that will be used for your event.
# This will be used to create the setup instructions for participants
infrastructure:
tiaas: false # tiaas = Training Infrastructure as a Service, and can be requested (for free) from all major Galaxies

# servers:
# - server: https://usegalaxy.eu
# name: Galaxy EU
# tiaas_link: https://usegalaxy.eu/join-training/smorgasbord3
# - server: https://usegalaxy.org
# name: Galaxy Main
# tiaas_link:


custom: # optional, any other setup instructions you want to add to the "Setup" tab
description: |
Before joining the course, please make sure to:
- Bring a laptop with at least 8GB of RAM.
- Do the [Intro to Galaxy](http://training.galaxyproject.org/topics/introduction/tutorials/galaxy-intro-short/tutorial.html) tutorial if you are not yet familiar with Galaxy
- Up-to-date browser
- Experience in using SURF Research Cloud 

# Program of your course
# Add GTN tutorials by supplying the topic and tutorial name
# For non-GTN sessions, add a "type:custom" session and description
program:
- section: "Monday: Introduction" # section title is optional
description: |
Short description of the program in this section.
Markdown formatted
tutorials:
- name: SURF SRC introduction
topic: introduction
time: "13:00 - 13:40"
- name: #training from GTN to test the Galaxy with - still to be decided
topic: introduction
time: "10:00"
- type: custom
name: Coffee Break
time: "14:30"
- name: data-manipulation-olympics
topic: introduction
time: "10:45 - 12:00"
- name: ansible-galaxy
topic: admin
time: "13:00"
- type: custom
name: Q&A
time: "15:30 - 16:30"
description: |
Description of the custom session here, in markdown, can add
[links](https://example.com) if needed
- type: custom
name: Wrap-up & Drinks
time: "16:30 - 17:30"
description: |
Time for some well-deserved drinks and socializing!

- section: "Tuesday: An advanced look at .."
description: |
Short description of the program for this section.

- section: "Track 1"
subsection: true # will treat this section as a subsection of the previous (i.e. smaller heading), useful to split day into tracks
description: "you can further subdivide into multiple subsections/tracks as well"
tutorials:
- name: galaxy-intro-short
topic: introduction
time: "09:00 - 10:00"
- type: custom
name: "Wrap-up"

- section: "Track 2"
subsection: true # will treat this section as a subsection of the previous (i.e. smaller heading), useful to split day into tracks
description: "blabla"
tutorials:
- name: mothur-miseq-sop-short
topic: microbiome

- section: "Wednesday: Track buttons example"
description: Today we have two different tracks, click on one of the buttons below to view the track program.
tracks: # instead of tutorials, you can also define tracks, this will create a button per tracks that will lead to a different page
- title: Track 1
link: events/tracks/example-track1.md
- title: Track 2
link: events/tracks/example-track2.md
- title: Ecology
link: learning-pathways/intro-to-galaxy-and-ecology.md # can also link to learning pathways (or any other GTN page)
- title: Climate
link: https://usegalaxy.eu # external links also possible
- title: Plants
link: http://example.com
- title: CYOA
- title: Track 7

---

Longer description of the course. This will be added to the overview page of your course.

You can add anything you like here, text, images, tables.

All in markdown format.

0 comments on commit aac7484

Please sign in to comment.