{% extends "idr_gallery/base.html" %} {% block head %} {{ block.super }} {% endblock %} {% block content %}

{{ idr_id }}

{% with image=images.0 %}

{% endwith %} {% if release_date %}

Release Date: {{ release_date }}

{% endif %} {% if publication %}

Publication DOI: {{ publication.name }}

{% endif %} {% if data_doi %}

Data DOI: {{ data_doi.name }}

{% endif %} {% if license %}

License: {{ license.name }}

{% endif %} {% if pubmed_id %}

PubMed ID: {{ pubmed_id.name }}

{% endif %} {% if pmc_id %}

PMC ID: {{ pmc_id.name }}

{% endif %} {% for url in external_urls %}

External URL: {{ url }}

{% endfor %}

{{ title }}

{{ containers.0.description }}

{{ authors }}

Browse Data in IDR

{% for container in containers %}

{{ container.name }} ()

{% endfor %}

BioFile Finder

BioFile Finder is a tool for filtering, sorting and grouping tabular data. Each table below is loaded from IDR as a Parquet file, with each row representing an image. Images can be selected in BioFile Finder and the "Download" link will open them in the IDR viewer.

{% for container in containers %}

{{ container.short_name }} ( , parquet: )

{% endfor %}

Download

{% if download_url %}

To download original image files in your browser, you can access original data.

{% endif %} {% if bia_ngff_id %}

View OME-Zarr data and download at BioImage Archive: {{ bia_ngff_id }}.

{% elif bia_accession %}

Data for this study is available at the BioImage Archive: {{ bia_accession.name }}.

{% endif %}

Download as JSON.

{% if download_url %}

For more download options, including bulk download using Globus or FTP clients, see the IDR Data download page.

{% endif %}

{% for kvp in other_kvps %}

{{ kvp.0 }}: {{ kvp.1 }}

{% endfor %}
{% for annotation_file in annotation_files %}

Annotation File: {{ annotation_file.name }}

{% endfor %}
{% endblock %}