-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5805 from galaxyproject/editorial-board-page
Editorial board page
- Loading branch information
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,6 @@ subtopics: | |
editorial_board: | ||
- hexylena | ||
- natefoo | ||
- slugger70 | ||
- bgruening | ||
- martenson | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ requirements: | |
|
||
editorial_board: | ||
- jennaj | ||
- tnabtaf | ||
|
||
|
||
subtopics: | ||
|