Day of Computer Science

Day of Computer Science

Day of Computer Science

Current page: Home → Day of Computer Science

Day of Computer Science 2019

Tuesday, January 29th, 2019

Informatikzentrum der TU Braunschweig
Mühlenpfordtstraße 23
38106 Braunschweig
Germany

Graduated from school - what's next?

Future graduates from high schools are invited to get broadly informed about our study programs Computer Science, Economic Computer Science or Information- and Systems-Engineering.

Do you like scientific work and have fun working with modern technology?

Then take this opportunity and meet us during the Day of Computer Science at Technische Universität Braunschweig (TU Braunschweig). The institutes for Computer Science are going to open their door for you.

Visitors are able to get information at many different booths or in short lectures about study programs, Computer Science at TU Braunschweig and the possibility of studying abroad.

"Feel and touch" science

Imagine, ...

  • your vehicle suddenly drives autonomously
  • you let a robot perform logically tasks
  • you learning a programming language as if by magic
  • you get lost in Antarctic

Experience it here! Our students and scientific staff are going to show you their projects.

Lectures during the day of computer science (a selection):

  • "Zeitreisen in Prozessoren" (time travels in processors)
    Roland Meyer (Theoretical computer science)
  • "Können Roboter lernen?" (Do robots have the ability to learn?)
    Jochen Steil (Robotics and Process Control)
  • "Technik küsst Wirtschaft: Mit IT zum Unternehmenserfolg" (technology meets economy: Reaching company success with IT)
    Susanne Robra-Bissantz (Information management)

.smart_navigation ul li {

list-style-type:none;

list-style-image:none;

font-size:11px;

}

.smart_navigation ul {

padding-left:20px;

}

 

.smart_navigation {

padding-bottom:5px;

}

 

 

 

 

 

 

Computer Science

 

 

 

Home

 

 

Information Update

 

 

Day of Computer Science

 

 

Research

Kontakt

Day of Computer Science organizing team:

 

 

Mrs. Döring:

+49 (531) 391-7466

 

Mrs. Lux:

+49 (531) 391-8118

 

Mrs. Marchot:

+49 (531) 391-3110

 

 

Fax:

+49 (531) 391-3298

 

Mail:

tag-der-informatik@cs.tu-bs.de

Nice To Know

// load different fact each time the site reloads

window.onload = function() {

 

// array, first element: quote-text, second-element: link for more information, leave link-string empty if not used

var quotes = [

["...that TU Braunschweig is one of the nine leading Technical Universities (TU9) in Germany?", "https://www.tu9.de/en/"],

["...that in winter semester 2016/2017 198 students begin studies in computer science at TU Braunschweig?", "https://www.tu-braunschweig.de/Medien-DB/hscontrolling/161117_studierendenstatistik_ws2016_2017_homepage.pdf"],

["...that TU Braunschweig introduced, as one of the first Universities, a graduation program in Computer Science in 1972?", ""],

["...that the early-studies program allows talented pupils to attend courses from the University during school time?", "https://www.tu-braunschweig.de/informatik/interested/earlystudies"],

["...that TU Braunschweig keeps international relations with more than 400 research institutes in more than 60 countries?","https://www.tu-braunschweig.de/international/kooperationen"]

]

 

// choose random quote

var i = Math.round(Math.random()*(quotes.length -1))

document.getElementById('nice_to_know').innerHTML = quotes[i][0];

 

// create link-element if link is used

if(quotes[i][1] != ""){

var link = document.createElement("a");

link.href=quotes[i][1];

link.setAttribute('class', 'noicon');

link.setAttribute('target', '_blank');

link.innerHTML = 'more';

 

document.getElementById('nice_to_know_readmore').appendChild(link);

}

 

};

 

 

 

 

 

 

Did you know...

 

 

...that TU Braunschweig is one of the nine

leading Technical Universities (TU9) in Germany?

 

 

more