diff --git a/src/resources/views/manual/tutorials/annotation-sessions.blade.php b/src/resources/views/manual/tutorials/annotation-sessions.blade.php index c67cb12..c73ab94 100644 --- a/src/resources/views/manual/tutorials/annotation-sessions.blade.php +++ b/src/resources/views/manual/tutorials/annotation-sessions.blade.php @@ -8,7 +8,7 @@ Annotation sessions can be used to conduct scientific studies.

- Annotation sessions are a way to organize annotations of a volume. An annotation session has a start date, an end date and a set of members that belong to it. Once an annotation session was created, all annotations of the volume that are created after the start date (inclusive) and before the end date (exclusive) by one of the members will belong to the annotation session. Annotation sessions can be created by all users who have admin access to the volume. Each volume can have multiple annotation sessions. Only one annotation session can be active at the same time. + Annotation sessions are a way to organize annotations of a volume. An annotation session has a start date, an end date and a set of members that belong to it. Once an annotation session was created, all annotations of the volume that are created after the start date (inclusive) and before the end date (exclusive) by one of the members will belong to the annotation session. Annotation sessions can be created by all users who have admin access to the volume. Each volume can have multiple annotation sessions. Only one annotation session can be active at the same time. Annotation sessions can be managed by volume admins on the volume edit page that you can reach with the button of the volume overview.

Existing annotation sessions can be used to filter volume annotation reports. A report restricted to an annotation session only includes annotations that belong to this session (i.e. created by a member between the start an end dates of the annotation session).