{"id":9108,"date":"2024-12-06T11:10:04","date_gmt":"2024-12-06T11:10:04","guid":{"rendered":"https:\/\/kadans.onest-dev.nl\/energy-chemistry\/"},"modified":"2025-01-22T11:59:00","modified_gmt":"2025-01-22T11:59:00","slug":"energy-chemistry","status":"publish","type":"page","link":"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/","title":{"rendered":"Chemistry &amp; Energy"},"content":{"rendered":"<section id=\"hero_1\" class=\"desktop_yes mobile_yes size_big \">\t\r\n\t\r\n\t<div class=\"background_wrap\">\r\n\r\n\t\t\r\n\t\t\t\t\t<video muted autoplay loop poster=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Moleculen_Kleur_Geel.png\" preload=\"auto\" src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/BANNER-KADANS-2025-h264.mov\" playsinline=\"\"><\/video>\t\t\t\r\n\t\t\t\r\n\t\t\r\n\t<\/div>\r\n\t\r\n\t\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-8 left_column\">\t\t\t\r\n\t\t\t\t<div class=\"outer\">\r\n\t\t\t\t\t<div class=\"inner\">\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<h1 class=\"subtitle\">Chemistry &#038; Energy<\/h1>\t\t\t\t\t\t\r\n\t\t\t\t\t\t<h2>Discover our Science Clusters in Chemistry &#038; Energy<\/h2>\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\t\t\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t\r\n\t\r\n<\/section>\r\n\r\n<script>\r\n\tjQuery(document).ready(function($){ \r\n\t\t\r\n\t\t$('body').addClass('has_hero');\r\n\t\t\r\n\t\t$(window).scroll(function(){\r\n\r\n\t\t\tvar curHeight = $('#hero_1').outerHeight();\r\n\t\t\t\r\n\t\t\tif ($(window).scrollTop() > curHeight) {\r\n\t\t\t\t$('#hero_1 .background_wrap').fadeOut(100);\r\n\t\t\t}\t\t\r\n\t\t\telse \r\n\t\t\t{\r\n\t\t\t\t$('#hero_1 .background_wrap').fadeIn(100);\r\n\t\t\t}\r\n\t\t});\r\n\t\t\r\n\t\tif($('#hero_1').nextAll('section:first').hasClass('cta_banner_3')){\r\n\t\t\tvar target = $('#hero_1').nextAll('section:first');\r\n\t\t\t\t$(target).addClass('minus_40');\r\n\t\t}\r\n\t\t\r\n\t});\r\n<\/script>\n\n\r\n<section class=\"whitespace desktop_yes mobile_yes small bg_white\">\r\n<\/section>\n\n<section id=\"filter\" class=\"filter\">\n\t<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-12\">\n\t\t\t\t<div class=\"filter_wrap\">\t\n\t\t\t\t\t<div class=\"filter_box\" id=\"filter_box\">\n\t\t\t\t\t\t<a id=\"toggle_links_2\" data-rel=\"toggle\">Filter<\/a>\n\t\t\t\t\t\t<div class=\"link_col\" id=\"link_col\">\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-rel=\"future\">Sustainable future<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-rel=\"innovations\">Innovations<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-rel=\"role\">Kadans\u2019 role<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#\" data-rel=\"contact\">Contact<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\t\n\t\t\t<\/div>\n\t\t<\/div>\t\n\t<\/div>\n<\/section>\n\n<script>\njQuery(document).ready(function($){\n\t\n\t$('#filter_box a').on('click', function(){\n\t\t\n\t\tvar rel = $(this).attr('data-rel');\n\t\t\n\t\tif($('#'+rel).length){\n\t\t\t\n\t\t\tvar offset_top = 80; \/\/ was 120\n\t\t\t\n\t\t\tif($(window).width() < 650){\n\t\t\t\toffset_top = 50;\n\t\t\t}\n\t\t\t\n\t\t\t$('html, body').animate({\n\t\t\t\tscrollTop: $('#'+rel).offset().top - offset_top\n\t\t\t}, 500);\n\t\t}\n\t\t\n\t\treturn false;\n\t\t\t\n\t});\n\t\n\t$(window).on('resize', function(){\n\t\tif($(window).width() <= 650){\n\t\t\t$('#link_col').slideUp();\n\t\t}\n\t\telse \n\t\t{\n\t\t\t$('#link_col').removeAttr('style');\n\t\t}\n\t});\n\t\n\t$('#toggle_links_2').on('click', function(){\n\t\t\n\t\tif(!$('#filter_box').hasClass('active')){\n\t\t\t$('#filter_box').addClass('active');\n\t\t\t$('#link_col').slideDown();\n\t\t}\n\t\telse \n\t\t{\n\t\t\t$('#filter_box').removeClass('active');\n\t\t\t$('#link_col').slideUp();\n\t\t}\n\t\t\n\t\treturn false;\n\t});\n});\n<\/script>\n\n\r\n<section id=\"future\" class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n\t\r\n<section class=\"text_2 desktop_yes mobile_yes elm_yellow_600 \">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-6\">\r\n\t\t\t\t<h2>Pioneering advancements in <span>Chemistry & Energy<\/span> for a sustainable future<\/h2>\t\t\t\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-1 vert_line\">\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\r\n\t\t\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-6 left_column\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"image_outer desktop\">\r\n\t\t\t\t\t\t<div class=\"image_wrap\">\t\r\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires-650x975.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires.jpg\" \r\n\t\t\t\t\t\t\t  width=\"683\"\r\n\t\t\t\t\t\t\t  height=\"1024\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\t\t\t\t\t\r\n\t\t\t\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-1 vert_line\">\r\n\t\t\t<\/div>\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-5 right_column\">\r\n\t\t\t\t<h3>Kadans Science Partner focuses on bringing people together to overcome global challenges.<\/h3>\r\n\t\t\t\t<p>Chemistry &amp; Energy research plays a crucial role in shaping our environment and addressing pressing global issues, such as climate change and resource scarcity. This dynamic sector explores innovative solutions, from sustainable energy systems to advanced materials that support a greener future. Kadans Science Partner empowers its clients to seize these opportunities, facilitating collaboration and innovation.<\/p>\n<p>The evolving Chemistry &amp; Energy sector is at the forefront of groundbreaking research, focusing on renewable energy sources and advanced energy technologies. It confronts challenges like energy transition and resource management, encompassing diverse innovations that contribute to a sustainable world.<\/p>\n\t\t\t\t\r\n\t\t\t\t<div class=\"cta\"><a href=\"https:\/\/kadanscom.onest-dev.nl\/science-clusters\/energy-chemistry\/\">Discover all Chemistry &amp; Energy science clusters<\/a>\n<\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"image_outer mobile\">\r\n\t\t\t\t\t\t<div class=\"image_wrap\">\t\r\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires-650x975.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/yellow-and-white-coated-wires.jpg\" \r\n\t\t\t\t\t\t\t  width=\"683\"\r\n\t\t\t\t\t\t\t  height=\"1024\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\/>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t<\/div>\t\t\t\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\n\n\r\n<section class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n<section class=\"topics desktop_yes mobile_yes \">\r\n\t<div class=\"container\">\t\t\r\n\t\t<div class=\"row\">\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-7\">\r\n\t\t\t\t<h2>Key topics<\/h2>\t\t\t\t<div class=\"intro_text\">\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<div class=\"row\">\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-12\">\r\n\t\t\t\t<div class=\"inner topics_wrap\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"topic_outer\">\r\n\t\t\t\t\t\t<div class=\"topic bg_yellow_600\">\r\n\t\t\t\t\t\t\t#Advanced energy systems \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"topic_outer\">\r\n\t\t\t\t\t\t<div class=\"topic bg_yellow_600\">\r\n\t\t\t\t\t\t\t#Advanced materials\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"topic_outer\">\r\n\t\t\t\t\t\t<div class=\"topic bg_yellow_600\">\r\n\t\t\t\t\t\t\t#Sustainable energy\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"topic_outer\">\r\n\t\t\t\t\t\t<div class=\"topic bg_yellow_600\">\r\n\t\t\t\t\t\t\t#Environment\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<div class=\"topic_outer\">\r\n\t\t\t\t\t\t<div class=\"topic bg_yellow_600\">\r\n\t\t\t\t\t\t\t#Material solutions\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\t\t\t\r\n\t<\/div>\r\n<\/section>\n\n\r\n<section class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n<section class=\"text_testimonials desktop_yes mobile_yes \">\r\n\t\r\n\t<div class=\"foto_bg\">\r\n\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Rectangle-550_2-650x361.png 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Rectangle-550_2-1200x667.png 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Rectangle-550_2-1600x889.png 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Rectangle-550_2-1600x889.png\" \r\n\t\t\t  width=\"1024\"\r\n\t\t\t  height=\"569\"\t\t\t\t\t\t\t  \r\n\t\t\t  alt=\"Moleculen image for Science\" \r\n\t\t\t\/>\r\n\t<\/div>\r\n\t\t\r\n\t\r\n\t<div class=\"container\">\t\t\r\n\t\t<div class=\"row\">\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-5 intro_col\">\r\n\t\t\t\t<h2>Dr. Dirk Uwe Sauer about battery technology<\/h2>\t\t\t\t\r\n\t\t\t\t<p>Embark on a journey with Professor Dirk Uwe Sauer to explore the transformative world of battery technology, a cornerstone of our sustainable future. Discover how the collaborative spirit in Aachen is driving revolutionary research in Chemistry and Energy, contributing to a greener, more efficient world.<\/p>\n<div class=\"cta white\"><a href=\"https:\/\/youtu.be\/qgTP1hWomro\">Watch the full interview<\/a>\n<\/div>\t\t\t\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-1 empty\">\r\n\t\t\t<\/div>\r\n\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-6 right_col\">\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div><!-- container -->\r\n\t\r\n\t\r\n\t\t\r\n\t\r\n<\/section>\r\n\r\n<script>\r\njQuery(document).ready(function($){\t\t\r\n\t\t\r\n\tfunction postsCarousel() {\r\n\t  \r\n\t  var checkWidth = $(window).width();\r\n\t  var items = parseInt($('#review_items').attr('data-items'));\r\n\t  var owlPost = $('#review_items');\r\n\t  \r\n\t  if ((checkWidth > 992) || (items < 2)) {\r\n\t\tif (typeof owlPost.data('owl.carousel') != 'undefined') {\r\n\t\t  owlPost.data('owl.carousel').destroy();\r\n\t\t}\r\n\t\towlPost.removeClass('owl-carousel');\r\n\t  } else if (checkWidth < 992) {\r\n\t\towlPost.addClass('owl-carousel');\r\n\t\towlPost.owlCarousel({\r\n\t\t\tnav: false,\r\n\t\t\tnavText: ['<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.3334 14.6664H13.7867L15.4534 12.9198C15.6905 12.6622 15.8169 12.3217 15.8054 11.9717C15.7938 11.6218 15.6452 11.2904 15.3916 11.049C15.1379 10.8076 14.7996 10.6756 14.4495 10.6813C14.0994 10.6871 13.7656 10.8302 13.52 11.0798L9.70671 15.0798C9.66218 15.1343 9.62206 15.1922 9.58671 15.2531C9.52516 15.3296 9.47569 15.415 9.44004 15.5064C9.39317 15.6257 9.36615 15.7518 9.36004 15.8798L9.33337 15.9998C9.33548 16.174 9.37172 16.3461 9.44004 16.5064C9.50503 16.6654 9.60011 16.8102 9.72004 16.9331L13.72 20.9331C13.8753 21.0899 14.067 21.2057 14.278 21.2704C14.489 21.335 14.7127 21.3463 14.9291 21.3034C15.1455 21.2605 15.348 21.1647 15.5183 21.0244C15.6887 20.8842 15.8217 20.7039 15.9054 20.4998C16.0073 20.2552 16.034 19.9857 15.982 19.7259C15.93 19.466 15.8016 19.2276 15.6134 19.0411L13.88 17.3331H21.3334C21.687 17.3331 22.0261 17.1926 22.2762 16.9426C22.5262 16.6925 22.6667 16.3534 22.6667 15.9998C22.6667 15.6462 22.5262 15.307 22.2762 15.057C22.0261 14.8069 21.687 14.6664 21.3334 14.6664Z\" fill=\"white\"\/><path d=\"M16 2.6665C12.4637 2.6665 9.07235 4.07126 6.57187 6.57175C4.07138 9.07223 2.66663 12.4636 2.66663 15.9998C2.66663 19.5361 4.07138 22.9274 6.57187 25.4279C9.07235 27.9284 12.4637 29.3332 16 29.3332C19.5362 29.3332 22.9276 27.9284 25.428 25.4279C27.9285 22.9274 29.3333 19.5361 29.3333 15.9998C29.3333 12.4636 27.9285 9.07223 25.428 6.57175C22.9276 4.07126 19.5362 2.6665 16 2.6665ZM16 26.6665C14.5991 26.6665 13.212 26.3906 11.9177 25.8545C10.6235 25.3184 9.44757 24.5327 8.45702 23.5421C7.46646 22.5516 6.68071 21.3756 6.14463 20.0814C5.60854 18.7872 5.33263 17.4 5.33263 15.9992C5.33263 14.5983 5.60854 13.2112 6.14463 11.917C6.68071 10.6227 7.46646 9.44678 8.45702 8.45623C9.44757 7.46567 10.6235 6.67992 11.9177 6.14384C13.212 5.60776 14.5991 5.33184 16 5.33184C18.8291 5.33184 21.5424 6.45571 23.5429 8.45623C25.5434 10.4567 26.6673 13.17 26.6673 15.9992C26.6673 18.8283 25.5434 21.5416 23.5429 23.5421C21.5424 25.5426 18.8291 26.6665 16 26.6665Z\" fill=\"white\"\/><\/svg>', \r\n\t\t\t'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M22.6667 16.0001V15.8801C22.6606 15.7521 22.6336 15.626 22.5867 15.5068C22.5511 15.4153 22.5016 15.3299 22.44 15.2535C22.4047 15.1926 22.3646 15.1346 22.32 15.0801L18.5067 11.0801C18.3867 10.9498 18.242 10.8447 18.081 10.7708C17.92 10.697 17.7459 10.656 17.5688 10.6501C17.3918 10.6443 17.2154 10.6737 17.0498 10.7368C16.8843 10.7998 16.733 10.8952 16.6046 11.0173C16.4763 11.1394 16.3736 11.2858 16.3025 11.4481C16.2313 11.6103 16.1932 11.785 16.1903 11.9622C16.1874 12.1393 16.2197 12.3152 16.2855 12.4797C16.3513 12.6441 16.4491 12.7939 16.5734 12.9201L18.2134 14.6668H10.6667C10.3131 14.6668 9.97395 14.8073 9.7239 15.0573C9.47385 15.3074 9.33337 15.6465 9.33337 16.0001C9.33337 16.3537 9.47385 16.6929 9.7239 16.9429C9.97395 17.193 10.3131 17.3335 10.6667 17.3335H18.12L16.3867 19.0535C16.2617 19.1774 16.1625 19.3249 16.0949 19.4874C16.0272 19.6498 15.9923 19.8241 15.9923 20.0001C15.9923 20.1761 16.0272 20.3504 16.0949 20.5129C16.1625 20.6754 16.2617 20.8228 16.3867 20.9468C16.5108 21.0714 16.6584 21.1704 16.8208 21.2378C16.9833 21.3053 17.1575 21.3401 17.3334 21.3401C17.5093 21.3401 17.6835 21.3053 17.8459 21.2378C18.0084 21.1704 18.1559 21.0714 18.28 20.9468L22.28 16.9468C22.4 16.8255 22.4947 16.6801 22.56 16.5201C22.6301 16.3557 22.6664 16.1789 22.6667 16.0001Z\" fill=\"#F5F4F6\"\/><path d=\"M16 2.6665C12.4637 2.6665 9.07235 4.07126 6.57187 6.57175C4.07138 9.07223 2.66663 12.4636 2.66663 15.9998C2.66663 19.5361 4.07138 22.9274 6.57187 25.4279C9.07235 27.9284 12.4637 29.3332 16 29.3332C19.5362 29.3332 22.9276 27.9284 25.428 25.4279C27.9285 22.9274 29.3333 19.5361 29.3333 15.9998C29.3333 12.4636 27.9285 9.07223 25.428 6.57175C22.9276 4.07126 19.5362 2.6665 16 2.6665ZM16 26.6665C14.5991 26.6665 13.212 26.3906 11.9177 25.8545C10.6235 25.3184 9.44757 24.5327 8.45702 23.5421C7.46646 22.5516 6.68071 21.3756 6.14463 20.0814C5.60854 18.7872 5.33263 17.4 5.33263 15.9992C5.33263 14.5983 5.60854 13.2112 6.14463 11.917C6.68071 10.6227 7.46646 9.44678 8.45702 8.45623C9.44757 7.46567 10.6235 6.67992 11.9177 6.14384C13.212 5.60776 14.5991 5.33184 16 5.33184C18.8291 5.33184 21.5424 6.45571 23.5429 8.45623C25.5434 10.4567 26.6673 13.17 26.6673 15.9992C26.6673 18.8283 25.5434 21.5416 23.5429 23.5421C21.5424 25.5426 18.8291 26.6665 16 26.6665Z\" fill=\"#F5F4F6\"\/><\/svg>'],\r\n\t\t\tautoplay: false,\r\n\t\t\tloop: true,\r\n\t\t\tautoWidth: false,\t\t\t\t\t\t\r\n\t\t\tdots: true,\r\n\t\t\tcenter: true,\r\n\t\t\tresponsive:{\r\n\t\t\t\t0:{\r\n\t\t\t\t\titems: 1.2,\r\n\t\t\t\t\tmargin: 15\r\n\t\t\t\t},\r\n\t\t\t\t500:{\r\n\t\t\t\t\titems: 1.7,\r\n\t\t\t\t\tmargin: 15\r\n\t\t\t\t},\t\t\t\t\t\r\n\t\t\t\t765:{\r\n\t\t\t\t\titems: 2.8,\r\n\t\t\t\t\tmargin: 15\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t});\r\n\t  }\r\n\t}\r\n\r\n\tpostsCarousel();\r\n\t$(window).resize(postsCarousel);\t\t\t\r\n\t\t\t\t\t\r\n});\r\n<\/script>\t\n\n\r\n<section id=\"innovations\" class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n\t\r\n\r\n<section class=\"text_foto desktop_yes mobile_yes elm_yellow_600 \">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\t\t\r\n\t\t\t\t\r\n\t\t\r\n\t<div class=\"col-sm-12 col-md-1 col-lg-1 vert_line\">\r\n\t<\/div>\r\n\t\r\n\t<div class=\"col-sm-12 col-md-5 col-lg-5 text_col\">\r\n\t\t<div class=\"inner\">\r\n\t\t\t<h2>Transforming <span>Chemistry & Energy<\/span> by bridging expertise and innovation<\/h2>\t\t\t\r\n\t\t\t<p>At Kadans, we understand that each Science Cluster brings unique strengths and resources to the table. Within the Chemistry &amp; Energy sector, we are established on <b>4 specialised clusters <\/b>in Europe, composed of companies, scientists and diverse teams of researchers. These clusters, each within their own expertise, foster collaboration that enhances access to resources and diverse perspectives, leading to groundbreaking innovations.<\/p>\n<p>These Science Clusters focus on the following key areas:<\/p>\n<ul>\n<li aria-level=\"1\">Advanced energy systems and materials<\/li>\n<li aria-level=\"1\">Sustainable energy and environmental research integration<\/li>\n<li aria-level=\"1\">Next-gen energy and material solutions<\/li>\n<\/ul>\n\t\t\t\r\n\t\t\t<div class=\"cta outline dark_blue\"><a href=\"#contact\">Get in touch<\/a>\n<\/div>\t\t\t\r\n\t\t\t<div class=\"extra_text\"><ul>\n<li aria-level=\"1\">Present in <b>6 countries<\/b><\/li>\n<li aria-level=\"1\">In <b>4 innovative sectors<\/b><\/li>\n<li aria-level=\"1\">At <b>30+ leading Science Clusters<\/b><\/li>\n<li aria-level=\"1\">With <b>69+ assets<\/b><\/li>\n<li aria-level=\"1\">And <b>400+ clients<\/b><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<\/div>\t\t\t\t\t\t\r\n\t\t<\/div>\r\n\t<\/div>\r\n\r\n\t<div class=\"col-sm-12 col-md-1 col-lg-1 middle_col\">\r\n\t<\/div>\r\n\r\n\t<div class=\"col-sm-12 col-md-5 col-lg-5 photo photo_col right\">\r\n\t\t<div class=\"inner\">\r\n\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/In-diverse-workspace-project-manager-presents-eco-friendly-solar-panels-and-sustainable-sol-650x427.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/In-diverse-workspace-project-manager-presents-eco-friendly-solar-panels-and-sustainable-sol-1200x788.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/In-diverse-workspace-project-manager-presents-eco-friendly-solar-panels-and-sustainable-sol.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/In-diverse-workspace-project-manager-presents-eco-friendly-solar-panels-and-sustainable-sol.jpg\" \r\n\t\t\t\t  width=\"1024\"\r\n\t\t\t\t  height=\"672\"\t\t\t\t\t\t\t  \r\n\t\t\t\t  alt=\"\" \r\n\t\t\t\t\/>\r\n\t\t<\/div>\t\r\n\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\n\n\r\n<section class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n<section id=\"cta_banner_1\" class=\"text cta_banner_1 desktop_yes mobile_yes \">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-sm-12 col-md-1 col-lg-2 empty\">\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-12 col-md-10 col-lg-8\">\r\n\r\n\t\t\t\t<div class=\"subheading\">\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<h2>Are you active in the Chemistry & Energy sector, and looking to innovate, grow, and make the right connections?<\/h2>\t\t\t\t\t\t\t\t\r\n\t\t\t\t<div class=\"cta outline dark_blue\"><a href=\"#contact\">Get in touch with Kadans<\/a>\n<\/div>\t\t\t\t\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-12 col-md-1 col-lg-2 empty\">\r\n\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\n\n\r\n<section class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n<section id=\"text_tabs\" class=\"text_tabs text_accordeon desktop_yes mobile_yes bg_white \">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\t\r\n\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-5 left_column\">\r\n\t\t\t\r\n\t\t\t\t<h2 class=\"main_title\">Leading innovations in <span>Chemistry & Energy<\/span><\/h2>\r\n\r\n\t\t\t\t<div class=\"inner\">\t\t\t\t\t\r\n\t\t\t\t\t<div id=\"faq_box_1\" class=\"faq_box items_3\"><div class=\"faq_wrap item_1\"><div class=\"faq_title active\" data-rel=\"item_1\"><span class=\"subtitle\"><\/span><h3 class=\"title\">Advanced energy systems and materials<\/h3><\/div><div class=\"faq_text\"><div class=\"faq_inner\">\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  height=\"683\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p>Advanced energy systems and materials are essential in driving the transition to sustainable energy sources and enhancing resource efficiency. Science Clusters focused on this field unite experts to develop innovative solutions like next-generation energy technologies and advanced materials, such as nanocomposites and coatings. By fostering collaboration and research, these clusters aim to tackle global challenges like climate change and energy scarcity, ultimately promoting a more sustainable and resilient future.<\/p>\n<\/div><\/div><\/div><div class=\"faq_wrap item_2\"><div class=\"faq_title\" data-rel=\"item_2\"><span class=\"subtitle\"><\/span><h3 class=\"title\">Sustainable energy and environmental research integration<\/h3><\/div><div class=\"faq_text\"><div class=\"faq_inner\">\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-650x434.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-1200x800.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  height=\"683\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p>Sustainable energy and environmental research integration is vital for addressing global challenges such as climate change and resource depletion. Science Clusters dedicated to this field unite researchers to explore renewable energy sources, waste management solutions, and sustainable practices. By leveraging innovative technologies and collaborative efforts, these clusters aim to create a circular economy, enhancing energy efficiency while minimizing environmental impact. This synergy fosters advancements that contribute to a cleaner, healthier planet for future generations.<\/p>\n<\/div><\/div><\/div><div class=\"faq_wrap item_3\"><div class=\"faq_title\" data-rel=\"item_3\"><span class=\"subtitle\"><\/span><h3 class=\"title\">Next-gen energy and material solutions<\/h3><\/div><div class=\"faq_text\"><div class=\"faq_inner\">\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-650x434.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-1200x800.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  height=\"683\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p>Next-generation energy and material solutions are crucial for advancing sustainable practices and enhancing energy efficiency. Science Clusters in this domain bring together innovators to explore cutting-edge technologies, including renewable energy systems and advanced materials. Through collaboration, these clusters aim to develop solutions that reduce dependency on fossil fuels, promote resource conservation, and drive economic growth, ultimately paving the way for a sustainable future that addresses pressing environmental challenges.<\/p>\n<\/div><\/div><\/div><\/div>\t\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t\t\r\n\t\t\t<\/div>\r\n\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-1 middle_column\">\r\n\t\t\t<\/div>\t\t\t\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-6 right_column\">\r\n\t\t\t\t<div class=\"inner\">\t\t\t\t\t\r\n\t\t\t\t\t<div id=\"faq_box_2\" class=\"faq_box faq_box_2 items_3\"><div class=\"faq_wrap item_1 active\" data-rel=\"item_1\"><div class=\"faq_text\"><div class=\"faq_inner\">\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Solor-voltaic-panels-indusrty-engineer-working-at-construction-of-solar-cell.-Business-indus.jpg\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  height=\"683\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p>Advanced energy systems and materials are essential in driving the transition to sustainable energy sources and enhancing resource efficiency. Science Clusters focused on this field unite experts to develop innovative solutions like next-generation energy technologies and advanced materials, such as nanocomposites and coatings. By fostering collaboration and research, these clusters aim to tackle global challenges like climate change and energy scarcity, ultimately promoting a more sustainable and resilient future.<\/p>\n<\/div><\/div><\/div><div class=\"faq_wrap item_2\" data-rel=\"item_2\"><div class=\"faq_text\"><div class=\"faq_inner\">\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-650x434.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-1200x800.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  height=\"683\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p>Sustainable energy and environmental research integration is vital for addressing global challenges such as climate change and resource depletion. Science Clusters dedicated to this field unite researchers to explore renewable energy sources, waste management solutions, and sustainable practices. By leveraging innovative technologies and collaborative efforts, these clusters aim to create a circular economy, enhancing energy efficiency while minimizing environmental impact. This synergy fosters advancements that contribute to a cleaner, healthier planet for future generations.<\/p>\n<\/div><\/div><\/div><div class=\"faq_wrap item_3\" data-rel=\"item_3\"><div class=\"faq_text\"><div class=\"faq_inner\">\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-650x434.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone-1200x800.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/man-in-pink-polo-shirt-holding-iphone.jpg\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  height=\"683\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t\t\t<p>Next-generation energy and material solutions are crucial for advancing sustainable practices and enhancing energy efficiency. Science Clusters in this domain bring together innovators to explore cutting-edge technologies, including renewable energy systems and advanced materials. Through collaboration, these clusters aim to develop solutions that reduce dependency on fossil fuels, promote resource conservation, and drive economic growth, ultimately paving the way for a sustainable future that addresses pressing environmental challenges.<\/p>\n<\/div><\/div><\/div><\/div>\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\r\n\r\n<script>\r\n\tjQuery(document).ready(function($){\r\n\t\t\r\n\t\t\/* FAQ's accordion *\/\r\n\t\t$('#faq_box_1 .faq_title').on('click', function(){\r\n\t\t\t\r\n\t\t\tif(!$(this).hasClass('active')){\r\n\t\t\t\r\n\t\t\t\t$('#faq_box_1 .faq_title').removeClass('active');\r\n\t\t\t\t$(this).addClass('active');\r\n\r\n\t\t\t\tif($(window).width() >= 992){\r\n\t\t\t\t\r\n\t\t\t\t\tvar cur_item = $(this).data('rel');\r\n\t\t\t\t\t\r\n\t\t\t\t\t$('#faq_box_2 .faq_wrap').removeClass('active');\r\n\t\t\t\t\t$('#faq_box_2 .faq_wrap').each(function(){\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\tif($(this).data('rel') == cur_item){\r\n\t\t\t\t\t\t\t$(this).addClass('active');\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telse {\r\n\t\t\t\t\t\t\t$(this).removeClass('active');\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\telse \r\n\t\t\t\t{\r\n\t\t\t\t\t\/* mobile only *\/\r\n\t\t\t\t\t$('#faq_box_1 .faq_text').slideUp();\r\n\t\t\t\t\t$(this).parent().find('.faq_text').slideDown(function(){\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t$('html, body').animate({\r\n\t\t\t\t\t\t\tscrollTop: $(this).parent().offset().top - 68\r\n\t\t\t\t\t\t}, 500);\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t});\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\telse \r\n\t\t\t{\r\n\t\t\t\t$('#faq_box_1 .faq_title').removeClass('active');\r\n\t\t\t\t\r\n\t\t\t\tif($(window).width() < 992){\t\t\t\t\r\n\t\t\t\t\t\/* mobile only *\/\r\n\t\t\t\t\t$('#faq_box_1 .faq_text').slideUp();\t\t\t\t\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\treturn false;\r\n\t\t});\r\n\t\t\r\n\t\tif($(window).width() < 992){\t\t\t\r\n\t\t\t\r\n\t\t\t$('#faq_box_1 .faq_title').removeClass('active');\r\n\t\t\t$('#faq_box_1 .faq_text').removeAttr('style');\t\t\t\r\n\t\t\t\r\n\t\t\tvar target = $('#faq_box_1 > div').eq(0);\r\n\t\t\t$(target).find('.faq_title').addClass('active');\r\n\t\t\t$(target).find('.faq_text').css({'display' : 'block' });\r\n\t\t}\r\n\t\telse \r\n\t\t{\r\n\t\t\t$('#faq_box_1 .faq_title').removeClass('active');\r\n\t\t\t$('#faq_box_1 .faq_text').removeAttr('style');\r\n\t\t\t\r\n\t\t\tvar target = $('#faq_box_1 > div').eq(0);\r\n\t\t\t$(target).find('.faq_title').addClass('active');\t\t\t\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\tvar cachedWidth = $(window).width();\r\n\t\t\r\n\t\t$(window).resize(function(){\r\n\t\t\r\n\t\t\tvar newWidth = $(window).width();\r\n\t\t\t\r\n\t\t\tif(newWidth !== cachedWidth){\r\n\t\t\t\t\r\n\t\t\t\t\/\/DO RESIZE HERE\r\n\t\t\t\tif($(window).width() < 992){\t\t\t\t\r\n\t\t\t\t\t$('#faq_box_1 .faq_title').removeClass('active');\r\n\t\t\t\t\t$('#faq_box_1 .faq_text').removeAttr('style');\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar target = $('#faq_box_1 > div').eq(0);\r\n\t\t\t\t\t$(target).find('.faq_title').addClass('active');\r\n\t\t\t\t\t$(target).find('.faq_text').css({'display' : 'block' });\t\t\t\r\n\t\t\t\t}\r\n\t\t\t\telse \r\n\t\t\t\t{\r\n\t\t\t\t\t$('#faq_box_1 .faq_title').removeClass('active');\r\n\t\t\t\t\t$('#faq_box_1 .faq_text').removeAttr('style');\t\r\n\t\t\t\t}\t\t\t\t\r\n\t\t\t\tcachedWidth = newWidth;\r\n\t\t\t}\t\r\n\t\t\t\r\n\t\t\treturn false;\r\n\t\t\r\n\t\t}).resize();\t\t\r\n\t\t\r\n\t\r\n\t});\r\n<\/script>\t\t\t\t\n\n\r\n<section id=\"role\" class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n<section id=\"text_accordeon\" class=\"text_accordeon desktop_yes mobile_yes elm_yellow_600 \">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-10\">\r\n\t\t\t\t<h2 class=\"main_title\">Discover Kadans\u2019 role in <span>Chemistry & Energy<\/span><\/h2>\t\t\t\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<div class=\"row\">\t\r\n\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-6 left_column\">\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Laboratoriumruimte-te-huur-Plus-Ultra-Groningen-op-maat-gemaakte-labruimte-650x366.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Laboratoriumruimte-te-huur-Plus-Ultra-Groningen-op-maat-gemaakte-labruimte-1200x676.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Laboratoriumruimte-te-huur-Plus-Ultra-Groningen-op-maat-gemaakte-labruimte-1600x901.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Laboratoriumruimte-te-huur-Plus-Ultra-Groningen-op-maat-gemaakte-labruimte-1600x901.jpg\" \r\n\t\t\t\t\t  width=\"1024\"\r\n\t\t\t\t\t  height=\"577\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t  alt=\"Lab space for rent\" \r\n\t\t\t\t\t\/>\t\t\t\r\n\t\t\t<\/div>\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-1 middle_column empty\">\r\n\t\t\t<\/div>\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t<div class=\"col-sm-12 col-md-12 col-lg-5 right_column\">\r\n\t\t\t\t<div class=\"inner\">\r\n\t\t\t\t\t<div class=\"intro\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<div id=\"faq_box\" class=\"faq_box items_3\"><div class=\"faq_wrap item_1\"><div class=\"faq_title\"><span class=\"subtitle\"><\/span><h3 class=\"title\">Spaces<\/h3><\/div><div class=\"faq_text\"><div class=\"faq_inner\"><p>Having access to state-of-the-art lab and office spaces is essential for Chemistry &amp; Energy companies to drive innovation and advance research. Kadans offers flexible, bespoke spaces within its Chemistry &amp; Energy Science Clusters, allowing its clients to focus on their research in an optimal environment.<\/p>\n<p>These dedicated spaces are designed to meet your unique needs, featuring advanced technologies and infrastructure for efficient research and development.<\/p>\n<\/div><\/div><\/div><div class=\"faq_wrap item_2\"><div class=\"faq_title\"><span class=\"subtitle\"><\/span><h3 class=\"title\">Support<\/h3><\/div><div class=\"faq_text\"><div class=\"faq_inner\"><p>Gaining access to research, talent and capital is vital for Chemistry &amp; Energy companies seeking to innovate and expand. Kadans leverages its extensive international network to link you with leading researchers and universities, industry experts, and potential investors.<\/p>\n<p>These connections provide access to top-tier talent and funding opportunities, ensuring you can secure the resources you need to create a more sustainable future.<\/p>\n<\/div><\/div><\/div><div class=\"faq_wrap item_3\"><div class=\"faq_title\"><span class=\"subtitle\"><\/span><h3 class=\"title\">Community<\/h3><\/div><div class=\"faq_text\"><div class=\"faq_inner\"><p>Being in close proximity to resources and other scientists and companies in Chemistry &amp; Energy is crucial for research success in order to create fresh ideas and new insights. Kadans\u2019 valuable network of connected science clusters makes it easier to connect with like-minded professionals that share similar goals and ambitions.<\/p>\n<p>By being situated in these vibrant hubs, you benefit from immediate access to a network of researchers and organisations, enhancing your chances of achieving their goals.<\/p>\n<\/div><\/div><\/div><\/div>\t\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/section>\t\r\n\t\t\t\n\n\r\n<section id=\"contact\" class=\"whitespace desktop_yes mobile_yes big bg_white\">\r\n<\/section>\n\n\t\r\n\r\n<section id=\"cta_banner\" class=\"cta_banner_2 desktop_yes mobile_yes  bg_yellow_50\">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row\">\r\n\t\t\t\t<div class=\"col-sm-12 col-md-5 col-lg-6\">\r\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/person-in-purple-long-sleeve-shirt-and-white-pants-sitting-on-gray-and-black-digital-device-650x975.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/person-in-purple-long-sleeve-shirt-and-white-pants-sitting-on-gray-and-black-digital-device.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/person-in-purple-long-sleeve-shirt-and-white-pants-sitting-on-gray-and-black-digital-device.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/person-in-purple-long-sleeve-shirt-and-white-pants-sitting-on-gray-and-black-digital-device.jpg\" \r\n\t\t\t\t\t  width=\"683\"\r\n\t\t\t\t\t  height=\"1024\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t  alt=\"\" \r\n\t\t\t\t\t\/>\r\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" class=\"image_2 object_fit\" \t\t\t\t\t\t\t  \r\n\t\t\t\t\t  srcset=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/James-Sheppard-2021-534x356-1.jpg 650w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/James-Sheppard-2021-534x356-1.jpg 1024w, https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/James-Sheppard-2021-534x356-1.jpg 1800w\" \t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t  sizes=\"auto, (max-width: 700px) 650px, (max-width: 1200px) 1024px, 1800px\"  \t  \r\n\t\t\t\t\t  src=\"https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/James-Sheppard-2021-534x356-1.jpg\" \r\n\t\t\t\t\t  width=\"534\"\r\n\t\t\t\t\t  height=\"356\"\t\t\t\t\t\t\t  \r\n\t\t\t\t\t  alt=\"James Sheppard is the International Head of Asset Management of Kadans Science Partner\" \r\n\t\t\t\t\t\/>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"col-sm-12 col-md-1 col-lg-1 empty\">\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"col-sm-12 col-md-6 col-lg-5\">\r\n\t\t\t\t<h2>Join us today for access to cutting-edge research, capital and collaboration opportunities!<\/h2>\t\t\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t<p>Reach out to James Sheppard, our expert in Chemistry &amp; Energy<\/p>\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"cta outline dark_blue\"><a href=\"https:\/\/kadanscom.onest-dev.nl\/contact\/\">Contact us now<\/a>\n<\/div>\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t<\/div>\t\t\t\r\n\t<\/div>\r\n<\/section>\n\n\r\n<section id=\"full_width_image\" class=\"image_full desktop_yes mobile_yes \">\r\n\t\r\n\r\n<div class=\"col-sm-12 col-md-12 col-lg-12 parallax_banner\" \r\nstyle=\"background-image:url(https:\/\/kadanscom.onest-dev.nl\/wp-content\/uploads\/Moleculen_Kleur_Geel.png);\">\r\n<\/div>\r\n\r\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-9108","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Chemistry &amp; Energy - Kadans Science Partner<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Chemistry &amp; Energy - Kadans Science Partner\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/\" \/>\n<meta property=\"og:site_name\" content=\"Kadans Science Partner\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-22T11:59:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/\",\"url\":\"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/\",\"name\":\"Chemistry &amp; Energy - Kadans Science Partner\",\"isPartOf\":{\"@id\":\"https:\/\/kadanscom.onest-dev.nl\/de\/#website\"},\"datePublished\":\"2024-12-06T11:10:04+00:00\",\"dateModified\":\"2025-01-22T11:59:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kadanscom.onest-dev.nl\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Chemistry &amp; Energy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kadanscom.onest-dev.nl\/de\/#website\",\"url\":\"https:\/\/kadanscom.onest-dev.nl\/de\/\",\"name\":\"Kadans Science Partner\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kadanscom.onest-dev.nl\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Chemistry &amp; Energy - Kadans Science Partner","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"de_DE","og_type":"article","og_title":"Chemistry &amp; Energy - Kadans Science Partner","og_url":"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/","og_site_name":"Kadans Science Partner","article_modified_time":"2025-01-22T11:59:00+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/","url":"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/","name":"Chemistry &amp; Energy - Kadans Science Partner","isPartOf":{"@id":"https:\/\/kadanscom.onest-dev.nl\/de\/#website"},"datePublished":"2024-12-06T11:10:04+00:00","dateModified":"2025-01-22T11:59:00+00:00","breadcrumb":{"@id":"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kadanscom.onest-dev.nl\/de\/chemistry-energy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kadanscom.onest-dev.nl\/de\/"},{"@type":"ListItem","position":2,"name":"Chemistry &amp; Energy"}]},{"@type":"WebSite","@id":"https:\/\/kadanscom.onest-dev.nl\/de\/#website","url":"https:\/\/kadanscom.onest-dev.nl\/de\/","name":"Kadans Science Partner","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kadanscom.onest-dev.nl\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/pages\/9108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/comments?post=9108"}],"version-history":[{"count":0,"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/pages\/9108\/revisions"}],"wp:attachment":[{"href":"https:\/\/kadanscom.onest-dev.nl\/de\/wp-json\/wp\/v2\/media?parent=9108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}