Skip to content

Commit

Permalink
Merge pull request #5805 from galaxyproject/editorial-board-page
Browse files Browse the repository at this point in the history
Editorial board page
  • Loading branch information
shiltemann authored Feb 27, 2025
2 parents a22bf32 + 299bb7c commit f68a0ad
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
22 changes: 22 additions & 0 deletions editorial-board.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: base
title: GTN Editorial Board
---

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

<h1> GTN Editorial Board </h1>
<section>
<p class="lead">
A big <em>Thank You!</em> to the GTN Editorial Board members who ensure the quality of the tutotials in their respective topics.
</p>

{% for t in sorted_topics %}
{% assign topic = site.data[t] %}
<h3> {{ topic.title }}</h3>
{% include _includes/contributor-list.html contributors=topic.editorial_board badge=true %}

{% endfor %}

</section>
1 change: 0 additions & 1 deletion topics/admin/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ subtopics:
editorial_board:
- hexylena
- natefoo
- slugger70
- bgruening
- martenson

Expand Down
1 change: 0 additions & 1 deletion topics/genome-annotation/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ requirements:
topic_name: introduction
editorial_board:
- hexylena
- slugger70
- abretaud

gitter: galaxy-genome-annotation/Lobby
Expand Down
1 change: 0 additions & 1 deletion topics/introduction/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ requirements:

editorial_board:
- jennaj
- tnabtaf


subtopics:
Expand Down

0 comments on commit f68a0ad

Please sign in to comment.