{% if "navigation.footer" in features %} {% if page.previous_page or page.next_page %} {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "footer" in page.meta.hide %} {% endif %}
{% if page.previous_page %} {% set direction = lang.t("footer.previous") %}
{% include ".icons/material/arrow-left.svg" %}
{{ direction }}
{{ page.previous_page.title }}
{% endif %} {% if page.next_page %} {% set direction = lang.t("footer.next") %}
{{ direction }}
{{ page.next_page.title }}
{% include ".icons/material/arrow-right.svg" %}
{% endif %}
{% endif %} {% endif %}
{% include "partials/copyright.html" %} {% if config.extra.social %} {% include "partials/social.html" %} {% endif %}
{% if config.citation.license == 'CC-BY-4.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International License.
{% elif config.citation.license == 'CC0-1.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons CC0 1.0 Universal License.
{% elif config.citation.license == 'CC-BY-NC-4.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons Creative Commons Attribution-NonCommercial 4.0 International License.
{% elif config.citation.license == 'CC-BY-NC-ND-4.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
{% elif config.citation.license == 'CC-BY-NC-SA-4.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
{% elif config.citation.license == 'CC-BY-ND-4.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons Creative Commons Attribution-NoDerivatives 4.0 International License.
{% elif config.citation.license == 'CC-BY-SA-4.0' %}
Creative Commons License Except where otherwise noted, content on this site is licensed under a Creative Commons Creative Commons Attribution-ShareAlike 4.0 International License.
{% endif %}
Skills4EOSC Logo EOSC Logo Co-funded by the European Union Logo UK Research and Innovation Logo
Cite as: {% for author in config.citation.authors %} {% set surname = author['family-names'] %} {% set name = author['given-names'] %} {% if loop.last %} {{ surname }}, {{ name }}. {% else %} {{ surname }}, {{ name }}, {% endif %} {% endfor %} ({{ config.citation['date-released'] }}). {{ config.citation.title }} ({{ config.citation.version }}).  https://doi.org/{{ config.citation.doi }}