{# crate_anon/crateweb/templates/about.html #} {% extends "base.html" %} {% block content %}
Documentation is at {{ CRATE_DOCS_URL }}.
The CRATE version is {{ VERSION }}, dated {{ VERSION_DATE }}.
Please cite as:
Cardinal RN (2017). Clinical records anonymisation and text extraction (CRATE): an open-source software system. BMC Medical Informatics and Decision Making 17:50.
(PMID: 28441940; doi: 10.1186/s12911-017-0437-1.)
The UK Office of National Statistics (ONS) Postcode Database (ONSPD) is not part of CRATE, but codes from it may have been installed by your administrator. If so, the following apply:
See also
{% endblock %} {% block helpurl %}{{ HelpUrl.about_crate }}{% endblock %}