Skip to content

Commit

Permalink
Make sure only onen laguage is used on site
Browse files Browse the repository at this point in the history
The privacy notice is left in german because I am not sure if changing
it causes problems with the Datenschutzbeauftrager from Uni, who
possibly has approved the german version only.
  • Loading branch information
joschrew committed Sep 13, 2024
1 parent d107dfd commit ca4f9d3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 30 deletions.
6 changes: 3 additions & 3 deletions src/layout/footer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<div class="border-t border-gray-500 m-1 pt-1">
<div class="container mx-auto flex flex-wrap text-sm justify-center">
<router-link class="px-2" as="nav" active-class="active" to="/contact">
<span class="nav-link text-white hover:text-sky-700">Kontakt</span>
<span class="nav-link text-white hover:text-sky-700">Contact</span>
</router-link>
<p class="px-2 text-gray-500">-</p>
<a href="https://ocr-d.de/de/impressum" target="_blank"
class="px-2 nav-link text-white hover:text-sky-700">Impressum</a>
class="px-2 nav-link text-white hover:text-sky-700">Imprint</a>
<p class="px-2 text-gray-500">-</p>
<router-link class="px-2" as="nav" active-class="active" to="/data_protection">
<span class="nav-link text-white hover:text-sky-700">Datenschutzhinweis</span>
<span class="nav-link text-white hover:text-sky-700">Privacy notice</span>
</router-link>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/layout/main/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="h-96 bg-cover bg-gray-400 bg-center p-12 home-img"
>
<h4 class="flex justify-center m-5 text-3xl text-gray-600">
OLA-HD - OCR Langzeitarchiv
OLA-HD - OCR Long-Term Archive
</h4>
<div class="col-md-6 col-sm-8 mx-auto">
<form @submit.prevent="submit" class="grid grid-cols-7">
Expand All @@ -21,7 +21,7 @@
"
id="search-box"
type="text"
placeholder="Suchen"
placeholder="Search..."
v-model="query"
/>
<span class="absolute inset-y-0 right-0 flex items-center">
Expand Down
10 changes: 5 additions & 5 deletions src/pages/contact/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<div class="container">
<div class="row mt-3">
<div class="col">
<h2>Kontakt</h2>
<h2>Contact</h2>
<hr />
<h4>Allgemeine Anfragen</h4>
<h4>General requests</h4>
<p>
Lilja Sautter:
<a href="mailto:[email protected]">
Expand All @@ -16,14 +16,14 @@
href="https://github.com/subugoe/OLA-HD-IMPL/issues"
target="_blank"
>
Fehler melden
Report error
</a>-->
</div>
</div>
<hr />
<div class="row">
<div class="col">
<h4>Anschrift</h4>
<h4>Address</h4>
</div>
</div>
<div class="row mb-2">
Expand Down Expand Up @@ -84,4 +84,4 @@ export default {
</script>

<style scoped>
</style>
</style>
35 changes: 15 additions & 20 deletions src/pages/home/index.vue
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
<template>
<div class="m-4 space-y-4">
<h3 class="text-3xl">Willkommen</h3>
<h3 class="text-3xl">Welcome</h3>
<p>
OLA-HD Service stellt einen Dienst für die Langzeitarchivierung von
historischen Drucken im Rahmen von
<a class="text-sky-500 hover:text-sky-700" href="https://ocr-d.de/"
OLA-HD provides a service for the long-term archiving of historical prints in the context of
<a class="text-sky-500 hover:text-sky-700" href="https://ocr-d.de/en"
>OCR-D</a
>
bereit. Über die Suche auf dieser Website können Archivobjekte gefunden,
angesehen und heruntergeladen werden. Die Beta-Version des Dienstes wird
kontinuierlich erweitert und wir freuen uns über Feedback.
>.
Archive objects can be found, viewed and downloaded. We welcome feedback on the beta version
of the service.
</p>
<br />
<p>
OLA-HD Service wird im Rahmen der DFG-Initiative
<a class="text-sky-500 hover:text-sky-700" href="https://ocr-d.de/"
OLA-HD is funded by the DFG initiative
<a class="text-sky-500 hover:text-sky-700" href="https://ocr-d.de/en"
>OCR-D</a
>
gefördert. Das Hauptziel von OCR-D ist die konzeptionelle und technische
Vorbereitung der Volltexttransformation der im deutschen Sprachraum
erschienenen Drucke des 16.-18. Jahrhunderts. Die Aufgabe der
automatischen Volltexterkennung wird in ihre einzelnen Prozessschritte
zerlegt, die in der Open Source OCR-D-Software nachvollzogen werden
können. Dies ermöglicht es, optimale Workflows für die zu prozessierenden
Drucke zu erstellen und damit wissenschaftlich verwertbare Volltexte zu
generieren. OLA-HD Service bietet einen Dienst für die
Langzeitarchivierung dieser Ergebnisse.
>.
The main objective of OCR-D is the conceptual and technical preparation of the full-text
transformation of printed works published in the German-speaking world between the 16th and
18th centuries. The task of automatic full-text recognition is broken down into its individual
process steps, which can be reproduced in the open source OCR-D software. This makes it
possible to create optimal workflows and generate scientifically usable full texts. OLA-HD
offers a service for the long-term archiving of these results.
</p>
</div>
</template>
Expand Down

0 comments on commit ca4f9d3

Please sign in to comment.