{% extends "master.html" %} {% block bodyparams %} class="plus-secondary" {% endblock %} {% block heading %}

Welcome to

{{ systemServiceName }}

{% endblock %} {% block content %}

What is {{ systemServiceName }}

{{ systemServiceName }} is a service designed to support administration of a scanning facility.

Background

This service was conceived by the Cognition and Brain Sciences Unit of the Medical Research Council and is being developed in a partnership with the Appropriate Software Foundation. If you would like to use the service to support your work, or would like more information about the service, please contact the service administrator [here].

{% endblock %} {% block primarysidebar %}

Using ScanBooker

Quick links

{% endblock %} {% block secondarysidebar %}

Site summary

{{ systemServiceName }} supports the work of administering a scanning facility.

There are {{ view.registry.scanningSessions.count }} scanning sessions for {{ view.registry.studies.count }} registered studies.

{% if view.canUpdateSystem %}

Admin links

{% endif %} {% endblock %}