nopaque/app/templates/main/dashboard.html.j2

138 lines
6.6 KiB
Plaintext
Raw Normal View History

{% extends "base.html.j2" %}
2020-10-30 14:01:41 +00:00
2019-08-01 08:33:05 +00:00
{% block page_content %}
2020-10-23 06:51:46 +00:00
<div class="container">
2020-07-22 10:16:33 +00:00
<div class="row">
<div class="col s12">
2020-10-23 08:42:52 +00:00
<h1 id="title">{{ title }}</h1>
</div>
2020-10-23 06:51:46 +00:00
<div class="col s12" id="corpora">
2023-03-21 09:50:29 +00:00
<h2>My Corpora</h2>
<p>Create a corpus to interactively perform linguistic analysis.</p>
2023-03-21 09:50:29 +00:00
</div>
<div class="col s12">
<div class="card">
<div class="card-content">
2023-06-07 11:39:04 +00:00
<div class="corpus-list" data-user-id="{{ current_user.hashid }}"></div>
2020-10-23 06:51:46 +00:00
</div>
<div class="card-action right-align">
<a class="btn waves-effect waves-light" href="{{ url_for('corpora.create_corpus') }}">Create corpus<i class="material-icons right">add</i></a>
2020-07-22 10:16:33 +00:00
</div>
</div>
2020-01-15 09:52:51 +00:00
</div>
2020-10-23 06:51:46 +00:00
2022-09-02 11:07:30 +00:00
<div class="col s12" id="jobs">
2023-03-21 09:50:29 +00:00
<h2>My Jobs</h2>
2022-06-14 10:00:22 +00:00
<p>
A job is the execution of a service provided by nopaque. You can
create any number of jobs and let them be processed simultaneously. We
<b>strongly recommend</b> that you create a folder on your computer where you
save the various files that nopaque provides you with after each
pre-processing step. You will need the result of each step for the
next step.
</p>
2023-03-21 09:50:29 +00:00
</div>
<div class="col s12">
2020-07-22 10:16:33 +00:00
<div class="card">
<div class="card-content">
2022-09-02 11:07:30 +00:00
<div class="job-list" data-user-id="{{ current_user.hashid }}"></div>
2020-07-22 10:16:33 +00:00
</div>
<div class="card-action right-align">
2024-07-01 13:37:34 +00:00
<p><a class="btn modal-trigger waves-effect waves-light" data-target="create-job-modal">Create job<i class="material-icons right">add</i></a></p>
2020-07-22 10:16:33 +00:00
</div>
</div>
2021-12-01 13:15:20 +00:00
</div>
2023-03-14 13:25:05 +00:00
<div class="col s12" id="contributions">
2023-03-21 09:50:29 +00:00
<h2>My Contributions</h2>
</div>
<div class="col s4">
<div class="card extension-selector hoverable service-color" data-service="tesseract-ocr-pipeline">
<a href="{{ url_for('contributions.tesseract_ocr_pipeline_models') }}" style="position: absolute; width: 100%; height: 100%;"></a>
<div class="card-content">
2024-09-25 10:08:20 +00:00
<span class="card-title">Tesseract OCR Pipeline Models</span>
2023-03-21 09:50:29 +00:00
<p>Here you can see and edit the models that you have created. You can also create new models.</p>
2023-03-14 13:25:05 +00:00
</div>
</div>
2023-03-21 09:50:29 +00:00
</div>
2023-03-14 13:25:05 +00:00
2023-03-21 09:50:29 +00:00
<div class="col s4">
<div class="card extension-selector hoverable service-color" data-service="spacy-nlp-pipeline">
<a href="{{ url_for('contributions.spacy_nlp_pipeline_models') }}" style="position: absolute; width: 100%; height: 100%;"></a>
<div class="card-content">
<span class="card-title">SpaCy NLP Pipeline Models</span>
<p>Here you can see and edit the models that you have created. You can also create new models.</p>
2023-03-14 13:25:05 +00:00
</div>
</div>
2023-03-21 09:50:29 +00:00
</div>
2023-03-14 13:25:05 +00:00
2024-07-01 13:37:34 +00:00
{% if config.NOPAQUE_TRANSKRIBUS_ENABLED %}
2023-03-21 09:50:29 +00:00
<div class="col s4">
<div class="card extension-selector hoverable service-color" data-service="transkribus-htr-pipeline">
<a href="{{ url_for('contributions.transkribus_htr_pipeline_models') }}" style="position: absolute; width: 100%; height: 100%;"></a>
<div class="card-content">
<span class="card-title">Transkribus HTR Pipeline Models</span>
<p>Here you can see and edit the models that you have created. You can also create new models.</p>
2023-03-14 13:25:05 +00:00
</div>
</div>
</div>
2024-07-01 13:37:34 +00:00
{% endif %}
2021-12-01 13:15:20 +00:00
</div>
</div>
{% endblock page_content %}
2021-12-01 13:15:20 +00:00
{% block modals %}
{{ super() }}
2022-09-02 11:07:30 +00:00
<div id="create-job-modal" class="modal">
2021-12-01 13:15:20 +00:00
<div class="modal-content">
<h4>Select a service</h4>
<p>&nbsp;</p>
<div class="row">
<div class="col s12 m4">
<div class="card-panel center-align hoverable">
<br>
<a href="{{ url_for('services.file_setup_pipeline') }}" class="btn-floating btn-large waves-effect waves-light" style="transform: scale(2);">
<i class="nopaque-icons service-color darken service-icons" data-service="file-setup-pipeline"></i>
2021-12-01 13:15:20 +00:00
</a>
<br><br>
<p class="service-color-text darken" data-service="file-setup-pipeline"><b>File setup</b></p>
<p class="light">Digital copies of text based research data (books, letters, etc.) often comprise various files and formats. nopaque converts and merges those files to facilitate further processing.</p>
<a href="{{ url_for('services.file_setup_pipeline') }}" class="waves-effect waves-light btn service-color darken" data-service="file-setup-pipeline">Create Job</a>
2021-12-01 13:15:20 +00:00
</div>
</div>
<div class="col s12 m4">
<div class="card-panel center-align hoverable">
<br>
<a href="{{ url_for('services.tesseract_ocr_pipeline') }}" class="btn-floating btn-large waves-effect waves-light" style="transform: scale(2);">
<i class="nopaque-icons service-color darken service-icons" data-service="tesseract-ocr-pipeline" style="font-size: 2.5rem;"></i>
2021-12-01 13:15:20 +00:00
</a>
<br><br>
<p class="service-color-text darken" data-service="tesseract-ocr-pipeline"><b>Optical Character Recognition</b></p>
2021-12-01 13:15:20 +00:00
<p class="light">nopaque converts your image data like photos or scans into text data through a process called OCR. This step enables you to proceed with further computational analysis of your documents.</p>
<a href="{{ url_for('services.tesseract_ocr_pipeline') }}" class="waves-effect waves-light btn service-color darken" data-service="tesseract-ocr-pipeline">Create Job</a>
2021-12-01 13:15:20 +00:00
</div>
</div>
<div class="col s12 m4">
<div class="card-panel center-align hoverable">
<br>
<a href="{{ url_for('services.spacy_nlp_pipeline') }}" class="btn-floating btn-large waves-effect waves-light" style="transform: scale(2);">
<i class="nopaque-icons service-color darken service-icons" data-service="spacy-nlp-pipeline" style="font-size: 2.5rem;"></i>
2021-12-01 13:15:20 +00:00
</a>
<br><br>
<p class="service-color-text darken" data-service="spacy-nlp-pipeline"><b>Natural Language Processing</b></p>
2021-12-01 13:15:20 +00:00
<p class="light">By means of computational linguistic data processing (tokenization, lemmatization, part-of-speech tagging and named-entity recognition) nopaque extracts additional information from your text.</p>
<a href="{{ url_for('services.spacy_nlp_pipeline') }}" class="waves-effect waves-light btn service-color darken" data-service="spacy-nlp-pipeline">Create Job</a>
2020-10-23 06:51:46 +00:00
</div>
2020-02-27 10:29:42 +00:00
</div>
</div>
2020-01-15 09:52:51 +00:00
</div>
2021-12-01 13:15:20 +00:00
<div class="modal-footer">
2022-09-02 11:07:30 +00:00
<a class="btn-flat modal-close waves-effect waves-light">Close</a>
2021-12-01 13:15:20 +00:00
</div>
2020-01-15 09:52:51 +00:00
</div>
2021-12-01 13:15:20 +00:00
{% endblock modals %}