Skip to content

Latest commit

 

History

History
116 lines (82 loc) · 3.93 KB

workshop.md

File metadata and controls

116 lines (82 loc) · 3.93 KB
layout title
page
GCC2021 Science Training Track

Welcome everybody, and thank you for joining this course!

Everything you need for this course can be found on this webpage. More information including links to all training materials can be found by clicking on each session


**Note:** Problems viewing this page? Try the [simple view]({{site.baseurl}}/workshop-simpleview) instead.

Welcome! The course has ended, but you can still work through the materials on your own.

Note: Slack will not be as active anymore, but you can also ask your quesions on Gitter.

GTN Gitter channel

{% for day in site.data.training_sessions_science %} {% assign daynum = day[0] %}

{% if day[1].subday %}

{{day[1].title}}

{% else %}

{{day[1].title}}

{% endif %}

{{day[1].description| markdownify}}

{% for session in day[1].sessions %}

{{session.name}}

{% if session.type == 'icebreaker' %}{% include icebreaker.html prompt=session.prompt example=session.example %}{% endif %}

{% if session.type == 'setup' %} {% include setup.html %} {% endif %}

{% if session.type == 'wrapup' %} {% include wrapup.html %} {% endif %}

<!-- wrapup -->

{% if session.type == 'post-event' %} {% include post-event.html %} {% endif %}

{% if session.video %}

Video {{session.type | default: "Tutorial" }}

{% include video-session.html session=session %} {% else %} {% unless session.type == 'icebreaker' %}{% unless session.type == 'setup' %}{% unless session.type == 'wrapup' %}{% unless session.type == 'post-event' %}

Self-Study Tutorial

{{session.description| markdownify}}

{% include selfstudy-session.html session=session %} {% endunless %}{% endunless %}{% endunless %}{% endunless %} {% endif %}

{% include server_support.html material=session.material %}

{% unless session.type == 'icebreaker' %}{% unless session.type == 'setup' %}{% unless session.type == 'wrapup' %}{% unless session.type == 'post-event' %}

Supporting Materials

{% include session_materials.html session=session %} {% endunless %}{% endunless %}{% endunless %}{% endunless %}
{% endfor %}

{% endfor %}




Acknowledgements

This Global Galaxy course is only possible thanks to a Global network of instructors and institutes.

Presenters & Instructors & Facilitators & Community Caption Contributors

{% include hof.html %}

Institutions

{% include institutions.html %}