CINXE.COM

Alumni - Georg-August-Universität Göttingen

<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <title>Alumni - Georg-August-Universit&auml;t G&ouml;ttingen</title> <!-- meta tags --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- OffCanvas Sidebar --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <!-- Offcanvas Sidebar Ende --> <!-- Metatags --> <meta name="description" content="Website of the Georg-August-University G&ouml;ttingen"> <meta name="og:description" content="Website of the Georg-August-University G&ouml;ttingen"> <meta name="og:site_name" content="Georg-August Universität Göttingen" /> <meta name="og:title" content="Alumni - Georg-August-University G&ouml;ttingen" /> <link name="og:url" content="https://www.uni-goettingen.de/en/619883.html" /> <meta name="og:type" content="Website" /> <meta name="DC.description" content="Webseiten der Georg-August-Universit&auml;t G&ouml;ttingen"> <meta name="author" content="Georg-August-Universit&auml;t G&ouml;ttingen - &Ouml;ffentlichkeitsarbeit"> <meta name="DC.creator" content="Georg-August-Universit&auml;t G&ouml;ttingen - &Ouml;ffentlichkeitsarbeit"> <meta name="generator" content="G&ouml;ttinger Content Management System (GCMS)"> <meta name="geo.region" content="DE-NI" /> <meta name="geo.placename" content="G&ouml;ttingen" /> <meta name="geo.position" content="51.534063;9.937966" /> <meta name="ICBM" content="51.534063, 9.937966" /> <!-- icons and theme colors for various OS --> <link rel="apple-touch-icon" sizes="180x180" href="/img/redesign/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" href="/img/redesign/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/img/redesign/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="/img/redesign/favicons/manifest.json"> <link rel="mask-icon" href="/img/redesign/favicons/safari-pinned-tab.svg" color="#13306a"> <meta name="theme-color" content="#13306a"> <!-- Google Site Verification --> <meta name="google-site-verification" content="XLuHHDYYiuRkAjLrv8xqjsBz3F4ecobfK46Fh-j6AqA" /> <!-- uni-goettingen.de --> <meta name="google-site-verification" content="DH0L1y6PfeMmBX7S0m9OUk5lXbue3RdTqbxXZRxOOug" /> <!-- ugoe.de --> <meta name="google-site-verification" content="DLfOp5ZsuXwK-ZsN-Kmbelrq2DTZH3xJ9_HbrOYRYw8" /> <!-- jura-goettingen.de --> <!-- Bootstrap 3.4.1 styles --> <link href="/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- FontAwesome 5.14.0 styles --> <link href="/resources/font-awesome/css/all.min.css" rel="stylesheet"> <!-- Fancybox 3.5.7 styles --> <link href="/resources/fancybox/jquery.fancybox.min.css" rel="stylesheet"> <!-- GCMS default styles --> <link href="/css/default.css?v=1" rel="stylesheet"> <!-- jQuery 3.5.1 library --> <script src="/js/jquery/jquery-3.5.1.min.js"></script> <!-- Bootstrap 3.4.1 library --> <script src="/resources/bootstrap/js/bootstrap.min.js"></script> <!-- Fancybox 3.5.7 library --> <script src="/resources/fancybox/jquery.fancybox.min.js"></script> <!-- Script für ContentBlocker für iFrames und Twitter bzw SocialFilter --> <script src="/resources/IFrameShield/iFrameShield.js"></script> <!-- ContentBlocker toggle switch --> <link href="/resources/IFrameShield/iFrameShield.css" rel="stylesheet"> <script type="text/javascript"> function hideCookieBanner() { var cookieBanner = document.getElementById("cookie_banner_footer"); cookieBanner.className="hide_banner" } function isCookieSet(cookieName) { return document.cookie.split(';').some((item) => item.trim().startsWith(cookieName)) } function setCookie(cookieName, cookieValue, expirationDays) { var d = new Date(); d.setTime(d.getTime() + (expirationDays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cookieName + "=" + cookieValue + ";" + expires + ";path=/"; } function deleteCookie(name) { document.cookie = name +'=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;'; } function setMatomoOptIn() { deleteCookie('matomo_optOut') setCookie("matomo_optIn", 1, 365) location.reload(); } function setMatomoOptOut() { setCookie("matomo_optOut", 1, 365) location.reload(); } function deleteMatomoCookies(){ var matomoCookies = document.cookie.split(';').filter(cookie => cookie.trim().startsWith('_pk_')); matomoCookies.forEach((cookie, i) => deleteCookie(cookie)); deleteCookie("matomo_optIn") setMatomoOptOut() location.reload(); } if(isCookieSet('matomo_optIn')) { } </script> <!-- End Piwik Tag --> <!-- Faculty color --> <style> #navigation-affix, #navigation-toggle, #search-content, #sidebarLeft, #navigation-container-mobil { background-color: #C1633E; } .box { border-color: #C1633E; } .facInfoFarbe_border { border-color: #C1633E; } .facInfoFarbe_background { background-color: #C1633E; } .facInfoFarbe_text { color: #C1633E; } </style> <!-- Template: categories3 --> <!-- OffCanvas Sidebar --> <link rel="stylesheet" href="/css/offcanvas.css" /> <script src="/js/jquery/jquery.offcanvas.js"></script> <script> jQuery(document).ready(function($) { $('html').offcanvas({ hasSidebarLeft: true, hasSidebarRight: false }); //Animatefunktion überschreiben, damit ein animate auf body auf scrollable-area durchgereicht wird. var oAnimate = $.fn.animate; $.fn.animate = function() { if (this.is('body')) { return oAnimate.apply($('#scrollable-area'), arguments); } else { return oAnimate.apply(this, arguments) }; } //Überschreibe Bootstrapfunktionen, damit das offcanvas Menü funktioniert und die Bootstrap Modals an #page geheftet werden und nicht an body _backdrop = $.fn.modal.Constructor.prototype.backdrop; $.extend( $.fn.modal.Constructor.prototype, { backdrop: function(callback) { _backdrop.apply(this, arguments) $('.modal-backdrop').appendTo('#page') } } ) }); </script> <!-- If browser is internet explorer run HTML5 compatibility code --> <!-- Ende OffCanvas Sidebar --> </head> <script> const forms = document.getElementsByClassName('search-form'); function updateFormAction(){ var currentPath = window.location.pathname; console.log(currentPath); var host = window.location.hostname; var port = window.location.port; var protocol = window.location.protocol; var meiliRadioDesktop = document.getElementById('meiliRadio'); var meiliRadioMobile = document.getElementById('meiliRadioMobile'); var googleRadioDesktop = document.getElementById('googleRadio'); var googleRadioMobile = document.getElementById('googleRadioMobile'); var absoluteURL; if(meiliRadioDesktop.checked == true || meiliRadioMobile.checked == true){ if(currentPath.includes('/en/')){ for(let i = 0; i < forms.length; i++){ absoluteURL = protocol + "/en/meili/suche.html"; forms[i].setAttribute("action", absoluteURL); if(forms[i].action.includes('google')){ forms[i].action = forms[i].action.replace("google/", ""); } } }else{ for(let i = 0; i < forms.length; i++){ absoluteURL = protocol + "/de/meili/suche.html"; forms[i].setAttribute("action", absoluteURL); } } }else{ if(currentPath.includes('en') || currentPath.includes('de')){ for(let i = 0; i < forms.length; i++){ absoluteURL = protocol + "/google/suche.html"; forms[i].setAttribute("action", absoluteURL); } }else{ googleRadioMobile.checked = true; googleRadioDesktop.checked = true; for(let i = 0; i < forms.length; i++){ absoluteURL = protocol + "/de/google/suche.html"; forms[i].setAttribute("action", absoluteURL); } } } } //add user input to action function updateUrl(){ console.log("aufgerufen"); let inputs = document.getElementsByClassName('form-control'); for(let i = 0; i < forms.length; i++){ forms[i].action = forms[i].action + "?query=" + inputs[i].value; } return true; } </script> <body> <aside id="sidebarLeft" class="sidebarLeft"> <div class="scrollableArea"> <a class="shutLeft" href="">&#10006;</a> <ol id="padded-light" class="paddedLight"> <li> <form class="search-form" name="searchMobile" method="POST" action="/de/google/suche.html" onsubmit="updateUrl()"> <div class="form-group"> <label class="sr-only" for="search">Suchbegriff</label> <div class="input-group"> <input type="text" class="form-control" id="search-mobile" name="query"> <div class="input-group-addon" style="cursor:pointer;" onclick="updateUrl(); document.forms.searchMobile.submit();"><span class="fas fa-search"></span></div> </div> </div> <div class="form-check"> <input checked class="form-check-input" type="radio" name="searchengineRadio" id="googleRadioMobile" value="option1" onclick="updateFormAction()"> <label for="searchengineRadio" class="form-check-input" style="font-size:85%;"> Search with Google™ </label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="searchengineRadio" id="meiliRadioMobile" value="option1" onclick="updateFormAction()"> <label for="searchengineRadio" class="form-check-label" style="font-size: 85%;"> Use Internal Search </label> <div> <p style="font-size: 50%; margin-left: 2rem;">(limited result quality)</p> </div> </div> </form> </li> <li><a href="/en/aktuelles/648388.html">Aktuelles</a></li> <li><a href="/en/dean%27s+office/20701.html">Dean's office</a></li> <li><a href="/en/faculty+council/20703.html">Faculty Council</a></li> <li><a href="http://www.math.uni-goettingen.de/index_en.html" target="_blank">Mathematics</a></li> <li><a href="http://www.uni-goettingen.de/en/138524.html" target="_blank">Computer Science</a></li> <li><a href="/en/alumni/619883.html">Alumni</a></li> <li><a href="/en/foundation/571165.html">Foundation</a></li> <li><a href="/en/627225.html"></a></li> </ol> </div> </aside> <section id="page" class="page"> <div id="scrollable-area" class="scrollableArea"> <header id="header-logo-container"> <div class="container-fluid logo-container"> <a href="/"><img id="logo" src="/img/redesign/logo.svg" alt="Georg-August-Universit&auml;t G&ouml;ttingen"><img id="print-logo" class="hidden" src="/img/redesign/print-logo.svg" alt="Georg-August-Universit&auml;t G&ouml;ttingen"></a> <a href="/en/20491.html"><span>Faculty of Mathematics and Computer Science</a></span> </div> </header> <div id="navigation-container-mobil" class="sticky-top"> <div class="container-fluid"> <a id="navigation-toggle-mobil" role="button" aria-expanded="false" aria-controls="navigation"><span>Men&uuml;</span><span id="leftBurger" class="slideRight fas fa-bars"></span></a> </div> </div> <div id="navigation-container" class="sticky-top"> <div id="navigation-affix"> <div class="container-fluid"> <a id="navigation-toggle" role="button" data-toggle="collapse" aria-expanded="false" aria-controls="navigation"><span>Men&uuml;</span><span class="fas fa-bars"></span></a> <div id="navigation" class="collapse"> <nav> <ol> <li><a href="/en/aktuelles/648388.html">Aktuelles</a></li> <li><a href="/en/dean%27s+office/20701.html">Dean's office</a></li> <li><a href="/en/faculty+council/20703.html">Faculty Council</a></li> <li><a href="http://www.math.uni-goettingen.de/index_en.html" target="_blank">Mathematics</a></li> <li><a href="http://www.uni-goettingen.de/en/138524.html" target="_blank">Computer Science</a></li> <li><a href="/en/alumni/619883.html">Alumni</a></li> <li><a href="/en/foundation/571165.html">Foundation</a></li> <li><a href="/en/627225.html"></a></li> </ol> </nav> <form class="search-form" method="POST" action="/de/google/suche.html" onsubmit="return updateUrl()"> <div class="form-group"> <label class="sr-only" for="search">Suchbegriff</label> <div class="input-group"> <input type="text" class="form-control" id="search-mobile" name="query"> <div class="input-group-addon" style="cursor:pointer;" onclick="document.forms.search.submit()"><span class="fas fa-search"></span></div> </div> </div> </form> </div> </div> </div> </div> <div id="search-container"> <div id="search-content" class="collapse hidden-xs"> <div class="container-fluid"> <div class="row"> <div id="search-form" class="col-sm-6 h-100"> <form class="search-form" id="searchForm" name="search" method="POST" action="/de/google/suche.html" onsubmit="return updateUrl()" style="display: block;"> <div class="form-group"> <label class="sr-only" for="search">Suchbegriff</label> <div class="input-group"> <input type="text" class="form-control" id="search" name="query"> <div class="input-group-addon" style="cursor:pointer;" onclick="updateUrl(); document.forms.search.submit();"><span class="fas fa-search"></span></div> </div> </div> <div class="form-check"> <input checked name="searchengineRadio" class="form-check-input" type="radio" id="googleRadio" onclick="updateFormAction()"> <label class="form-check-label" for="googleRadio"> Search with Google™ </label> </div> <div class="form-check" style="display: inline-block;"> <input name="searchengineRadio" class="form-check-input" type="radio" id="meiliRadio" onclick="updateFormAction()"> <span class="form-check-label" for="meiliRadio"> Use Internal Search (limited result Quality). </span> </div> <div> <button style="margin-top: 1rem;" type="submit" class="btn btn-primary">Suche starten</button> </div> </form> </div> <div class="col-sm-6 h-100" style="margin-top: 2rem;"> <p class="mt-3">By using the Google™ Search you agree to Google's <a target="_blank" href="https://policies.google.com/"><u>privacy policy</u></a></p> <div style="display: block;"> <div> <label style="margin-top: 2.5rem;" for="eCampus">Looking for people, classes or lecturing halls ?</label> </div> <div> <a target="_blank" href="https://ecampus.uni-goettingen.de/"> <button name="eCampus" class="btn btn-primary"> <span class="material-symbols-outlined"></span> To eCampus </button> </a> </div> </div> </div> <div class="col-sm-12"> <a id="search-close" role="button" data-toggle="collapse" href="#search-content" aria-expanded="false" aria-controls="search-content"><span class="fas fa-times"></span> Close</a> </div> </div> </div> </div> </div> <!-- Ende Search container --> <nav aria-label="breadcrumb" id="breadcrumb-container" class="overflow-auto"> <!-- DESKTOP --> <div class="container-fluid"> <ol class="hidden-xs breadcrumb bg-white pull-left px-0 mb-0"> <li class="breadcrumb-item"> <a href="/en/20491.html" title="Homepage"> <span class="fas fa-home"></span> <span class="sr-only">Homepage</span> </a> </li> <li class="breadcrumb-item active" title="Modified: 2022-01-12"> <span title="Alumni">Alumni</a> </li> </ol> <!-- MOBILE --> <ol id="breadcrumb-mobile" class="visible-xs breadcrumb bg-white pull-left px-0 mb-0 "> </ol> <div class="pull-right py-4 text-uppercase"> <a id="search-button" class="hidden-xs mr-4" role="button" data-toggle="collapse" href="#search-content" aria-expanded="false" aria-controls="search-content"> <span class="fas fa-search"></span> Search </a> <a class="lang-button" href="/de/619883.html"> <span class="fas fa-globe"></span> Deutsch </a> </div> </div> </nav> <div id="main"> <div class="container-fluid"> <div id="page-content" class="row"> <article class="col-sm-8"> <!-- Language Warning --> <!-- Inhalt --> <h1 class="headline">Alumni Mathematics and Computer Science</h1> <p class="text"><h2>The Chapter of Mathematics and Computer Science</h2>The <a href="https://www.alumni-goettingen.de/gruppen/mathematik-informatik/?lang=us" target="_blank">Alumni Chapter Mathematics and Computer Science</a> cordially invites all alumni of our faculty to join Alumni Göttingen and shape the chapter together. <br /> <br /> The chapter fosters connections between alumni, current students, and faculty members around the world and creates a platform for mutual meetings and exchange. It promotes the faculty and their students with expertise, networking, and donations. Here are just a few examples of chapter activities: <br /> <br /> The Mathematics and Computer Science Alumni Chapter ...<br /> </p><ul class="txtlist"><li class="content">awards several German scholarships to students of the faculty each year</li> <li class="content">assists the faculty in organizing an annual alumni event as part of the Göttingen Alumni Day</li> <li class="content">promotes open lectures together with the faculty</li> <li class="content">supports Girl's Day at the faculty</li> <li class="content">organizes online lectures by alumni for alumni and students</li> <li class="content">organizes fundraisers to support faculty and their students.</li></ul><p class="text"><br /> Alumni can also provide information from their own professional experience to mathematics students about the many career opportunities that a mathematics degree opens up, of which students often have limited knowledge. If you are interested, please fill out the appropriate questionnaire provided by the Academic Advising Center so that students can learn more about their career options through your example. The Academic Advising Center also occasionally invites mathematicians from the field to present their career paths to students. If you would like to participate, learn more <a href="/en/492084.html">here</a>. <br /> <br /> The Mathematics and Computer Science Chapter is part of <a href="/en/590707.html">Alumni Göttingen e.V.</a>, the central contact point for joint activities of the University of Göttingen and its alumni. With more than 4,000 members, Alumni Göttingen is represented in 88 countries. <a href="https://www.alumni-goettingen.de/mitgliedschaft/?lang=us" target="_blank">Join our network now</a>: Support the chapter activities, start your own initiatives, strengthen alumni, students and your faculty!<br /> <br /> Our chapter in the association has a long history. The precursor of the chapter is the "Verein zur Förderung der Mathematischen Statistik und Versicherungsmathematik e.V.", which was founded in 1988 and merged with "Alumni Göttingen e.V." in 2011. Learn more about the chapter and its activities on the <a href="https://www.alumni-goettingen.de/gruppen/mathematik-informatik/?lang=us" target="_blank">Alumni Portal</a>.<br /></p> </article> <!-- Rechte Sidebar --> <aside class="col-sm-4"> <!-- Sidebar Bild --> <!-- Unterseiten --> <ol class="box"> <li class="separator"> Mathematics and Profession </li> <li> <a href="/en/mathematicians+in+practice/619898.html"> Mathematicians in practice </a> </li> </ol> <!-- Html Inhalt f�r Sidebar --> <div class="box"> <p class="text"><br /> <a href="https://www.alumni-goettingen.de/gruppen/mathematik-informatik/?lang=us" target="_blank"><img class="imagetag" src="/storage/pictures/8b4e4f8d779dd88f75f9060a28e1a3ad.jpg" alt="Hier gehts zum gleb 3URL-100"></a><br /> <br /> <br /> <b>KONTAKT</b><br /> <br /> <b>Alumni Göttingen e. V.</b><br /> Wilhelmsplatz 3<br /> 37073 Göttingen<br /> Tel. +49 551 39-26211<br /> <a class="normallink" href="mailto:info@alumni-goettingen.de">E-Mail</a><br /> <br /> <b>Chapter</b><br /> Prof. Dr. Ralf Meyer<br /> Mathematical Institute<br /> Bunsenstraße 3-5<br /> 37073 Göttingen<br /> Tel. +49 551 39-27774<br /> <a class="normallink" href="mailto:rmeyer2@uni-goettingen.de">E-Mail</a></p> </div> </aside> </div> </div><!-- Ende container-fluid --> </div><!-- Ende #main --> <footer> <div class="container-fluid"> <div class="row"> <div class="col-sm-6 col-md-3"> <h3>Contacts</h3> Georg-August-Universität Göttingen<br/> Fakultät für Mathematik und Informatik<br/> Bunsenstr. 3-5<br/> 37073 Göttingen<br/><br/> Tel. +49 551 39-27780<br/> Fax +49 551 39-27181 <br/> <a href="mailto:dekanat@math-cs.uni-goettingen.de">dekanat@math-cs.uni-goettingen.de</a> <a></a> </div> <div class="col-sm-6 col-md-3"> <h3>Social Media</h3> <ul id="social-buttons" class="social-icons-n list-unstyled"> <li> <a href="https://www.facebook.com/georgiaaugusta" class="facebook"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="social-icons-n"> <path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"></path> </svg> </a> </li> <li> <a href="https://www.instagram.com/unigoettingen/" class="instagram"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="social-icons-n"> <!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --> <path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path> </svg> </a> </li> <li> <a href="https://twitter.com/unigoettingen" class="twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="social-icons-n"> <!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --> <path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path> </svg> </a> </li> <li> <a href="https://www.youtube.com/channel/UCzg-z2TL0Ks4Efz5o0z7AxQ" class="youtube"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="social-icons-n"> <!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --> <path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path> </svg> </a> </li> </ul> </div> <div class="clearfix visible-sm"></div> <div class="col-sm-6 col-md-4"> <h3>Online Services</h3> <ul class="list-unstyled"> <li><a href="https://ecampus.uni-goettingen.de/h1/pages/cs/sys/portal/subMenu.faces?navigationPosition=studiesOffered">Study programmes (eCampus)</a></li> <li><a href="https://ecampus.uni-goettingen.de/h1/pages/cs/sys/portal/subMenu.faces?navigationPosition=organisation">Organisation (eCampus)</a></li> <li><a href="/en/45574.html">Examination management (FlexNow)</a></li> <li><a href="https://studip.uni-goettingen.de/">Learning Management System (Stud.IP)</a></li> <li><a href="https://ecampus.uni-goettingen.de/">Studierendenportal (eCampus)</a></li> <li><a href="https://intern.uni-goettingen.de/">Intranet</a></li> <li><a href="/en/305223.html">Job announcements</a></li> <li><a href="https://www.stellenwerk-goettingen.de">Jobportal Stellenwerk</a></li> </ul> </div> <div class="col-sm-6 col-md-2"> <h3>Service</h3> <ol class="list-unstyled"> <li><a href="/en/439479.html">Data Privacy Statement</a></li> <li><a href="/en/545353.html">Contact</a></li> <li><a href="/en/100652.html">Important phone numbers</a></li> <li><a href="http://www.geodata.uni-goettingen.de/lageplan/">Campus Map</a></li> <li><a href="/en/627225.html">Site Info</a></li> </ol> </div> </div> </div> For more information on cookies, please see our privacy policy. <div id="cookie_banner_footer" class="cookie_banner_footer"> </b><b>Use of cookies</b><br> We use cookies to collect visitor statistics. The collected data is anonymized and will not be shared with third parties.<br> For more information on cookies, please see our <a href='/en/439479.html' target='_blank'><ins>privacy policy</ins>.<br></a> <button onclick="setMatomoOptIn()" type="button" id="btnCookieAll" class="btn btn-secondary normal_button" style="color: #181818; padding: 10px 15px; margin: 10px; width:320px; font-size: 15px; font-weight: 600;">Accept</button> <button onclick="deleteMatomoCookies()" type="button" id="btnCookieFunctions" class="btn btn-secondary ghost_button">Only accept necessary cookies</button> </div> <script type="text/javascript"> if(isCookieSet('matomo_optOut') || isCookieSet('matomo_optIn')) { hideCookieBanner(); } </script> </footer> </div> <!-- Ende Scrollable Area --> </section><!-- Ende Page Section --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10