Update texts

This commit is contained in:
Patrick Jentsch 2020-02-27 09:55:58 +01:00
parent 762482582d
commit d27919bef3
4 changed files with 194 additions and 428 deletions

View File

@ -26,7 +26,7 @@ def dashboard():
return render_template('main/dashboard.html.j2', title='Dashboard') return render_template('main/dashboard.html.j2', title='Dashboard')
@main.route('/poster') @main.route('/poster', methods=['GET', 'POST'])
def poster(): def poster():
login_form = LoginForm(prefix='login-form') login_form = LoginForm(prefix='login-form')
if login_form.validate_on_submit(): if login_form.validate_on_submit():
@ -37,5 +37,5 @@ def poster():
login_user(user, login_form.remember_me.data) login_user(user, login_form.remember_me.data)
return redirect(url_for('main.dashboard')) return redirect(url_for('main.dashboard'))
flash('Invalid email/username or password.') flash('Invalid email/username or password.')
return render_template('main/poster_stephan.html.j2', login_form=login_form, return render_template('main/poster.html.j2', login_form=login_form,
title=' ') title=' ')

View File

@ -24,6 +24,8 @@
<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>
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">
@ -36,17 +38,17 @@
<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>
<p>Cloud infrastructure</p> <p>Cloud infrastructure</p>
<p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software, great right?</p> <p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software. Great, right?</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;">group</i> <i class="large material-icons" style="color: #ee6e73;">group</i>
<p>User friendly</p> <p>User friendly</p>
<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.</p> <p class="light">You can start right away without having to read mile-long manuals. All services come with default settings that make it easy for you to just get going. Also great, right?</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;">settings</i> <i class="large material-icons" style="color: #ee6e73;">settings</i>
<p>Passt gut zum Prozess</p> <p>Meshing processes</p>
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started.</p> <p class="light">No matter where you step in, nopaque facilitates and accompanies your research. Its workflow perfectly ties in with your research process.</p>
</div> </div>
</div> </div>
</div> </div>
@ -55,7 +57,7 @@
<div class="col s12 m2"> <div class="col s12 m2">
<ul class="section table-of-contents"> <ul class="section table-of-contents">
<li><a href="#information">Why you should use nopaque</a></li> <li><a href="#information">Why you should use nopaque</a></li>
<li><a href="#services">What can nopaque do for you</a></li> <li><a href="#services">What nopaque can do for you</a></li>
{% if current_user.is_anonymous %} {% if current_user.is_anonymous %}
<li><a href="#registration-and-log-in">Registration and log in</a></li> <li><a href="#registration-and-log-in">Registration and log in</a></li>
{% endif %} {% endif %}
@ -76,8 +78,8 @@
<div class="col s12 m10"> <div class="col s12 m10">
<div class="row"> <div class="row">
<div class="col s12"> <div class="col s12">
<h3>What can nopaque do for you</h3> <h3>What nopaque can do for you</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p> <p>All services and processes are logically linked and built upon each other. You can follow them step by step or directly choose the one that suits your needs best. And while the process is computed in nopaques cloud, you can just keep working.</p>
</div> </div>
<div class="col s12"> <div class="col s12">
@ -86,22 +88,22 @@
<div class="col s12 m6 l3 center-align"> <div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">burst_mode</i> <i class="large material-icons" style="color: #ee6e73;">burst_mode</i>
<p>File setup</p> <p>File setup</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</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 and the application of other services.</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;">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">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</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>
</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>
<p>Natural Language Processing</p> <p>Natural Language Processing</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p> <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>
</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;">search</i> <i class="large material-icons" style="color: #ee6e73;">search</i>
<p>Corpus analysis</p> <p>Corpus analysis</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p> <p class="light">nopaque lets you create and upload as many text corpora as you want. It makes use of CQP Query Language, which allows for complex search requests with the aid of metadata and NLP tags.</p>
</div> </div>
</div> </div>
</div> </div>
@ -110,7 +112,7 @@
<div class="col s12 m2"> <div class="col s12 m2">
<ul class="section table-of-contents"> <ul class="section table-of-contents">
<li><a href="#information">Why you should use nopaque</a></li> <li><a href="#information">Why you should use nopaque</a></li>
<li><a href="#services">What can nopaque do for you</a></li> <li><a href="#services">What nopaque can do for you</a></li>
{% if current_user.is_anonymous %} {% if current_user.is_anonymous %}
<li><a href="#registration-and-log-in">Registration and log in</a></li> <li><a href="#registration-and-log-in">Registration and log in</a></li>
{% endif %} {% endif %}
@ -132,8 +134,8 @@
<div class="col s12 m10"> <div class="col s12 m10">
<div class="row"> <div class="row">
<div class="col s12 m4"> <div class="col s12 m4">
<h3>Registration and log in</h3> <h3>Registration and Log in</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> <p>Want to boost your research and get going? nopaque is free and no download is needed. Register now!</p>
<a class="btn waves-effect waves-light" href="{{ url_for('auth.register') }}"><i class="material-icons left">person_add</i>Register</a> <a class="btn waves-effect waves-light" href="{{ url_for('auth.register') }}"><i class="material-icons left">person_add</i>Register</a>
</div> </div>
@ -186,7 +188,7 @@
<div class="col s12 m2"> <div class="col s12 m2">
<ul class="section table-of-contents"> <ul class="section table-of-contents">
<li><a href="#information">Why you should use nopaque</a></li> <li><a href="#information">Why you should use nopaque</a></li>
<li><a href="#services">Processes and Services</a></li> <li><a href="#services">What nopaque can do for you</a></li>
{% if current_user.is_anonymous %} {% if current_user.is_anonymous %}
<li><a href="#registration-and-log-in">Registration and log in</a></li> <li><a href="#registration-and-log-in">Registration and log in</a></li>
{% endif %} {% endif %}
@ -212,7 +214,7 @@
<div class="col s12 m2"> <div class="col s12 m2">
<ul class="section table-of-contents"> <ul class="section table-of-contents">
<li><a href="#information">Why you should use nopaque</a></li> <li><a href="#information">Why you should use nopaque</a></li>
<li><a href="#services">What can nopaque do for you</a></li> <li><a href="#services">What nopaque can do for you</a></li>
{% if current_user.is_anonymous %} {% if current_user.is_anonymous %}
<li><a href="#registration-and-log-in">Registration and log in</a></li> <li><a href="#registration-and-log-in">Registration and log in</a></li>
{% endif %} {% endif %}

