| layout | base_tutorial |
|---|---|
| permalink | /tutorials/ |
Explore our curated collection of training materials covering a wide range of topics in cloud computing, bioinformatics, and data science. These tutorials are designed for hands-on learning and support both beginners and advanced users.
Lesson materials are all available online, under a CC BY license, for self-directed study or for adaptation and re-use in your own training sessions.
{% assign groups = site.data.tutorial_groups %}
{% for group in groups %}
{{ group.title }}
{{ group.description }}
{% for tutorial_id in group.tutorials %} {% assign group_items = site.tutorials | where: "layout", "tutorial_hands_on" | where_exp: "item", "item.path contains tutorial_id" %} {% assign sorted_versions = group_items | sort: "version" %} {% assign first = sorted_versions[0] %} {% if first %} {% endif %} {% endfor %}| Tutorial | Versions | Slides | Description | Contributors | Estimated Time |
|---|---|---|---|---|---|
| {{ first.title }} |
{% for version in sorted_versions %}
{{ version.version }}{% unless forloop.last %} {% endunless %} {% endfor %} |
{% capture slide_links %}{% endcapture %} {% assign first_slide = true %} {% for v in sorted_versions %} {% if v.has_slides %} {% capture link %} {{ v.version }} {% endcapture %} {% if first_slide %} {% capture slide_links %}{{ link | strip }}{% endcapture %} {% assign first_slide = false %} {% else %} {% capture slide_links %}{{ slide_links }}, {{ link | strip }}{% endcapture %} {% endif %} {% endif %} {% endfor %} {{ slide_links }} | {{ first.description }} | {% for contributor in first.contributions.authorship %} {{ contributor }}{% unless forloop.last %}, {% endunless %} {% endfor %} | {{ first.time_estimation }} |
{% endfor %}