mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Poster 2
This commit is contained in:
parent
6a509646e7
commit
90022d25d2
@ -70,7 +70,7 @@
|
|||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<h3>Why you should use nopaque</h3>
|
<h3>Why you should use nopaque</h3>
|
||||||
<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>
|
<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>
|
||||||
<p>nopaque’s container virtualization guarantees high interoperability, reusability and reproducibility of research results. User research processes are carried out in containers created on demand, based on static images with fixed software versions including all dependencies.</p>
|
<p>nopaque’s container virtualization guarantees high interoperability, reusability and reproducibility of research results. All processing steps are carried out in containers created on demand, based on static images with fixed software versions including all dependencies.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="page-footer">
|
<!-- <footer class="page-footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s6 m3">
|
<div class="col s6 m3">
|
||||||
@ -179,9 +179,9 @@
|
|||||||
<a class="grey-text text-lighten-4 right" href="#!">Legal notice</a>
|
<a class="grey-text text-lighten-4 right" href="#!">Legal notice</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer> -->
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -215,7 +215,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
-->
|
|
||||||
<script src="{{ url_for('static', filename='js/Materialize/materialize.min.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/Materialize/materialize.min.js') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user