{% extends "base.html" %} {% block content %}

{{ tool_json.service }} {% if tool_details.get("developed-by-VHP") == "true" %} Developed by VHP {% endif %} {% if tool_details.instance and tool_details.instance.get("vhp-platform") == "Development" %} Hosted by VHP {% elif tool_details.instance and tool_details.instance.get("vhp-platform") == "development" %} Hosted by VHP {% endif %}

{% if tool_details.screenshot %}

{{ tool_json.description }} {% if tool_details.stage and tool_details.stage in process_flow_steps %} {% set step = process_flow_steps[tool_details.stage] %}

{% endif %} {% if tool_details.get("regulatory-question") %}
{% if tool_details.get("regulatory-question").get("1a") == "true" or tool_details.get("regulatory-question").get("1b") == "true" %} Kidney case study {% endif %} {% if tool_details.get("regulatory-question").get("2a") == "true" or tool_details.get("regulatory-question").get("2b") == "true" %} Parkinson case study {% endif %} {% if tool_details.get("regulatory-question").get("3a") == "true" or tool_details.get("regulatory-question").get("3b") == "true" %} Thyroid hormone case study {% endif %}
{% endif %}
{% if tool_details.instance and tool_details.instance.url %} Image showing the logo or screenshot of the project. {% else %} Image showing the logo or screenshot of the project. {% endif %}
{%else%}

{{ tool_json.description }} {% if tool_details.get("regulatory-question") %}

{% if tool_details.get("regulatory-question").get("1a") == "true" or tool_details.get("regulatory-question").get("1b") == "true" %} Kidney case study {% endif %} {% if tool_details.get("regulatory-question").get("2a") == "true" or tool_details.get("regulatory-question").get("2b") == "true" %} Parkinson case study {% endif %} {% if tool_details.get("regulatory-question").get("3a") == "true" or tool_details.get("regulatory-question").get("3b") == "true" %} Thyroid hormone case study {% endif %}
{% endif %}
{% endif %} {% if tool_details.Other %} {% if tool_details.Other.wikipedia %}

More at Wikipedia.

{% endif %} {% endif %} {% if tool_details.instance %} {% if tool_details.instance.url %} {% endif %} {% elif tool_details.url %} {% endif %}
{% if tool_details.intro or tool_details.demo or tool_details.workflow %}

{% endif %} {% if tool_details.get('ELIXIR') and tool_details.ELIXIR.get('tess') %}

{% endif %} {% if tool_details.get('ELIXIR') and tool_details.ELIXIR.get('biotools') %}

{% endif %} {% if tool_details.doi %}

{% endif %} {% if tool_details.instance %}

    {% if tool_details.instance.version %}
  • Version: {{ tool_details.instance.version }}
  • {% endif %} {% if tool_details.instance.license %}
  • License: {{ tool_details.instance.license }}
  • {% endif %} {% if tool_details.instance.source %}
  • Source code: {{ tool_details.instance.source }}
  • {% endif %} {% if tool_details.instance.docker %}
  • Docker: {{ tool_details.instance.docker }}
  • {% endif %}
{% endif %} {% if tool_details.Other and tool_details.Other.rsd %}

{% endif %}

Contact

    {% if tool_details.provider %}{% if tool_details.provider.contact %} {% if tool_details.provider.contact.name %}
  • {% if tool_details.provider.email %}{% endif %}{{ tool_details.provider.contact.name }}{% if tool_details.provider.name %}{% if tool_details.provider.email %}{% endif %} ({{ tool_details.provider.name }}){% endif %}
  • {% else %} {% if tool_details.provider.name %}
  • {{ tool_details.provider.name }}
  • {% endif%} {% endif %} {% if tool_details.provider.contact.get("vhp-partner") %} {% if tool_details.provider.contact.get("vhp-partner") != "" %}
  • Partner: {{ tool_details.provider.contact.get("vhp-partner") | replace(";", " and ") }}
  • {% endif %} {% endif %} {% endif %}{% endif %}
{% endblock %}