{% extends "base.html" %} {% block title %}Create Annotator Document{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Add a new document

Please fill out the form below and select a file to create a new document entry. The document can then be used for digital annotation, creating evidences that are attributed to the source of the document. A source for the document must therefore be selected below, and that source entry must already be in the database. At the moment, we only support annotation of plain text (text/plain;charset=UTF-8) and HTML documents (text/html;charset=UTF-8).

HTML documents should be prepared carefully before being submitted here, as changes to their content later on will mess up existing annotations. If you need to make larger changes to an existing document, consider uploading a new version of the document. The main criteria and guidelines for HTML documents are detailed below:

Criteria and guidelines for HTML documents:
{% endblock %}