CINXE.COM
Graduation Ceremony - Georg-August-Universität Göttingen
<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <title>Graduation Ceremony - Georg-August-Universität Gö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öttingen"> <meta name="og:description" content="Website of the Georg-August-University Göttingen"> <meta name="og:site_name" content="Georg-August Universität Göttingen" /> <meta name="og:title" content="Graduation Ceremony - Georg-August-University Göttingen" /> <link name="og:url" content="https://www.uni-goettingen.de/en/690802.html" /> <meta name="og:type" content="Website" /> <meta name="DC.description" content="Webseiten der Georg-August-Universität Göttingen"> <meta name="author" content="Georg-August-Universität Göttingen - Öffentlichkeitsarbeit"> <meta name="DC.creator" content="Georg-August-Universität Göttingen - Öffentlichkeitsarbeit"> <meta name="generator" content="Göttinger Content Management System (GCMS)"> <meta name="geo.region" content="DE-NI" /> <meta name="geo.placename" content="Gö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 src="https://matomo.gwdg.de/matomo.js"></script> <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')) { var pkBaseURL = "https://matomo.gwdg.de/"; try { var matomoTracker = Matomo.getTracker(pkBaseURL + "matomo.php", 413); matomoTracker.trackPageView(); matomoTracker.enableLinkTracking(); matomoTracker.setDocumentTitle('Graduation Ceremony'); } catch( err ) {} } </script> <!-- End Piwik Tag --> <!-- Faculty color --> <style> #navigation-affix, #navigation-toggle, #search-content, #sidebarLeft, #navigation-container-mobil { background-color: #e07f41; } .box { border-color: #e07f41; } .facInfoFarbe_border { border-color: #e07f41; } .facInfoFarbe_background { background-color: #e07f41; } .facInfoFarbe_text { color: #e07f41; } </style> <!-- Template: categories1 --> <!-- 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="">✖</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/institute+of+computer+science/619480.html">Institute of Computer Science</a></li> <li><a href="/en/research/619485.html">Research</a></li> <li><a href="/en/study/619489.html">Study</a></li> <li><a href="/en/prospective+students/619532.html">Prospective Students</a></li> <li><a href="/en/people/619533.html">People</a></li> <li><a href="/en/open+positions/619549.html">Open Positions</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ät Göttingen"><img id="print-logo" class="hidden" src="/img/redesign/print-logo.svg" alt="Georg-August-Universität Göttingen"></a> <a href="/en/138524.html"><span>Institute of 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ü</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ü</span><span class="fas fa-bars"></span></a> <div id="navigation" class="collapse"> <nav> <ol> <li><a href="/en/institute+of+computer+science/619480.html">Institute of Computer Science</a></li> <li><a href="/en/research/619485.html">Research</a></li> <li><a href="/en/study/619489.html">Study</a></li> <li><a href="/en/prospective+students/619532.html">Prospective Students</a></li> <li><a href="/en/people/619533.html">People</a></li> <li><a href="/en/open+positions/619549.html">Open Positions</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/138524.html" title="Homepage"> <span class="fas fa-home"></span> <span class="sr-only">Homepage</span> </a> </li> <li class="breadcrumb-item" title="Modified: 2024-10-02"> <a href="/en/study/619489.html" title="Study">Study</a> </li> <li class="breadcrumb-item active" title="Modified: 2024-10-02"> <span title="Graduation Ceremony">Graduation Ceremony</a> </li> </ol> <!-- MOBILE --> <ol id="breadcrumb-mobile" class="visible-xs breadcrumb bg-white pull-left px-0 mb-0 "> <li class="breadcrumb-item" title="Modified: 2024-10-02"> <a href="/en/study/619489.html" title="Study">Study</a> </li> </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/690802.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-12"> <!-- Language Warning --> <!-- Inhalt --> <h1 class="headline"></h1> <p class="text"><!----------------------------AB HIER NICHTS ÄNDERN----------------------------> <style> /***************************/ /* TYPOGRAPGHY */ /***************************/ h1 { font-size: 36px; } h2 { font-size: 27px; margin: 0; } h3 { font-size: 20px; font-weight: normal; padding-bottom: 1rem; } h4, h5, h6 { font-size: 18px; } h1, h2, h3, h4, h5, h6 { font-family: 'Calibri', sans-serif; } /***************************/ /* BODY */ /***************************/ .responsiveBanner { width: 100%; height: auto; } .banner-title { font-size: 30px; margin: 0; padding: 3rem 3rem; } .title { background-color: #e2e2e2; margin-bottom: 2rem; padding: 2rem 3rem; color: black; } .card { background-color: #ebebeb; color: black; } .card--body { padding: 1rem 3rem; margin: 0rem 0rem; height: auto; } .col-sm-6 { padding: 0rem 0rem; } .responsive { width: 100%; height: auto; } .wrapper { position: relative; margin-bottom: 3rem; margin-top: -2rem; } #text-content { color: #fff; position: absolute; left: 0; right: 0; bottom: 0; } .card.card-bubble .card--body { background-image: radial-gradient(20em 20em at 5% 10%, #e9e9e9 50%, #f1f1f1 50%); background-repeat: no-repeat; background-size: 100% 100%; transition: background-size .5s linear; } .card.card-bubble:hover .card--body { background-size: 150% 120%; } .title{ background-color:#e2e2e2; padding:2rem 3rem; margin-bottom: 0rem; color: black; } .table{ text-align: left; font-weight: bold; padding-left: 20px; padding-right: 20px; margin-top: 2rem; } div.bannerSmall { display: none; } div.bannerBig { display: block; } .imageContact { padding-bottom: 3rem; display: inline-block; vertical-align: top; } img { width: 12rem; } .adressContact { display: inline-block; padding-left: 5rem; padding-bottom: 3rem; } .box{ margin-top: 0rem; text-align: left; } .separator{ text-transform: none; font-weight: bold; } .panel{ background-color: #f5f5f5; border:0; border-radius: 0px !important; margin-bottom: 2rem !important; } .panel-heading{ background-color:#ebebeb !important; padding: 0rem 0rem; } .panel-body{ padding: 1rem 3rem; border-top:0px !important; color: black; } .panel-title{ padding: 2rem 2rem; font-size: 25px; color: black; } ul{ margin: 2rem 0rem; margin-right: 30px; } a[aria-expanded=true] .glyphicon-menu-down { display: none; } a[aria-expanded=false] .glyphicon-menu-up { display: none; } #link{ color: black !important; text-decoration: none; } button.btn{ font-size:2rem; padding: 3rem 3rem; } #link:hover{ color:black !important; } .imageContact{ padding-bottom: 3rem; display:inline-block; vertical-align:top; } img{ width: 12rem; } .adressContact{ display:inline-block; padding-left: 5rem; padding-bottom: 3rem; } /***************************/ /* BREAKPOINTS */ /***************************/ @media screen and (max-width: 767px) { div.bannerBig { display: none; } div.bannerSmall { display: block; } img.responsiveBanner { height: 9rem; } img.responsive { height: 25rem; } } </style> <!----------------------------BIS HIER NICHTS ÄNDERN----------------------------> <!-- Yacy search override --> <script> return; var searchform = ` <span class="heading">Suchen</span> <form id="yacysearchform" method="get" accept-charset="UTF-8" action="https://search2.informatik.uni-goettingen.de/yacysearch.html"> <div class="form-group"> <label class="sr-only" for="search">Suchbegriff</label> <div class="input-group"> <!-- Yacy input fields --> <input type="text" class="form-control" name="query" id="search" /> <input type="hidden" name="verify" value="cacheonly" /> <input type="hidden" name="maximumRecords" value="10" /> <input type="hidden" name="meanCount" value="5" /> <input type="hidden" name="resource" value="local" /> <input type="hidden" name="urlmaskfilter" value=".*" /> <input type="hidden" name="prefermaskfilter" value="" /> <input type="hidden" name="display" value="2" /> <input type="hidden" name="nav" value="all" /> <!-- end yacy input fields --> <div class="input-group-addon" style="cursor:pointer;"><span class="fas fa-search"></span></div> </div> </div> <button id="yacysearchsubmit" type="submit" class="btn btn-primary">Suche starten</button> </form> `; // replace all occurrences of the original search form on this page var x = document.getElementsByClassName("search-form"); var i; for (i = 0; i < x.length; i++) { x[i].parentElement.innerHTML = searchform; } // remove the top search document.getElementById("top-search").remove(); </script> <!-- end Yacy override --> <div class="container-fluid"> <div class="bannerSmall"> <div class="wrapper"> <img class="responsiveBanner" src="https://www.uni-goettingen.de/storage/pictures/dcaafcf5f24dfa38a6eded03367e60ad.png"> <div id="text-content"> <div class="banner-title">Graduation Ceremony</div> </div> </div> </div> <div class="bannerBig"> <div class="wrapper"> <img class="responsiveBanner" src="https://www.uni-goettingen.de/storage/pictures/06044d9d1d18e6c908ddae303e883994.png"> <div id="text-content"> <div class="banner-title">Graduation Ceremony</div> </div> </div> </div> <div class="row"> <div class="col-md-8"> <div class="title"> <h2>Graduation ceremony of the graduates of the Faculty for Mathematics and Computer Science</h2> </div> <div class="row" style="margin-bottom: 2rem;"> <div class="col-sm-12"> <div class="card card-bubble"> <div class="card--body"> Dear graduates of the Faculty of Mathematics and Computer Science, <br><br> Congratulations on completing your studies! <br><br> The Faculty of Mathematics and Computer Science cordially invites you to the graduation ceremony for its Bachelor and Master graduates. In addition to guest lectures, festive speeches by members and graduates of the faculty and musical accompaniment, the graduation certificates<sup>1</sup> will be presented.<br><br> The graduates and their guests as well as the members of the Faculty of Mathematics and Computer Science will be invited to a small champagne reception at the end of the ceremony. <br><br> The event is expected to be held in German. <br><br> <sup>1</sup> Please note that the certificate you will receive at the graduation ceremony is not your official diploma. </div> </div> </div> </div> <div class="title"> <h2>Next dates</h2> </div> <div class="row" style="margin-bottom: 2rem;"> <div class="col-sm-12"> <div class="card card-bubble"> <div class="card--body"> <ul> <li>Graduation ceremony for the <b>graduates of the SoSe 2023, WiSe 2023/24 and SoSe 2024</b>: Fr, 15 November 2024, 2:15 PM; <a href="https://www.alumni-goettingen.de/termine/abschlussfeier_mathematik_informatik/?lang=us">Online Registration</a></li> <li>Graduation ceremony for the <b>graduates of the WiSe 2024/25</b>: the date of the 2025 graduation ceremony will be announced here in good time. </li> <li>Registration for the graduation ceremony is possible approx. four weeks before the respective date on this website.</li> </ul> Registered graduates will receive details of the event by email in good time </div> </div> </div> </div> </div> <div class="col-md-4"> <div class="card"> <ol class="box"> <li class="separator"> <li class="separator" style="text-transform: none;font-weight: bold;">Contact</li> If you have any questions about the graduation ceremony, please contact <br><br> <a href="mailto:abschlussfeier@cs.uni-goettingen.de" target="_blank">abschlussfeier@cs.uni-goettingen.de</a --> <br><br> Please note: The e-mail address abschlussfeier@cs.uni-goettingen.de is a functional e-mail address. Messages sent to this e-mail address will also be read and answered by other staff members of our team in case of a substitution. All e-mails are treated confidentially. </ol> </div> <div class="card"> <ol class="box"> <li class="separator"> <li class="separator" style="text-transform: none;font-weight: bold;">For exam-related questions, questions about the thesis, etc.</li> <a href="/en/47955.html">Examination Office of the Natural Sciences, Mathematics and Informatics, Geography and Geosciences</a><br> Goldschmidtstr. 1<br> 37077 Göttingen<br><br> </ol> </div> </div> </div> </div> <br /></p> <!-- Link Menu --> <!-- Sidebar Bild --> <!-- Html Inhalt f�r Sidebar --> </article> </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> Institute of Computer Science<br/> Faculty of Mathematics and Computer Science<br/> University of Göttingen<br/> Goldschmidtstr. 7<br/> 37077 Göttingen<br/> Tel.+49 (0)551 39-172000 <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/105.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>