diff --git a/app/templates/_base/_modals/_manual/02_registration_and_log_in.html.j2 b/app/templates/_base/_modals/_manual/02_getting_started.html.j2 similarity index 100% rename from app/templates/_base/_modals/_manual/02_registration_and_log_in.html.j2 rename to app/templates/_base/_modals/_manual/02_getting_started.html.j2 diff --git a/app/templates/_base/_modals/_manual/03_dashboard.html.j2 b/app/templates/_base/_modals/_manual/03_dashboard.html.j2 index c1a9f33a..ab14ce51 100644 --- a/app/templates/_base/_modals/_manual/03_dashboard.html.j2 +++ b/app/templates/_base/_modals/_manual/03_dashboard.html.j2 @@ -11,10 +11,12 @@ overview of all user-specific resources. These are corpora, created jobs, and - model contributions. - A corpus is a freely composable annotated text collection. - A job is an initiated file processing procedure. One can search for jobs as - well as corpus listings using the search field displayed above them on the dashboard. + model contributions. + A corpus is a freely composable annotated text collection. + A job is an initiated file processing procedure. + A model is a mathematical system for pattern recognition based on data examples that have been processed by AI. One can search for jobs as + well as corpus listings using the search field displayed above them on the dashboard. + Models can be found and edited by clicking on the corresponding service under My Contributions.

 
diff --git a/app/templates/_base/_modals/_manual/06_services.html.j2 b/app/templates/_base/_modals/_manual/06_services.html.j2 index e65f8088..12fe030d 100644 --- a/app/templates/_base/_modals/_manual/06_services.html.j2 +++ b/app/templates/_base/_modals/_manual/06_services.html.j2 @@ -1,13 +1,15 @@

Services

+

Services

+
Services

- nopaque was designed from the ground up to be modular. This modularity - means that the offered workflow provides variable entry and exit points, - so that different starting points and goals can be flexibly addressed. + Nopaque was designed to be modular. Its workflow consists of a sequence + of services that can be applied at different starting and ending points. + This allows you to proceed with your work flexibly. Each of these modules are implemented in a self-contained service, each of which represents a step in the workflow. The services are coordinated in such a way that they can be used consecutively. The order can either be diff --git a/app/templates/_base/_modals/manual.html.j2 b/app/templates/_base/_modals/manual.html.j2 index 4660db74..64660561 100644 --- a/app/templates/_base/_modals/manual.html.j2 +++ b/app/templates/_base/_modals/manual.html.j2 @@ -3,7 +3,7 @@

Manual

-
+

- {% include "_base/_modals/_manual/02_registration_and_log_in.html.j2" %} + {% include "_base/_modals/_manual/02_getting_started.html.j2" %}