{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load url %} {% load profiles %} {% load bleach %} {% load humanize %} {% load remove_whitespace %} {% load naturaldelta %} {% load static %} {% load string %} {% block title %} {{ object.title }} - {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block sidebar %}{{ user|user_profile_link }}
{% endfor %}Information on this algorithm has been provided by the Algorithm Editors, following the Model Facts labels guidelines from Sendak, M.P., Gao, M., Brajer, N. et al. Presenting machine learning model information to clinical end users with model facts labels. npj Digit. Med. 3, 41 (2020). 10.1038/s41746-020-0253-3
{% if "change_algorithm" in algorithm_perms %}{% if algorithm.public %} This algorithm is visible to the public, {% if algorithm.access_request_handling != 'ACCEPT_ALL' %} however, users will need to request access, which you will need to approve {% if algorithm.access_request_handling == 'ACCEPT_VERIFIED_USERS' %} (unless they are verified) {% endif %} before they can run this algorithm. {% else %} and users' access requests will be granted automatically. {% endif %} {% else %} Only users that you add to the users group will be able to run this algorithm. {% endif %} This algorithm uses {{ object.workstation.title }} {% if object.workstation_config %} with configuration {{ object.workstation_config.title }}. {% else %} with its default configuration. {% endif %}
{% if object.average_duration %}On average, successful jobs for this algorithm have taken {{ object.average_duration|naturaldelta }}.
{% endif %} {% if object.editor_notes %}The following users are able to edit, use this algorithm and see all of the results:
{% url 'algorithms:editors-update' slug=object.slug as edit_url %} {% include "groups/partials/user_list.html" with edit_url=edit_url form=editor_remove_form users=object.editors_group.user_set.all %}The following users are able to use this algorithm:
{% url 'algorithms:users-update' slug=object.slug as edit_url %} {% include "groups/partials/user_list.html" with edit_url=edit_url form=form users=object.users_group.user_set.all %}Click here to manage the permission requests for this algorithm. {% if pending_permission_requests %} {{ pending_permission_requests }} pending request{{ pending_permission_requests|pluralize }}. {% endif %}
You need to link your algorithm to a GitHub repo and create a new tag, or upload a valid algorithm container image.
{% endif %} {% if object.repo_name %}New container images will be automatically built when https://github.com/{{ object.repo_name }} is tagged. However, if you wish, you can still upload container images here.
{% endif %}{% if object.repo_name %} Update Linked Repo {% else %} Link GitHub Repo {% endif %} Upload a Container
To re-activate a previously uploaded container image, click on the info button next to it and then on "Make active image for algorithm".