{% extends "webgallery/categories/base.html" %} {% block content %}
{% if gallery_title %}

{{ gallery_title }}

{% endif %}

{% if not super_category %} The Image Data Resource (IDR) is a public repository of image datasets from published scientific studies,
where the community can submit, search and access high-quality bio-image data. {% endif %}

Search by:

{% if not super_category %}
 
{% for category, data in super_categories.items %}
{{ data.label }}
{% endfor %}
{% endif %}
Loading Studies...
{% endblock %}