{% extends "idr_gallery/base.html" %} {% block content %}
{% include 'idr_gallery/background_carousel.html' %}
IDR logo IDR logo

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.

{% for c, data in super_categories.items %} {{ data.label }} {% endfor %}
Studies
Images
TB
{% for tab in TABS %}
{{ tab.text|safe }} {% for video in tab.videos %}

{{video.title}}

{{video.text}}
{% endfor %}
{% endfor %}
{% endblock %}