mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
c385b21739
@ -1,5 +1,7 @@
|
|||||||
{% extends "nopaque.html.j2" %}
|
{% extends "nopaque.html.j2" %}
|
||||||
|
|
||||||
|
{% set headline = ' ' %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
@ -12,6 +14,7 @@
|
|||||||
<div class="col s12 m4">
|
<div class="col s12 m4">
|
||||||
<div class="card medium">
|
<div class="card medium">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
|
<h2>Log in</h2>
|
||||||
<p>Want to boost your research and get going? nopaque is free and no download is needed. Register now!</p>
|
<p>Want to boost your research and get going? nopaque is free and no download is needed. Register now!</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-action right-align">
|
<div class="card-action right-align">
|
||||||
@ -24,7 +27,6 @@
|
|||||||
<div class="card medium">
|
<div class="card medium">
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<span class="card-title">Log in</span>
|
|
||||||
{{ login_form.hidden_tag() }}
|
{{ login_form.hidden_tag() }}
|
||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
<i class="material-icons prefix">person</i>
|
<i class="material-icons prefix">person</i>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div class="row container">
|
<div class="row container">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<h2>nopaque</h2>
|
<h2>nopaque</h2>
|
||||||
<p>Catch phrase - From image collection to corpus analysis</p>
|
<p>From text to data to analysis</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -24,8 +24,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<h3>Why you should use nopaque</h3>
|
<h3>Why you should use nopaque</h3>
|
||||||
<p>Wouldn't it be nice to have a tool that saves you time and trouble so that you can solely focus on your research?<br>
|
<p>nopaque is a custom-built web application for researchers who want to get out more of their images and texts without having to bother about the technical side of things. You can focus on what really interests you, nopaque does the rest.</p>
|
||||||
nopaque is a custom-built web application for researchers who want to get out more of their images and texts without having to bother about the technical side of things. You can focus on what really interests you, nopaque does the rest.</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
@ -33,7 +32,7 @@
|
|||||||
<div class="col s12 m6 l3 center-align">
|
<div class="col s12 m6 l3 center-align">
|
||||||
<i class="large material-icons" style="color: #ee6e73;">flash_on</i>
|
<i class="large material-icons" style="color: #ee6e73;">flash_on</i>
|
||||||
<p>Speeds up your work</p>
|
<p>Speeds up your work</p>
|
||||||
<p class="light">All tools provided by nopaque are carefully selected to provide a complete tool suite without delaying compatibility issues.</p>
|
<p class="light">All tools provided by nopaque are carefully selected to provide a complete tool suite without being held up by compatibility issues.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s12 m6 l3 center-align">
|
<div class="col s12 m6 l3 center-align">
|
||||||
<i class="large material-icons" style="color: #ee6e73;">cloud</i>
|
<i class="large material-icons" style="color: #ee6e73;">cloud</i>
|
||||||
@ -93,7 +92,7 @@
|
|||||||
<div class="col s12 m6 l3 center-align">
|
<div class="col s12 m6 l3 center-align">
|
||||||
<i class="large material-icons" style="color: #ee6e73;">find_in_page</i>
|
<i class="large material-icons" style="color: #ee6e73;">find_in_page</i>
|
||||||
<p>Optical Character Recognition</p>
|
<p>Optical Character Recognition</p>
|
||||||
<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>
|
<p class="light">nopaque converts your image data – like photos or scans – into text data through OCR making it machine readable. This step enables you to proceed with further computational analysis of your documents.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s12 m6 l3 center-align">
|
<div class="col s12 m6 l3 center-align">
|
||||||
<i class="large material-icons" style="color: #ee6e73;">format_textdirection_l_to_r</i>
|
<i class="large material-icons" style="color: #ee6e73;">format_textdirection_l_to_r</i>
|
||||||
|
Loading…
Reference in New Issue
Block a user