General information
{% if metadata.external_url %}App homepage: Go to app homepage
{% endif %} {% if metadata.documentation_url %}
Documentation: Go to app documentation
{% else %}
Documentation: Documentation not provided by the app author
{% endif %}
Detailed information
{% if metadata %}Author(s): {{ metadata.authors }}
Short description: {{ metadata.description }}
Most recent version: {{ releases | sort_semantic | first }}
Unable to retrieve meta information for this app.
Citations
-
{% for citation in metadata.citations %}
- {% if citation.text %} {% if citation.link %} {{ citation.text }} {% else %} {{ citation.text }} {% endif %} {% else %} {{ citation.authors | join(", ") }}, {% if citation.title %} "{{ citation.title }}". {% endif %} {{ citation.journal }} {% if citation.volume %} , {{ citation.volume }} {% endif %} {% if citation.issue %} , {{ citation.issue }} {% endif %} ({{ citation.year }}). https://doi.org/{{ citation.doi }} {% endif %} {% endfor %}