Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dedicated field for ELIXIR node #230

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _data/CONTRIBUTORS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Full Name:
# git: github id
# email: email adress
# node: short code node identifier (UK, BE, ...) - as per https://elixir-europe.org/about-us/who-we-are/nodes
# orcid: orcid id
# role: the role of the contributor
# affiliation: affiliation
Expand All @@ -13,9 +14,10 @@
# Bert Droesbeke:
# git: bedroesb
# email: bert.droesbeke@vib.be
# node: BE
# orcid: 0000-0003-0522-5674
# role: editor
# affiliation: VIB Data Core / ELIXIR-BE
# affiliation: VIB Data Core
# Short example contributor:
# affiliation: Affiliation
# Long example contributor:
Expand Down
2 changes: 1 addition & 1 deletion _includes/contributor-tiles-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<div class="card-body text-center py-0">
<p class="card-title">{{ contributor }}</p>
{%- if contributors[contributor].affiliation %}
<p class="card-affiliation">{{ contributors[contributor].affiliation }}</p>
<p class="card-affiliation">{{ contributors[contributor].affiliation }}{%- if contributors[contributor].node %}<br>ELIXIR-{{ contributors[contributor].node }}{%- endif %}</p>
{%- endif %}
</div>
{%- if contributors[contributor].git or contributors[contributor].email or contributors[contributor].orcid %}
Expand Down