CINXE.COM
Homepage - Departement Chemie und Angewandte Biowissenschaften – Departement Chemie und Angewandte Biowissenschaften | ETH Zürich
<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8" > <link rel="canonical" href="https://chab.ethz.ch/"> <link rel="alternate" href="https://chab.ethz.ch/" hreflang="de"> <link rel="alternate" href="https://ethz.ch/content/specialinterest/chab/website-chab/en" hreflang="en"> <script> // promise polyfill !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t():"function"==typeof define&&define.amd?define(t):t()}(0,function(){"use strict";function e(e){var t=this.constructor;return this.then(function(n){return t.resolve(e()).then(function(){return n})},function(n){return t.resolve(e()).then(function(){return t.reject(n)})})}function t(e){return new this(function(t,n){function o(e,n){if(n&&("object"==typeof n||"function"==typeof n)){var f=n.then;if("function"==typeof f)return void f.call(n,function(t){o(e,t)},function(n){r[e]={status:"rejected",reason:n},0==--i&&t(r)})}r[e]={status:"fulfilled",value:n},0==--i&&t(r)}if(!e||"undefined"==typeof e.length)return n(new TypeError(typeof e+" "+e+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var r=Array.prototype.slice.call(e);if(0===r.length)return t([]);for(var i=r.length,f=0;r.length>f;f++)o(f,r[f])})}function n(e){return!(!e||"undefined"==typeof e.length)}function o(){}function r(e){if(!(this instanceof r))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=undefined,this._deferreds=[],l(e,this)}function i(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,r._immediateFn(function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var o;try{o=n(e._value)}catch(r){return void u(t.promise,r)}f(t.promise,o)}else(1===e._state?f:u)(t.promise,e._value)})):e._deferreds.push(t)}function f(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"==typeof t||"function"==typeof t)){var n=t.then;if(t instanceof r)return e._state=3,e._value=t,void c(e);if("function"==typeof n)return void l(function(e,t){return function(){e.apply(t,arguments)}}(n,t),e)}e._state=1,e._value=t,c(e)}catch(o){u(e,o)}}function u(e,t){e._state=2,e._value=t,c(e)}function c(e){2===e._state&&0===e._deferreds.length&&r._immediateFn(function(){e._handled||r._unhandledRejectionFn(e._value)});for(var t=0,n=e._deferreds.length;n>t;t++)i(e,e._deferreds[t]);e._deferreds=null}function l(e,t){var n=!1;try{e(function(e){n||(n=!0,f(t,e))},function(e){n||(n=!0,u(t,e))})}catch(o){if(n)return;n=!0,u(t,o)}}var a=setTimeout;r.prototype["catch"]=function(e){return this.then(null,e)},r.prototype.then=function(e,t){var n=new this.constructor(o);return i(this,new function(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}(e,t,n)),n},r.prototype["finally"]=e,r.all=function(e){return new r(function(t,o){function r(e,n){try{if(n&&("object"==typeof n||"function"==typeof n)){var u=n.then;if("function"==typeof u)return void u.call(n,function(t){r(e,t)},o)}i[e]=n,0==--f&&t(i)}catch(c){o(c)}}if(!n(e))return o(new TypeError("Promise.all accepts an array"));var i=Array.prototype.slice.call(e);if(0===i.length)return t([]);for(var f=i.length,u=0;i.length>u;u++)r(u,i[u])})},r.allSettled=t,r.resolve=function(e){return e&&"object"==typeof e&&e.constructor===r?e:new r(function(t){t(e)})},r.reject=function(e){return new r(function(t,n){n(e)})},r.race=function(e){return new r(function(t,o){if(!n(e))return o(new TypeError("Promise.race accepts an array"));for(var i=0,f=e.length;f>i;i++)r.resolve(e[i]).then(t,o)})},r._immediateFn="function"==typeof setImmediate&&function(e){setImmediate(e)}||function(e){a(e,0)},r._unhandledRejectionFn=function(e){void 0!==console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)};var s=function(){if("undefined"!=typeof self)return self;if("undefined"!=typeof window)return window;if("undefined"!=typeof global)return global;throw Error("unable to locate global object")}();"function"!=typeof s.Promise?s.Promise=r:s.Promise.prototype["finally"]?s.Promise.allSettled||(s.Promise.allSettled=t):s.Promise.prototype["finally"]=e}); let storageKeySuffix = ''; if (window.location.pathname.endsWith('.fr.html')) { storageKeySuffix = '.fr'; } else if (window.location.pathname.endsWith('.it.html')) { storageKeySuffix = '.it'; } const currentPath = 'https://ethz.ch/content/specialinterest/chab/website-chab/de'; window.ethSitemap = {}; window.ethSitemap.storageKey = '/content/specialinterest/chab/website-chab/de' + storageKeySuffix; window.ethSitemap.loaded = new Promise(function (resolve, reject) { const xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == XMLHttpRequest.DONE) { if (xmlhttp.status == 200) { if (xmlhttp.responseText) { window.ethSitemap.data = JSON.parse(xmlhttp.responseText); resolve(window.ethSitemap.data); window.sessionStorage.setItem(window.ethSitemap.storageKey, xmlhttp.responseText) } } else { reject(); } } }; xmlhttp.open("GET", "/.navigation" + storageKeySuffix + ".json", true); xmlhttp.send(); }); </script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" data-domain-script="d4b64b56-c565-41a3-9aef-2523cd72f471"></script> <script> function OptanonWrapper() { } </script> <script> const accountType = window.localStorage.getItem('ch.ethz.user.type'); var isInternal = window.sessionStorage.getItem('ch.ethz.user.isInternal'); if (!isInternal) { fetch("/bin/ethz/base/stats").then((response) => response.json()).then((data) => { isInternal = data.is_internal; window.sessionStorage.setItem('ch.ethz.user.isInternal', isInternal); }); } const isAuthor = this.getCookieValue('is_author'); window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'pageData', 'ch1': '', 'ch2': '', 'ch3': '', 'page_title': 'Homepage - Department of Chemistry and Applied Biosciences', 'internal_page_path': '/', 'logged_in': 'false', 'account_type': accountType ? accountType : '', 'is_author': isAuthor != '' ? 'true' : 'false', 'section': 'D-CHAB', 'institut': '', 'group': '', 'is_internal': isInternal == 'true' ? 'true' : 'false', }); function getCookieValue(cname) { var name = cname + '='; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ''; }; </script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5KC3PX6');</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="format-detection" content="telephone=no"> <meta property="og:url" content="https://chab.ethz.ch/" > <meta property="og:title" content="Homepage - Departement Chemie und Angewandte Biowissenschaften" > <meta property="og:site_name" content="Departement Chemie und Angewandte Biowissenschaften" > <meta property="og:image" content="https://ethz.ch/etc/designs/ethz/img/header/eth_default_og.jpg" > <meta property="og:image:alt" content="" ><meta name="Systemueberwachung" content="ETHZ" > <meta name="ethz_lmd" content="2024-11-22T16:55:28.044Z" > <meta name="pagetype" content="web" > <link rel="stylesheet" href="/etc/designs/ethz/css.css" type="text/css"> <link rel="stylesheet" href="/etc/clientlibs/ethz/components.css" type="text/css"> <script src="/etc/designs/ethz/js/default.js"></script> <script src="/etc/clientlibs/ethz/components.js"></script> <meta name="msapplication-TileColor" content="#007894"> <meta name="theme-color" content="#007894"> <meta name="apple-mobile-web-app-status-bar-style" content="#007894-translucent"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="icon" sizes="192x192" href="https://ethz.ch/etc/designs/ethz/img/icons/ETH-APP-Icons-Theme-white/192-xxxhpdi.png"> <meta name="msapplication-TileImage" content="https://ethz.ch/etc/designs/ethz/img/icons/ETH-APP-Icons-Theme-white/144-xxhdpi.png"> <title>Homepage - Departement Chemie und Angewandte Biowissenschaften – Departement Chemie und Angewandte Biowissenschaften | ETH Zürich</title> <meta name="apple-mobile-web-app-title" content="Homepage - Departement Chemie und Angewandte Biowissenschaften – Departement Chemie und Angewandte Biowissenschaften | ETH Zürich"/> </head><body id="eth-petrol" class="homepage noImageTeaser eth-petrol"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5KC3PX6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- skipLinks --> <div id="skipLinksDiv"> <ul id="skipLinks"> <li data-order="0"><a accesskey="0" href="" id="activateScreenReaderMode">Drücken Sie Eingabetaste um den Bildschirmleser-Modus zu aktivieren.</a></li> <li data-order="1"><a accesskey="1" href="/" class="accesskey" title="Direkt auf die Startseite springen">Startseite</a></li> <li data-order="2"><a accesskey="2" href="#navList" class="accesskey" title="Direkt zur Navigation springen">Navigation</a></li> <li data-order="3"><a accesskey="3" href="https://chab.ethz.ch/utils/suche.html" class="accesskey" title="Direkt zur Suche springen">Suche</a></li> <li data-order="4"><a accesskey="4" href="#content" class="accesskey" title="Direkt zum Inhalt springen">Inhalt</a></li> <li data-order="5"><a accesskey="5" href="#footer" class="accesskey" title="Direkt zum Footer springen">Footer</a></li> <li data-order="6"> <a accesskey="6" href="/utils/kontakt.html" class="accesskey" title="Direkt zu Kontakt springen"> Kontakt </a> </li> <li data-order="7"><a accesskey="7" href="/footer/inhaltsverzeichnis.html" class="accesskey" title="Inhaltsverzeichnis">Inhaltsverzeichnis</a></li> </ul> </div> <div class="site-wrapper"> <!-- header --> <header class="site-header header--with-department-breadcrumb"> <div id="userStatusBar" style="display: none;"></div> <script> jQuery(document).ready(function loadStatusbar() { var statusbar = $('#userStatusBar'); if (!ETHZ_Design.Impersonation.isImpersonationOverlayOpen(statusbar)) { var sbLoaded = $.ajax({ type: 'GET', dataType: 'HTML', cache: false, url: '/_jcr_content.statusbar.html', success: function (response) { if (response) { if (response.lastIndexOf("</" + "html" + ">") != -1) { // We got a complete HTML document -> replace whole document document.open("text/html","replace"); document.write(response); document.close(); } else { statusbar.html(response); ETHZ_Design.DropDown.register(statusbar); ETHZ_Design.Impersonation.register(statusbar); $('body').addClass('loggedin'); statusbar.show(); // Remove the login link when logged in $('a.login').remove(); eth.mobileNavPosition(); } } }, }); } }); </script> <div class="header__logos header__container"> <a href="https://ethz.ch/de.html" title="Zur Startseite der ETH Zürich"> <svg viewBox="0 0 120 20" xmlns="http://www.w3.org/2000/svg" class="main-eth-logo" aria-label="ETH homepage"> <path d="M43.6892 7.59685H39.3218L40.8555 0H3.90295L0 19.6252H14.7315L15.7334 14.5606H7.02833L7.52612 12.0283H16.2369L17.1209 7.59685H8.43034L8.92687 5.06457H22.7592L19.8638 19.6252H25.8707L28.7649 5.06457H33.8077L30.9135 19.6252H36.9665L38.4642 12.0283H42.8303L41.3338 19.6252H47.3577L51.2632 0H45.2229L43.6892 7.59685ZM69.4622 2.53228H71.4717L71.9695 0H69.9695L69.4622 2.53228ZM74.616 2.53228H76.6267L77.1232 0H75.1232L74.616 2.53228ZM93.4111 2.53228H95.4205L95.9196 0H93.9183L93.4111 2.53228ZM103.47 6.27247C99.9631 6.27247 97.5024 8.76677 96.7148 13.1172C96.5907 13.7981 96.5275 14.4888 96.5258 15.181C96.5258 18.1527 98.3109 20 101.189 20C102.013 20.0022 102.829 19.8372 103.588 19.515C104.347 19.1928 105.033 18.7199 105.606 18.1248L105.623 18.1058L104.509 16.7333L104.489 16.7093L104.467 16.7321C104.087 17.2105 103.604 17.597 103.055 17.8628C102.506 18.1287 101.905 18.2671 101.295 18.2679C99.9234 18.2679 98.4571 17.4411 98.4571 15.1266C98.4621 14.4552 98.5331 13.786 98.6688 13.1286C98.8751 11.7182 99.4666 10.3928 100.378 9.29981C100.745 8.89298 101.193 8.56784 101.694 8.34522C102.194 8.1226 102.734 8.00742 103.281 8.00708C103.806 7.9833 104.326 8.10937 104.782 8.37067C105.238 8.63197 105.611 9.0178 105.858 9.4834L105.874 9.50999L107.293 8.29956L107.313 8.28183L107.298 8.26031C106.89 7.62018 106.321 7.09939 105.649 6.75041C104.977 6.40142 104.225 6.23657 103.47 6.27247ZM116.295 5.98822C115.59 5.9532 114.886 6.07022 114.23 6.33141C113.573 6.59261 112.98 6.99193 112.49 7.50252L113.998 0H112.054L108.15 19.6252H110.093L111.714 11.3807C112.408 7.90642 115.092 7.73043 115.621 7.73043C115.937 7.69809 116.256 7.73604 116.555 7.84158C116.855 7.94713 117.128 8.11768 117.354 8.3411C117.581 8.56453 117.755 8.83536 117.866 9.13432C117.977 9.43329 118.02 9.75306 117.994 10.0709C117.984 10.4893 117.939 10.9062 117.858 11.3168L116.209 19.6252H118.15L119.855 11.1364C119.943 10.6954 119.989 10.2471 119.991 9.79741C120.026 9.29629 119.955 8.79341 119.783 8.32176C119.611 7.85011 119.342 7.42034 118.993 7.06064C118.644 6.70095 118.223 6.41946 117.758 6.23464C117.293 6.04981 116.795 5.96584 116.295 5.98822ZM90.0967 19.5929L90.0904 19.6258H92.0066L94.6215 6.33134H92.7375L90.0967 19.5929ZM54.9538 8.19447L54.9481 8.23056H61.4522L52.8769 18.021L52.8731 18.0261L52.5511 19.6258H61.7868L62.1503 17.7266H55.2462L63.8466 7.93618L63.8504 7.92985L64.1736 6.33134H55.3129L54.9538 8.19447ZM86.9064 6.16928C86.2145 6.15103 85.5279 6.29363 84.8999 6.58596C84.272 6.87828 83.7198 7.31243 83.2864 7.85451L83.5838 6.3611L83.5888 6.33134H81.6985L79.0854 19.5929L79.0803 19.6258H80.999L82.597 11.4909C83.006 9.4049 84.5932 7.88996 86.3739 7.88996C86.7328 7.88131 87.0882 7.96143 87.4089 8.12327C87.7297 8.28511 88.0059 8.52371 88.2133 8.81805L88.2322 8.8421L89.7879 7.43415L89.7728 7.41516C89.4206 7.00234 88.9794 6.67558 88.4828 6.4597C87.9861 6.24383 87.447 6.1445 86.9064 6.16928ZM75.3318 6.33134H77.275L77.27 6.363L74.6588 19.6258H72.7678L72.7741 19.5929L73.0243 18.2128C72.5408 18.7377 71.9491 19.1504 71.2906 19.422C70.6321 19.6935 69.9226 19.8176 69.2114 19.7854C68.7188 19.8075 68.227 19.7247 67.7685 19.5423C67.31 19.3599 66.8951 19.0821 66.5511 18.727C66.2071 18.372 65.9418 17.9479 65.7726 17.4825C65.6033 17.0171 65.5341 16.521 65.5694 16.0268C65.5748 15.6225 65.6206 15.2198 65.7061 14.8246L65.7282 14.7043L67.3803 6.33134H69.2978L67.6677 14.5283C67.5904 14.9334 67.5468 15.3442 67.5372 15.7565C67.5127 16.0718 67.5576 16.3887 67.6687 16.6847C67.7798 16.9806 67.9545 17.2483 68.1802 17.4688C68.406 17.6892 68.6773 17.857 68.9749 17.9602C69.2724 18.0635 69.589 18.0995 69.902 18.0659C70.4219 18.0659 73.0457 17.8912 73.7306 14.4619L75.3318 6.33134Z"/> </svg> </a> <div class="header__headlines"> <h2 class="header__headline--big" aria-label="Header Departement Chemie und Angewandte Biowissenschaften "> <a href="/" title="Startseite"> Departement Chemie und Angewandte Biowissenschaften </a> </h2> </div> </div> <div id="navTopRoot" class="header__nav-primary eth-petrol"> <div class="header__navbar header__container"> <nav id="nav-primary" aria-labelledby="header__nav-primary-label" class="nav-primary js-nav-primary"> <h3 id="header__nav-primary-label" class="hidden">Hauptnavigation</h3> <button type="button" aria-haspopup="true" aria-expanded="false" aria-controls="nav-primary--inner" class="header__mobile-nav-trigger header__mobile-only js-header__mobile-nav-trigger"> <span aria-hidden="true" class="header__mobile-nav-icon"></span> Menü</button> <div id="nav-primary--inner" data-init="mainNav" class="header__nav-level header__nav-level--root js-header__nav-level--root"> <!-- navigation --> <ul id="navList" is="vue:main-nav" current="navitem1393173792"> <li id="navitem1393173792" class="header__mobile-only to-homepage"> <a href="/"> Startseite</a> </li> <li id="navitem478540314" data-groupCodes="" class=""> <a href="/news-und-veranstaltungen.html"> News & Veranstaltungen</a> </li> <li id="navitem1851554721" data-groupCodes="" class=""> <a href="/das-departement.html"> Das Departement</a> </li> <li id="navitem3261317546" data-groupCodes="" class=""> <a href="/forschung.html"> Forschung</a> </li> <li id="navitem3086537272" data-groupCodes="" class=""> <a href="/studium.html"> Studium</a> </li> <li id="navitem1807129587" data-groupCodes="" class=""> <a href="/doktorat.html"> Doktorat</a> </li> <li id="navitem985618617" data-groupCodes="" class=""> <a href="/weiterbildung.html"> Weiterbildung</a> </li> <li id="navitem3683748596" data-groupCodes="" class=""> <a href="/outreach.html"> Outreach</a> </li> </ul><div class="header__mobile-only"> <hr> <h3 class="header__nav-primary-title">Services</h3> <ul> <li> <a href="https://ethz.ch/students/de.html" title="">Studierendenportal</a> </li> <li> <a href="https://www.alumni.ethz.ch/" title="">Alumni-Vereinigung</a> </li> <li> <a href="https://ethz.ch/staffnet/de.html" title=""> Staffnet</a> </li> <li> <a class="contact" href="/utils/kontakt.html" title="Öffnet eine Kontaktseite"> Kontakt</a> </li> <li> <a class="login footer__login-link" href="/login/de.html?resource=%2Fcontent%2Fspecialinterest%2Fchab%2Fwebsite-chab%2Fde.html" title="Login mit ETH Userkonto"> <span aria-hidden="true" class="material-icons">lock</span> <span class="footer__login-text">Login</span> </a> </li> </ul> </div> </div> </nav> <div class="header__search-trigger no_translate"> <h3 class="screenreader">Suche</h3> <div id="search-app" data-init="searchApp" data-is-overlay="true" data-search-page-link="/utils/suche.html" data-location-page-link="https://ethz.ch/de/utils/location.html" data-api-url="/bin/ethz/search" data-current-site-supported-langs='["en","de"]' data-is-main-site="false" data-all-sites-supported-langs='["de","en","fr","it"]' data-most-searched-quick-links='["ETHIS", "Jobs", "Scholarship", "PhD", "Admission", "Application"]' data-locale="htmlElement"> </div> </div> <div class="header__search-link-container no_translate"> <a class="header__search-link" href="/utils/suche.html"> <span aria-hidden="true" class="material-icons">search</span> </a> </div><div class="header__language header__mobile-only"> <label for="lang-selector" class="hidden"> de</label> <select id="lang-selector" class="custom-select custom-select--link custom-select--dark"> <option value="de" selected="selected"> de</option> <option value="https://ethz.ch/content/specialinterest/chab/website-chab/en"> EN</option> </select> </div> </div> </div><!-- navigation --> <div class="header__nav-meta header__desktop-only"> <div class="header__container"> <nav aria-labelledby="header__departments-title" class="header__departments"> <h3 id="header__departments-title" class="hidden"> Departemente</h3> <ul> <li class="item--organization"> <a href="https://ethz.ch/de.html" title="Zur Startseite der ETH Zürich"> ETH Zürich</a> <span aria-hidden="true" class="material-icons">chevron_right</span> </li> <!-- breadcrumb --> <li> <a title="" href="/"> D-CHAB</a> </li> </ul> </nav> <nav aria-labelledby="header__services-title" class="header__services"> <h3 id="header__services-title" class="hidden">Sprachauswahl</h3> <ul> <li> <label for="lang-selector-long" class="hidden"> de</label> <select id="lang-selector-long" class="custom-select custom-select--link custom-select--dark"> <option value="de" selected="selected"> Deutsch</option> <option value="https://ethz.ch/content/specialinterest/chab/website-chab/en"> English</option> </select> </li> </ul> </nav> </div> </div> </header><!-- content --> <section id="content" class="site-content"> <h1 class="screenreader">Hauptinhalt</h1> <div id="overviewContainer" class="site-content__wrapper site-content--homepage"> <!-- carousel, image or nothing --> <div class="carouselHome carousel basecomponent"><div class="carousel-container"> <div id="carousel" data-init="carousel" data-autoplay="true" data-slides="[{"img":"https://ethz.ch/de/news-und-veranstaltungen/eth-news/news/2024/11/spark-award-2024-verfahren-zum-recycling-von-seltenen-erdmetallen-auszeichnet/_jcr_content/pageimages/imageCarousel.imageformat.carousel.431149323.jpg","color":"eth-red","link":"https://ethz.ch/de/news-und-veranstaltungen/eth-news/news/2024/11/spark-award-2024-verfahren-zum-recycling-von-seltenen-erdmetallen-auszeichnet.html","description":"Der Preis für die vielversprechendste Erfindung des vergangenen Jahres geht an Marie Amelie Perrin und Victor Mougel.","imgAlt":"Die Spark Award Gewinner*innen nehmen ihren Preis entgegen","title":"Spark Award 2024: Verfahren zum Recycling von seltenen Erdmetallen auszeichnet"},{"img":"/news-und-veranstaltungen/d-chab-news/2024/11/get-to-know-our-d-chab-excellence-scholars-2024/_jcr_content/pageimages/imageCarousel.imageformat.carousel.384719357.jpg","color":"eth-blue","link":"https://chab.ethz.ch/news-und-veranstaltungen/d-chab-news/2024/11/get-to-know-our-d-chab-excellence-scholars-2024.html","description":"Urs Keller, Daniel Isler,&nbsp;Angela Spadea und Filip&nbsp;Hůlek haben die Kommission überzeugt und stellen sich hier als Stipendiat:innen vor.&nbsp;","title":"Exzellenz-Stipendiat:innen am D-CHAB 2024"},{"img":"/news-und-veranstaltungen/d-chab-news/2024/10/probe-colorful-chemistry-jenny-truempys-fabric-sample-books-are-online/_jcr_content/pageimages/imageCarousel.imageformat.carousel.1544452208.jpg","color":"eth-blue","link":"https://chab.ethz.ch/news-und-veranstaltungen/d-chab-news/2024/10/probe-colorful-chemistry-jenny-truempys-fabric-sample-books-are-online.html","description":"Die digitalisierten Bände inklusive chemische Färberezepte sind nun als Online-Katalog frei zugänglich und laden ein, die bunten Seiten der Chemie zu entdecken. &nbsp;","title":"Farbenfrohe Chemie: Jenny-Trümpys Stoffmusterbücher online erleben"},{"img":"/news-und-veranstaltungen/d-chab-news/2024/09/celebrating-10-years-of-community-passion-innovation/_jcr_content/pageimages/imageCarousel.imageformat.carousel.680737516.jpg","color":"eth-blue","link":"https://chab.ethz.ch/news-und-veranstaltungen/d-chab-news/2024/09/celebrating-10-years-of-community-passion-innovation.html","description":"Die Vereinigung für Frauen in der Wissenschaft (WiNS) feiert Jubiläum. Mitglieder geben Einblicke und wagen Ausblicke.&nbsp;","imgAlt":"WiNS Team","title":"10 Jahre Gemeinschaft, Leidenschaft und Innovation"},{"img":"https://ethz.ch/de/news-und-veranstaltungen/eth-news/news/2024/09/neue-pharmazeutische-wirkstoffe-aus-milliarden-neu-kombinierter-molekuele/_jcr_content/pageimages/imageCarousel.imageformat.carousel.349148576.jpg","color":"eth-petrol","link":"https://ethz.ch/de/news-und-veranstaltungen/eth-news/news/2024/09/neue-pharmazeutische-wirkstoffe-aus-milliarden-neu-kombinierter-molekuele.html","description":"Pharmaforschende finden neue Wirkstoffe oft nur, indem sie riesige Sammlungen von chemischen Verbindungen durchmustern. Chemiker:innen der ETH Zürich haben dazu ein verbessertes Verfahren entwickelt.","imgAlt":"Darstellung von Molekülen","title":"Neue pharmazeutische Wirkstoffe aus Milliarden neu kombinierter Moleküle"}]"> </div> </div> </div> <div class="site-content__homepage-main"> <!-- main content --> <div class="content-main col-lg-9 col-xs-12" id="mainContent"> <!-- social media image --> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-twocolumn contains-teaserbox contains-image"> <a id="par_twocolumn" style="visibility:hidden"></a> <div class="twocolumn basecomponent"><div class="row"> <div class="col-xs-12 col-md-6 no-spacing-bottom"> <div class="parsys basecomponent"><div class="parsys basecomponent contains-teaserbox"> <a id="par_left_teaserbox" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-greybox contains-textimage"> <div class="textList last-child"> <h1>News</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-greybox contains-textimage"> <a id="par_greybox" style="visibility:hidden"></a> <div class="greybox parsys basecomponent"><div class="greybox__wrapper is-first"> <div class="text-box"> <div class="parsys basecomponent"><div class="parsys basecomponent contains-textimage"> <a id="par_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-first is-last "> <div class="text-image cq-dd-image"> <h2>Ein Hilfsangebot</h2> <p>Angesichts der aktuellen Ereignisse in Europa sind dies schwierige Zeiten. Wenn Sie persönlich vom Krieg in der Ukraine betroffen sind, ist die D-CHAB Familie für Sie da. Wir bieten Ihnen unsere Unterstützung in dieser Krise an. Gespräche und Diskussionen helfen bei der Bewältigung, und Ihre Freunde, Mentoren und Kollegen sind für Sie da. Schliessen Sie sich mit anderen zusammen, um sich gegenseitig in dieser Situation zu unterstützen.<br> </p> </div> </div> </div> </div></div> </div> </div> <div class="greyboxend basecomponent"></div> </div> <a id="par_newsfeed" style="visibility:hidden"></a> <div class="newsfeed basecomponent"> <section class="block contentbox"> <div class="newsList last-child"> <div data-href="https://clarivate.com/highly-cited-researchers/" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="https://clarivate.com/highly-cited-researchers/">D-CHAB Professoren unter den meist zitierten Forschenden 2024</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="Javier Perez-Ramirez, Kaksym Kovalenko, Gisbert Schneider" title="" src="/news-und-veranstaltungen/d-chab-news/2024/11/d-chab-professors-among-the-highly-cited-researchers-2024/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.1161397951.jpg"/> </picture> <p>Die jährliche Rangliste der weltweit meistzitierten Forschenden führt in diesem Jahr 6.886 Forschende auf, die durch ihre Publikationstätigkeit ihr eigenes oder mehrere Forschungsgebiete stark beeinflusst haben. Die Liste enthält die meistzitierten Publikationen der letzten zehn Jahre. Javier Pérez-Ramírez, Maksym Kovalenko und Gisbert Schneider (D-BSSE, D-CHAB) gehören zu den 22 hochzitierten Forschenden der ETH Zurich.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2024-11-26T00:00:00Z">26.11.2024</time> </span> </div> </div> </div> </div> <div data-href="https://ethz.ch/de/news-und-veranstaltungen/eth-news/news/2024/11/spark-award-2024-verfahren-zum-recycling-von-seltenen-erdmetallen-auszeichnet.html" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="https://ethz.ch/de/news-und-veranstaltungen/eth-news/news/2024/11/spark-award-2024-verfahren-zum-recycling-von-seltenen-erdmetallen-auszeichnet.html">Spark Award 2024: Verfahren zum Recycling von seltenen Erdmetallen auszeichnet</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="" title="" src="/news-und-veranstaltungen/d-chab-news/2024/11/spark-award-2024-procedure-for-recycling-rare-earth-metals-receives-award/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.1278514075.jpg"/> </picture> <p>Der Preis für die vielversprechendste Erfindung des vergangenen Jahres geht an Marie Amélie Perrin und Victor Mougel. Sie haben eine Methode entwickelt, mit der sich seltene Erden effizient aus Elektroschrott zurückgewinnen lassen.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2024-11-22T00:00:00Z">22.11.2024</time> </span> </div> </div> </div> </div> <div data-href="https://c4.ethz.ch/prize.html" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="https://c4.ethz.ch/prize.html">IBM Forschungspreis 2024 an Miguel Steiner</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="" title="" src="/news-und-veranstaltungen/d-chab-news/2024/11/ibm-research-award-2024-to-miguel-steiner/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.482017847.jpg"/> </picture> <p>Im Rahmen der Feierlichkeiten des ETH-Tages 2024 erhielt Dr. Miguel Steiner den IBM Forschungspreis 2024, für seine Dissertation über die Navigation im katalytischen Reaktionsraum mit automatisierten und gesteuerten Mechanismus-Explorationsansätzen. Mit dem von IBM Research Zurich Laboratory gestifteten Preis werden abwechselnd ausragende Master- und Doktorarbeiten in den Bereichen computergestützte Chemie, Physik, Biologie und Materialwissenschaften ausgezeichnet.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2024-11-18T00:00:00Z">18.11.2024</time> </span> </div> </div> </div> </div> <div data-href="https://ethz.ch/content/dam/ethz/main/news/eth-news/2024/11/241116-eth-tag-2024/eth-tag-24-vorstellungsrede-scott-e-denmark.pdf" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="https://ethz.ch/content/dam/ethz/main/news/eth-news/2024/11/241116-eth-tag-2024/eth-tag-24-vorstellungsrede-scott-e-denmark.pdf">Ehrendoktorat der ETH Zurich 2024 für Scott E. Denmark</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="" title="" src="/news-und-veranstaltungen/d-chab-news/2024/11/honorary-doctorate-from-eth-zurich-2024-for-scott-e-denmark/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.887730853.jpg"/> </picture> <p>Scott E. Denmark studierte Chemie am MIT und an der ETH Zürich. Im Jahr 1987 wurde er Professor für Chemie an der Universität von Illinois. Vier Jahre später wurde er zum Reynold C. Fuson Professor für Chemie ernannt. Nun erhielt Scott E. Denmark am ETH Tag 2024 den Ehrendoktor der ETH Zürich für die Entwicklung neuer Katalysekonzepte und nützlicher Synthesemethoden sowie detaillierter mechanistischer und stereochemischer Studien präparativ bedeutender Reaktionen.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2024-11-18T00:00:00Z">18.11.2024</time> </span> </div> </div> </div> </div> <div data-href="https://www.phoenixgroup.eu/de/wissenschaftspreis" class="newsListBox last-child linkedarea"> <div class="info"> <h2> <a href="https://www.phoenixgroup.eu/de/wissenschaftspreis">Jean-Christophe Leroux gewinnt PHOENIX Pharmazie Wissenschaftspreis</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="Portrait Jean Christophe Leroux " title="" src="/news-und-veranstaltungen/d-chab-news/2024/11/jean-christophe-leroux-wins-phoenix-pharmacy-science-award/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.394044285.jpg"/> </picture> <p>Mit dem PHOENIX Pharmacy Science Award fördert die PHOENIX group herausragende pharmazeutische Forschung in Deutschland, Österreich und der Schweiz und stärkt nachhaltig die pharmazeutische Wertschöpfungskette. Unter den Preisträgern 2024 ist auch Jean Christophe Leroux. Er erhält den Preis für die Entwicklung eines künstlichen Saugnapfs, der in der Mundhöhle platziert Medikamente abgeben kann und damit Spritzen ersetzt. Hier geht's zum Video. </p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2024-11-12T00:00:00Z">12.11.2024</time> </span> </div> </div> </div> </div> </div> </section> </div> <a id="par_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-last "> <div class="text-image cq-dd-image"> <p><a href="/news-und-veranstaltungen/news.html" class="eth-link">Mehr News</a></p> </div> </div> </div> </div></div> </div> </div> </div> </div> </div></div> </div> <div class="col-xs-12 col-md-6 no-spacing-bottom omega"> <div class="parsys basecomponent"><div class="parsys basecomponent contains-teaserbox"> <a id="par_right_teaserbox_3089486" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-youtube"> <div class="textList last-child"> <h1>Das D-CHAB in 210 Sekunden</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-youtube"> <a id="par_youtube" style="visibility:hidden"></a> <div class="youtube basecomponent"><div class="youtube "> <div class="video-frame"> <input id="1vCVhRNQmmc" type="hidden" value="https://www.youtube.com/embed/1vCVhRNQmmc?wmode=opaque&rel=0&autoplay=1"/> <a onclick="javascript:ETHZ_Design.Video.showOverlay(event, this);" onkeypress="javascript:ETHZ_Design.Video.showOverlay(event, this);" tabindex="0" aria-label="Youtube Video - Datenschutzerklärung zustimmen, um Video abzuspielen."> <div class="preview-wrapper"> <div class="preview-content"><img src="/bin/ethz/components/previewImage/youtube/1vCVhRNQmmc.jpg" class="preview"/></div> </div> <div title="YouTube" class="videoIcon"></div> </a> <div class="overlay" aria-label="Mit dem Abspielen des Videos akzeptieren Sie die Datenschutzerklärung von YouTube." tabindex="0"> Mit dem Abspielen des Videos akzeptieren Sie die Datenschutzerklärung von YouTube.<a class="overlaylink" href="https://policies.google.com/privacy?gl=CH&hl=de">Mehr erfahren</a> <a class="overlaybutton" onclick="javascript:ETHZ_Design.Video.loadIframe(event, this, 'youtube');" onkeypress="javascript:ETHZ_Design.Video.loadIframe(event, this, 'youtube');" tabindex="0" role="button">OK</a> </div> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_right_teaserbox" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-eventfeed contains-textimage"> <div class="textList last-child"> <h1>Veranstaltungen</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-eventfeed contains-textimage"> <a id="par_feed" style="visibility:hidden"></a> <div class="eventfeed basecomponent"><div class="calendarFeed donthyphenate"> <div id="cmp_par_twocolumn_par_right_teaserbox_par_feed_3540657440" class="vk" data-init="eventCalendar" lang="de" data-events-url="https://idapps.ethz.ch/pcm-pub-services/v2/entries?filters%5B0%5D.min-till-end=0&filters%5B0%5D.org-units=02020wd,02021wd,02513wd,02514wd,02515wd,02516wd,02534wd&rs-first=0&rs-size=9999&lang=de&client-id=wcms&comp-ext=true&filters%5B0%5D.cals=1" data-detail-event-url="/news-und-veranstaltungen/events/event-detail.${title}.${eventId}.html" data-items-per-page="4" > <div data-is="vue:EventTicker"></div> </div> </div> </div> <a id="par_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-last "> <div class="text-image cq-dd-image"> <p><a href="/news-und-veranstaltungen/events.html" class="eth-link">Alle Veranstaltungen</a></p> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_right_teaserbox_2064961278" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-image"> <div class="textList last-child"> <h1>Die Kollaborationen des D-CHAB auf einer interaktiven Karte</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-image"> <a id="par_fullwidthimage" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-first is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="/forschung/collaborations.html"> <img alt="Map displaying number of D-CHAB Collaborations" src="/_jcr_content/par/twocolumn/par_right/teaserbox_2064961278/par/fullwidthimage/image.imageformat.1484.1666460316.png"/> </a> </figure> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_right_teaserbox_1125162560" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-image"> <div class="textList last-child"> <h1>Besuche unsere Ausstellung - online und vor Ort</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-image"> <a id="par_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-first is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://artofchemistry.ethz.ch/"> <img alt="Button zur Ausstellung "Art of Chemistry" online" src="/_jcr_content/par/twocolumn/par_right/teaserbox_1125162560/par/image/image.imageformat.1484.305886527.jpg"/> </a> </figure> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_right_teaserbox_795918543" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-image"> <div class="textList last-child"> <h1>Farbenfrohe Chemie: Trümpys Stoffmuster online entdecken</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-image"> <a id="par_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-first is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://truempy-druckmuster.ethz.ch/"> <img alt="Vorschaubild linkt auf den farbenfrohen Stoffmusterkatalog" src="/_jcr_content/par/twocolumn/par_right/teaserbox_795918543/par/image/image.imageformat.1484.603722843.jpg"/> </a> </figure> </div> </div> </div> </div></div> </div> </div> </div> </div> </div></div> </div> </div> <div style="clear: both;"></div> <div class="columnsend basecomponent"></div> </div> <a id="par_teaserbox" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-image"> <div class="textList last-child"> <h1>Unsere Forschungsgebiete und -gruppen entdecken</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-image"> <a id="par_fullwidthimage" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-first is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="/forschung/forschungsgebiete.html"> <img alt="Forschungsgebiete des D-CHAB" src="/_jcr_content/par/teaserbox/par/fullwidthimage/image.imageformat.1484.1737289978.gif"/> </a> </figure> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_fullwidthimage" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <img alt="Zurich City Lake" src="/_jcr_content/par/fullwidthimage/image.imageformat.1564.1782623574.jpg"/> </figure> </div> </div> </div> </div></div> </div> <!-- contentSidebar --> <aside class="content-sidebar col-lg-3 col-xs-12" role="complementary"> <h1 class="screenreader">Weitere Informationen</h1> <div class="orgbox basecomponent"><div class="whitebox"> <div class="contentSubContainer noBorderLeft contains-sublogo"> <div class="sublogo"> <a title="" href="/das-departement"> <div class="fullwidth-image cq-dd-image"> <figure> <img alt="Departement Chemie und Angewandte Biowissenschaften Logo" src="/_jcr_content/orgbox/image.imageformat.logo.281339020.svg"/> </figure> </div> </a> </div> </div> <div class="whiteBox__content"> <p class="whitebox__description">Das D-CHAB hat eine lange Tradition exzellenter Forschung, anerkannt durch mehrere Nobelpreise. Die 1000 Mitglieder des D-CHAB erforschen die molekularen Bausteine der Natur und erschaffen neue Verbindungen und Materialien für ein besseres Leben.</p> <a href="/das-departement.html" title="" class="whitebox__forward button button--primary">Weiterlesen</a> </div> </div> </div> <div class="rightpar iparsys parsys"><a name="rightpar_contextinfo_639433716" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-image"> <h2>Follow us</h2> <div class="contextinfo parsys basecomponent section contains-image"> <a id="contextinfo_639433716_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-first is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <img alt="D-CHAB social media" src="/_jcr_content/rightpar/contextinfo_639433716/image/image.imageformat.336.1440460588.png" usemap="#map_1480122256_1732790028744" data-size="602x128"/> <map name="map_1480122256_1732790028744"><area shape="rect" coords="29,10,144,118" href="https://x.com/ETH_DCHAB"><area shape="rect" coords="176,4,296,122" href="https://www.instagram.com/eth_dchab/"><area shape="rect" coords="332,6,468,126" href="https://www.youtube.com/channel/UCrE7NKnnAL8JuE-Yg3o3Cag"></map></figure> </div> </div> </div> </div> </div> </div> <a name="rightpar_contextinfo_1795169239" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-textimage contains-image"> <h2>D-CHAB Insight</h2> <div class="contextinfo parsys basecomponent section contains-textimage contains-image"> <a id="contextinfo_1795169239_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-first "> <div class="text-image cq-dd-image"> <p>Ihr Wegweiser durch das D-CHAB zum Download<br> </p> </div> </div> </div> <a id="contextinfo_1795169239_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="/das-departement/ueber-uns#handbook"> <img alt="Cover der Broschüre" src="/_jcr_content/rightpar/contextinfo_1795169239/image/image.imageformat.336.1245707521.jpg"/> </a> </figure> </div> </div> </div> </div> </div> </div> <a name="rightpar_contextinfo" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-linklist contains-reference"> <h2>Alle Institute des D-CHAB</h2> <div class="contextinfo parsys basecomponent section contains-linklist contains-reference"> <a id="contextinfo_linklist" style="visibility:hidden"></a> <div class="linklist basecomponent"> <div class="linklist__wrapper is-first"> <ul class="linklist "> <li> <a class="eth-link has-icon-before" href="/forschung/institute-und-laboratorien/ICB.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Institut für Chemie- und Bioingenieurwissenschaften (ICB)</a> </li> <li> <a class="eth-link has-icon-before" href="/forschung/institute-und-laboratorien/IMPS.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Institut für Molekulare Physikalische Wissenschaft (IMPS)</a> </li> <li> <a class="eth-link has-icon-before" href="/forschung/institute-und-laboratorien/IPW.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Institut für Pharmazeutische Wissenschaften (IPW)</a> </li> <li> <a class="eth-link has-icon-before" href="/forschung/institute-und-laboratorien/LAC.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Laboratorium für Anorganische Chemie (LAC)</a> </li> <li> <a class="eth-link has-icon-before" href="/forschung/institute-und-laboratorien/LOC.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Laboratorium für Organische Chemie (LOC)</a> </li> <li> <a class="eth-link has-icon-before" href="/forschung/institute-und-laboratorien/LPC.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Laboratorium für Physikalische Chemie (LPC)</a> </li> </ul> </div> </div> <a id="contextinfo_linklist_0" style="visibility:hidden"></a> <div class="linklist basecomponent"> <div class="linklist__wrapper "> <h2>Quicklinks</h2> <ul class="linklist "> <li> <a class="eth-link has-icon-before" href="https://www.infozentrum.ethz.ch"> <span aria-hidden="true" class="material-icons">chevron_right</span> Infozentrum</a> </li> <li> <a class="eth-link has-icon-before" href="/outreach/sammlungen.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Chemische und Pharmakognostische Sammlung</a> </li> <li> <a class="eth-link has-icon-before" href="https://hci-shop.ethz.ch/"> <span aria-hidden="true" class="material-icons">chevron_right</span> HCI Shop</a> </li> <li> <a class="eth-link has-icon-before" href="https://su-management.ethz.ch/"> <span aria-hidden="true" class="material-icons">chevron_right</span> Sicherheit & Umwelt D-CHAB</a> </li> <li> <a class="eth-link has-icon-before" href="https://ethz.ch/de/campus/erleben/lernen-und-arbeiten/alarmzentrale.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Alarmzentrale</a> </li> <li> <a class="eth-link has-icon-before" href="https://www.ethz.ch/services/de/service/raeume-gebaeude/isc.html#hoenggerberg"> <span aria-hidden="true" class="material-icons">chevron_right</span> Gebäudemanagement HCI</a> </li> <li> <a class="eth-link has-icon-before" href="https://www.respekt.ethz.ch/"> <span aria-hidden="true" class="material-icons">chevron_right</span> Respekt Kampagne</a> </li> <li> <a class="eth-link has-icon-before" href="https://lehrlabor.chab.ethz.ch/"> <span aria-hidden="true" class="material-icons">chevron_right</span> Lehrlabor D-CHAB</a> </li> </ul> </div> </div> <a id="contextinfo_contactbox" style="visibility:hidden"></a> <a id="contextinfo_reference" style="visibility:hidden"></a> <div class="reference basecomponent"> </div> </div> </div> </div> <a name="rightpar_fullwidthimage" style="visibility:hidden"></a><div class="image basecomponent section"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <a href="/das-departement/personen/professuren.html"> <img alt="Professoren des D-CHAB" src="/_jcr_content/rightpar/fullwidthimage/image.imageformat.376.885257549.jpg"/> </a> </figure> </div> </div> </div> <a name="rightpar_contextinfo_320955926" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-linklist contains-textimage"> <h2>Kontakt</h2> <div class="contextinfo parsys basecomponent section contains-linklist contains-textimage"> <a id="contextinfo_320955926_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-first "> <div class="text-image cq-dd-image"> <p>ETH Zürich<br> Department of Chemistry and Applied Life Sciences<br> Vladimir-Prelog-Weg 1-5/10<br> 8093 Zürich</p> </div> </div> </div> <a id="contextinfo_320955926_linklist" style="visibility:hidden"></a> <div class="linklist basecomponent"> <div class="linklist__wrapper is-last"> <a class="eth-link has-icon-before" href="/en/utils/contact.html"> <span aria-hidden="true" class="material-icons">chevron_right</span> Kontaktinformation</a> </div> </div> </div> </div> </div> <div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="rightpar iparsys parsys"></div> </div> </div> </aside> </div> </div> </section> <!-- footer --> <footer id="footer" class="site-footer"> <div class="footer__container"> <h2 class="visually-hidden"> Footer</h2> <nav aria-labelledby="footer-highlighted-heading" class="footer__highlighted"> <h3 id="footer-highlighted-heading" class="visually-hidden"> Empfohlene Links</h3> <ul> <li class=""> <a href="https://share.sp.ethz.ch/chab/DCHAB%20WebsiteManuals/Forms/AllItems.aspx" title="">Web-Editoren</a> </li> <li class=""> <a href="https://share.sp.ethz.ch/chab/_layouts/15/start.aspx#/SitePages/Intranet-CHAB.aspx" title="">Intranet</a> </li> </ul> </nav> <div class="footer__row-main"> <div class="footer__row-main__inner footer__row"> <div class="footer__search-and-social"> <div class="footer__search no_translate" aria-labelledby="footer-search-heading" role="search"> <h3 id="footer-search-heading" class="footer__section-title"> Suche</h3> <div class="site-search"> <form action="/utils/suche.html" method="GET" accept-charset="UTF-8"> <label for="searchinput" class="hidden">Suchbegriff oder Person</label> <input id="searchinput" class="searchinput" type="text" placeholder="Suchbegriff oder Person" data-placeholder="Suchbegriff oder Person" name="q" aria-required="false" /> <button type="submit" class="searchsubmit" aria-label="Suche"> <span class="material-icons" aria-hidden="true">search</span> </button> <input type="hidden" name="language" value="de" /> </form> </div> </div> <nav aria-labelledby="footer-social-heading" class="footer__social"> <h3 id="footer-social-heading" class="footer__section-title"> Folgen Sie uns</h3> <ul class="social-icons"> <li> <a href="https://twitter.com/ETH_DCHAB" class="social-icon" title="D-CHAB on Twitter"><img src="https://ethz.ch/etc/designs/ethz/img/icons/svg/twitter-white.svg" alt="D-CHAB on Twitter"></a> </li> <li> <a href="https://www.instagram.com/eth_dchab/" class="social-icon" title="D-CHAB on Instagram"><img src="https://ethz.ch/etc/designs/ethz/img/icons/svg/instagram-white.svg" alt="D-CHAB on Instagram"></a> </li> <li> <a href="https://www.youtube.com/channel/UCrE7NKnnAL8JuE-Yg3o3Cag" class="social-icon" title="D-CHAB on Youtube"><img src="https://ethz.ch/etc/designs/ethz/img/icons/svg/youtube-white.svg" alt="D-CHAB on Youtube"></a> </li> </ul> </nav> </div> <nav aria-labelledby="footer-services-heading" class="footer__services"> <h3 id="footer-services-heading" class="footer__section-title"> Services</h3> <ul> <li> <a href="https://ethz.ch/students/de.html" title="">Studierendenportal</a> </li> <li> <a href="https://www.alumni.ethz.ch/" title="">Alumni-Vereinigung</a> </li> <li> <a href="https://ethz.ch/staffnet/de.html" title=""> Staffnet</a> </li> <li> <a class="contact" href="/utils/kontakt.html" title="Öffnet eine Kontaktseite"> Kontakt</a> </li> <li> <a class="login footer__login-link" href="/login/de.html?resource=%2Fcontent%2Fspecialinterest%2Fchab%2Fwebsite-chab%2Fde.html" title="Login mit ETH Userkonto"> <span aria-hidden="true" class="material-icons">lock</span> <span class="footer__login-text">Login</span> </a> </li> </ul> </nav> </div> </div> <nav aria-labelledby="footer-departments-heading" class="footer__departments footer-accordion-mobile js-footer-accordion-mobile"> <div class="footer__section-title footer-accordion-mobile__trigger js-footer-accordion-mobile__trigger"> <h3 id="footer-departments-heading"> Departemente </h3> </div> <div class="footer__row footer-accordion-mobile__content"> <ul class="items"> <li class="item"> <a href="https://arch.ethz.ch/"> <span class="item__title"> D-ARCH</span> <span class="item__subtitle">Architektur </span> </a> </li> <li class="item"> <a href="https://baug.ethz.ch/"> <span class="item__title"> D-BAUG</span> <span class="item__subtitle">Bau, Umwelt und Geomatik </span> </a> </li> <li class="item"> <a href="https://biol.ethz.ch/"> <span class="item__title"> D-BIOL</span> <span class="item__subtitle">Biologie </span> </a> </li> <li class="item"> <a href="https://bsse.ethz.ch/"> <span class="item__title"> D-BSSE</span> <span class="item__subtitle">Biosysteme </span> </a> </li> <li class="item"> <a href="/"> <span class="item__title"> D-CHAB</span> <span class="item__subtitle">Chemie und Angewandte Biowissenschaften </span> </a> </li> <li class="item"> <a href="https://eaps.ethz.ch/"> <span class="item__title"> D-EAPS</span> <span class="item__subtitle">Erd- und Planetenwissenschaften </span> </a> </li> <li class="item"> <a href="https://gess.ethz.ch/"> <span class="item__title"> D-GESS</span> <span class="item__subtitle">Geistes-, Sozial- und Staatswissenschaften </span> </a> </li> <li class="item"> <a href="https://hest.ethz.ch/"> <span class="item__title"> D-HEST</span> <span class="item__subtitle">Gesundheitswissenschaften und Technologie </span> </a> </li> <li class="item"> <a href="https://inf.ethz.ch/de/"> <span class="item__title"> D-INFK</span> <span class="item__subtitle">Informatik </span> </a> </li> <li class="item"> <a href="https://ee.ethz.ch/de/"> <span class="item__title"> D-ITET</span> <span class="item__subtitle">Informationstechnologie und Elektrotechnik </span> </a> </li> <li class="item"> <a href="https://math.ethz.ch/"> <span class="item__title"> D-MATH</span> <span class="item__subtitle">Mathematik </span> </a> </li> <li class="item"> <a href="https://mat.ethz.ch/"> <span class="item__title"> D-MATL</span> <span class="item__subtitle">Materialwissenschaft </span> </a> </li> <li class="item"> <a href="https://mavt.ethz.ch/de/"> <span class="item__title"> D-MAVT</span> <span class="item__subtitle">Maschinenbau und Verfahrenstechnik </span> </a> </li> <li class="item"> <a href="https://mtec.ethz.ch/"> <span class="item__title"> D-MTEC</span> <span class="item__subtitle">Management, Technologie und Ökonomie </span> </a> </li> <li class="item"> <a href="https://www.phys.ethz.ch/de/"> <span class="item__title"> D-PHYS</span> <span class="item__subtitle">Physik </span> </a> </li> <li class="item"> <a href="https://usys.ethz.ch/"> <span class="item__title"> D-USYS</span> <span class="item__subtitle">Umweltsystemwissenschaften </span> </a> </li> </ul> </div> </nav> <script> jQuery(document).ready(function() { var toggleAccordion = function(e) { e.preventDefault(); $(e.target) .closest('.js-footer-accordion-mobile') .toggleClass('is-open-mobile'); }; $('.js-footer-accordion-mobile__trigger').on('click', toggleAccordion); }); </script> <nav aria-labelledby="footer-resources-heading" class="footer__row footer__resources"> <h3 id="footer-resources-heading" class="visually-hidden"> Inhaltsverzeichnis und Rechtliches</h3> <ul> <li><a href="/footer/inhaltsverzeichnis.html" title="Inhaltsverzeichnis"> Inhaltsverzeichnis</a></li> <li><a href="/footer/impressum.html" title="Impressum"> Impressum</a></li> <li><a href="/footer/barrierefreiheitserklaerung.html" title="Erklärung zur Barrierefreiheit"> Erklärung zur Barrierefreiheit</a></li> <li><a href="/footer/disclaimer-copyright.html" title="Disclaimer & Copyright"> Disclaimer & Copyright</a></li> <li><a href="/footer/datenschutz.html" title="Datenschutz"> Datenschutz</a></li> </ul> </nav> <div class="footer__copyright"> © 2024 <a href="http://www.ethz.ch/">Eidgenössische Technische Hochschule Zürich</a> </div> </div> </footer> </div> <!-- lightbox by photoswipe --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <!-- access statistics --> <!-- Access statistics --> <div id="info-banner">JavaScript wurde auf Ihrem Browser deaktiviert</div></body> </html>