{% extends 'base.html' %} {% load static %} {% load url from grandchallenge_tags %} {% load humanize %} {% load thumbnail %} {% block title %}All Challenges{% endblock %} {% block content %}

All Challenges

Here is an overview of all challenges that have been organized within the area of medical image analysis that we are aware of. If you know any study that would fit in this overview, or want to advertise your challenge, please send an email to support@grand-challenge.org and we will add the challenge to the list on this page.

{% if request.user.is_staff %}

{% endif %}
Active filters:

Filters

{% for host in hosts %} {# Note that the host filter works slightly differently as we have no filter_tag attribute #}
{% endfor %}
{% for modality in modalities %}
{% endfor %}
{% for task in task_types %}
{% endfor %}
{% for r in body_regions %}
{% for s in r.bodystructure_set.all %}
{% endfor %}
{% endfor %}
Displaying of
{% for year, challenges in challenges_by_year.items %}

{{ year }}

{% for challenge in challenges %} {% endfor %}
{% endfor %}
{% endblock %} {% block script %} {{ block.super }} {# enable tooltips #} {% endblock %}