{% extends 'layouts/base-fullscreen.html' %} {% block title %} Sign IN {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include "includes/navigation-fullscreen.html" %}

{% if BACKEND == "compose" %} MAIA Lite Dashboard {% else %} MAIA Dashboard {% endif %}

{% if msg %} {{ msg | safe }} {% else %}

About MAIA
{% endif %}

{% csrf_token %}
Sign IN
Sign UP for an Existing Project
Register a New Project


Interested in learning more about open-source Medical AI Tools? check out the MAIA Spotlights


NPJ AI Check out the MAIA article published in NPJ Artificial Intelligence and please make sure to cite it when using the platform in your research.

{% if GITHUB_AUTH %}

or SignIn with

{% csrf_token %}
{% endif %}

{% if BACKEND == "compose" %}
{% else %}
{% endif %}
{% include "includes/footer-fullscreen.html" %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}