{# crate_anon/crateweb/templates/about.html #} {% extends "base.html" %} {% block content %}

About: Clinical Records Anonymisation and Text Extraction (CRATE)

CRATE documentation

Documentation is at {{ CRATE_DOCS_URL }}.

Software running on this server

The CRATE version is {{ VERSION }}, dated {{ VERSION_DATE }}.

Citing CRATE

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.)

Sources

Third-party licences

ONS Postcode Database licensing

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 %}