View File

@ -3,192 +3,220 @@
{% set parallax = True %} {% set parallax = True %}
{% block page_content %} {% block page_content %}
<div class="section white"> {% if request.args.get('print') == 'True' %}
<div class="row container"> <style>
<div class="col s12 m5"> html {
<h1>nopaque</h1> /* DIN 0 bei 150dpi */
<p>Die gute Catchphrase</p> width: 4697;
<p class="light">Patrick Jentsch, Stephan Porada und Helene Schlicht</p> height: 7022px;
</div> }
<div class="col s12 m7"> div.navbar-fixed {
<br> transform: scale(3);
<div class="card"> transform-origin: 0 0;
<div class="card-content"> }
<div class="row"> footer.page-footer {
<div class="col s3"> transform: scale(3);
<p>&nbsp;</p> transform-origin: 0 0;
<img class="responsive-img" src="https://www.uni-bielefeld.de/sfb1288/images/Logo_SFB1288_DE_300dpi.png"> margin-top: 5491px;
</div> }
<div class="col s9"> .parallax-container {
<p>Nopaque is a web application that helps to transform heterogeneous textual source materials into standard-compliant research data. The services of nopaque are designed to accompany the research process.</p> height: 250px;
<p>The web application is developed within the DFG-funded Collaborative Research Center (SFB) 1288 "Practices of Comparison" by the subproject (TP) INF "Data Infrastructure and Digital Humanities".</p> }
.print-transform {
transform: scale(3);
transform-origin: 0 0;
}
</style>
{% endif %}
<div class="print-transform">
<div class="section">
<div class="row container">
<div class="col s12 m5">
<h1>nopaque</h1>
<p class="light">Patrick Jentsch, Stephan Porada und Helene Schlicht</p>
</div>
<div class="col s12 m7">
<br>
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s3">
<p>&nbsp;</p>
<img class="responsive-img" src="https://www.uni-bielefeld.de/sfb1288/images/Logo_SFB1288_DE_300dpi.png">
</div>
<div class="col s9">
<p>Nopaque is a web application that helps to transform heterogeneous textual source materials into standard-compliant research data. The services of nopaque are designed to accompany the research process.</p>
<p>The web application is developed within the DFG-funded Collaborative Research Center (SFB) 1288 "Practices of Comparison" by the subproject (TP) INF "Data Infrastructure and Digital Humanities".</p>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="parallax-container" style="height: 250px;"> <div class="parallax-container">
<div class="parallax"> <div class="parallax">
<img src="{{ url_for('static', filename='images/bible_text.jpg') }}" alt=""> <img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" alt="">
</div>
</div> </div>
</div>
<div class="section white scrollspy" id="information"> <div class="section white scrollspy" id="information">
<div class="row container"> <div class="row container">
<div class="col s12"> <div class="col s12">
<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>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> <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>
</div> 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 class="col s12"> <div class="col s12">
<div class="row"> <div class="row">
<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 delaying 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>
<p>Cloud infrastructure</p> <p>Cloud infrastructure</p>
<p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software, great right?</p> <p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software. Great, right?</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;">group</i> <i class="large material-icons" style="color: #ee6e73;">group</i>
<p>User friendly</p> <p>User friendly</p>
<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.</p> <p class="light">You can start right away without having to read mile-long manuals. All services come with default settings that make it easy for you to just get going. Also great, right?</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;">settings</i> <i class="large material-icons" style="color: #ee6e73;">settings</i>
<p>Passt gut zum Prozess</p> <p>Meshing processes</p>
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started.</p> <p class="light">No matter where you step in, nopaque facilitates and accompanies your research. Its workflow perfectly ties in with your research process.</p>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="parallax-container" style="height: 250px;"> <div class="parallax-container">
<div class="parallax"> <div class="parallax">
<img src="{{ url_for('static', filename='images/chapter_book_text_tale.jpg') }}" alt=""> <img src="{{ url_for('static', filename='images/parallax_hq/book_text_read_paper.jpg') }}" alt="">
</div>
</div> </div>
</div>
<div class="section white scrollspy" id="services"> <div class="section white scrollspy" id="services">
<div class="row container"> <div class="row container">
<div class="col s12"> <div class="col s12">
<div class="row"> <div class="row">
<div class="col s12"> <div class="col s12">
<h3>What can nopaque do for you</h3> <h3>What nopaque can do for you</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> <p>All services and processes are logically linked and built upon each other. You can follow them step by step or directly choose the one that suits your needs best. And while the process is computed in nopaques cloud, you can just keep working.</p>
</div> </div>
<div class="col s12"> <div class="col s12">
<br class="hide-on-small-only"> <br class="hide-on-small-only">
<div class="row"> <div class="row">
<div class="col s12 m6 l3 center-align"> <div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">burst_mode</i> <i class="large material-icons" style="color: #ee6e73;">burst_mode</i>
<p>File setup</p> <p>File setup</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</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 and the application of other services.</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;">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">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</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>
</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>
<p>Natural Language Processing</p> <p>Natural Language Processing</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p> <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>
</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;">search</i> <i class="large material-icons" style="color: #ee6e73;">search</i>
<p>Corpus analysis</p> <p>Corpus analysis</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p> <p class="light">nopaque lets you create and upload as many text corpora as you want. It makes use of CQP Query Language, which allows for complex search requests with the aid of metadata and NLP tags.</p>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>
{% if current_user.is_anonymous %} {% if current_user.is_anonymous %}
<div class="parallax-container" style="height: 250px;"> <div class="parallax-container">
<div class="parallax"> <div class="parallax">
<img src="{{ url_for('static', filename='images/german_text_book_paper.jpg') }}" alt=""> <img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" alt="">
</div>
</div> </div>
</div>
<div class="section white scrollspy" id="registration-and-log-in"> <div class="section white scrollspy" id="registration-and-log-in">
<div class="row container"> <div class="row container">
<div class="col s12"> <div class="col s12">
<div class="row"> <div class="row">
<div class="col s12 m4"> <div class="col s12 m4">
<h3>Registration and log in</h3> <h3>Registration and Log in</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p> <p>Want to boost your research and get going? nopaque is free and no download is needed. Register now!</p>
<a class="btn waves-effect waves-light" href="{{ url_for('auth.register') }}"><i class="material-icons left">person_add</i>Register</a> <a class="btn waves-effect waves-light" href="{{ url_for('auth.register') }}"><i class="material-icons left">person_add</i>Register</a>
</div> </div>
<div class="col s12 m8"> <div class="col s12 m8">
<br class="hide-on-small-only"> <br class="hide-on-small-only">
<div class="card"> <div class="card">
<form method="POST"> <form method="POST">
<div class="card-content"> <div class="card-content">
<span class="card-title">Log in</span> <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>
{{ login_form.user(class='validate') }} {{ login_form.user(class='validate') }}
{{ login_form.user.label }} {{ login_form.user.label }}
{% for error in login_form.user.errors %} {% for error in login_form.user.errors %}
<span class="helper-text red-text">{{ error }}</span> <span class="helper-text red-text">{{ error }}</span>
{% endfor %} {% endfor %}
</div>
<div class="input-field">
<i class="material-icons prefix">vpn_key</i>
{{ login_form.password(class='validate') }}
{{ login_form.password.label }}
{% for error in login_form.password.errors %}
<span class="helper-text red-text">{{ error }}</span>
{% endfor %}
</div>
<div class="row" style="margin-bottom: 0;">
<div class="col s6 left-align">
<a href="{{ url_for('auth.reset_password_request') }}">Forgot your password?</a>
</div> </div>
<div class="col s6 right-align"> <div class="input-field">
<div class="switch"> <i class="material-icons prefix">vpn_key</i>
<label> {{ login_form.password(class='validate') }}
Remember me {{ login_form.password.label }}
{{ login_form.remember_me() }} {% for error in login_form.password.errors %}
<span class="lever"></span> <span class="helper-text red-text">{{ error }}</span>
</label> {% endfor %}
</div>
<div class="row" style="margin-bottom: 0;">
<div class="col s6 left-align">
<a href="{{ url_for('auth.reset_password_request') }}">Forgot your password?</a>
</div>
<div class="col s6 right-align">
<div class="switch">
<label>
Remember me
{{ login_form.remember_me() }}
<span class="lever"></span>
</label>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> <div class="card-action right-align">
<div class="card-action right-align"> {{ macros.submit_button(login_form.submit) }}
{{ macros.submit_button(login_form.submit) }} </div>
</div> </form>
</form> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> {% endif %}
<div class="parallax-container" style="height: 250px;"> <div class="parallax-container">
<div class="parallax"> <div class="parallax">
<img src="{{ url_for('static', filename='images/german_text_book_paper.jpg') }}" alt=""> <img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" alt="">
</div>
</div> </div>
</div> </div>
{% endif %}
{% endblock %} {% endblock %}

