{% extends "admin/master.html" %} {% set active_page = 'admin' %} {% block title %} User Annotation | CLiC {% endblock %} {% block body %} {% if not current_user.is_authenticated() %}
The annotation tool is not available to the public. If you want to gain access to this tool in order to annotate occurrences of subsets with tags and notes, please email the CLiC team to ask for a user account. If you want to set up your own version of the CLiC user annotation, please visit our Releases page and install CLiC locally.
If you have a user account, visit the Login page to access you account.
{% else %}The annotation tool allows you to add notes and tags to subsets in order to analyse them systematically.
The subset page contains all the subsets (e.g. quotes, short suspensions, long suspensions, and non-quotes). To search the text of the subsets use the search box on the subset page. To sort the columns, click on the column title. Advanced functionality (for instance, filtering) is explained below.
To define a tag or a note navigate to the Tag and
Note pages and click on the Create button.
To add a tag "body language", for instance, enter the name of your tag into the
designated field and hit save.
Once a tag or a note
are created, navigate to the subset page and click on the pencil next to a subset row
to add any available tags or notes.
In the pop-up window that opens, click on the "Tags" field and select the tag
you want to connect to the row.
If you click save, the row will now have your tag (in our example, body language)
associated with it.
To delete a tag click the bin
(this deletes it from *all* of the subsets it was attached to).