An alle alte und neue Studierenden: Viel Erfolg im Studium! (function () { var countdownElement = document.getElementById("mein-eigener-countdown"); var targetDate = new Date("Jule 29, 2025 19:00:00").getTime(); var countdown = setInterval(function () { var now = new Date().getTime(); var distance = targetDate - now; if (distance < 0) { clearInterval(countdown); countdownElement.textContent = ""; return; } var totalHours = Math.floor(distance / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); totalHours = String(totalHours); minutes = String(minutes).padStart(2, '0'); seconds = String(seconds).padStart(2, '0'); countdownElement.textContent = totalHours + " h " + minutes + " min " + seconds + " s"; }, 1000); })();



Volodymyr Omelianchuk

Informatik B.Sc.

Wer bin ich?

Ich bin Vova, bitte wählt mich!

Warum kandidiere ich?

Ich bin ein aktiver Mensch und möchte am Uni-Leben teilnehmen.

Wenn Du die Wahl hättest: Welches Mensaessen wärst du und warum?

Ich würde RedBull oder Kaffee nehmen.