CINXE.COM

Homepage - D-MATL – Department of Materials | ETH Zurich

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" > <link rel="canonical" href="https://mat.ethz.ch/"> <link rel="alternate" href="https://mat.ethz.ch/" 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/matl/d-matl/en'; window.ethSitemap = {}; window.ethSitemap.storageKey = '/content/specialinterest/matl/d-matl/en' + 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> 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 || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'wait_for_update': 500 }); dataLayer.push({ 'event': 'pageData', 'ch1': '', 'ch2': '', 'ch3': '', 'page_title': 'Homepage - D-MATL', 'internal_page_path': '/', 'logged_in': 'false', 'account_type': accountType ? accountType : '', 'is_author': isAuthor != '' ? 'true' : 'false', 'section': 'D-MATL', '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 name="format-detection" content="telephone=no"> <meta property="og:url" content="https://mat.ethz.ch/" > <meta property="og:title" content="Homepage - D-MATL" > <meta property="og:site_name" content="Department of Materials" > <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="2025-03-27T08:16:01.537Z" > <meta name="pagetype" content="web" > <link rel="stylesheet" href="/etc/designs/ethz/css.css" type="text/css"> <script src="/etc/designs/ethz/js/default.js"></script> <meta name="msapplication-TileColor" content="#215CAF"> <meta name="theme-color" content="#215CAF"> <meta name="apple-mobile-web-app-status-bar-style" content="#215CAF-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"> <meta name="content-language" content="en"> <title>Homepage - D-MATL – Department of Materials | ETH Zurich</title> <meta name="apple-mobile-web-app-title" content="Homepage - D-MATL – Department of Materials | ETH Zurich"/> </head><body id="eth-blue" class="homepage noImageTeaser eth-blue"> <!-- 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">Press Enter to activate screen reader mode.</a></li> <li data-order="1"><a accesskey="1" href="/" class="accesskey" title="Directly go to the homepage">Homepage</a></li> <li data-order="2"><a accesskey="2" href="#navList" class="accesskey" title="Directly go to the navigation">Navigation</a></li> <li data-order="3"><a accesskey="3" href="https://mat.ethz.ch/utils/search.html" class="accesskey" title="Directly go to the search">Search</a></li> <li data-order="4"><a accesskey="4" href="#content" class="accesskey" title="Directly go to the content">Content</a></li> <li data-order="5"><a accesskey="5" href="#footer" class="accesskey" title="Directly go to the footer">Footer</a></li> <li data-order="6"> <a accesskey="6" href="#footer-contact" class="accesskey" title="Directly go to the contact"> Contact </a> </li> <li data-order="7"><a accesskey="7" href="/footer/sitemap.html" class="accesskey" title="Sitemap">Sitemap</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/en.html" title="ETH Zurich homepage"> <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 Department of Materials "> <a href="/" title="Home"> Department of Materials </a> </h2> </div> </div> <div id="navTopRoot" class="header__nav-primary eth-blue"> <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">Main Navigation</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> Menu</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="navitem177896657"> <li id="navitem177896657" class="header__mobile-only to-homepage"> <a href="/"> Homepage</a> </li> <li id="navitem872073163" data-groupCodes="" class=""> <a href="/news-and-events.html"> News &amp; Events</a> </li> <li id="navitem231938896" data-groupCodes="" class=""> <a href="/department.html"> The Department</a> </li> <li id="navitem1762427161" data-groupCodes="" class=""> <a href="/research.html"> Research</a> </li> <li id="navitem2761091305" data-groupCodes="" class=""> <a href="/studies.html"> Studies</a> </li> <li id="navitem1121746018" data-groupCodes="" class=""> <a href="/doctoral-studies.html"> Doctorate</a> </li> <li id="navitem1821326141" data-groupCodes="" class=""> <a href="/continuing-education.html"> Continuing Education</a> </li> <li id="navitem723591363" data-groupCodes="" class=""> <a href="/materials-research-prize-for-young-investigators.html"> Materials Research Prize for Young Investigators</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/en.html" title="">Student portal</a> </li> <li> <a href="https://www.alumni.ethz.ch/en/" title="">Alumni association</a> </li> <li> <a href="https://ethz.ch/staffnet/en.html" title=""> Staffnet</a> </li> <li> <a class="login footer__login-link icon-before icon-before--lock" href="/login/en.html?resource=%2Fcontent%2Fspecialinterest%2Fmatl%2Fd-matl%2Fen.html" title="Login with ETH user account"> <span class="footer__login-text">Login</span> </a> </li> </ul> </div> </div> </nav> <div class="header__search-trigger no_translate"> <h3 class="screenreader">Search</h3> <div id="search-app" data-init="searchApp" data-is-overlay="true" data-search-page-link="/utils/search.html" data-location-page-link="/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 icon-before icon-before--search" href="/utils/search.html"></a> </div><div class="header__language header__mobile-only"> <span class="current-lang"> EN</span> </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"> Departments</h3> <ul> <li class="item--organization"> <a href="https://ethz.ch/en.html" title="ETH Zurich homepage" class="icon-after icon-after--chevron_right"> ETH Zurich</a> </li> <!-- breadcrumb --> <li> <a title="" href="/" class=""> D-MATL</a> </li> </ul> </nav> <nav aria-labelledby="header__services-title" class="header__services"> <h3 id="header__services-title" class="hidden">Language Selection</h3> <ul> <li> <span class="current-lang"> English</span> </li> </ul> </nav> </div> </div> </header><!-- content --> <section id="content" class="site-content"> <h1 class="screenreader">Main content</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="[{&quot;img&quot;:&quot;/news-and-events/news/news-archive/2025/03/co2-conversion-in-cupd-based-disordered-network-metamaterials-with-ultrasmall-mode-volumes/_jcr_content/pageimages/imageCarousel.imageformat.carousel.1845218098.jpg&quot;,&quot;color&quot;:&quot;eth-blue&quot;,&quot;link&quot;:&quot;/news-and-events/news/news-archive/2025/03/co2-conversion-in-cupd-based-disordered-network-metamaterials-with-ultrasmall-mode-volumes.html&quot;,&quot;description&quot;:&quot;&lt;sub&gt;&lt;\/sub&gt;The conversion of CO\u2082 into e-fuels by light offers a sustainable solution to close the carbon cycle.&quot;,&quot;imgAlt&quot;:&quot;&quot;,&quot;title&quot;:&quot;CO2 Conversion in Cu&minus;Pd Based Disordered Network Metamaterials&quot;},{&quot;img&quot;:&quot;/news-and-events/news/news-archive/2025/03/athina-anastasaki-appointed-as-associate-professor-of-sustainable-polymers/_jcr_content/pageimages/imageCarousel.imageformat.carousel.188771442.jpg&quot;,&quot;color&quot;:&quot;eth-blue&quot;,&quot;link&quot;:&quot;/news-and-events/news/news-archive/2025/03/athina-anastasaki-appointed-as-associate-professor-of-sustainable-polymers.html&quot;,&quot;description&quot;:&quot;The ETH&amp;nbsp;Board appointed Professor Athina Anastasaki at the meeting of 6/7 March 2025.&quot;,&quot;imgAlt&quot;:&quot;Athina Anastasaki appointed as Associate Professor of Sustainable Polymers&quot;,&quot;title&quot;:&quot;Athina Anastasaki appointed as Associate Professor of Sustainable Polymers&quot;},{&quot;img&quot;:&quot;/news-and-events/news/news-archive/2025/01/masters-degree-graduation-ceremony-2025/_jcr_content/pageimages/imageCarousel.imageformat.carousel.1164493377.jpg&quot;,&quot;color&quot;:&quot;eth-blue&quot;,&quot;link&quot;:&quot;/news-and-events/news/news-archive/2025/01/masters-degree-graduation-ceremony-2025.html&quot;,&quot;description&quot;:&quot;On January 24, 2025, D-MATL celebrated their latest graduates at the Master\u2019s degree graduation ceremony. It was a wonderful evening.&quot;,&quot;title&quot;:&quot;Master\u2019s Degree Graduation Ceremony 2025&quot;},{&quot;img&quot;:&quot;/news-and-events/news/news-archive/2024/12/mapping-the-nanoscale-architecture-of-functional-materials/_jcr_content/pageimages/imageCarousel.imageformat.carousel.1816140198.jpg&quot;,&quot;color&quot;:&quot;eth-blue&quot;,&quot;link&quot;:&quot;/news-and-events/news/news-archive/2024/12/mapping-the-nanoscale-architecture-of-functional-materials.html&quot;,&quot;description&quot;:&quot;Developing a pioneering X-ray technique to probe the 3D orientation of a material\u2019s building blocks at the nanoscale&quot;,&quot;imgAlt&quot;:&quot;Mapping the Nanoscale Architecture of Functional Materials&quot;,&quot;title&quot;:&quot;Mapping the Nanoscale Architecture of Functional Materials&quot;},{&quot;img&quot;:&quot;/news-and-events/news/news-archive/2024/11/smart-microcapsule-arrays-mark-local-stress-variation-in-materials/_jcr_content/pageimages/imageCarousel.imageformat.carousel.1514054032.jpg&quot;,&quot;color&quot;:&quot;eth-blue&quot;,&quot;link&quot;:&quot;/news-and-events/news/news-archive/2024/11/smart-microcapsule-arrays-mark-local-stress-variation-in-materials.html&quot;,&quot;description&quot;:&quot;Researchers created color-changing microcapsules to mark stress variation in materials&quot;,&quot;imgAlt&quot;:&quot;Smart Microcapsule Arrays Mark Local Stress Variation in Materials&quot;,&quot;title&quot;:&quot;Smart Microcapsule Arrays Mark Local Stress Variation in Materials&quot;}]"> </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-image"> <a id="par_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-first"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://materialsday.ethz.ch/"> <img alt="to the Materials Day website" src="/_jcr_content/par/image/image.imageformat.1564.123685912.jpg"/> </a> </figure> </div> </div> </div> <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-fullwidthimage contains-teaserbox"> <a id="par_left_fullwidthimage" style="visibility:hidden"></a> <a id="par_left_teaserbox_860611440" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-textimage"> <div class="textList last-child"> <h1>Studieninteressierte</h1> <div> <div class="par parsys basecomponent"><div class="par 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"> <p><a></a><a href="/studies.html" class="eth-link">Studiengang Materialwissenschaft</a><a><br> </a><a href="/studies/studieninteressierte.html" class="eth-link">Was ist die Materialwissenschaft?</a><br> <a href="/studies/bachelor.html" class="eth-link">Bachelor-Studium Materialwissenschaft</a></p> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_left_teaserbox_1564706640" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-youtube contains-textimage"> <div class="textList last-child"> <h1>MaP Initiatives</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-youtube contains-textimage"> <a id="par_textimage_336669988" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-first "> <div class="text-image cq-dd-image"> <h2>MaP Doctoral School</h2> <p>The <a href="https://doctoral-school.ethz.ch/" title="Learn more about the MaP Doctoral School" class="eth-link">MaP Doctoral School of ETH Zurich</a> provides topclass international doctoral education in advanced materials, processes and manufacturing technologies.</p> </div> </div> </div> <a id="par_youtube_505943161" style="visibility:hidden"></a> <div class="youtube basecomponent"> <div class="NewVideo__wrapper"> <div id="youtube-1051b936-af4e-417f-81d0-2ea3fe15d168" data-init="newVideo" data-caption="MaP Doctoral School (Video: MaP)" data-video-url="https://www.youtube.com/embed/g-NGsb-nq2s?wmode=opaque&amp;rel=0&amp;autoplay=1" data-is-youtube="true"> </div> </div> </div> <a id="par_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper "> <div class="text-image cq-dd-image"> <h2>ETH Sabbatical | CAS Advanced Materials and Processes</h2> <p>The tailor-​made continuing education programme <a href="https://map.ethz.ch/eth-sabbatical.html" title="Learn more about CAS ETH in Advanced Materials and Processes" class="eth-link">CAS ETH in Advanced Materials and Processes</a> (CAS ETH AMaP) individually and specifically promotes the competence profile of industry specialists.</p> </div> </div> </div> <a id="par_youtube" style="visibility:hidden"></a> <div class="youtube basecomponent"> <div class="NewVideo__wrapper"> <div id="youtube-8703f710-a495-4d30-8942-431da33d82dc" data-init="newVideo" data-caption="Life cycle of Swiss peppermint extract (Vidoe: MaP)" data-video-url="https://www.youtube.com/embed/BtufCQ4FLzY?wmode=opaque&amp;rel=0&amp;autoplay=1" data-is-youtube="true"> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_left_teaserbox_337789114" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-textimage"> <div class="textList last-child"> <h1>Advanced Materials Transformation Map for the World Economic Forum</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-textimage"> <a id="par_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-first is-last clearfix"> <div class="text-image cq-dd-image"> <figure class="text-image__image text-image__image--large"> <a href="https://intelligence.weforum.org/topics/a1Gb0000001j9vgEAA?tab=publications"> <img alt="Advanced Materials Transformation Map for the World Economic Forum" src="/_jcr_content/par/twocolumn/par_left/teaserbox_337789114/par/textimage/image.imageformat.text50percent.397182085.png"/> </a> </figure> <p>Professors from D-MATL have curated a Transformation Map for the World Economic Forum on the topic of “Advanced Materials”. World experts are yearly contacted by the WEF to produce interactive maps on specific topics of societal and technological importance and to illustrate their global connectivity.</p> <p><a href="https://intelligence.weforum.org/topics/a1Gb0000001j9vgEAA?tab=publications" class="icon-after icon-after--call_made eth-link"><span class="eth-link__label">external page </span>Free registration is required to access the content</a></p> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_left_teaserbox" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-eventfeed contains-textimage"> <div class="textList last-child"> <h1>Events</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-eventfeed contains-textimage"> <a id="par_eventfeed" style="visibility:hidden"></a> <div class="eventfeed basecomponent"><div class="calendarFeed donthyphenate"> <div id="cmp_par_twocolumn_par_left_teaserbox_par_eventfeed_2325380305" class="vk" data-init="eventCalendar" lang="en" data-events-url="https://idapps.ethz.ch/pcm-pub-services/v2/entries?rs-first=0&rs-size=9999&filters%5B0%5D.org-units=02160wd&filters%5B0%5D.min-till-end=0&filters%5B0%5D.max-till-start=60&lang=en&client-id=wcms&comp-ext=true&filters%5B0%5D.cals=1" data-detail-event-url="/details.${title}.${eventId}.html" data-items-per-page="5" > <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-and-events/events.html" class="eth-link">All events</a><br> <a href="https://www.bi.id.ethz.ch/pcm-private-services/" title="ETH Calendar Manager" class="eth-link">Submit your event</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_709658302" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-fullwidthimage contains-textimage"> <div class="textList last-child"> <h1>News</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-fullwidthimage contains-textimage"> <a id="par_newsfeed" style="visibility:hidden"></a> <div class="newsfeed basecomponent"> <section class="block contentbox"> <div class="newsList last-child"> <div data-href="/news-and-events/news/news-archive/2025/04/nicola-spaldin-awarded-carus-medal-by-leopoldina.html" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="/news-and-events/news/news-archive/2025/04/nicola-spaldin-awarded-carus-medal-by-leopoldina.html">Nicola Spaldin Awarded Carus Medal by Leopoldina</a> </h2> <div class="TagCloud TagCloud--raw TagCloud--newslist"> <div class="TagCloud__list"><p class="TagCloud__item">Awards</p></div> </div> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="Prof. Nicola Spaldin" title="" src="/news-and-events/news/news-archive/2025/04/nicola-spaldin-awarded-carus-medal-by-leopoldina/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.1299946925.jpg"/> </picture> <p>Professor Nicola Spaldin, head of the Materials Theory group and a pioneer in multiferroic materials, will receive the prestigious Carus Medal from the German National Academy of Sciences Leopoldina.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2025-04-04T00:00:00Z">04.04.2025</time> </span> </div> </div> </div> </div> <div data-href="https://map.ethz.ch/news-events/map-news/2025/04/map-professors-shared-grant-writing-strategies.html" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="https://map.ethz.ch/news-events/map-news/2025/04/map-professors-shared-grant-writing-strategies.html">MaP Professors Shared Grant-Writing Strategies</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="" title="" src="https://map.ethz.ch/news-events/map-news/2025/04/map-professors-shared-grant-writing-strategies/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.70310479.jpg"/> </picture> <p>On 27 March 2025, around 20 postdocs and senior scientists gathered at ETH Hönggerberg for an insightful session on grant proposal writing. Prof. Laura De Lorenzis and Prof. Salvador Pané i Vidal from D-MAVT covered the general principles of grant writing and successful examples from European Commission and Swiss programmes.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2025-04-01T00:00:00Z">01.04.2025</time> </span> </div> </div> </div> </div> <div data-href="/news-and-events/news/news-archive/2025/03/smw-soccer-cup.html" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="/news-and-events/news/news-archive/2025/03/smw-soccer-cup.html">SMW Soccer Cup 2025</a> </h2> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="" title="" src="/news-and-events/news/news-archive/2025/03/smw-soccer-cup/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.1555430959.jpg"/> </picture> <p>Join the SMW Soccer Cup - Register now! ⚽️ May 9, 2025, 14:30–17:30, Hönggerberg Sports Field, Snacks, drinks and a great atmosphere</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2025-03-20T00:00:00Z">20.03.2025</time> </span> </div> </div> </div> </div> <div data-href="/news-and-events/news/news-archive/2025/03/co2-conversion-in-cupd-based-disordered-network-metamaterials-with-ultrasmall-mode-volumes.html" class="newsListBox linkedarea"> <div class="info"> <h2> <a href="/news-and-events/news/news-archive/2025/03/co2-conversion-in-cupd-based-disordered-network-metamaterials-with-ultrasmall-mode-volumes.html">CO<sub>2</sub> Conversion in Cu−Pd Based Disordered Network Metamaterials with Ultrasmall Mode Volumes</a> </h2> <div class="TagCloud TagCloud--raw TagCloud--newslist"> <div class="TagCloud__list"><p class="TagCloud__item">Publications</p></div> </div> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="" title="" src="/news-and-events/news/news-archive/2025/03/co2-conversion-in-cupd-based-disordered-network-metamaterials-with-ultrasmall-mode-volumes/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.757250866.jpg"/> </picture> <p>The conversion of CO₂ into e-fuels by light offers a sustainable solution to close the carbon cycle. Researchers at the Laboratory for Nanometallurgy have pioneered an innovative approach to plasmon-assisted catalytic CO<sub>2</sub> conversion using nanoscale disordered network metamaterials. </p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2025-03-12T00:00:00Z">12.03.2025</time> </span> </div> </div> </div> </div> <div data-href="/news-and-events/news/news-archive/2025/03/athina-anastasaki-appointed-as-associate-professor-of-sustainable-polymers.html" class="newsListBox last-child linkedarea"> <div class="info"> <h2> <a href="/news-and-events/news/news-archive/2025/03/athina-anastasaki-appointed-as-associate-professor-of-sustainable-polymers.html">Athina Anastasaki appointed as Associate Professor of Sustainable Polymers</a> </h2> <div class="TagCloud TagCloud--raw TagCloud--newslist"> <div class="TagCloud__list"><p class="TagCloud__item">Awards</p></div> </div> <div class="contentInfo"> <picture class="ResponsiveImage newsListBox__image"> <img alt="Prof. Dr. Athina Anastasaki" title="" src="/news-and-events/news/news-archive/2025/03/athina-anastasaki-appointed-as-associate-professor-of-sustainable-polymers/_jcr_content/pageimages/imageSmall.imageformat.contentteaser.556446591.jpg"/> </picture> <p>At its meeting of 6/7 March 2025 the ETH Board appointed Professor Athina Anastasaki (*1988), currently Tenure Track Assistant Professor, as Associate Professor of Sustainable Polymers.</p> <div class="dateInfo"> <span class="dateInfo"> <time datetime="2025-03-07T00:00:00Z">07.03.2025</time> </span> </div> </div> </div> </div> </div> </section> </div> <a id="par_fullwidthimage" style="visibility:hidden"></a> <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-and-events/news.html" class="eth-link">All news</a><br> <a href="https://www.mat.ethz.ch/news-and-events/news/submit-your-news.html" class="eth-link">Submit your news</a></p> </div> </div> </div> </div></div> </div> </div> </div> </div> <a id="par_right_teaserbox_1" style="visibility:hidden"></a> <div class="teaserbox basecomponent"> <div class="contentSubContainer contains-fullwidthimage contains-textimage contains-image"> <div class="textList last-child"> <h1>Awards</h1> <div> <div class="par parsys basecomponent"><div class="par parsys basecomponent contains-fullwidthimage contains-textimage contains-image"> <a id="par_fullwidthimage" style="visibility:hidden"></a> <a id="par_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <img alt="Federal Councillor Guy Parmelin with Marcel Benoist Prizewinner Nicola Spaldin" src="/_jcr_content/par/twocolumn/par_right/teaserbox_1/par/image/image.imageformat.1484.2007791251.jpg"/> <figcaption> <div class="image-component__caption"> Federal Councillor Guy Parmelin with Marcel Benoist Prizewinner Nicola Spaldin&nbsp;(Copyright: Daniel Rihs, picture taken on behalf of the SNSF)</div> </figcaption> </figure> </div> </div> </div> <a id="par_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper "> <div class="text-image cq-dd-image"> <p><b>Nicola Spaldin</b>, head of Materials Theory group, has been awarded the <b>Swiss Science Prize Marcel Benoist</b> for her outstanding research into multiferroic materials. <a href="/news-and-events/news/news-archive/2019/09/nicola-spaldin-awarded-swiss-science-prize-marcel-benoist.html" class="eth-link">Read more</a></p> </div> </div> </div> <a id="par_textimage_0" 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-and-events/awards.html" class="eth-link">All awards</a></p> </div> </div> </div> </div></div> </div> </div> </div> </div> </div></div> </div> </div> <div style="clear: both;"></div> <div class="columnsend basecomponent"></div> </div> </div></div> </div> <!-- contentSidebar --> <aside class="content-sidebar col-lg-3 col-xs-12" role="complementary"> <h1 class="screenreader">Additional Information</h1> <div class="orgbox basecomponent"><div class="whitebox"> <div class="contentSubContainer noBorderLeft contains-sublogo"> <div class="sublogo"> <a title="" href="/department"> <div class="fullwidth-image cq-dd-image"> <figure> <img alt="D-MATL logo" src="/_jcr_content/orgbox/image.imageformat.logo.573993529.png"/> </figure> </div> </a> </div> </div> <div class="whiteBox__content"> <p class="whitebox__description">Advancing the science and engineering of materials of the future in a highly creative research and learning environment.</p> <a href="/department.html" title="" class="whitebox__forward button button--primary">Read more</a> </div> </div> </div> <div class="rightpar iparsys parsys"><a name="rightpar_contextinfo" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-textimage"> <div class="contextinfo parsys basecomponent section contains-textimage"> <a id="contextinfo_contactbox" style="visibility:hidden"></a> <div class="contactbox basecomponent"><div class="contactbox__title"> <p class="bold"> General Contact</p> </div> <div class="contactbox__wrapper is-first contactbox__wrapper--manual"> <div class="contactbox__content"> <ul class="contactbox__list"> <li class="contactbox__item"> <a href="tel:+41446320628" class="eth-link eth-link--no-underline has-icon-before"> <span class="hidden">Phone</span> <span aria-hidden="true" class="material-icons">phone</span>+41 44 632 06 28</a> </li> <li class="contactbox__item contactbox__item--manual"> <a class="eth-link eth-link--no-underline has-icon-before" href="https://ethz.ch/content/specialinterest/matl/d-matl/en.vcard.vcf?path=/content/specialinterest/matl/d-matl/en/jcr:content/rightpar/contextinfo/contactbox&lang=en" title="V-Card"> <span aria-hidden="true" class="material-icons">contacts</span>vCard Download </a> </li> </ul> <p class="contactbox__information"> <p class="organization-name">ETH Zurich</p>Department of Materials<br> Administration<br> Leopold-Ruzicka-Weg 4<br> 8093&#32; Zurich<br> Schweiz<br> </p> <button class="contactbox__toggler"> <span aria-hidden="true" class="material-icons remove">remove</span> <span aria-hidden="true" class="material-icons add">add</span> <span class="add"> Show more</span> <span class="remove"> Show less</span> </button> </div> </div> </div> <a id="contextinfo_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="/department/services/department-administration.html" class="eth-link">Dept Administration</a><br> <a href="/department/services/study-administration.html" class="eth-link">Study Administration</a><br> <a href="/department/how-to-find-us.html" class="eth-link">How to Find Us</a></p> <p><a href="https://ethz.ch/content/dam/ethz/special-interest/matl/department/department/organigram.png" class="icon-after icon-after--vertical_align_bottom eth-link" target="_blank"><span class="eth-link__label">Download </span>Organization Chart (German) (PNG, 201 KB)</a></p> </div> </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> <div class="rightpar_bottom parsys"><a name="rightpar_bottom_contextinfo_0" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-fullwidthimage contains-textimage contains-image"> <h2>Competence Center</h2> <div class="contextinfo parsys basecomponent section contains-fullwidthimage contains-textimage contains-image"> <a id="contextinfo_0_fullwidthimage" style="visibility:hidden"></a> <a id="contextinfo_0_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://map.ethz.ch/"> <img alt="Compentence Center for Materials and Processes" src="/_jcr_content/rightpar_bottom/contextinfo_0/image/image.imageformat.336.2057104464.png"/> </a> </figure> </div> </div> </div> <a id="contextinfo_0_textimage" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper text-image__image--centered "> <div class="text-image cq-dd-image"> <h2><br> School for Continuing Education</h2> </div> </div> </div> <a id="contextinfo_0_fullwidthimage_758098379" style="visibility:hidden"></a> <a id="contextinfo_0_image_1711432038" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <a href="http://www.sce.ethz.ch/?utm_source=dmatl&utm_medium=window&utm_content=en"> <img alt="School for Continuing Education" src="/_jcr_content/rightpar_bottom/contextinfo_0/image_1711432038/image.imageformat.336.678013945.jpg"/> </a> </figure> </div> </div> </div> <a id="contextinfo_0_textimage_1459859423" style="visibility:hidden"></a> <div class="textimage basecomponent"> <div class="textimage__wrapper is-last "> <div class="text-image cq-dd-image"> <h2><br> BML Consortium</h2> <p><a href="https://bml.ethz.ch/" class="eth-link">Bringing Materials to Life Consortium (BML)</a></p> </div> </div> </div> </div> </div> </div> <a name="rightpar_bottom_contextinfo_2" style="visibility:hidden"></a><div class="contextinfo parsys basecomponent section"> <div class="contentSubContainer noBorder contains-fullwidthimage contains-line contains-image"> <h2>Associations</h2> <div class="contextinfo parsys basecomponent section contains-fullwidthimage contains-line contains-image"> <a id="contextinfo_2_fullwidthimage_1" style="visibility:hidden"></a> <a id="contextinfo_2_fullwidthimage_0" style="visibility:hidden"></a> <a id="contextinfo_2_fullwidthimage_2" style="visibility:hidden"></a> <a id="contextinfo_2_fullwidthimage_3" style="visibility:hidden"></a> <a id="contextinfo_2_fullwidthimage" style="visibility:hidden"></a> <a id="contextinfo_2_image" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://www.smw.ethz.ch/"> <img alt="Link to website of Association of Materials Students (SMW)" src="/_jcr_content/rightpar_bottom/contextinfo_2/image/image.imageformat.336.449362527.png"/> </a> </figure> </div> </div> </div> <a id="contextinfo_2_line" style="visibility:hidden"></a> <div class="line basecomponent"><div class="teaserboxline "> <div class="separator"> <hr> </div> </div></div> <a id="contextinfo_2_image_391118630" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://sam.mat.ethz.ch/"> <img alt="Link to web site of Scientific Staff Association at the Department of Materials (SAM)" src="/_jcr_content/rightpar_bottom/contextinfo_2/image_391118630/image.imageformat.336.1368894915.png"/> </a> </figure> </div> </div> </div> <a id="contextinfo_2_line_766805975" style="visibility:hidden"></a> <div class="line basecomponent"><div class="teaserboxline "> <div class="separator"> <hr> </div> </div></div> <a id="contextinfo_2_image_953239171" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper "> <div class="fullwidth-image cq-dd-image"> <figure> <a href="https://wins.ethz.ch/"> <img alt="go to the webiste of The Society for Women in Natural Sciences at ETH" src="/_jcr_content/rightpar_bottom/contextinfo_2/image_953239171/image.imageformat.336.359468474.png"/> </a> </figure> </div> </div> </div> <a id="contextinfo_2_line_1931053775" style="visibility:hidden"></a> <div class="line basecomponent"><div class="teaserboxline "> <div class="separator"> <hr> </div> </div></div> <a id="contextinfo_2_image_1619754137" style="visibility:hidden"></a> <div class="image basecomponent"> <div class="fullwidthimage__wrapper is-last"> <div class="fullwidth-image cq-dd-image"> <figure> <a href="http://www.matalumni.ethz.ch/"> <img alt="link to website of Materials Alumni" src="/_jcr_content/rightpar_bottom/contextinfo_2/image_1619754137/image.imageformat.336.1289338488.gif"/> </a> </figure> </div> </div> </div> </div> </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"> Recommended links</h3> <ul> <li class=""> <a href="https://docs.mat.ethz.ch/" title="">Documents</a> </li> <li class=""> <a href="/department/respect-code-of-conduct-contacts-at-d-matl.html" title="">Respect Code of Conduct</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"> Search</h3> <div class="site-search"> <form action="/utils/search.html" method="GET" accept-charset="UTF-8"> <label for="searchinput" class="hidden">Keyword or person</label> <input id="searchinput" class="searchinput" type="text" placeholder="Keyword or person" data-placeholder="Keyword or person" name="q" aria-required="false" /> <button type="submit" class="searchsubmit icon-before icon-before--search" aria-label="Search"></button> <input type="hidden" name="language" value="en" /> </form> </div> </div> <nav aria-labelledby="footer-social-heading" class="footer__social"> <h3 id="footer-social-heading" class="footer__section-title"> Follow us</h3> <ul class="social-icons"> <li> <a href="https://X.com/ETH_materials" class="social-icon" title="D-MATL on Twitter"><img src="https://ethz.ch/etc/designs/ethz/img/icons/svg/x-white.svg" alt="D-MATL on Twitter"></a> </li> <li> <a href="https://www.instagram.com/eth_materials/" class="social-icon" title="D-MATL on Instagram"><img src="https://ethz.ch/etc/designs/ethz/img/icons/svg/instagram-white.svg" alt="D-MATL on Instagram"></a> </li> <li> <a href="https://www.youtube.com/channel/UCw8Mk4Z_u5iVd4T-xTY_ayg" class="social-icon" title="D-MATL on YouTube"><img src="https://ethz.ch/etc/designs/ethz/img/icons/svg/youtube-white.svg" alt="D-MATL 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/en.html" title="">Student portal</a> </li> <li> <a href="https://www.alumni.ethz.ch/en/" title="">Alumni association</a> </li> <li> <a href="https://ethz.ch/staffnet/en.html" title=""> Staffnet</a> </li> <li> <a class="login footer__login-link icon-before icon-before--lock" href="/login/en.html?resource=%2Fcontent%2Fspecialinterest%2Fmatl%2Fd-matl%2Fen.html" title="Login with ETH user account"> <span class="footer__login-text">Login</span> </a> </li> </ul> </nav> <div aria-labelledby="footer-contact" class="footer__contact"> <h3 id="footer-contact" class="footer__section-title"> Contact</h3> <div class="footer__row"> <div class="footer__contact__main"> <div class="contactBox contactbox basecomponent"><div class="contactbox__wrapper is-first is-last contactbox__wrapper--manual"> <div class="contactbox__content"> <ul class="contactbox__list"> <li class="contactbox__item"> <a href="tel:+41446320628" class="eth-link eth-link--no-underline has-icon-before"> <span class="hidden">Phone</span> <span aria-hidden="true" class="material-icons">phone</span>+41 44 632 06 28</a> </li> <li class="contactbox__item"> <script type="text/javascript">eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%27%3c%61%20%63%6c%61%73%73%3d%5c%22%65%74%68%2d%6c%69%6e%6b%20%68%61%73%2d%69%63%6f%6e%2d%62%65%66%6f%72%65%20%65%74%68%2d%6c%69%6e%6b%2d%2d%6e%6f%2d%75%6e%64%65%72%6c%69%6e%65%5c%22%20%68%72%65%66%3d%5c%22%6d%61%69%6c%74%6f%3a%64%65%70%61%72%74%65%6d%65%6e%74%73%61%64%6d%69%6e%69%73%74%72%61%74%69%6f%6e%40%6d%61%74%2e%65%74%68%7a%2e%63%68%5c%22%20%74%69%74%6c%65%3d%5c%22%53%65%6e%64%20%65%6d%61%69%6c%5c%22%3e%3c%73%70%61%6e%20%63%6c%61%73%73%3d%5c%22%68%69%64%64%65%6e%5c%22%3e%45%6d%61%69%6c%3c%5c%2f%73%70%61%6e%3e%3c%73%70%61%6e%20%61%72%69%61%2d%68%69%64%64%65%6e%3d%5c%22%74%72%75%65%5c%22%20%63%6c%61%73%73%3d%5c%22%6d%61%74%65%72%69%61%6c%2d%69%63%6f%6e%73%5c%22%3e%65%6d%61%69%6c%3c%5c%2f%73%70%61%6e%3e%3c%73%70%61%6e%20%63%6c%61%73%73%3d%5c%22%75%6e%64%65%72%6c%69%6e%65%5c%22%3e%64%65%70%61%72%74%65%6d%65%6e%74%73%61%64%6d%69%6e%69%73%74%72%61%74%69%6f%6e%40%6d%61%74%2e%65%74%68%7a%2e%63%68%3c%5c%2f%73%70%61%6e%3e%3c%5c%2f%61%3e%27%29'))</script></li> </ul> <p class="contactbox__information"> Department of Materials<br> Administration<br> Leopold-Ruzicka-Weg 4<br> 8093&#32; Zurich<br> Switzerland<br> </p> <button class="contactbox__toggler"> <span aria-hidden="true" class="material-icons remove">remove</span> <span aria-hidden="true" class="material-icons add">add</span> <span class="add"> Show more</span> <span class="remove"> Show less</span> </button> </div> </div> </div> </div> </div> </div> </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"> Departments </h3> </div> <div class="footer__row footer-accordion-mobile__content"> <ul class="items"> <li class="item"> <a href="https://arch.ethz.ch/en"> <span class="item__title"> D-ARCH</span> <span class="item__subtitle">Architecture </span> </a> </li> <li class="item"> <a href="https://baug.ethz.ch/en/"> <span class="item__title"> D-BAUG</span> <span class="item__subtitle">Civil, Environmental and Geomatic Engineering </span> </a> </li> <li class="item"> <a href="https://biol.ethz.ch/en/"> <span class="item__title"> D-BIOL</span> <span class="item__subtitle">Biology </span> </a> </li> <li class="item"> <a href="https://bsse.ethz.ch/"> <span class="item__title"> D-BSSE</span> <span class="item__subtitle">Biosystems Science and Engineering </span> </a> </li> <li class="item"> <a href="https://chab.ethz.ch/en/"> <span class="item__title"> D-CHAB</span> <span class="item__subtitle">Chemistry and Applied Biosciences </span> </a> </li> <li class="item"> <a href="https://eaps.ethz.ch/en/"> <span class="item__title"> D-EAPS</span> <span class="item__subtitle">Earth and Planetary Sciences </span> </a> </li> <li class="item"> <a href="https://gess.ethz.ch/en/"> <span class="item__title"> D-GESS</span> <span class="item__subtitle">Humanities, Social and Political Sciences </span> </a> </li> <li class="item"> <a href="https://hest.ethz.ch/en"> <span class="item__title"> D-HEST</span> <span class="item__subtitle">Health Sciences and Technology </span> </a> </li> <li class="item"> <a href="https://inf.ethz.ch/"> <span class="item__title"> D-INFK</span> <span class="item__subtitle">Computer Science </span> </a> </li> <li class="item"> <a href="https://ee.ethz.ch/"> <span class="item__title"> D-ITET</span> <span class="item__subtitle">Information Technology and Electrical Engineering </span> </a> </li> <li class="item"> <a href="https://math.ethz.ch/"> <span class="item__title"> D-MATH</span> <span class="item__subtitle">Mathematics </span> </a> </li> <li class="item"> <a href="/"> <span class="item__title"> D-MATL</span> <span class="item__subtitle">Department of Materials </span> </a> </li> <li class="item"> <a href="https://mavt.ethz.ch/"> <span class="item__title"> D-MAVT</span> <span class="item__subtitle">Mechanical and Process Engineering </span> </a> </li> <li class="item"> <a href="https://mtec.ethz.ch/"> <span class="item__title"> D-MTEC</span> <span class="item__subtitle">Management, Technology and Economics </span> </a> </li> <li class="item"> <a href="https://www.phys.ethz.ch/"> <span class="item__title"> D-PHYS</span> <span class="item__subtitle">Physics </span> </a> </li> <li class="item"> <a href="https://usys.ethz.ch/en/"> <span class="item__title"> D-USYS</span> <span class="item__subtitle">Environmental Systems Science </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"> Table of contents and legal</h3> <ul> <li><a href="/footer/sitemap.html" title="Sitemap"> Sitemap</a></li> <li><a href="/footer/imprint.html" title="Imprint"> Imprint</a></li> <li><a href="/footer/accessibility-statement.html" title="Accessibility Statement"> Accessibility Statement</a></li> <li><a href="/footer/disclaimer-copyright.html" title="Disclaimer &amp; Copyright"> Disclaimer &amp; Copyright</a></li> <li><a href="/footer/data-protection.html" title="Privacy Policy"> Privacy Policy</a></li> </ul> </nav> <div class="footer__copyright"> &copy; 2025 &nbsp;<a href="http://www.ethz.ch/">Eidgen&ouml;ssische Technische Hochschule Z&uuml;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 has been disabled in your browser</div></body> </html>

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