{% extends 'products/base.html' %} {% load static %} {% block title %} Project AIR - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Project AIR

Multi use case, multi vendor, multicenter validation of AI software in radiology

{% include "products/partials/project_air_description.html" %}

Study Protocols

    {% for project_air_file in is_current %}
  • {{ project_air_file.title }} Download
  • {% endfor %}
{% if is_archive %}
    {% for project_air_file in is_archive %}
  • {{ project_air_file.title }} Download
  • {% endfor %}
{% endif %}
{% endblock %}