Welcome to the Course Builder!

Here you can design your own course from the GTN and Gallantries' Library of Video Content. Follow the steps below to build your course

  1. Start by selecting some modules from the left.
  2. Then re-order your content until you're happy on the next tab.
  3. Configure the event settings like the title, start and end time, etc.
  4. And receive a Markdown file that can be contributed back to this repository to host your event.

Course Builder Version: 641ed1d | License AGPL-3.0

Something like Setup or Day 1

What will be covered in this section?

A short blurb about your event
Is your location online? Or happening in person somewhere?
All of your instructors
List which folks participants should contact in case of questions
Any institutions that you want to call out specifically
---
layout: event
title: My Awesome Event
location: Online
cost: free
audience: Open for all, but target audience is clinicians and researchers
description: Best training since bread slicing lessons
format: Asynchronous; all training sessions are pre-recorded and provided in advance
date:
  start: '2025-03-31'
  end: '2025-03-31'
contacts: []
instructors: []
institutions: []
program:
  setup:
    title: Setup
    description: Get setup with Galaxy before we start
    trainings: []

---

Write some content here!
        
[]
{
  "layout": "event",
  "title": "My Awesome Event",
  "location": "Online",
  "cost": "free",
  "audience": "Open for all, but target audience is clinicians and researchers",
  "description": "Best training since bread slicing lessons",
  "format": "Asynchronous; all training sessions are pre-recorded and provided in advance",
  "date": {
    "start": "2025-03-31",
    "end": "2025-03-31"
  },
  "contacts": [],
  "instructors": [],
  "institutions": [],
  "program": {
    "setup": {
      "title": "Setup",
      "description": "Get setup with Galaxy before we start",
      "trainings": [],
      "id": 0
    }
  }
}