Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
galaxyproject
GitHub Repository: galaxyproject/training-material
Path: blob/main/editorial-board.md
1669 views
---
layout: base title: GTN Editorial Board
---

{% assign contributors = site.data['contributors'] %} {% assign sorted_topics = site | list_topics_ids %}

GTN Editorial Board

A big Thank You! to the GTN Editorial Board members who ensure the quality of the tutotials in their respective topics.

{% for t in sorted_topics %} {% assign topic = site.data[t] %}

{{ topic.title }}

{% include _includes/contributor-list.html contributors=topic.editorial_board badge=true %} {% unless topic.tag_based %}

View the Topic maintainer page for this topic.

{% endunless %} {% endfor %}

Codeowners

Automatic CODEOWNERS file (just to make it easier to keep updated)

assets/ @bebatut @shiltemann @hexylena bin/ @bebatut @shiltemann @hexylena metadata/ @bebatut @shiltemann @hexylena badges/ @hexylena _layouts/ @bebatut @shiltemann @hexylena _includes/ @bebatut @shiltemann @hexylena _plugins/ @bebatut @hexylena {% for t in sorted_topics %}{% assign topic = site.data[t] %} topics/{{t}}/ {% for member in topic.editorial_board %} @{{member}} {% endfor %}{% endfor%}