{% include top.html %} {% include header.html %}
{% capture title-content%}

{{ page.title }}

{% endcapture %} {% include title_image.html content=title-content %}
Back to Software Spotlights Overview

Centres

{% for center in page.hgf_centers %} {{ center }}{% unless forloop.last %},{% endunless %} {% endfor %} {% if page.contributing_organisations %}

Contributing organisations

{% for org in page.contributing_organisations %} {{ org }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %}

Keywords

{% for keyword in page.keywords %} {{ keyword }} {% endfor %}

Research field

{{ page.hgf_research_field }} {% if page.scientific_community %}

Scientific community

{% for obj in page.scientific_community %} {{ obj }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} {% if page.funding %}

Funding

{% if page.funding.link_as %} {{ page.funding.name}} {% else %} {{ page.funding.name }} {% endif %} {% endif %} {% if page.programming_languages %}

Programming Languages

{% for obj in page.programming_languages %} {{ obj }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %} {% if page.license %}

License

{{ page.license }} {% endif %} {% if page.costs %}

Costs

{{ page.costs }} {% endif %} {% if page.doi %}

Cite

{{ page.doi }} {% endif %}

Contact

{{ page.contact }} {% if page.platforms %}

Resources

{% for platform in page.platforms %} {% if platform.type == "webpage" %} {% assign fa_icon = "fas fa-globe" %} {% assign hint = "Official wepage" %} {% elsif platform.type == "telegram" %} {% assign fa_icon = "fab fa-telegram" %} {% assign hint = "Telegram channel"%} {% elsif platform.type == "mailing-list" %} {% assign fa_icon = "fas fa-envelope-open-text" %} {% assign hint = "Mailing list"%} {% elsif platform.type == "twitter" %} {% assign fa_icon = "fab fa-twitter" %} {% assign hint = "Twitter" %} {% elsif platform.type == "gitlab" %} {% assign fa_icon = "fab fa-gitlab" %} {% assign hint = "Gitlab" %} {% elsif platform.type == "github" %} {% assign fa_icon = "fab fa-github" %} {% assign hint = "GitHub" %} {% else %} {% continue %} {% endif %} {% endfor %} {% endif %}
{{ content }}

Back to Software Spotlights Overview
{% include footer.html %}