Skip to content

Commit

Permalink
added english version for the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneifer committed Jun 25, 2024
1 parent afe8a91 commit 0c3605a
Showing 1 changed file with 76 additions and 25 deletions.
101 changes: 76 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,30 +182,81 @@ <h1 class="text-2xl font-semibold mt-8">Häufig gestellte Fragen</h1>

<section class="content content-en" style="display: none">
<h1 class="text-2xl font-semibold">Thank you for your interest!</h1>
<p class="mt-4">English version will follow.</p>
</section>
</main>

<footer
class="text-white p-5 fixed bottom-0 w-full"
style="background: #001845"
>
<p class="text-sm">
Electify GbR —
<a
href="https://www.linkedin.com/in/christian-liedl-2aaa03133/"
class="underline"
>Christian Liedl</a
>,
<a href="https://www.linkedin.com/in/anna-neifer/" class="underline"
>Anna Neifer</a
>,
<a href="https://www.linkedin.com/in/nowakjoshua/" class="underline"
>Joshua Nowak</a
>
</p>
<p class="mt-4">
<strong class="font-semibold">The European elections 2024 are over and Electify has been discontinued.</strong>
In the weeks leading up to the election, Electify helped more than 6,000 people learn about the positions of the parties eligible to vote in Germany.
</p>
<p class="mt-4">
We are overwhelmed by the many positive responses and thank all supporters. We are also pleased that some media reported on the project:
</p>
<div class="m-1 pl-2 border-l-4">
<ul class="mt-4 space-y-2">
<li>
<a href="https://www.deutschlandfunknova.de/beitrag/europawahl-electify-app-ist-eine-alternative-zum-wahl-o-mat" class="text-blue-600 hover:underline">
<strong class="font-semibold">Deutschlandfunk Nova</strong><br />
"Electify-App: AI searches the election program for us"
</a>
</li>
<li>
<a href="https://www.ardaudiothek.de/episode/der-ki-podcast/wie-funktioniert-ki-eigentlich/ard/13436071/" class="text-blue-600 hover:underline">
<strong class="font-semibold">The AI Podcast (ARD)</strong><br />
"How does AI actually work?" (from minute 30)
</a>
</li>
<li>
<a href="https://politik.watson.de/international/eu/581170688-europawahl-2024-wen-soll-ich-waehlen-drei-wahlhilfen-fuer-die-eu-wahl" class="text-blue-600 hover:underline">
<strong class="font-semibold">Watson</strong><br />
"European elections: Who should I vote for? Three simple election aids"
</a>
</li>
</ul>
</div>
<p class="my-4">
If you have not used Electify, you can get an overview with this video.
</p>
<video controls>
<source src="./media/electify_walkthrough.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<hr class="my-8 border-gray-300" />
<h1 class="text-2xl font-semibold mt-8">Frequently Asked Questions</h1>
<dl class="mt-4">
<dt class="font-semibold">What was Electify?</dt>
<dd class="mt-2 mb-4">
Electify was an app that allowed you to learn about the European elections 2024 in Germany. Based on your questions, Electify summarized the positions of the parties. In the background, we used a RAG system (Retrieval-Augmented Generation) that had access to thousands of political documents - election programs and parliamentary debates. Our algorithm searched for the documents most relevant to your question. With the help of this information, an AI language model generated summaries for the various parties.
</dd>
<dt class="font-semibold">Where can I find the code for Electify?</dt>
<dd class="mt-2 mb-4">
The open-source project Electify can still be found on
<a href="https://github.com/electify-eu/europarl-ai" class="text-blue-600 hover:underline">GitHub</a>
(MIT license).
</dd>
<dt class="font-semibold">Why was Electify developed?</dt>
<dd class="mt-2 mb-4">
Electify was developed as a final project in the
<a href="https://datascienceretreat.com/" class="text-blue-600 hover:underline">"Data Science Retreat"</a>,
an advanced training program for data science, machine learning, and artificial intelligence. With Electify, we wanted to make it easier for voters to better understand the positions of various parties before the European elections 2024.
</dd>
</dl>
<hr class="my-8 border-gray-300" />
<p class="mt-4">
We remain reachable at
<a href="mailto:[email protected]" class="text-blue-600 hover:underline">[email protected]</a>
for your questions and suggestions.
</p>
</section>


<footer class="text-white p-5 fixed bottom-0 w-full" style="background: #001845">
<p class="text-sm">
Electify GbR —
<a href="https://www.linkedin.com/in/christian-liedl-2aaa03133/" class="underline">Christian Liedl</a>,
<a href="https://www.linkedin.com/in/anna-neifer/" class="underline">Anna Neifer</a>,
<a href="https://www.linkedin.com/in/nowakjoshua/" class="underline">Joshua Nowak</a>
</p>
</footer>

<script src="./src/language_switcher.js"></script>
</body>
</html>
</body>
</html>

0 comments on commit 0c3605a

Please sign in to comment.