View File

@ -1,264 +0,0 @@
{% extends "nopaque.html.j2" %}
{% set full_width = True %}
{% block page_content %}
<style>
/* html {
width: 9933px;
height: 14043px;
}
footer {
transform: scale(1.5);
transform-origin: 0 0;
}
p {
transform: scale(1.5);
transform-origin: 0 0;
}
div.navbar-fixed {
transform: scale(1.5);
transform-origin: 0 0;
}
div.section {
transform: scale(1.5);
transform-origin: 0 0;
}
div.row {
transform: scale(1.5);
transform-origin: 0 0;
}
div.col {
transform: scale(1.5);
transform-origin: 0 0;
}
div.card {
transform: scale(1.5);
transform-origin: 0 0;
}
div.card-content {
transform: scale(1.5);
transform-origin: 0 0;
}
div.parallax-container {
transform: scale(1.5);
transform-origin: 0 0;
}
footer {
transform: scale(1.5);
transform-origin: 0 0;
}
html {
transform: scale(1.5);
transform-origin: 0 0;
} */
html {
width: 4697;
height: 7022px;
} /* DIN 0 bei 150dpi */
div.navbar-fixed {
transform: scale(3);
transform-origin: 0 0;
}
footer.page-footer {
transform: scale(3);
transform-origin: 0 0;
margin-top: 5491px;
}
.parallax-container {
height: 250px;
}
</style>
<div style="transform: scale(3); transform-origin: 0 0">
<div class="section white">
<div class="row container">
<div class="col s12 m5">
<h1>nopaque</h1>
<p>Die gute Catchphrase</p>
<p class="light">Patrick Jentsch, Stephan Porada und Helene Schlicht</p>
</div>
<div class="col s12 m7">
<br>
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s3">
<p>&nbsp;</p>
<img class="responsive-img" src="https://www.uni-bielefeld.de/sfb1288/images/Logo_SFB1288_DE_300dpi.png">
</div>
<div class="col s9">
<p>Nopaque is a web application that helps to transform heterogeneous textual source materials into standard-compliant research data. The services of nopaque are designed to accompany the research process.</p>
<p>The web application is developed within the DFG-funded Collaborative Research Center (SFB) 1288 "Practices of Comparison" by the subproject (TP) INF "Data Infrastructure and Digital Humanities".</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" alt="">
</div>
</div>
<div class="section white scrollspy" id="information">
<div class="row container">
<div class="col s12">
<div class="row">
<div class="col s12">
<h3>Why you should use nopaque</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
</div>
<div class="col s12">
<div class="row">
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">flash_on</i>
<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>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">cloud</i>
<p>Cloud infrastructure</p>
<p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software, great right?</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">group</i>
<p>User friendly</p>
<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">settings</i>
<p>Passt gut zum Prozess</p>
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/book_text_read_paper.jpg') }}" alt="">
</div>
</div>
<div class="section white scrollspy" id="services">
<div class="row container">
<div class="col s12">
<div class="row">
<div class="col s12">
<h3>What can nopaque do for you</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
</div>
<div class="col s12">
<br class="hide-on-small-only">
<div class="row">
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">burst_mode</i>
<p>File setup</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">find_in_page</i>
<p>Optical Character Recognition</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">format_textdirection_l_to_r</i>
<p>Natural Language Processing</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">search</i>
<p>Corpus analysis</p>
<p class="light">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% if current_user.is_anonymous %}
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" alt="">
</div>
</div>
<div class="section white scrollspy" id="registration-and-log-in">
<div class="row container">
<div class="col s12">
<div class="row">
<div class="col s12 m4">
<h3>Registration and log in</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<a class="btn waves-effect waves-light" href="{{ url_for('auth.register') }}"><i class="material-icons left">person_add</i>Register</a>
</div>
<div class="col s12 m8">
<br class="hide-on-small-only">
<div class="card">
<form method="POST">
<div class="card-content">
<span class="card-title">Log in</span>
{{ login_form.hidden_tag() }}
<div class="input-field">
<i class="material-icons prefix">person</i>
{{ login_form.user(class='validate') }}
{{ login_form.user.label }}
{% for error in login_form.user.errors %}
<span class="helper-text red-text">{{ error }}</span>
{% endfor %}
</div>
<div class="input-field">
<i class="material-icons prefix">vpn_key</i>
{{ login_form.password(class='validate') }}
{{ login_form.password.label }}
{% for error in login_form.password.errors %}
<span class="helper-text red-text">{{ error }}</span>
{% endfor %}
</div>
<div class="row" style="margin-bottom: 0;">
<div class="col s6 left-align">
<a href="{{ url_for('auth.reset_password_request') }}">Forgot your password?</a>
</div>
<div class="col s6 right-align">
<div class="switch">
<label>
Remember me
{{ login_form.remember_me() }}
<span class="lever"></span>
</label>
</div>
</div>
</div>
</div>
<div class="card-action right-align">
{{ macros.submit_button(login_form.submit) }}
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" alt="">
</div>
</div>
</div>
{% endif %}
{% endblock %}