CINXE.COM

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

<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <title>Stellenausschreibungen - 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="Webseiten der Georg-August-Universit&auml;t G&ouml;ttingen"> <meta name="og:description" content="Webseiten der Georg-August-Universit&auml;t G&ouml;ttingen"> <meta name="og:site_name" content="Georg-August Universität Göttingen" /> <meta name="og:title" content="Stellenausschreibungen - Georg-August-Universit&auml;t G&ouml;ttingen" /> <link name="og:url" content="https://www.uni-goettingen.de/de/305223.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 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", 14); matomoTracker.trackPageView(); matomoTracker.enableLinkTracking(); matomoTracker.setDocumentTitle('Stellenausschreibungen'); } catch( err ) {} } </script> <!-- End Piwik Tag --> <!-- Faculty color --> <style> #navigation-affix, #navigation-toggle, #search-content, #sidebarLeft, #navigation-container-mobil { background-color: #7387ad; } .box { border-color: #7387ad; } .facInfoFarbe_border { border-color: #7387ad; } .facInfoFarbe_background { background-color: #7387ad; } .facInfoFarbe_text { color: #7387ad; } </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%;"> Mit <a style="display: inline-block" target="blank" href="https://www.uni-goettingen.de/de/439479.html#google"><u>Google™</u></a> suchen </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%;"> Interne Suche nutzen </label> <div> <p style="font-size: 50%; margin-left: 2rem;">(eingeschränkte Ergebnisqualität)</p> </div> </div> </form> </li> <li><a href="/de/die+universit%c3%a4t/50217.html">Die Universität</a></li> <li><a href="/de/fakult%c3%a4ten/2925.html">Fakultäten</a></li> <li><a href="/de/forschung/3.html">Forschung</a></li> <li><a href="/de/studium/13.html">Studium</a></li> <li><a href="/de/einrichtungen/4.html">Einrichtungen</a></li> <li><a href="/de/alumni/1982.html">Alumni</a></li> <li><a href="/de/international/502946.html">International</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> <span>In publica commoda</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="/de/die+universit%c3%a4t/50217.html">Die Universität</a></li> <li><a href="/de/fakult%c3%a4ten/2925.html">Fakultäten</a></li> <li><a href="/de/forschung/3.html">Forschung</a></li> <li><a href="/de/studium/13.html">Studium</a></li> <li><a href="/de/einrichtungen/4.html">Einrichtungen</a></li> <li><a href="/de/alumni/1982.html">Alumni</a></li> <li><a href="/de/international/502946.html">International</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"> Mit Google™ suchen </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"> Interne Suche nutzen (eingeschränkte Ergebnisqualität). </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">Mit der Nutzung der Google™ Suche stimmen Sie den <a target="_blank" href="https://policies.google.com/"><u>Datenschutzbestimmungen</u></a> von Google™ zu</p> <label style="margin-top: 2.5rem;" for="eCampus">Auf der Suche nach Personen, Veranstaltungen oder Räumen ?</label> <a target="_blank" href="https://ecampus.uni-goettingen.de/"> <button name="eCampus" class="btn btn-primary" style="margin-top: 1rem;"> <span class="material-symbols-outlined"></span> Zum eCampus </button> </a> </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> Schlie&szlig;en</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="/de/1.html" title="Homepage"> <span class="fas fa-home"></span> <span class="sr-only">Startseite</span> </a> </li> <li class="breadcrumb-item" title="Modified: 2025-01-30"> <a href="/de/einrichtungen/4.html" title="Einrichtungen">Einrichtungen</a> </li> <li class="breadcrumb-item" title="Modified: 2025-01-30"> <a href="/de/zentralverwaltung/916.html" title="Zentralverwaltung">Zentralverwaltung</a> </li> <li class="breadcrumb-item" title="Modified: 2025-01-30"> <a href="/de/abteilung+personal/810.html" title="Abteilung Personal">Abteilung Personal</a> </li> <li class="breadcrumb-item" title="Modified: 2025-01-30"> <a href="/de/abteilung+personal/105170.html" title="Abteilung Personal">Abteilung Personal</a> </li> <li class="breadcrumb-item active" title="Modified: 2025-01-30"> <span title="Stellenausschreibungen">Stellenausschreibungen</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: 2025-01-30"> <a href="/de/abteilung+personal/105170.html" title="Abteilung Personal">Abteilung Personal</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> Suchen </a> <a class="lang-button" href="/en/305223.html"> <span class="fas fa-globe"></span> English </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>Stellenausschreibungen</h1> <p class="text">Wenn Sie an einer Beschäftigung an der Universität Göttingen interessiert sind oder aber sich innerhalb der Universität anderweitig orientieren möchten, finden Sie auf dieser Seite eine Zusammenstellung sämtlicher Seiten mit derzeit verfügbaren Stellenangeboten. Hinweis: Nur Stellen, die international ausgeschrieben werden, sind in englischer Sprache veröffentlicht.<br /> <br /> <br /><br/><h2>Stellenangebote</h2> <div class="row"> <a href="/de/644546.html"> <div class="col-sm-12 col-md-6" style="padding: 0 !important;"> <div style="background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 20%, rgba(35, 31, 31, 1)100%), url('/admin/bilder/pictures/e1024dbb156960c95c65eff081a858be.jpg');" class="bild_box"> <div class="overlay"> </div> <div class="Box-Titel"> <h3>Stellenangebote der Universität</h3> </div> </div> </div> </a> <a href="https://www.umg.eu/karriere/stellenangebote/"> <div class="col-sm-12 col-md-6" style="padding: 0 !important;"> <div style="background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 10%, rgba(35, 31, 31, 1)100%), url('/admin/bilder/pictures/eb6f40a562355ceaa5bed6338d2be54c.jpg');" class="bild_box"> <div class="overlay"> </div> <div class="Box-Titel"> <h3>Stellenangebote der Universitätsmedizin</h3> </div> </div> </div> </a> <a href="/de/305406.html"> <div class="col-sm-12 col-md-6" style="padding: 0 !important;"> <div style="background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 20%, rgba(35, 31, 31, 1)100%), url('/admin/bilder/pictures/61f206e2e2d4620f4aa5c00afb276e11.jpg');" class="bild_box"> <div class="overlay"> </div> <div class="Box-Titel"> <h3>Stellenangebote für Professuren</h3> </div> </div> </div> </a> <a href="https://www.stellenwerk-goettingen.de/l"> <div class="col-sm-12 col-md-6" style="padding: 0 !important;"> <div style="background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 50%, rgba(35, 31, 31, 1)100%), url(' ');" class="bild_box"> <div class="overlay"> </div> <div class="Box-Titel"> <h3>Stellenwerk Göttingen – studentische Jobbörse</h3> </div> </div> </div> </a> <a href="/de/644546.html?filters={%22vollzeit%22:[],%22befristet%22:[],%22gruppe%22:[%22Ausbildung%22],%22besoldGrp%22:[]}"> <div class="col-sm-12 col-md-6" style="padding: 0 !important;"> <div style="background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 50%, rgba(35, 31, 31, 1)100%), url(' ');" class="bild_box"> <div class="overlay"> </div> <div class="Box-Titel"> <h3>Stellenangebote für Auszubildende</h3> </div> </div> </div> </a> </div> <link rel="stylesheet" href="/storage/userdata/CSS/kacheln.css"> <style> .bild_box{ height: 170px; } </style><br /></p> </article> <!-- Rechte Sidebar --> <aside class="col-sm-4"> <!-- Sidebar Bild --> <div><img class="side-image" src="/storage/pictures/5f2c3fbec8b0b48b1b9d03fb7dba866e.jpg" alt="Praxisboerse" /></div> <!-- Unterseiten --> <ol class="box"> <li class="separator"> Service für Einrichtungen </li> <li> <a href="/de/interner+vermittlungsmarkt/305533.html"> Interner Vermittlungsmarkt </a> </li> <li> <a href="/de/vorlage+f%c3%bcr+stellenanzeigen/51370.html"> Vorlage für Stellenanzeigen </a> </li> </ol> <div class="box"> <p class="text"><img src="/de/document/download/b85cc71a7f666f19cece1910c2a693c7.png/FidH_Logo.png" alt="Familienfreundliche Hochschule" style="width:100%" /><br /> <br /> <b>Kontakt:</b><br /> Abteilung Personaladministration und Personalentwicklung<br /> Goßlerstraße 5/7<br /> 37073 Göttingen<br /> Tel. +49 (0) 551 / 39-24932<br /> Fax +49 (0) 551 / 39-25688<br /> <a href="mailto:bewerbungen@zvw.uni-goettingen.de">bewerbungen@zvw.uni-goettingen.de</a><br /> <br /> </p> </div> </aside> </div><!-- Ende page-content --> </div><!-- Ende container-fluid --> </div><!-- Ende main--> <footer> <div class="container-fluid"> <div class="row"> <div class="col-sm-6 col-md-3"> <h3>Kontakt</h3> Georg-August-Universität Göttingen<br /> Wilhelmsplatz 1 (Aula)<br /> 37073 Göttingen<br /> Tel. 0551 39-0 <a></a> </div> <div class="col-sm-6 col-md-3"> <h3>Soziale Medien</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 svg-facebook"> <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://bsky.app/profile/unigoettingen.bsky.social" class="bluesky"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="+30 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 class="svg_light_up_bluesky" fill="gray" d="m135.72 44.03c66.496 49.921 138.02 151.14 164.28 205.46 26.262-54.316 97.782-155.54 164.28-205.46 47.98-36.021 125.72-63.892 125.72 24.795 0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.3797-3.6904-10.832-3.7077-7.8964-0.0174-2.9357-1.1937 0.51669-3.7077 7.8964-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.4491-163.25-81.433-5.9562-21.282-16.111-152.36-16.111-170.07 0-88.687 77.742-60.816 125.72-24.795z" fill="#1185fe"/> </svg> </a> </li> <li> <a href="https://academiccloud.social/@unigoettingen" class="mastodon"> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 220 220" 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 class="svg_light_up_mastodon" fill="gray" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915"/> <path class="m_in_mastodon" fill="#fff" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675"/> </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> <li> <a href="https://www.linkedin.com/school/33506/" class="linkedin"> <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="M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z"></path> </svg> </a> </li> </ul> </div> <div class="clearfix visible-sm"></div> <div class="col-sm-6 col-md-4"> <h3>Online-Dienste</h3> <ul class="list-unstyled"> <li><a href="https://ecampus.uni-goettingen.de/h1/pages/cs/sys/portal/subMenu.faces?navigationPosition=studiesOffered">Studienangebot (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="/de/45574.html">Pr&uuml;fungsverwaltung (FlexNow)</a></li> <li><a href="https://studip.uni-goettingen.de/">Lernmanagement (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="/de/305223.html">Stellenausschreibungen</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="/de/635204.html">Barrierefreiheit</a></li> <li><a href="/de/439479.html">Datenschutz</a></li> <li><a href="/de/545353.html">Kontakt</a></li> <li><a href="/de/100652.html">Notfall</a></li> <li><a href="http://www.geodata.uni-goettingen.de/lageplan/">Lageplan</a></li> <li><a href="/de/105.html">Impressum</a></li> </ol> </div> </div> </div> <div id="cookie_banner_footer" class="cookie_banner_footer"> </b><b>Verwendung von Cookies</b><br> Zur Erhebung von Besucherstatistiken verwenden wir Cookies. Die erfassten Daten sind anonymisiert und werden nicht an Dritte weitergegeben.<br> Weitere Informationen zu Cookies erhalten Sie in unserer <a href='/de/439479.html' target='_blank'><ins>Datenschutzerklärung</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;">Zustimmen</button> <button onclick="deleteMatomoCookies()" type="button" id="btnCookieFunctions" class="btn btn-secondary ghost_button">Nur notwendige Funktionscookies akzeptieren</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