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); })();



Tanay Butala

CS4DM M.Sc.

Wer bin ich?

Hi, I’m Tanay from India, pursuing Master’s in Computer Science. Since
my first semester at Bauhaus, I have been very interesting in socializing
and working with people. I actively partook in student activities at Uni
and now feel ready to represent them at higher level now.

Warum kandidiere ich?

I want to help and represent people from around the university. I also
have some experience in leadership roles and this would be a perfect
opportunity for me.

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

Currywurst.. for obvious reasons.