{%- if page.national_resources %} {%- assign tools = page.national_resources %}

Tools and resources

Tailored to users in {{page.title}}

Developed and/or deployed by institutions and organisations in {{page.title}}.

Skip tool table
{%- for tool in tools | sort %} {% if tool.url %} {%- else %} {%- endif %} {%- if tool.related_pages %} {%- capture related_pages %} {%- for section in tool.related_pages %} {%- unless section[1].size == 0 %} {%- for tag in section[1] %} {%- unless tag == page.page_id %} {%- assign related_page = site.pages | where:"page_id",tag | first %} {{related_page.title}} {%- endunless %} {%- endfor %} {%- endunless %} {%- endfor %} {%- endcapture %} {%- else %} {%- endif %} {%- endfor %}
Resource Description Related pages Registry
{{tool.name}} {{tool.name}}{{tool.description | markdownify }} {%- if tool.instance_of or tool.how_to_access %}
{{tool.instance_of}} {%- if tool.how_to_access %} {%- endif %}
{%- endif %}
{{related_pages}} {%- if tool.registry.biotools %} Tool info {%- endif %} {%- if tool.registry.fairsharing %} Standards/Databases {%- endif %} {%- if tool.registry.fairsharing-coll %} Standards/Databases {%- endif %} {%- if tool.registry.tess %} Training {%- endif %}
{%- endif %} {%- if page.ref_to_main_resources %} {%- assign tool_names = page.ref_to_main_resources %}

{{page.title}} contributes to

Institutions and organisations in {{page.title}} are actively involved in the development of the following tools and resources.

Skip tool table
{%- for tool_name in tool_names | sort %} {%- assign tool = site.data.tool_and_resource_list | where:"name", tool_name | first %} {% if tool.url %} {%- else %} {%- endif %} {%- capture related_pages %} {%- for tag in tool.related_pages %} {%- unless tag == page.page_id %} {%- assign related_page = site.pages | where:"page_id",tag | first %} {{related_page.title}} {%- endunless %} {%- endfor %} {%- endcapture %} {%- endfor %}
Resource Description Related pages Registry
{{tool.name}} {{tool.name}}{{tool.description | markdownify }} {%- if tool.instance_of or tool.how_to_access %}
{{tool.instance_of}} {%- if tool.how_to_access %} {%- endif %}
{%- endif %}
{{related_pages}} {%- if tool.registry.biotools %} Tool info {%- endif %} {%- if tool.registry.fairsharing %} Standards/Databases {%- endif %} {%- if tool.registry.fairsharing-coll %} Standards/Databases {%- endif %} {%- if tool.registry.tess %} Training {%- endif %}
{%- endif %}