CINXE.COM
Agenda — Curious2027 – Future Insight™
<!doctype html><html lang="en-US"><head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new URL(t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+btoa(e.text)}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow"),Object.defineProperty(document,"readyState",{get:()=>e.rocketReadyState,set(t){e.rocketReadyState=t}}),document.readyState="loading"}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,document.readyState="interactive",await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){document.readyState="complete",await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="https://gmpg.org/xfn/11"><title>Agenda — Curious2027 – Future Insight™</title><link rel="stylesheet" id="siteground-optimizer-combined-css-0e0735e2ba283c34bbb563a2a4502167" href="https://www.curiousfutureinsight.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-0e0735e2ba283c34bbb563a2a4502167.css" media="all" /><link rel="preload" href="https://www.curiousfutureinsight.org/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-0e0735e2ba283c34bbb563a2a4502167.css" as="style"> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- The SEO Framework by Sybre Waaijer --><meta name="robots" content="noindex,max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /><link rel="next" href="https://www.curiousfutureinsight.org/agenda/page/2/" /><meta name="description" content="Engage our speakers and topics by attending a variety of sessions, including keynotes, workshops or short presentations. An additional highlight will be the Curious 2024 – Future Insight™ Prize." /><meta name="theme-color" content="#093c66" /><meta property="og:type" content="website" /><meta property="og:locale" content="en_US" /><meta property="og:site_name" content="Curious2027 – Future Insight™" /><meta property="og:title" content="Agenda" /><meta property="og:description" content="Engage our speakers and topics by attending a variety of sessions, including keynotes, workshops or short presentations. An additional highlight will be the Curious 2024 – Future Insight™ Prize." /><meta property="og:url" content="https://www.curiousfutureinsight.org/agenda/" /><meta property="og:image" content="https://curiousfutureinsight.org/wp-content/uploads/cropped-opengraphh_image.jpg" /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="630" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@futureinsight" /><meta name="twitter:creator" content="@futureinsight" /><meta name="twitter:title" content="Agenda" /><meta name="twitter:description" content="Engage our speakers and topics by attending a variety of sessions, including keynotes, workshops or short presentations. An additional highlight will be the Curious 2024 – Future Insight™ Prize." /><meta name="twitter:image" content="https://curiousfutureinsight.org/wp-content/uploads/cropped-opengraphh_image.jpg" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.curiousfutureinsight.org/#/schema/WebSite","url":"https://www.curiousfutureinsight.org/","name":"Curious2027 – Future Insight™","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.curiousfutureinsight.org/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://www.curiousfutureinsight.org/#/schema/Organization","name":"Curious2027 – Future Insight™","url":"https://www.curiousfutureinsight.org/","logo":{"@type":"ImageObject","url":"https://www.curiousfutureinsight.org/wp-content/uploads/Swirl2027.jpg","contentUrl":"https://www.curiousfutureinsight.org/wp-content/uploads/Swirl2027.jpg","width":200,"height":200,"contentSize":"9694"}}},{"@type":"CollectionPage","@id":"https://www.curiousfutureinsight.org/agenda/","url":"https://www.curiousfutureinsight.org/agenda/","name":"Agenda — Curious2027 – Future Insight™","description":"Engage our speakers and topics by attending a variety of sessions, including keynotes, workshops or short presentations. An additional highlight will be the Curious 2024 – Future Insight™ Prize.","inLanguage":"en-US","isPartOf":{"@id":"https://www.curiousfutureinsight.org/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://www.curiousfutureinsight.org/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://www.curiousfutureinsight.org/","name":"Curious2027 – Future Insight™"},{"@type":"ListItem","position":2,"name":"Agenda"}]}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 2.90ms meta | 1.57ms boot --><link rel="alternate" type="application/rss+xml" title="Curious2027 – Future Insight™ » Feed" href="https://www.curiousfutureinsight.org/feed/" /><link rel="alternate" type="application/rss+xml" title="Curious2027 – Future Insight™ » Comments Feed" href="https://www.curiousfutureinsight.org/comments/feed/" /><link rel="alternate" type="application/rss+xml" title="Curious2027 – Future Insight™ » Agenda Items Feed" href="https://www.curiousfutureinsight.org/agenda/feed/" /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <style id='elementor-frontend-inline-css'> .elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FDC832;--e-global-color-text:#1A1A1B;--e-global-color-accent:#E66727;--e-global-color-4e57b11:#093C66;--e-global-color-53fec7b:#166DB0;--e-global-color-32ac4e5:#69A0DC;--e-global-color-20a2848:#00B0F0;--e-global-color-1d7bec1:#E66727;--e-global-color-1eda044:#2F3789;--e-global-color-a7f7ccc:#093C66;--e-global-color-f6cec14:#01A2DD;--e-global-color-534496d:#E66727;--e-global-color-cde2bbe:#1A1A1B;--e-global-color-20f6e6a:#E8F0F3;--e-global-color-c19db5e:#093C662B;--e-global-color-eee2542:#E8F0F37D;--e-global-color-f3f6ac8:#FDC83245;--e-global-color-a59305e:#E97B1745;--e-global-color-df399c0:#FDC832;--e-global-color-069f988:#E97B17;--e-global-color-eae5c4f:#00B0F03B;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-bd7faa5-font-family:"Raleway";--e-global-typography-bd7faa5-font-size:3.81em;--e-global-typography-bd7faa5-font-weight:600;--e-global-typography-bd7faa5-text-transform:uppercase;--e-global-typography-bd7faa5-line-height:1.2em;--e-global-typography-50b7226-font-size:1.56em;--e-global-typography-50b7226-font-weight:400;--e-global-typography-50b7226-line-height:1.3em;--e-global-typography-51f0c69-font-family:"Raleway";--e-global-typography-51f0c69-font-size:3.81em;--e-global-typography-51f0c69-font-weight:500;--e-global-typography-51f0c69-text-transform:uppercase;--e-global-typography-51f0c69-line-height:1em;--e-global-typography-06569ee-font-size:1.95em;--e-global-typography-06569ee-font-weight:400;--e-global-typography-06569ee-line-height:1.3em;--e-global-typography-e550ac1-font-size:0.8em;--e-global-typography-e550ac1-font-weight:300;--e-global-typography-e550ac1-line-height:1.2em;--e-global-typography-e3e13c5-font-family:"Raleway";--e-global-typography-e3e13c5-font-size:3.05em;--e-global-typography-e3e13c5-font-weight:400;--e-global-typography-e3e13c5-text-transform:uppercase;--e-global-typography-e3e13c5-line-height:1.2em;--e-global-typography-de730d8-font-size:1.95em;--e-global-typography-de730d8-font-weight:400;--e-global-typography-de730d8-line-height:1.2em;--e-global-typography-ff4ee73-font-family:"Raleway";--e-global-typography-ff4ee73-font-size:1.56em;--e-global-typography-ff4ee73-font-weight:400;--e-global-typography-ff4ee73-line-height:1.2em;--e-global-typography-e884589-font-family:"Raleway";--e-global-typography-e884589-font-size:1.25em;--e-global-typography-e884589-font-weight:400;--e-global-typography-e884589-line-height:1.3em;--e-global-typography-73f164d-font-family:"Raleway";--e-global-typography-73f164d-font-size:1.95em;--e-global-typography-73f164d-font-weight:600;--e-global-typography-b75679d-font-family:"Raleway";--e-global-typography-b75679d-font-size:1.56em;--e-global-typography-b75679d-font-weight:500;--e-global-typography-b75679d-line-height:1.2em;--e-global-typography-5578888-font-size:0.8em;--e-global-typography-5578888-font-weight:500;--e-global-typography-5578888-line-height:1em;--e-global-typography-3a52481-font-size:0.9em;--e-global-typography-3a52481-font-weight:500;--e-global-typography-3a52481-line-height:1em;--e-global-typography-fb14706-font-size:16px;--e-global-typography-fb14706-font-weight:500;--e-global-typography-7eeef41-font-family:"Raleway";--e-global-typography-7eeef41-font-size:2.44em;--e-global-typography-7eeef41-font-weight:500;--e-global-typography-7eeef41-line-height:1em;--e-global-typography-6a5da37-font-family:"Raleway";--e-global-typography-6a5da37-font-size:1.95em;--e-global-typography-6a5da37-font-weight:500;--e-global-typography-6a5da37-line-height:1em;--e-global-typography-edc6048-font-size:0.9em;--e-global-typography-edc6048-font-weight:500;--e-global-typography-edc6048-line-height:1em;--e-global-typography-7df0718-font-family:"Raleway";--e-global-typography-7df0718-font-size:1.56em;--e-global-typography-7df0718-font-weight:500;--e-global-typography-7df0718-line-height:1em;--e-global-typography-2ec3922-font-size:1.25em;--e-global-typography-2ec3922-font-weight:500;--e-global-typography-2ec3922-line-height:1em;--e-global-typography-9f0ce37-font-size:1em;--e-global-typography-9f0ce37-font-weight:500;--e-global-typography-9f0ce37-line-height:1em;--e-global-typography-efb9ab3-font-size:4.81em;--e-global-typography-efb9ab3-line-height:1em;font-family:"Raleway", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;line-height:1.3em;letter-spacing:0px;word-spacing:0px;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Raleway", Sans-serif;}.elementor-kit-6 h1{font-size:4.81em;}.elementor-kit-6 h2{font-size:3.95em;}.elementor-kit-6 h3{font-size:2.44em;}.elementor-kit-6 h4{font-size:1.95em;}.elementor-kit-6 h5{font-size:1.56em;line-height:1.3em;}.elementor-kit-6 h6{font-size:1.25em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-fb14706-font-size );font-weight:var( --e-global-typography-fb14706-font-weight );line-height:var( --e-global-typography-fb14706-line-height );letter-spacing:var( --e-global-typography-fb14706-letter-spacing );word-spacing:var( --e-global-typography-fb14706-word-spacing );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:12px 24px 12px 24px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-fb14706-font-size );line-height:var( --e-global-typography-fb14706-line-height );letter-spacing:var( --e-global-typography-fb14706-letter-spacing );word-spacing:var( --e-global-typography-fb14706-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-efb9ab3-font-size:3.95em;font-size:13px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-fb14706-font-size );line-height:var( --e-global-typography-fb14706-line-height );letter-spacing:var( --e-global-typography-fb14706-letter-spacing );word-spacing:var( --e-global-typography-fb14706-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}} .elementor-12618 .elementor-element.elementor-element-b94931c > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-b94931c .elementor-repeater-item-278862f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-38173bf > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12618 .elementor-element.elementor-element-38173bf > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12618 .elementor-element.elementor-element-67f029c{text-align:left;}.elementor-12618 .elementor-element.elementor-element-67f029c img{width:325px;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-fd6acd5.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-fd6acd5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-fd6acd5.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-fd6acd5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-1d7bec1 );border-radius:30px 30px 30px 30px;padding:8px 39px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-6732407 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-6732407 > .elementor-widget-container{margin:0px 0px 0px 17.5px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-6732407{width:var( --container-widget-width, 46% );max-width:46%;--container-widget-width:46%;--container-widget-flex-grow:0;z-index:0;}.elementor-12618 .elementor-element.elementor-element-6732407.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-075d40f .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-075d40f > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-075d40f{width:auto;max-width:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-fdc7ab1.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1 > .elementor-element-populated{margin:16px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e{--e-nav-menu-horizontal-menu-item-margin:calc( 30px / 2 );width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:30px;}.elementor-12618 .elementor-element.elementor-element-f91e66e > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-12618 .elementor-element.elementor-element-c73d738 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-c73d738.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-c73d738 .elementor-icon{font-size:20px;}.elementor-12618 .elementor-element.elementor-element-c73d738 .elementor-icon svg{height:20px;}.elementor-12618 .elementor-element.elementor-element-c73d738 > .elementor-widget-container{margin:4px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-c73d738{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-8e9d556 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8e9d556.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8e9d556 .elementor-icon{font-size:18px;}.elementor-12618 .elementor-element.elementor-element-8e9d556 .elementor-icon svg{height:18px;}.elementor-12618 .elementor-element.elementor-element-8e9d556 > .elementor-widget-container{margin:4px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-8e9d556{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-b94931c:not(.elementor-motion-effects-element-type-background), .elementor-12618 .elementor-element.elementor-element-b94931c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-12618 .elementor-element.elementor-element-b94931c{transition:background 0s, border 0.2s, border-radius 0.2s, box-shadow 0.2s;margin-top:0px;margin-bottom:-118px;padding:16px 60px 16px 60px;z-index:9999;}.elementor-12618 .elementor-element.elementor-element-b94931c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.2s, opacity 0.3s;}.elementor-12618 .elementor-element.elementor-element-c8e7444 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-c8e7444 .elementor-repeater-item-278862f.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-3ecbce6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12618 .elementor-element.elementor-element-3ecbce6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12618 .elementor-element.elementor-element-af8040b{text-align:left;}.elementor-12618 .elementor-element.elementor-element-af8040b img{width:240px;}.elementor-12618 .elementor-element.elementor-element-f3f67ac{text-align:left;}.elementor-12618 .elementor-element.elementor-element-f3f67ac img{width:240px;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 30px;--e-column-margin-right:0px;--e-column-margin-left:30px;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-0fe4681.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-0fe4681.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-0fe4681.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-0fe4681 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#E66727;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-579f9bc .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-579f9bc > .elementor-widget-container{margin:0px 0px 0px 15px;}.elementor-12618 .elementor-element.elementor-element-579f9bc{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-bc8df54 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-bc8df54 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-bc8df54{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-3708fdb .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-3708fdb > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-3708fdb{width:auto;max-width:auto;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-1303bf9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-1303bf9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-1303bf9.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-1303bf9 > .elementor-element-populated{margin:16px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0{--e-nav-menu-horizontal-menu-item-margin:calc( 30px / 2 );width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:30px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 > .elementor-widget-container{margin:0px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-da55ad6 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-da55ad6.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-da55ad6 .elementor-icon{font-size:20px;}.elementor-12618 .elementor-element.elementor-element-da55ad6 .elementor-icon svg{height:20px;}.elementor-12618 .elementor-element.elementor-element-da55ad6 > .elementor-widget-container{margin:4px 30px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-da55ad6{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-8369bc4 .elementor-icon-wrapper{text-align:center;}.elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-framed .elementor-icon, .elementor-12618 .elementor-element.elementor-element-8369bc4.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-8369bc4 .elementor-icon{font-size:18px;}.elementor-12618 .elementor-element.elementor-element-8369bc4 .elementor-icon svg{height:18px;}.elementor-12618 .elementor-element.elementor-element-8369bc4 > .elementor-widget-container{margin:4px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-8369bc4{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#E66727;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-a51cfc3 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-a51cfc3 > .elementor-widget-container{margin:0px 0px 0px 15px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-04a3a33 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-04a3a33 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-04a3a33{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#093C6600;border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:hover, .elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:hover svg, .elementor-12618 .elementor-element.elementor-element-6c1c039 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-12618 .elementor-element.elementor-element-6c1c039 > .elementor-widget-container{margin:0px 0px 0px 17.5px;}.elementor-12618 .elementor-element.elementor-element-6c1c039{width:auto;max-width:auto;}.elementor-12618 .elementor-element.elementor-element-c8e7444:not(.elementor-motion-effects-element-type-background), .elementor-12618 .elementor-element.elementor-element-c8e7444 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-12618 .elementor-element.elementor-element-c8e7444{transition:background 0s, border 0.2s, border-radius 0.2s, box-shadow 0.2s;margin-top:0px;margin-bottom:-118px;padding:16px 60px 16px 60px;z-index:9999;}.elementor-12618 .elementor-element.elementor-element-c8e7444 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.2s, opacity 0.3s;}@media(max-width:1024px){.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-fd6acd5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-fdc7ab1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-b94931c{padding:16px 30px 16px 30px;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-0fe4681 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-1303bf9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-3d968ac.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-3d968ac > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:30px;}.elementor-12618 .elementor-element.elementor-element-3d968ac > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-a51cfc3 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-04a3a33 > .elementor-widget-container{margin:0px 10px 0px 10px;}.elementor-12618 .elementor-element.elementor-element-6c1c039 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-12618 .elementor-element.elementor-element-c8e7444{padding:16px 30px 16px 30px;}}@media(min-width:768px){.elementor-12618 .elementor-element.elementor-element-38173bf{width:32.761%;}.elementor-12618 .elementor-element.elementor-element-be7d9a3{width:67.239%;}}@media(max-width:1024px) and (min-width:768px){.elementor-12618 .elementor-element.elementor-element-38173bf{width:33%;}.elementor-12618 .elementor-element.elementor-element-be7d9a3{width:67%;}.elementor-12618 .elementor-element.elementor-element-3ecbce6{width:33%;}.elementor-12618 .elementor-element.elementor-element-781a0a4{width:67%;}.elementor-12618 .elementor-element.elementor-element-3d968ac{width:100%;}}@media(max-width:767px){.elementor-12618 .elementor-element.elementor-element-38173bf{width:86%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-38173bf.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-12618 .elementor-element.elementor-element-be7d9a3{width:14%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-be7d9a3.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-be7d9a3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-f91e66e .elementor-nav-menu--main .elementor-item{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-12618 .elementor-element.elementor-element-f91e66e{width:var( --container-widget-width, 83.688px );max-width:83.688px;--container-widget-width:83.688px;--container-widget-flex-grow:0;}.elementor-12618 .elementor-element.elementor-element-b94931c{padding:16px 20px 16px 20px;}.elementor-12618 .elementor-element.elementor-element-3ecbce6{width:86%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-3ecbce6.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-12618 .elementor-element.elementor-element-781a0a4{width:14%;}.elementor-bc-flex-widget .elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-12618 .elementor-element.elementor-element-781a0a4.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-12618 .elementor-element.elementor-element-781a0a4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-12618 .elementor-element.elementor-element-7a88cd0 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-12618 .elementor-element.elementor-element-c8e7444{padding:16px 20px 16px 20px;}} .elementor-8898 .elementor-element.elementor-element-6d7f2580 > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-6d7f2580 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-8898 .elementor-element.elementor-element-6d7f2580 .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-50058a74.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-50058a74.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-50058a74 > .elementor-element-populated{padding:0% 23% 0% 0%;}.elementor-8898 .elementor-element.elementor-element-4b1127c7 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-78d5bb7{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--dropdown a{padding-left:0px;padding-right:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:0px !important;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-1cd480e2.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-1cd480e2.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-1cd480e2 > .elementor-element-populated{padding:0px 0px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-23bd64d1 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-23bd64d1 > .elementor-widget-container{margin:0px 0px -10px 0px;}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__container{min-height:50px;}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__submit{min-width:50px;background-color:#02010100;}body:not(.rtl) .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__input, .elementor-8898 .elementor-element.elementor-element-5f0a17c5.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-5578888-font-size );font-weight:var( --e-global-typography-5578888-font-weight );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__input, .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-search-form__icon, .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-lightbox .dialog-lightbox-close-button, .elementor-8898 .elementor-element.elementor-element-5f0a17c5 .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-8898 .elementor-element.elementor-element-5f0a17c5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-8898 .elementor-element.elementor-element-5f0a17c5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-8898 .elementor-element.elementor-element-4e49e8fe .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-4e49e8fe > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-da75ff2.elementor-social-icon{background-color:#113D67;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-da75ff2.elementor-social-icon i{color:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-da75ff2.elementor-social-icon svg{fill:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-5aad85f.elementor-social-icon{background-color:#00000000;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-5aad85f.elementor-social-icon i{color:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-5aad85f.elementor-social-icon svg{fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-f6eb65d.elementor-social-icon{background-color:#113D67;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-f6eb65d.elementor-social-icon i{color:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-repeater-item-f6eb65d.elementor-social-icon svg{fill:#FFFFFF;}.elementor-8898 .elementor-element.elementor-element-1815d95a{--grid-template-columns:repeat(3, auto);--icon-size:30px;--grid-column-gap:14px;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-widget-container{text-align:left;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-social-icon{background-color:#FFFFFF;--icon-padding:0em;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-social-icon i{color:#000000;}.elementor-8898 .elementor-element.elementor-element-1815d95a .elementor-social-icon svg{fill:#000000;}.elementor-8898 .elementor-element.elementor-element-1815d95a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-f104adb .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-b75679d-font-family ), Sans-serif;font-size:var( --e-global-typography-b75679d-font-size );font-weight:var( --e-global-typography-b75679d-font-weight );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-f104adb > .elementor-widget-container{padding:20px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button{font-family:"Raleway", Sans-serif;font-size:0.9em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );border-radius:30px 30px 30px 30px;padding:8px 22px 8px 22px;}.elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button:hover, .elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button:focus{color:var( --e-global-color-primary );background-color:var( --e-global-color-accent );}.elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button:hover svg, .elementor-8898 .elementor-element.elementor-element-865ce56 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-865ce56 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-865ce56{width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-6d7f2580{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:80px;margin-bottom:0px;padding:0px 60px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-6d7f2580 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898 .elementor-element.elementor-element-5344b2a9 > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9 .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-18af056c.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-8898 .elementor-element.elementor-element-18af056c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-8898 .elementor-element.elementor-element-18af056c.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-18af056c > .elementor-element-populated{padding:0px 120px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-7e533970{text-align:center;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-7e533970 img{width:240px;}.elementor-8898 .elementor-element.elementor-element-7e533970 > .elementor-widget-container{margin:0px 0px 40px 0px;}.elementor-8898 .elementor-element.elementor-element-93d457a{text-align:left;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-93d457a img{width:240px;}.elementor-8898 .elementor-element.elementor-element-93d457a > .elementor-widget-container{margin:0px 0px 40px 0px;padding:0px 0px 0px 040px;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-434b6695 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-434b6695{z-index:0;}.elementor-8898 .elementor-element.elementor-element-61e64c69{text-align:right;width:var( --container-widget-width, 9.482% );max-width:9.482%;--container-widget-width:9.482%;--container-widget-flex-grow:0;}.elementor-8898 .elementor-element.elementor-element-61e64c69 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-size:11px;font-weight:400;line-height:11px;}.elementor-8898 .elementor-element.elementor-element-61e64c69 > .elementor-widget-container{padding:0px 585px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-61e64c69.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-8898 .elementor-element.elementor-element-765a6b66{text-align:left;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-765a6b66 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-e884589-font-family ), Sans-serif;font-size:var( --e-global-typography-e884589-font-size );font-weight:var( --e-global-typography-e884589-font-weight );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-8898 .elementor-element.elementor-element-765a6b66 > .elementor-widget-container{margin:10px 40px 10px 0px;}.elementor-8898 .elementor-element.elementor-element-70b454c4{text-align:right;width:auto;max-width:auto;}.elementor-8898 .elementor-element.elementor-element-70b454c4 img{width:140px;}.elementor-8898 .elementor-element.elementor-element-70b454c4 > .elementor-widget-container{margin:20px 40px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 60px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898 .elementor-element.elementor-element-bf76ee2 > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2 .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-96b417d.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-8898 .elementor-element.elementor-element-96b417d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-8898 .elementor-element.elementor-element-96b417d.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8898 .elementor-element.elementor-element-96b417d > .elementor-element-populated{padding:0px 60px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-d36c362{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-d36c362 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-bfcff49{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-bfcff49 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 60px 80px 60px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898 .elementor-element.elementor-element-516629cc > .elementor-container{max-width:1600px;}.elementor-8898 .elementor-element.elementor-element-516629cc .elementor-repeater-item-c168c33.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8898 .elementor-element.elementor-element-6581190c.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8898 .elementor-element.elementor-element-6581190c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8898 .elementor-element.elementor-element-6581190c.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8898 .elementor-element.elementor-element-6581190c > .elementor-element-populated{padding:0px 60px 0px 60px;}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-6c780af9{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-6c780af9 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item:hover, .elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-8898 .elementor-element.elementor-element-6e9ea67{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-8898 .elementor-element.elementor-element-6e9ea67 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-8898 .elementor-element.elementor-element-516629cc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 60px 80px 60px;}.elementor-8898 .elementor-element.elementor-element-516629cc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8898:not(.elementor-motion-effects-element-type-background), .elementor-8898 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(190deg, var( --e-global-color-4e57b11 ) 0%, var( --e-global-color-a7f7ccc ) 100%);}@media(min-width:768px){.elementor-8898 .elementor-element.elementor-element-50058a74{width:68%;}.elementor-8898 .elementor-element.elementor-element-1cd480e2{width:32%;}.elementor-8898 .elementor-element.elementor-element-18af056c{width:90%;}.elementor-8898 .elementor-element.elementor-element-434b6695{width:10%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8898 .elementor-element.elementor-element-50058a74{width:100%;}.elementor-8898 .elementor-element.elementor-element-1cd480e2{width:100%;}.elementor-8898 .elementor-element.elementor-element-18af056c{width:100%;}.elementor-8898 .elementor-element.elementor-element-434b6695{width:100%;}}@media(max-width:1024px){.elementor-8898 .elementor-element.elementor-element-4b1127c7 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main .elementor-item{padding-left:0px;padding-right:0px;}.elementor-8898 .elementor-element.elementor-element-78d5bb7{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-1cd480e2 > .elementor-element-populated{margin:60px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-23bd64d1 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8898 .elementor-element.elementor-element-4e49e8fe .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-f104adb .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-6d7f2580{padding:00px 25px 30px 25px;}.elementor-8898 .elementor-element.elementor-element-18af056c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-7e533970 img{width:240px;}.elementor-8898 .elementor-element.elementor-element-93d457a img{width:240px;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-61e64c69{text-align:left;}.elementor-8898 .elementor-element.elementor-element-61e64c69 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-765a6b66 .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5344b2a9{padding:30px 25px 30px 25px;}.elementor-8898 .elementor-element.elementor-element-96b417d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2{padding:30px 25px 30px 25px;}.elementor-8898 .elementor-element.elementor-element-6581190c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-516629cc{padding:30px 25px 30px 25px;}}@media(max-width:767px){.elementor-8898 .elementor-element.elementor-element-4b1127c7 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-8898 .elementor-element.elementor-element-78d5bb7{--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-8898 .elementor-element.elementor-element-78d5bb7 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-8898 .elementor-element.elementor-element-23bd64d1 .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-5f0a17c5 input[type="search"].elementor-search-form__input{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8898 .elementor-element.elementor-element-4e49e8fe .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-f104adb .elementor-heading-title{font-size:var( --e-global-typography-b75679d-font-size );line-height:var( --e-global-typography-b75679d-line-height );letter-spacing:var( --e-global-typography-b75679d-letter-spacing );word-spacing:var( --e-global-typography-b75679d-word-spacing );}.elementor-8898 .elementor-element.elementor-element-6d7f2580{margin-top:40px;margin-bottom:40px;padding:0px 20px 30px 20px;}.elementor-8898 .elementor-element.elementor-element-434b6695.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-8898 .elementor-element.elementor-element-434b6695 > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-61e64c69{text-align:left;}.elementor-8898 .elementor-element.elementor-element-765a6b66{text-align:left;}.elementor-8898 .elementor-element.elementor-element-765a6b66 .elementor-heading-title{font-size:var( --e-global-typography-e884589-font-size );line-height:var( --e-global-typography-e884589-line-height );letter-spacing:var( --e-global-typography-e884589-letter-spacing );word-spacing:var( --e-global-typography-e884589-word-spacing );}.elementor-8898 .elementor-element.elementor-element-765a6b66 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-70b454c4{text-align:left;width:100%;max-width:100%;}.elementor-8898 .elementor-element.elementor-element-70b454c4 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-8898 .elementor-element.elementor-element-5344b2a9{padding:20px 20px 30px 20px;}.elementor-8898 .elementor-element.elementor-element-bf76ee2{padding:20px 20px 30px 20px;}.elementor-8898 .elementor-element.elementor-element-516629cc{padding:20px 20px 30px 20px;}}/* Start custom CSS for social-icons, class: .elementor-element-1815d95a */.elementor-8898 .elementor-element.elementor-element-1815d95a svg { width: 100% !important; height: 100% !important; }/* End custom CSS */ /* Start custom CSS for social-icons, class: .elementor-element-1815d95a */.elementor-8898 .elementor-element.elementor-element-1815d95a svg { width: 100% !important; height: 100% !important; }/* End custom CSS */ .elementor-8003 .elementor-element.elementor-element-93f7714 > .elementor-container{min-height:50vh;}.elementor-8003 .elementor-element.elementor-element-93f7714 .elementor-repeater-item-517c75a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8003 .elementor-element.elementor-element-459e18ab.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-8003 .elementor-element.elementor-element-459e18ab.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-8003 .elementor-element.elementor-element-459e18ab > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-8003 .elementor-element.elementor-element-459e18ab > .elementor-element-populated{padding:0px 0px 10px 0px;}.elementor-8003 .elementor-element.elementor-element-7e6305f2 .elementor-heading-title{color:var( --e-global-color-primary );font-size:var( --e-global-typography-efb9ab3-font-size );line-height:var( --e-global-typography-efb9ab3-line-height );letter-spacing:var( --e-global-typography-efb9ab3-letter-spacing );word-spacing:var( --e-global-typography-efb9ab3-word-spacing );}.elementor-8003 .elementor-element.elementor-element-7e6305f2{z-index:2;}.elementor-8003 .elementor-element.elementor-element-7fa9c67 img{width:240px;}.elementor-8003 .elementor-element.elementor-element-7fa9c67{width:auto;max-width:auto;bottom:20px;z-index:0;}body:not(.rtl) .elementor-8003 .elementor-element.elementor-element-7fa9c67{left:260px;}body.rtl .elementor-8003 .elementor-element.elementor-element-7fa9c67{right:260px;}.elementor-8003 .elementor-element.elementor-element-7fa9c67 .jet-tricks-satellite{transform:translateX(-10px);z-index:2;}.elementor-8003 .elementor-element.elementor-element-7fa9c67 .jet-tricks-satellite__inner{transform:translateY(-70px);}.elementor-8003 .elementor-element.elementor-element-7fa9c67 .jet-tricks-satellite .jet-tricks-satellite__text span{transform:rotate(0deg);}.elementor-8003 .elementor-element.elementor-element-7fa9c67 .jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance{transform:rotate(0deg);}.elementor-8003 .elementor-element.elementor-element-7fa9c67 .jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance{transform:rotate(0deg);}.elementor-8003 .elementor-element.elementor-element-7fa9c67 .jet-tricks-satellite .jet-tricks-satellite__image{width:200px;height:150px;}.elementor-8003 .elementor-element.elementor-element-93f7714:not(.elementor-motion-effects-element-type-background), .elementor-8003 .elementor-element.elementor-element-93f7714 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );background:url("https://www.curiousfutureinsight.org/wp-content/uploads/starflight-1.jpg") 50% 50%;background-size:cover;}.elementor-8003 .elementor-element.elementor-element-93f7714 > .elementor-background-overlay{background-color:var( --e-global-color-4e57b11 );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8003 .elementor-element.elementor-element-93f7714{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8003 .elementor-element.elementor-element-93f7714 > .elementor-shape-bottom .elementor-shape-fill{fill:#98D1CF45;}.elementor-8003 .elementor-element.elementor-element-93f7714 > .elementor-shape-bottom svg{width:calc(294% + 1.3px);height:84px;transform:translateX(-50%) rotateY(180deg);}.elementor-8003 .elementor-element.elementor-element-7b304240 .elementor-repeater-item-52818fa.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8003 .elementor-element.elementor-element-11870734.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-8003 .elementor-element.elementor-element-11870734.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-8003 .elementor-element.elementor-element-11870734:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8003 .elementor-element.elementor-element-11870734 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center right, var( --e-global-color-primary ) 63%, var( --e-global-color-20f6e6a ) 100%);}.elementor-8003 .elementor-element.elementor-element-11870734 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 20px 60px;}.elementor-8003 .elementor-element.elementor-element-11870734 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8003 .elementor-element.elementor-element-464dd511 .elementor-repeater-item-7c70ecd.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8003 .elementor-element.elementor-element-59419af9 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__row{display:inline-block;margin-right:calc(30px/2);margin-left:calc(30px/2);padding-top:calc(0px/2);margin-bottom:calc(0px/2);}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-list-tree__children{display:inline-block;margin-right:calc(30px/2);margin-left:calc(30px/2);padding-left:10px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list-wrapper{margin-left:calc(-30px/2);margin-right:calc(-30px/2);margin-top:calc(-0px/2);margin-bottom:calc(-0px/2);}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__label{font-size:var( --e-global-typography-9f0ce37-font-size );font-weight:var( --e-global-typography-9f0ce37-font-weight );line-height:var( --e-global-typography-9f0ce37-line-height );letter-spacing:var( --e-global-typography-9f0ce37-letter-spacing );word-spacing:var( --e-global-typography-9f0ce37-word-spacing );}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__button{padding:6px 0px 6px 0px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__decorator{width:16px;height:16px;min-width:16px;min-height:16px;margin-top:0px;margin-right:6px;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-text );}.rtl .elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__decorator{margin-left:6px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator{background-color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__checked-icon{font-size:12px;color:var( --e-global-color-text );}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-collapse-icon{width:20px;height:20px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-collapse-none{width:20px;height:20px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-filters-counter{padding-left:5px;}.rtl .elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-filters-counter{padding-right:5px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-filter+.jet-filter{margin-top:10px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-select[data-hierarchical="1"] + .jet-select[data-hierarchical="1"]{margin-top:10px;}.elementor-8003 .elementor-element.elementor-element-586b468e > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__row{display:inline-block;margin-right:calc(30px/2);margin-left:calc(30px/2);padding-top:calc(0px/2);margin-bottom:calc(0px/2);}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-list-tree__children{display:inline-block;margin-right:calc(30px/2);margin-left:calc(30px/2);padding-left:10px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list-wrapper{margin-left:calc(-30px/2);margin-right:calc(-30px/2);margin-top:calc(-0px/2);margin-bottom:calc(-0px/2);}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__label{font-size:var( --e-global-typography-9f0ce37-font-size );font-weight:var( --e-global-typography-9f0ce37-font-weight );line-height:var( --e-global-typography-9f0ce37-line-height );letter-spacing:var( --e-global-typography-9f0ce37-letter-spacing );word-spacing:var( --e-global-typography-9f0ce37-word-spacing );}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__button{padding:6px 0px 6px 0px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__decorator{width:16px;height:16px;min-width:16px;min-height:16px;margin-top:0px;margin-right:6px;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-text );}.rtl .elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__decorator{margin-left:6px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator{background-color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__checked-icon{font-size:12px;color:var( --e-global-color-text );}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-collapse-icon{width:20px;height:20px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-collapse-none{width:20px;height:20px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-filters-counter{padding-left:5px;}.rtl .elementor-8003 .elementor-element.elementor-element-21006b87 .jet-filters-counter{padding-right:5px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-filter+.jet-filter{margin-top:10px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-select[data-hierarchical="1"] + .jet-select[data-hierarchical="1"]{margin-top:10px;}.elementor-8003 .elementor-element.elementor-element-464dd511{margin-top:0px;margin-bottom:040px;padding:0px 0px 0px 0px;}.elementor-8003 .elementor-element.elementor-element-1be6b18e .elementor-repeater-item-7c70ecd.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8003 .elementor-element.elementor-element-365f2748 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-8003 .elementor-element.elementor-element-f8ddba0 > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-8003 .elementor-element.elementor-element-f8ddba0{width:auto;max-width:auto;}.elementor-8003 .elementor-element.elementor-element-33fc31e .elementor-heading-title{font-size:var( --e-global-typography-3a52481-font-size );font-weight:var( --e-global-typography-3a52481-font-weight );line-height:var( --e-global-typography-3a52481-line-height );letter-spacing:var( --e-global-typography-3a52481-letter-spacing );word-spacing:var( --e-global-typography-3a52481-word-spacing );}.elementor-8003 .elementor-element.elementor-element-33fc31e > .elementor-widget-container{padding:5px 0px 20px 10px;}.elementor-8003 .elementor-element.elementor-element-33fc31e{width:auto;max-width:auto;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__row{display:inline-block;margin-right:calc(20px/2);margin-left:calc(20px/2);margin-bottom:0px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list-wrapper{margin-left:calc(-20px/2);margin-right:calc(-20px/2);}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__label{font-size:1em;font-weight:500;line-height:1em;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__input:checked ~ .jet-color-image-list__button{color:var( --e-global-color-text );background-color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__button{padding:12px 24px 12px 24px;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-text );border-radius:15px 15px 15px 15px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__decorator .jet-color-image-list__color{width:0px;height:0px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__decorator .jet-color-image-list__image{width:0px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__decorator{margin-right:0px;}.rtl .elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__decorator{margin-left:0px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-filter-label{font-size:var( --e-global-typography-5578888-font-size );font-weight:var( --e-global-typography-5578888-font-weight );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-filters-counter{padding-left:5px;}.rtl .elementor-8003 .elementor-element.elementor-element-25768a3e .jet-filters-counter{padding-right:5px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-filter+.jet-filter{margin-top:10px;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-select[data-hierarchical="1"] + .jet-select[data-hierarchical="1"]{margin-top:10px;}.elementor-8003 .elementor-element.elementor-element-79a64fc .elementor-button-content-wrapper{flex-direction:row;}.elementor-8003 .elementor-element.elementor-element-1be6b18e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-8003 .elementor-element.elementor-element-587be272.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-8003 .elementor-element.elementor-element-587be272.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-8003 .elementor-element.elementor-element-587be272 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-8003 .elementor-element.elementor-element-587be272:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8003 .elementor-element.elementor-element-587be272 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-20f6e6a );}.elementor-8003 .elementor-element.elementor-element-587be272 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 60px 60px 60px;}.elementor-8003 .elementor-element.elementor-element-587be272 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8003 .elementor-element.elementor-element-61ebbbcb{columns:1;font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-8003 .elementor-element.elementor-element-135b8f44{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:0px;--grid-bottom-margin:0px;--e-share-buttons-primary-color:var( --e-global-color-accent );width:100%;max-width:100%;}.elementor-8003 .elementor-element.elementor-element-135b8f44 .elementor-share-btn__icon{--e-share-buttons-icon-size:23px;}.elementor-8003 .elementor-element.elementor-element-567b801 .elementor-heading-title{font-size:var( --e-global-typography-5578888-font-size );font-weight:var( --e-global-typography-5578888-font-weight );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8003 .elementor-element.elementor-element-7b304240{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8003 .elementor-element.elementor-element-7b304240 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8003 .elementor-element.elementor-element-79817715 .elementor-repeater-item-52818fa.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8003 .elementor-element.elementor-element-38a7bed0:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8003 .elementor-element.elementor-element-38a7bed0 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center right, var( --e-global-color-primary ) 63%, var( --e-global-color-20f6e6a ) 100%);}.elementor-8003 .elementor-element.elementor-element-38a7bed0 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:60px 0px 60px 0px;}.elementor-8003 .elementor-element.elementor-element-38a7bed0 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items{--columns:1;}:is( .elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items, .elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__slider > .jet-listing-grid__items > .slick-list > .slick-track, .elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__scroll-slider > .jet-listing-grid__items ) > .jet-listing-grid__item{padding-top:calc(0px / 2);padding-bottom:calc(0px / 2);}:is( .elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid, .elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__slider, .elementor-8003 .elementor-element.elementor-element-3f515a6 > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__scroll-slider ) > .jet-listing-grid__items.grid-collapse-gap{margin-top:calc( 0px / -2);margin-bottom:calc( 0px / -2);}.elementor-8003 .elementor-element.elementor-element-79817715{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8003 .elementor-element.elementor-element-79817715 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-8003 .elementor-element.elementor-element-7e6305f2 .elementor-heading-title{font-size:var( --e-global-typography-efb9ab3-font-size );line-height:var( --e-global-typography-efb9ab3-line-height );letter-spacing:var( --e-global-typography-efb9ab3-letter-spacing );word-spacing:var( --e-global-typography-efb9ab3-word-spacing );}.elementor-8003 .elementor-element.elementor-element-11870734 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__label{font-size:var( --e-global-typography-9f0ce37-font-size );line-height:var( --e-global-typography-9f0ce37-line-height );letter-spacing:var( --e-global-typography-9f0ce37-letter-spacing );word-spacing:var( --e-global-typography-9f0ce37-word-spacing );}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__label{font-size:var( --e-global-typography-9f0ce37-font-size );line-height:var( --e-global-typography-9f0ce37-line-height );letter-spacing:var( --e-global-typography-9f0ce37-letter-spacing );word-spacing:var( --e-global-typography-9f0ce37-word-spacing );}.elementor-8003 .elementor-element.elementor-element-33fc31e .elementor-heading-title{font-size:var( --e-global-typography-3a52481-font-size );line-height:var( --e-global-typography-3a52481-line-height );letter-spacing:var( --e-global-typography-3a52481-letter-spacing );word-spacing:var( --e-global-typography-3a52481-word-spacing );}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-filter-label{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8003 .elementor-element.elementor-element-587be272 > .elementor-element-populated{padding:60px 30px 60px 30px;}.elementor-8003 .elementor-element.elementor-element-61ebbbcb{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );} .elementor-8003 .elementor-element.elementor-element-135b8f44{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-8003 .elementor-element.elementor-element-567b801 .elementor-heading-title{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8003 .elementor-element.elementor-element-38a7bed0 > .elementor-element-populated{padding:60px 0px 60px 0px;}}@media(max-width:767px){.elementor-8003 .elementor-element.elementor-element-7e6305f2 .elementor-heading-title{font-size:var( --e-global-typography-efb9ab3-font-size );line-height:var( --e-global-typography-efb9ab3-line-height );letter-spacing:var( --e-global-typography-efb9ab3-letter-spacing );word-spacing:var( --e-global-typography-efb9ab3-word-spacing );}body:not(.rtl) .elementor-8003 .elementor-element.elementor-element-7fa9c67{left:170px;}body.rtl .elementor-8003 .elementor-element.elementor-element-7fa9c67{right:170px;}.elementor-8003 .elementor-element.elementor-element-7fa9c67{bottom:90px;}.elementor-8003 .elementor-element.elementor-element-11870734 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-8003 .elementor-element.elementor-element-c9328c4 .jet-checkboxes-list__label{font-size:var( --e-global-typography-9f0ce37-font-size );line-height:var( --e-global-typography-9f0ce37-line-height );letter-spacing:var( --e-global-typography-9f0ce37-letter-spacing );word-spacing:var( --e-global-typography-9f0ce37-word-spacing );}.elementor-8003 .elementor-element.elementor-element-586b468e > .elementor-element-populated{padding:40px 0px 0px 0px;}.elementor-8003 .elementor-element.elementor-element-21006b87 .jet-checkboxes-list__label{font-size:var( --e-global-typography-9f0ce37-font-size );line-height:var( --e-global-typography-9f0ce37-line-height );letter-spacing:var( --e-global-typography-9f0ce37-letter-spacing );word-spacing:var( --e-global-typography-9f0ce37-word-spacing );}.elementor-8003 .elementor-element.elementor-element-33fc31e .elementor-heading-title{font-size:var( --e-global-typography-3a52481-font-size );line-height:var( --e-global-typography-3a52481-line-height );letter-spacing:var( --e-global-typography-3a52481-letter-spacing );word-spacing:var( --e-global-typography-3a52481-word-spacing );}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list__row{display:block;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-color-image-list-wrapper{text-align:left;}.elementor-8003 .elementor-element.elementor-element-25768a3e .jet-filter-label{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8003 .elementor-element.elementor-element-587be272 > .elementor-element-populated{padding:40px 20px 40px 20px;}.elementor-8003 .elementor-element.elementor-element-61ebbbcb{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );} .elementor-8003 .elementor-element.elementor-element-135b8f44{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:0px;--grid-bottom-margin:0px;}.elementor-8003 .elementor-element.elementor-element-567b801 .elementor-heading-title{font-size:var( --e-global-typography-5578888-font-size );line-height:var( --e-global-typography-5578888-line-height );letter-spacing:var( --e-global-typography-5578888-letter-spacing );word-spacing:var( --e-global-typography-5578888-word-spacing );}.elementor-8003 .elementor-element.elementor-element-38a7bed0 > .elementor-element-populated{padding:40px 0px 40px 0px;}}@media(min-width:768px){.elementor-8003 .elementor-element.elementor-element-11870734{width:62%;}.elementor-8003 .elementor-element.elementor-element-587be272{width:38%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8003 .elementor-element.elementor-element-11870734{width:100%;}.elementor-8003 .elementor-element.elementor-element-587be272{width:100%;}} .elementor-9078 .elementor-element.elementor-element-7cc9e6e .elementor-repeater-item-ca95e2c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-9078 .elementor-element.elementor-element-954f06c.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-954f06c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-954f06c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-9078 .elementor-element.elementor-element-954f06c > .elementor-element-populated > .elementor-background-overlay{background-color:#00000000;opacity:0.5;}.elementor-9078 .elementor-element.elementor-element-954f06c:hover > .elementor-element-populated > .elementor-background-overlay{opacity:0.5;}.elementor-9078 .elementor-element.elementor-element-954f06c > .elementor-element-populated{border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-954f06c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.5s, border-radius 0.3s, opacity 0.5s;}.elementor-9078 .elementor-element.elementor-element-a85c4c8 .elementor-repeater-item-07a4ff1.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-9078 .elementor-element.elementor-element-82e89d7.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-82e89d7.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-82e89d7 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-9078 .elementor-element.elementor-element-82e89d7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 60px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-82e89d7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9078 .elementor-element.elementor-element-194a4ac .jet-listing-dynamic-terms{text-align:left;}.elementor-9078 .elementor-element.elementor-element-194a4ac .jet-listing-dynamic-terms__icon{color:var( --e-global-color-secondary );font-size:16px;}.elementor-9078 .elementor-element.elementor-element-194a4ac .jet-listing-dynamic-terms__icon :is(svg, path){fill:var( --e-global-color-secondary );}.elementor-9078 .elementor-element.elementor-element-194a4ac .jet-listing-dynamic-terms__link{font-size:0.9em;font-weight:700;color:var( --e-global-color-secondary );}.elementor-9078 .elementor-element.elementor-element-194a4ac > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-194a4ac{width:auto;max-width:auto;}.elementor-9078 .elementor-element.elementor-element-afbf2df .jet-listing-dynamic-terms{text-align:left;}.elementor-9078 .elementor-element.elementor-element-afbf2df .jet-listing-dynamic-terms__link{font-size:0.9em;font-weight:normal;}.elementor-9078 .elementor-element.elementor-element-afbf2df > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-afbf2df{width:auto;max-width:auto;}.elementor-9078 .elementor-element.elementor-element-1787dfe{--spacer-size:0px;}.elementor-9078 .elementor-element.elementor-element-0afa532 .jet-listing-dynamic-field__content{font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );text-align:left;}.elementor-9078 .elementor-element.elementor-element-0afa532 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-9078 .elementor-element.elementor-element-0afa532 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-9078 .elementor-element.elementor-element-0afa532 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-9078 .elementor-element.elementor-element-0afa532{width:auto;max-width:auto;}.elementor-9078 .elementor-element.elementor-element-9355f90 .jet-listing-dynamic-field__content{font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );text-align:left;}.elementor-9078 .elementor-element.elementor-element-9355f90 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-9078 .elementor-element.elementor-element-9355f90 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-9078 .elementor-element.elementor-element-9355f90 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-9078 .elementor-element.elementor-element-9355f90{width:auto;max-width:auto;}.elementor-9078 .elementor-element.elementor-element-1f2f543 .jet-listing-dynamic-field__content{font-family:"Raleway", Sans-serif;font-size:1em;font-weight:600;text-align:left;}.elementor-9078 .elementor-element.elementor-element-1f2f543 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-9078 .elementor-element.elementor-element-1f2f543 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-9078 .elementor-element.elementor-element-1f2f543 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-9078 .elementor-element.elementor-element-1f2f543 > .elementor-widget-container{margin:10px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-9078 .elementor-element.elementor-element-421fb7b.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-421fb7b.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-421fb7b > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-9078 .elementor-element.elementor-element-421fb7b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 60px 00px 60px;}.elementor-9078 .elementor-element.elementor-element-421fb7b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9078 .elementor-element.elementor-element-b0feaec .jet-listing-dynamic-terms{text-align:left;}.elementor-9078 .elementor-element.elementor-element-b0feaec .jet-listing-dynamic-terms__link{font-size:0.9em;font-weight:700;color:var( --e-global-color-accent );}.elementor-9078 .elementor-element.elementor-element-b0feaec > .elementor-widget-container{margin:0px 0px 8px 0px;}.elementor-9078 .elementor-element.elementor-element-b0feaec{width:auto;max-width:auto;}.elementor-9078 .elementor-element.elementor-element-746968e .jet-listing-dynamic-terms{text-align:left;}.elementor-9078 .elementor-element.elementor-element-746968e .jet-listing-dynamic-terms__link{font-size:0.9em;font-weight:700;color:var( --e-global-color-1eda044 );}.elementor-9078 .elementor-element.elementor-element-746968e > .elementor-widget-container{margin:0px 0px 8px 0px;}.elementor-9078 .elementor-element.elementor-element-746968e{width:auto;max-width:auto;}.elementor-9078 .elementor-element.elementor-element-303792e .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:2.44em;font-weight:500;line-height:1.2em;}.elementor-9078 .elementor-element.elementor-element-5c4959b .elementor-heading-title{color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;font-size:1em;font-weight:600;line-height:1.2em;}.elementor-9078 .elementor-element.elementor-element-25b0469 .jet-unfold__button{align-self:flex-start;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;color:var( --e-global-color-accent );background-color:#02010100;border-style:solid;border-width:0px 0px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-25b0469 .jet-unfold .jet-unfold__button{flex-direction:row;}.elementor-9078 .elementor-element.elementor-element-25b0469 .jet-unfold__content{line-height:1.2em;}.elementor-9078 .elementor-element.elementor-element-25b0469 .jet-unfold__button{font-size:0.9em;font-weight:500;line-height:1em;}.elementor-9078 .elementor-element.elementor-element-25b0469 > .elementor-widget-container{margin:2px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-9078 .elementor-element.elementor-element-3c68508.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-3c68508.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-9078 .elementor-element.elementor-element-3c68508.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-9078 .elementor-element.elementor-element-3c68508 > .elementor-element-populated{padding:0px 00px 0px 60px;}.elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items{--columns:1;}:is( .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__items, .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__slider > .jet-listing-grid__items > .slick-list > .slick-track, .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__scroll-slider > .jet-listing-grid__items ) > .jet-listing-grid__item{padding-left:calc(0px / 2);padding-right:calc(0px / 2);padding-top:calc(0px / 2);padding-bottom:calc(0px / 2);}:is( .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid, .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__slider, .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__scroll-slider ) > .jet-listing-grid__items{margin-left:calc( 0px / -2);margin-right:calc( 0px / -2);width:calc(100% + 0px);}:is( .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid, .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__slider, .elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container > .jet-listing-grid > .jet-listing-grid__scroll-slider ) > .jet-listing-grid__items.grid-collapse-gap{margin-top:calc( 0px / -2);margin-bottom:calc( 0px / -2);}.elementor-9078 .elementor-element.elementor-element-7cc9e6e{margin-top:0px;margin-bottom:0px;padding:40px 60px 40px 60px;}@media(min-width:768px){.elementor-9078 .elementor-element.elementor-element-82e89d7{width:23%;}.elementor-9078 .elementor-element.elementor-element-421fb7b{width:39%;}.elementor-9078 .elementor-element.elementor-element-3c68508{width:37.665%;}}@media(max-width:1024px) and (min-width:768px){.elementor-9078 .elementor-element.elementor-element-82e89d7{width:33%;}.elementor-9078 .elementor-element.elementor-element-421fb7b{width:62%;}.elementor-9078 .elementor-element.elementor-element-3c68508{width:100%;}}@media(max-width:1024px){.elementor-9078 .elementor-element.elementor-element-82e89d7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 30px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-0afa532 .jet-listing-dynamic-field__content{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-9078 .elementor-element.elementor-element-9355f90 .jet-listing-dynamic-field__content{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-9078 .elementor-element.elementor-element-421fb7b > .elementor-element-populated{padding:0px 30px 0px 30px;}.elementor-9078 .elementor-element.elementor-element-3c68508 > .elementor-element-populated{padding:0% 0% 0% 33%;}.elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container{margin:30px 0px 0px 30px;}.elementor-9078 .elementor-element.elementor-element-7cc9e6e{padding:40px 30px 40px 30px;}}@media(max-width:767px){.elementor-9078 .elementor-element.elementor-element-0afa532 .jet-listing-dynamic-field__content{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-9078 .elementor-element.elementor-element-9355f90 .jet-listing-dynamic-field__content{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-9078 .elementor-element.elementor-element-421fb7b > .elementor-element-populated{margin:020px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0% 0% 0% 0%;}.elementor-9078 .elementor-element.elementor-element-3c68508 > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0% 0% 0% 0%;}.elementor-9078 .elementor-element.elementor-element-445fe6b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-9078 .elementor-element.elementor-element-7cc9e6e{padding:20px 20px 20px 20px;}} .elementor-9096 .elementor-element.elementor-element-39e3f2a{margin-top:0px;margin-bottom:20px;}.elementor-9096 .elementor-element.elementor-element-c630f41 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-9096 .elementor-element.elementor-element-336ba83 .elementor-repeater-item-55f2c8c.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-9096 .elementor-element.elementor-element-8db85ca > .elementor-element-populated{padding:0px 20px 0px 0px;}.elementor-9096 .elementor-element.elementor-element-3a4cc50{text-align:left;width:100%;max-width:100%;}.elementor-9096 .elementor-element.elementor-element-3a4cc50 img{width:80px;border-radius:15px 15px 15px 15px;}.elementor-9096 .elementor-element.elementor-element-01ad224 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-9096 .elementor-element.elementor-element-01ad224 > .elementor-element-populated{padding:0px 0px 20px 0px;}.elementor-9096 .elementor-element.elementor-element-b92ae48 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );}.elementor-9096 .elementor-element.elementor-element-b92ae48{width:100%;max-width:100%;}.elementor-9096 .elementor-element.elementor-element-336ba83{margin-top:0px;margin-bottom:0px;}@media(max-width:1024px){.elementor-9096 .elementor-element.elementor-element-b92ae48 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(min-width:768px){.elementor-9096 .elementor-element.elementor-element-8db85ca{width:22%;}.elementor-9096 .elementor-element.elementor-element-01ad224{width:78%;}}@media(max-width:767px){.elementor-9096 .elementor-element.elementor-element-8db85ca{width:30%;}.elementor-9096 .elementor-element.elementor-element-01ad224{width:70%;}.elementor-9096 .elementor-element.elementor-element-b92ae48 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}} .elementor-8165 .elementor-element.elementor-element-6de5d0ad .elementor-repeater-item-ac45ade.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8165 .elementor-element.elementor-element-6862576d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-8165 .elementor-element.elementor-element-6862576d > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-8165 .elementor-element.elementor-element-682eca0 .elementor-repeater-item-c111c43.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-8165 .elementor-element.elementor-element-1e73fc9a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-8165 .elementor-element.elementor-element-1e73fc9a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-8165 .elementor-element.elementor-element-1e73fc9a.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-8165 .elementor-element.elementor-element-1e73fc9a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-4e7017fa{text-align:left;}.elementor-8165 .elementor-element.elementor-element-4e7017fa .elementor-heading-title{color:var( --e-global-color-primary );font-size:var( --e-global-typography-de730d8-font-size );font-weight:var( --e-global-typography-de730d8-font-weight );line-height:var( --e-global-typography-de730d8-line-height );letter-spacing:var( --e-global-typography-de730d8-letter-spacing );word-spacing:var( --e-global-typography-de730d8-word-spacing );}.elementor-8165 .elementor-element.elementor-element-124ed315{color:var( --e-global-color-primary );font-size:0.9rem;}.elementor-8165 .elementor-element.elementor-element-124ed315 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );background-color:#B8383800;border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;padding:00px 00px 00px 00px;}.elementor-8165 .elementor-element.elementor-element-7c4239b > .elementor-widget-container{margin:0px 0px 5px 0px;}.elementor-8165 .elementor-element.elementor-element-23f69988 .elementor-repeater-item-37fb6b8.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-8165 .elementor-element.elementor-element-3022f6a7 > .elementor-element-populated{padding:0px 015px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-b1e40e3 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8165 .elementor-element.elementor-element-61b6cf32 > .elementor-element-populated{padding:0px 0px 0px 15px;}.elementor-8165 .elementor-element.elementor-element-4a0eb36 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8165 .elementor-element.elementor-element-4a0eb36 .elementor-button{fill:var( --e-global-color-secondary );color:var( --e-global-color-secondary );background-color:#98D1CF00;border-style:solid;border-width:1.5px 1.5px 1.5px 1.5px;border-color:var( --e-global-color-secondary );}.elementor-8165 .elementor-element.elementor-element-23f69988{margin-top:8px;margin-bottom:0px;}.elementor-8165 .elementor-element.elementor-element-6de5d0ad:not(.elementor-motion-effects-element-type-background), .elementor-8165 .elementor-element.elementor-element-6de5d0ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4e57b11 );}.elementor-8165 .elementor-element.elementor-element-6de5d0ad, .elementor-8165 .elementor-element.elementor-element-6de5d0ad > .elementor-background-overlay{border-radius:15px 15px 15px 15px;}.elementor-8165 .elementor-element.elementor-element-6de5d0ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8165 .elementor-element.elementor-element-6de5d0ad > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-8165 .dialog-message{width:640px;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-8165{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-8165 .dialog-widget-content{background-color:#FFFFFF00;border-radius:15px 15px 15px 15px;box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.19);margin:0px 20px 20px 0px;}@media(max-width:1024px){.elementor-8165 .elementor-element.elementor-element-4e7017fa .elementor-heading-title{font-size:var( --e-global-typography-de730d8-font-size );line-height:var( --e-global-typography-de730d8-line-height );letter-spacing:var( --e-global-typography-de730d8-letter-spacing );word-spacing:var( --e-global-typography-de730d8-word-spacing );}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button{font-size:var( --e-global-typography-text-font-size );}#elementor-popup-modal-8165 .dialog-message{width:62vw;}}@media(max-width:767px){.elementor-8165 .elementor-element.elementor-element-1e73fc9a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-4e7017fa .elementor-heading-title{font-size:var( --e-global-typography-de730d8-font-size );line-height:var( --e-global-typography-de730d8-line-height );letter-spacing:var( --e-global-typography-de730d8-letter-spacing );word-spacing:var( --e-global-typography-de730d8-word-spacing );}.elementor-8165 .elementor-element.elementor-element-7c4239b .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-8165 .elementor-element.elementor-element-3022f6a7 > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-8165 .elementor-element.elementor-element-61b6cf32 > .elementor-element-populated{padding:0px 0px 0px 0px;}#elementor-popup-modal-8165 .dialog-message{width:100vw;padding:0px 20px 20px 20px;}#elementor-popup-modal-8165 .dialog-widget-content{margin:0px 0px 0px 0px;}} </style> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js" id="font-awesome-4-shim-js" defer></script> <script id="ecs_ajax_load-js-extra"> var ecs_ajax_params = {"ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","posts":"{\"post_type\":\"agenda-items\",\"error\":\"\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/ele-custom-skin/assets/js/ecs_ajax_pagination.js?ver=1738684336" id="ecs_ajax_load-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/ele-custom-skin/assets/js/ecs.js?ver=1738684336" id="ecs-script-js" defer></script><link rel="https://api.w.org/" href="https://www.curiousfutureinsight.org/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.curiousfutureinsight.org/xmlrpc.php?rsd" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//www.curiousfutureinsight.org/?wordfence_lh=1&hid=3D57948E4BC02130C2EE77C266D34E56'); </script> <style>.cmplz-hidden { display: none !important; }</style><meta name="generator" content="Elementor 3.23.4; features: e_optimized_css_loading, additional_custom_breakpoints, e_lazyload; settings: css_print_method-internal, google_font-enabled, font_display-auto"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style><link rel="icon" href="https://www.curiousfutureinsight.org/wp-content/uploads/Swirl2027.jpg" sizes="32x32" /><link rel="icon" href="https://www.curiousfutureinsight.org/wp-content/uploads/Swirl2027.jpg" sizes="192x192" /><link rel="apple-touch-icon" href="https://www.curiousfutureinsight.org/wp-content/uploads/Swirl2027.jpg" /><meta name="msapplication-TileImage" content="https://www.curiousfutureinsight.org/wp-content/uploads/Swirl2027.jpg" /></head><body data-cmplz=1 class="archive post-type-archive post-type-archive-agenda-items wp-custom-logo elementor-default elementor-template-full-width elementor-kit-6 elementor-page-8003"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a><div data-elementor-type="header" data-elementor-id="12618" class="elementor elementor-12618 elementor-location-header" data-elementor-post-type="elementor_library"><header class="elementor-section elementor-top-section elementor-element elementor-element-b94931c elementor-section-content-middle elementor-section-full_width stickyheader elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="b94931c" data-element_type="section" data-settings="{"sticky_effects_offset":100,"background_background":"classic","sticky":"top","jet_parallax_layout_list":[{"_id":"278862f","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"sticky_effects_offset_mobile":100,"sticky_on":["desktop","tablet","mobile"],"sticky_offset":0}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-38173bf" data-id="38173bf" data-element_type="column" data-settings="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-67f029c logo elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="67f029c" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <a href="https://www.curiousfutureinsight.org"> <img fetchpriority="high" width="721" height="200" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_721x200_V2.svg" class="attachment-full size-full wp-image-19830" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-be7d9a3" data-id="be7d9a3" data-element_type="column" data-settings="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-ea37cb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ea37cb2" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fd6acd5" data-id="fd6acd5" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-6732407 elementor-align-right elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="6732407" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/stratetic-partnership/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-arrow-alt-right"></i> </span> <span class="elementor-button-text">Become a strategic partner</span> </span> </a></div></div></div><div class="elementor-element elementor-element-075d40f elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="075d40f" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-arrow-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-772295d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="772295d" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><header class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fdc7ab1" data-id="fdc7ab1" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f91e66e elementor-nav-menu--dropdown-none elementor-widget__width-auto elementor-nav-menu__align-start elementor-widget-mobile__width-initial elementor-widget elementor-widget-nav-menu" data-id="f91e66e" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-f91e66e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-f91e66e" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li></ul></nav></div></div><div class="elementor-element elementor-element-c73d738 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="c73d738" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0NzM0IiwidG9nZ2xlIjpmYWxzZX0%3D"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 80 40"><defs><style> .cls-1 { fill: #fff; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="80 0 0 0 0 12 80 12"></polyline><polyline class="cls-1" points="80 28 0 28 0 40 80 40"></polyline></g></svg> </a></div></div></div><div class="elementor-element elementor-element-8e9d556 elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="8e9d556" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjU1MTEiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D"> <i aria-hidden="true" class="fas fa-search"></i> </a></div></div></div></div></header></div></section></div></div></div></header><header class="elementor-section elementor-top-section elementor-element elementor-element-c8e7444 elementor-section-content-middle elementor-section-full_width stickyheader elementor-hidden-desktop elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="c8e7444" data-element_type="section" data-settings="{"sticky_effects_offset":100,"background_background":"classic","sticky":"top","jet_parallax_layout_list":[{"_id":"278862f","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"sticky_effects_offset_mobile":100,"sticky_on":["desktop","tablet","mobile"],"sticky_offset":0}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3ecbce6" data-id="3ecbce6" data-element_type="column" data-settings="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-af8040b logo elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="af8040b" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org"> <img width="721" height="200" src="https://www.curiousfutureinsight.org/wp-content/uploads/Curious2027_123012025_TheWeather.svg" class="attachment-full size-full wp-image-19567" alt="" /> </a></div></div><div class="elementor-element elementor-element-f3f67ac elementor-hidden-desktop elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="f3f67ac" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org"> <img width="721" height="200" src="https://www.curiousfutureinsight.org/wp-content/uploads/Curious2027_123012025_TheWeather.svg" class="attachment-full size-full wp-image-19567" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-781a0a4" data-id="781a0a4" data-element_type="column" data-settings="{"background_background":"classic","background_motion_fx_motion_fx_scrolling":"yes","background_motion_fx_devices":["desktop","tablet","mobile"]}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-7fbc8fe elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7fbc8fe" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0fe4681" data-id="0fe4681" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#E66727" class="elementor-element elementor-element-579f9bc elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="579f9bc" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/tickets/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Tickets</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-bc8df54 elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="bc8df54" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://join.curious2024-registration.com/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Abstract Submission</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-3708fdb elementor-align-right elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="3708fdb" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-ebe052c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ebe052c" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1303bf9" data-id="1303bf9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7a88cd0 elementor-nav-menu--dropdown-none elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-nav-menu" data-id="7a88cd0" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-7a88cd0" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-7a88cd0" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li></ul></nav></div></div><div class="elementor-element elementor-element-da55ad6 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon" data-id="da55ad6" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjE0NzM0IiwidG9nZ2xlIjpmYWxzZX0%3D"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 80 40"><defs><style> .cls-1 { fill: #fff; } </style></defs><g id="Layer_1-2" data-name="Layer 1"><polyline class="cls-1" points="80 0 0 0 0 12 80 12"></polyline><polyline class="cls-1" points="80 28 0 28 0 40 80 40"></polyline></g></svg> </a></div></div></div><div class="elementor-element elementor-element-8369bc4 elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon" data-id="8369bc4" data-element_type="widget" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"> <a class="elementor-icon" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjU1MTEiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D"> <i aria-hidden="true" class="fas fa-search"></i> </a></div></div></div></div></div></div></section></div></div><div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3d968ac elementor-hidden-desktop elementor-hidden-mobile" data-id="3d968ac" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#E66727" class="elementor-element elementor-element-a51cfc3 elementor-widget__width-auto elementor-hidden-mobile mobile elementor-widget elementor-widget-button" data-id="a51cfc3" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/tickets/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Tickets</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-04a3a33 elementor-align-right elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="04a3a33" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://join.curious2024-registration.com/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Abstract Submission</span> </span> </a></div></div></div><div data-dce-background-color="#093C6600" class="elementor-element elementor-element-6c1c039 elementor-align-right elementor-widget__width-auto elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="6c1c039" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div></div></div></div></header></div><div data-elementor-type="archive" data-elementor-id="8003" class="elementor elementor-8003 elementor-location-archive" data-elementor-post-type="elementor_library"><section data-dce-background-color="#093C66" data-dce-background-overlay-color="#093C66" class="elementor-section elementor-top-section elementor-element elementor-element-93f7714 elementor-section-height-min-height elementor-section-items-stretch section-hero elementor-section-full_width elementor-section-height-default" data-id="93f7714" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"517c75a","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"video","background_video_link":"https:\/\/www.curiousfutureinsight.org\/wp-content\/uploads\/starflight_high.mp4","shape_divider_bottom":"curve-asymmetrical","shape_divider_bottom_negative":"yes","background_play_on_mobile":"yes"}"><div class="elementor-background-video-container"><video class="elementor-background-video-hosted elementor-html5-video" autoplay muted playsinline loop></video></div><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-bottom" data-negative="true"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M615.2,96.7C240.2,97.8,0,18.9,0,0v100h1000V0C1000,19.2,989.8,96,615.2,96.7z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-459e18ab" data-id="459e18ab" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7e6305f2 elementor-widget elementor-widget-heading" data-id="7e6305f2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1 class="elementor-heading-title elementor-size-default">Agenda 2024</h1></div></div><div class="elementor-element elementor-element-f0456d5 breadcrumbs elementor-widget elementor-widget-wp-widget-bcn_widget" data-id="f0456d5" data-element_type="widget" data-widget_type="wp-widget-bcn_widget.default"><div class="elementor-widget-container"><div class="breadcrumbs" vocab="https://schema.org/" typeof="BreadcrumbList"><!-- Breadcrumb NavXT 7.3.1 --> <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Curious2027 – Future Insight™." href="https://www.curiousfutureinsight.org" class="home" ><span property="name">Home</span></a><meta property="position" content="1"></span> > <span property="itemListElement" typeof="ListItem"><span property="name" class="archive post-agenda-items-archive current-item">Agenda Items</span><meta property="url" content="https://www.curiousfutureinsight.org/agenda/"><meta property="position" content="2"></span></div></div></div><div class="jet-satellite-widget elementor-element elementor-element-7fa9c67 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image" data-jet-tricks-settings="{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"}" data-id="7fa9c67" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="image.default"><div class="elementor-widget-container"><div class="jet-tricks-satellite jet-tricks-satellite--bottom-right"><div class="jet-tricks-satellite__inner"><div class="jet-tricks-satellite__image"><img class="jet-tricks-satellite__image-instance" src="https://www.curiousfutureinsight.org/wp-content/uploads/lens_flare-1.png" alt=""></div></div></div> <img width="800" height="805" src="https://www.curiousfutureinsight.org/wp-content/uploads/blue_orb-2.svg" class="attachment-large size-large wp-image-7859" alt="" /></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-7b304240 elementor-section-full_width elementor-reverse-tablet elementor-reverse-mobile elementor-section-height-default elementor-section-height-default" data-id="7b304240" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"52818fa","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-11870734" data-id="11870734" data-element_type="column" data-settings="{"background_background":"gradient"}"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-464dd511 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="464dd511" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"7c70ecd","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-59419af9" data-id="59419af9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4e68129b elementor-widget elementor-widget-heading" data-id="4e68129b" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Sessions</h6></div></div> <style id='jet-smart-filters-inline-css'> .jet-filter { --tabindex-color: #0085f2; --tabindex-shadow-color: rgba(0,133,242,0.4); } </style><div class="elementor-element elementor-element-c9328c4 grid-2-columns elementor-widget elementor-widget-jet-smart-filters-checkboxes" data-id="c9328c4" data-element_type="widget" data-widget_type="jet-smart-filters-checkboxes.default"><div class="elementor-widget-container"><div class="jet-smart-filters-checkboxes jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-checkboxes-list" data-query-type="tax_query" data-query-var="event-types" data-smart-filter="checkboxes" data-filter-id="15502" data-apply-type="mixed" data-content-provider="jet-engine" data-additional-providers="" data-query-id="agenda-query" data-active-label="" data-layout-options="{"show_label":"","display_options":{"show_items_label":false,"show_decorator":"yes","filter_image_size":"full","show_counter":false}}" data-query-var-suffix="" data-apply-on="value"><fieldset class="jet-checkboxes-list-wrapper"><legend style="display:none;">Sessions</legend><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="129" data-label="AAAS/Science Roundtable" aria-label="AAAS/Science Roundtable" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">AAAS/Science Roundtable</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="128" data-label="Awards" aria-label="Awards" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Awards</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="82" data-label="Ignite Session" aria-label="Ignite Session" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Ignite Session</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="56" data-label="Keynote" aria-label="Keynote" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Keynote</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="81" data-label="Networking" aria-label="Networking" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Networking</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="283" data-label="Panel Discussion" aria-label="Panel Discussion" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Panel Discussion</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="event-types" value="126" data-label="Workshops" aria-label="Workshops" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Workshops</span></div> </label></div></fieldset></div></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-586b468e" data-id="586b468e" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-235948a5 elementor-widget elementor-widget-heading" data-id="235948a5" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Topics</h6></div></div><div class="elementor-element elementor-element-21006b87 grid-2-columns elementor-widget elementor-widget-jet-smart-filters-checkboxes" data-id="21006b87" data-element_type="widget" data-widget_type="jet-smart-filters-checkboxes.default"><div class="elementor-widget-container"><div class="jet-smart-filters-checkboxes jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-checkboxes-list" data-query-type="tax_query" data-query-var="topics" data-smart-filter="checkboxes" data-filter-id="3817" data-apply-type="mixed" data-content-provider="jet-engine" data-additional-providers="" data-query-id="agenda-query" data-active-label="" data-layout-options="{"show_label":"","display_options":{"show_items_label":false,"show_decorator":"yes","filter_image_size":"full","show_counter":false}}" data-query-var-suffix="" data-apply-on="value"><fieldset class="jet-checkboxes-list-wrapper"><legend style="display:none;">Topics (Speakers / Agenda 2022)</legend><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="26" data-label="Bright Future" aria-label="Bright Future" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Bright Future</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="21" data-label="Energy" aria-label="Energy" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Energy</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="19" data-label="Healthy Lives" aria-label="Healthy Lives" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Healthy Lives</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="20" data-label="Human Mind" aria-label="Human Mind" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Human Mind</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="24" data-label="Life Reimagined" aria-label="Life Reimagined" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Life Reimagined</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="23" data-label="Material & Solutions" aria-label="Material & Solutions" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Material & Solutions</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="27" data-label="Nutrition" aria-label="Nutrition" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Nutrition</span></div> </label></div><div class="jet-checkboxes-list__row jet-filter-row"> <label class="jet-checkboxes-list__item" > <input type="checkbox" class="jet-checkboxes-list__input" name="topics" value="22" data-label="Vibrant Digital" aria-label="Vibrant Digital" ><div class="jet-checkboxes-list__button"> <span class="jet-checkboxes-list__decorator"> <i class="jet-checkboxes-list__checked-icon"><svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <path d="M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z"></path> </svg> </i> </span> <span class="jet-checkboxes-list__label">Vibrant Digital</span></div> </label></div></fieldset></div></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-1be6b18e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1be6b18e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"7c70ecd","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-365f2748" data-id="365f2748" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-f8ddba0 elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="f8ddba0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Date</h6></div></div><div class="elementor-element elementor-element-33fc31e elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="33fc31e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">(All times are CEST)</h6></div></div><div class="elementor-element elementor-element-25768a3e elementor-widget elementor-widget-jet-smart-filters-color-image" data-id="25768a3e" data-element_type="widget" data-widget_type="jet-smart-filters-color-image.default"><div class="elementor-widget-container"><div class="jet-smart-filters-color-image jet-filter " data-indexer-rule="show" data-show-counter="" data-change-counter="always"><div class="jet-color-image-list" data-query-type="meta_query" data-query-var="date-filter" data-smart-filter="color-image" data-filter-id="15500" data-apply-type="ajax" data-content-provider="jet-engine" data-additional-providers="" data-query-id="agenda-query" data-active-label="" data-layout-options="{"show_label":"","display_options":{"show_items_label":"yes","show_decorator":false,"filter_image_size":"full","show_counter":false}}" data-query-var-suffix="" data-apply-on="value"><form class="jet-color-image-list-wrapper"><fieldset><legend style="display:none;">Date</legend><div class="jet-color-image-list__row jet-filter-row"> <label class="jet-color-image-list__item" > <input type="checkbox" class="jet-color-image-list__input" name="date-filter" value="10" data-label="Wednesday, July 10" aria-label="Wednesday, July 10" ><div class="jet-color-image-list__button"> <span class="jet-color-image-list__decorator"> <span class="jet-color-image-list__color" style="background-color: #000000"></span> </span> <span class="jet-color-image-list__label">Wednesday, July 10</span></div> </label></div><div class="jet-color-image-list__row jet-filter-row"> <label class="jet-color-image-list__item" > <input type="checkbox" class="jet-color-image-list__input" name="date-filter" value="11" data-label="Thursday, July 11" aria-label="Thursday, July 11" ><div class="jet-color-image-list__button"> <span class="jet-color-image-list__decorator"> <span class="jet-color-image-list__color" style="background-color: #000000"></span> </span> <span class="jet-color-image-list__label">Thursday, July 11</span></div> </label></div></fieldset></form></div></div></div></div><div class="elementor-element elementor-element-79a64fc elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="79a64fc" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/wp-content/uploads/Curious2022-Future-Insight-Conference-Agenda_vs145.pdf"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-arrow-down"></i> </span> <span class="elementor-button-text">Download Agenda</span> </span> </a></div></div></div></div></div></div></section></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-587be272" data-id="587be272" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-61ebbbcb elementor-widget elementor-widget-text-editor" data-id="61ebbbcb" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style><p>At Curious2024 – Future Insight™ Conference you will engage our speakers and topics by attending a variety of sessions, including keynotes, workshops or short presentations. An additional highlight will be the awarding of the 2024 Future Insight™ Prize.</p></div></div><div class="elementor-element elementor-element-135b8f44 elementor-share-buttons--view-icon elementor-share-buttons--color-custom elementor-share-buttons--skin-minimal elementor-share-buttons--shape-rounded elementor-widget__width-inherit elementor-grid-0 elementor-widget elementor-widget-share-buttons" data-id="135b8f44" data-element_type="widget" data-widget_type="share-buttons.default"><div class="elementor-widget-container"><div class="elementor-grid"><div class="elementor-grid-item"><div class="elementor-share-btn elementor-share-btn_x-twitter" role="button" tabindex="0" aria-label="Share on x-twitter" > <span class="elementor-share-btn__icon"> <i class="fab fa-x-twitter" aria-hidden="true"></i> </span></div></div><div class="elementor-grid-item"><div class="elementor-share-btn elementor-share-btn_facebook" role="button" tabindex="0" aria-label="Share on facebook" > <span class="elementor-share-btn__icon"> <i class="fab fa-facebook" aria-hidden="true"></i> </span></div></div><div class="elementor-grid-item"><div class="elementor-share-btn elementor-share-btn_linkedin" role="button" tabindex="0" aria-label="Share on linkedin" > <span class="elementor-share-btn__icon"> <i class="fab fa-linkedin" aria-hidden="true"></i> </span></div></div></div></div></div><div class="elementor-element elementor-element-567b801 elementor-widget elementor-widget-heading" data-id="567b801" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Share on social media</div></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-79817715 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="79817715" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"52818fa","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-38a7bed0" data-id="38a7bed0" data-element_type="column" data-settings="{"background_background":"gradient"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3f515a6 elementor-widget elementor-widget-jet-listing-grid" data-id="3f515a6" data-element_type="widget" id="agenda-query" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9078" data-queried-id="17724|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9078,"posts_num":100,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No events found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"scroll","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":false,"custom_query_id":"","_element_id":"agenda-query"}}" data-page="1" data-pages="0" data-listing-source="query" data-listing-id="9078" data-query-id="11"><div class="jet-listing-grid__item jet-listing-dynamic-post-15029" data-post-id="15029" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">09:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 09:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Opening Ceremony & Welcome Message</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15029|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3146" data-post-id="3146" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ulrich-Betz-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3895" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/">Ulrich Betz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chairman Future Insight e.V., Senior Vice President Innovation, Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-3026" data-post-id="3026" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/johannes-baillou/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Johannes-Baillou-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-2220" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/johannes-baillou/">Johannes Baillou</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chairman of the Executive Board and Family Board of E. Merck KG</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-3111" data-post-id="3111" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/belen-garijo/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Belen-Garijo_geschickt-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3897" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/belen-garijo/">Belén Garijo</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chair of the Executive Board and CEO Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-12990" data-post-id="12990" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/clemens-hoch/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Minister-Clemens-Hoch-©MWG-I-Silz-1-2-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17042" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/clemens-hoch/">Clemens Hoch</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Minister for Science and Health Rheinland-Pfalz</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-12988" data-post-id="12988" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/nino-haase/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/141197_R1B1622_002_3x2-web-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17008" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/nino-haase/">Nino Haase</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Mayor of Mainz</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15031" data-post-id="15031" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">09:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 10:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">The Dawn of lndividualized Cancer Medicine: How novel (bio)technologies revolutionize the treatment of cancer</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The past decade has seen a significant shift from early targeted therapies to an era of personalized precision medicines, enhanced by a new generation of treatment approaches including immunotherapies, antibody-drug conjugates (ADCs), and T cell therapies. These, whether used alone or in combination, have the potential to redefine treatment efficacy. Moreover, the advent of therapeutic mRNA cancer vaccines signifies a move towards fully individualized treatment. These approaches are tailored to each patient’s individual tumor profile and aim to target a spectrum of unique cancer mutations. Complementing this, AI is accelerating and informing the discovery and development of novel medicines, supporting the path towards individualized cancer medicine.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15031|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13010" data-post-id="13010" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ugur-sahin/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Image_-Ugur_Sahin_470x470_©BioNTech-SE-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15703" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ugur-sahin/">Uğur Şahin</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Professor of Translational Oncology and Immunology, Johannes Gutenberg University of Mainz and Helmholtz Institute for Translational Oncology (HI-TRON), co-founder and CEO of BioNTech SE</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15033" data-post-id="15033" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">10:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 10:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Energy</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Materials as an enabling technology in getting to net-zero GHG Emissions</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Throughout human history, materials such as metals, glass and ceramics, chemicals, plastics, and fertilizers and have enabled multiple industrial and agricultural revolutions that have profoundly transformed the world. However, the unintended consequence of these revolutions is that the greenhouse gas emissions are changing Earth’s climate. Most of our energy sources, industrial and agricultural chemicals and building materials and are fossil-fuel based or demand process heat. The challenges how to provide clean energy, water, air, food in a world of over 8 billion people and likely to grow to 11 billion by 2100 are formidable. I will discuss new material challenges needed to achieve net-zero greenhouse emissions and a more sustainable and prosperous future.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15033|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13341" data-post-id="13341" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/steven-chu/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Steven-Chu.png" class="attachment-thumbnail size-thumbnail wp-image-13344" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/steven-chu/">Steven Chu</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Stanford University, Nobel Prize in Physics 1997, Former U.S. Secretary of Energy</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15035" data-post-id="15035" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">10:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Coffee Break</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15035|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17082" data-post-id="17082" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Research Excellence and Career Opportunities at Max Planck</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17082|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17324" data-post-id="17324" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/claire-donnelly/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/ClaireDonnelly2023_rect-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17651" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/claire-donnelly/">Claire Donnelly</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">MPI for the Chemical Physics of Solids</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16319" data-post-id="16319" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/krishna-p-gummadi/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/gummadi_latest-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16321" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/krishna-p-gummadi/">Krishna P. Gummadi</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute for Software Systems</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17325" data-post-id="17325" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/katharina-hofer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Katharina-Portrait-1-PB-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17526" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/katharina-hofer/">Katharina Höfer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">MPI for Terrestrial Microbiology</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16921" data-post-id="16921" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Microplastics Hackathon: Kickoff</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Can you hack it? Join us at the Curious2024 Hackathon and use your scientific curiosity, working together in teams, to develop innovative solutions on the problem of microplastics in our environment. Seats are limited, please register now here – Confirmation emails will be sent if you are chosen to participate. The 2-day entrepreneurial event starts with a Kickoff session (July 10, 11:00-12:30, Networking Area) where the hackathon topic drops. Then, it’s a race to find a solution as teams participate in a brainstorming session (July 10, 15:00-17:00, Networking Area) to learn how to develop viable solutions and refine them and attend a session on How to Create an Effective Pitch (July 10, 18:15-18:45, Dome 1) to learn how to craft their pitch on day 1. Teams will pitch their solutions in front of a panel of judges on day 2 for cash prizes at the Pitch Presentation (July 11, 14:40-16:40, AMA Circle). A Networking Area will be open to teams during the event.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16921|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16917" data-post-id="16917" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/haiying-grunenwald/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Haiying-Grunenwald-for-Curious-Hackathon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17069" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/haiying-grunenwald/">Haiying Grunenwald</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Millipore Corporation</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16415" data-post-id="16415" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/lindsay-lozeau/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/M3240_181031_031-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16416" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/lindsay-lozeau/">Lindsay Lozeau</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Millipore Corporation</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15105" data-post-id="15105" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Life Science</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">DNA Mechanotechnology: Nucleic acids that sense and generate molecular forces enable fundamental research tools and new biomedical diagnostics</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Modern machines, which are composed of force-generating motors, force sensors, and load-bearing structures, enabled the industrial revolution and are foundational to human civilization. Extreme miniaturization would enable machines that can manipulate molecules for applications in medicine, biological research, and material development. This was previously only a dream, but new synthetic methods to assemble and modify nucleic acids combined with single molecule force spectroscopy have propelled the emergence of a subfield that we call “DNA mechanotechnology”. In this talk, I will discuss my group’s efforts at using DNA mechanotechnology for new types of viral diagnostics and in biomedical applications.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15105|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13301" data-post-id="13301" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/khalid-salaita/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Khalid.png" class="attachment-thumbnail size-thumbnail wp-image-13306" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/khalid-salaita/">Khalid Salaita</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Emory University, Winner Merck Future Insight Prize 2023</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16110" data-post-id="16110" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 4</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:15</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Decoding de novo drug design with generative methods</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">This workshop offers a hands-on experience for medicinal chemists to delve into the application of generative methods for rapidly building novel, synthesizable molecule sets using AI-powered AIDDISON™ drug discovery software. Please bring your laptops.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16110|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17327" data-post-id="17327" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ashwini-ghogare/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/54145_240222_145-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17376" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/54145_240222_145-1-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/54145_240222_145-1-e1719471154138.jpg 399w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ashwini-ghogare/">Ashwini Ghogare</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Biotech LLC</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17328" data-post-id="17328" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/mohammad-rezaei/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Francisco_McGee_headshot-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17377" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/mohammad-rezaei/">Francisco McGee</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Biotech LLC</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16106" data-post-id="16106" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 5</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Work with pioneers | ATLAS PhD Program at BioNTech and TRON</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Are you looking for exciting opportunities to pursue a PhD at the interface of academia and industry? Would you like to work on a PhD project that is committed to improving the health of people worldwide? Are you thrilled about research in tumor biology and immunotherapy or can’t get enough of bioinformatics topics? Then join our workshop to learn about the ATLAS PhD program.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16106|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16895" data-post-id="16895" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/leah/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Leah-Cheung-square-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16976" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/leah/">Leah Cheung</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">BioNTech SE</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16898" data-post-id="16898" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/gesa-poetzsch/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/159A9194-Kopie-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16896" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/gesa-poetzsch/">Gesa Poetzsch</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">TRON gGmbH</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15366" data-post-id="15366" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Inside Nature portfolio: Editorial process and innovations</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Why do editors exist? What does it mean to be a professional editor? What is the significance of innovation and how is it linked to science publishing? How do editors make decisions? Since its launch in 1869, Nature has seen its mission as two-fold: facilitating the prompt communication of the most important scientific developments to the relevant research communities, while at the same time fostering a greater appreciation of these works amongst the wider public. Although the publishing landscape for scientific research is currently undergoing a period of rapid change, these core principles remain largely unchanged. In this workshop professional editors from the Nature portfolio will draw a clear big picture of the whole family of Nature-branded titles, unfolding the behind the scenes of the editorial process and delving into the intricate decision making process that defines the difference between different journals. They will also unveil, with anecdotes and real-life examples, some hidden insights to navigate the landscape of science publishing and exploring innovative solutions towards a more transparent peer-review, including the integration of early career researchers in peer reviewing, the handling of multidisciplinary research, and the open data initiatives that can bring real advantages to researchers and science.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15366|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17637" data-post-id="17637" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/christian-kuttner/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Sadra-Bakhshandeh-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17639" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/christian-kuttner/">Sadra Bakhshandeh</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17666" data-post-id="17666" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/christian-kuttner-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Christian-Kuttner-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17667" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/christian-kuttner-2/">Christian Kuttner</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17640" data-post-id="17640" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/cristiano-matricardi/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Photo-Cristiano-Matricardi.jpg" class="attachment-thumbnail size-thumbnail wp-image-17665" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/cristiano-matricardi/">Cristiano Matricardi</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15149" data-post-id="15149" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 3</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: The Power of a Strong Personal Brand</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Join us to explore the impact of your external and internal personal brand, leveraging social media, and using tools like myGPT to build your brand. Discover how to authentically communicate your expertise, connect with peers, and advance your career. Uncover the strategies for harnessing the power of your personal brand in the digital age. Don’t miss this opportunity to shape your professional identity and stand out in your field.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15149|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17010" data-post-id="17010" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/chloe-lugli/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/CL-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17012" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/chloe-lugli/">Chloe Lugli</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15037" data-post-id="15037" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Sustainable Chemistry: Solving the pressing challenges of our time at scale</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The chemical industry is uniquely positioned to solve the green transformation challenge. While the birthplace of innovation is the laboratory, bridging the gap between laboratory invention and large-scale application is crucial to tackle this challenge. In my keynote presentation, I will illustrate how we speed and scale up sustainable innovations, such as membranes for green hydrogen production, polyurethane recycling, new classes of biosurfactants, and biotechnological CO2 activation.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15037|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13780" data-post-id="13780" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ralph-marquardt/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/382599-desktop-2-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-14778" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ralph-marquardt/">Ralph Marquardt</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">CIO Evonik Operations GmbH</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15051" data-post-id="15051" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Materials talking to cells</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">We imagine reprogramming cells, the smallest units of life, by using synthetic molecules to create functional nanostructures in the cellular environment that can specifically influence or even improve cellular function. Could we teach molecules to recognise cancer cells and form nanostructures that prevent them from cell respiration? Could synthetic nanostructures interact with the cytoskeleton of T cells to change their shape and activate them? Cell therapy has already shown enormous therapeutic breakthroughs. The modification of living cells using intelligent molecular systems could make it possible to equip cells with entirely new structures and functions.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15051|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13075" data-post-id="13075" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/tanja-weil/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/TanjaWeil-e1685549526563-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-13187" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/TanjaWeil-e1685549526563-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/TanjaWeil-e1685549526563-600x600.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/TanjaWeil-e1685549526563-768x768.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/TanjaWeil-e1685549526563.png 785w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/tanja-weil/">Tanja Weil</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute for Polymer Research</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15664" data-post-id="15664" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Shaping transformation together – How Basic research and Chemical industry can ignite and foster Transformation</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">In times of multiple crises which are parallelly ongoing and thus challenging economies and even democracies, it is crucial to continue and foster fact-based discussions and collaborations. Looking at current challenges posed by the climate crisis, this presentation shows how cooperation-based transformation is driven at BASF. Today still being among the top fossil-based energy consumers and CO2 emitters, BASF builds on R&D and partnerships to reduce their carbon footprint to net zero by 2050 and switch to a circular economy.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15664|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15660" data-post-id="15660" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/katja-scharpwinkel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/6840_Katja_Scharpwinkel-2-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15663" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/katja-scharpwinkel/">Katja Scharpwinkel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Member of the Board of Executive Directors of BASF SE</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15053" data-post-id="15053" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Synthesizing biological intelligence: Promises, challenges, & opportunities</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">How to create a generally intelligent system? Recently, we embodied biological neurons in a real-time closed-loop system to simulate the classic arcade game, ‘Pong’ and determine if the simple neural systems could learn. Interestingly the learning rates were faster than machine learning and networks showed rapid reorganization that inform us about how brains process information. Moreover, preliminary work supports that this approach provides information previously inaccessible to help improve drug discovery and preclinical pharmacological testing. The data provides compelling insights into the potential value of these systems for wider applications, along with understandings on how to improve this technology further.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15053|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13150" data-post-id="13150" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/brett-kagan/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13185" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-1024x1024.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-768x768.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850.jpg 1303w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/brett-kagan/">Brett Kagan</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Cortical Labs Pte Ltd</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15045" data-post-id="15045" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Bridging the gap: Preclinical research in mental health</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Mental disorders are a significant cause of disability worldwide. They profoundly affect individuals’ well-being and impose a substantial financial burden on societies. However, despite decades of extensive research, the effectiveness of current therapeutics for mental disorders is often not satisfactory or well tolerated. Moreover, most novel therapeutic candidates fail in clinical testing, which also brings into question the effectiveness of using animal models in preclinical studies. In this lecture I will present a paradigm shift in the methodologies used to measure animal behavior in laboratory settings.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15045|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-2992" data-post-id="2992" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/alon-chen/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Alon-Chen-e1643004883711-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-2251" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/alon-chen/">Alon Chen</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">President of the Weizmann Institute of Science</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16604" data-post-id="16604" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:20</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:40</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Europeans in Space</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">A general introduction to the European Space Agency (ESA), the European Space Operations Centre in Darmstadt (ESOC), its recent mission highlights, cutting-edge ground systems and future activities. He will also address his long and unique career as one of the astronauts with the longest total times in space worldwide.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16604|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16601" data-post-id="16601" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/thomas-reiter-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Bild1-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16603" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/thomas-reiter-2/">Thomas Reiter</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">European Space Agency</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15915" data-post-id="15915" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">The future of science, the Max Planck way</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">For over 75 years, the aim of the Max Planck Society has been to deliver excellent research by providing researchers with trust, generous long-term funding, and support infrastructure. Over the next years, we will continue our mission, open new research fields, and expand our efforts to provide optimal support for the best scientists at all career stages. In my presentation, I will illustrate our approach with the use of examples from different research fields. I will also explain how, in a complex and quickly changing world, scientists can continue to collaborate and build bridges between people. Finally, I will illustrate how basic science can lead to application and contribute to tackling global challenges – and how it can help in the ongoing transformation towards a sustainably future.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15915|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15694" data-post-id="15694" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/patrick-cramer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Patrick-C-400x400.webp" class="attachment-thumbnail size-thumbnail wp-image-15695" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Patrick-C-400x400.webp 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Patrick-C-e1711009797503.webp 399w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/patrick-cramer/">Patrick Cramer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">President Max-Planck-Society</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16407" data-post-id="16407" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:45</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">h_da/EUt+ striving for a new type of University</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The European University of Technology (EUt+) is a consortium consisting of Darmstadt University of Applied Sciences (h_da) and eight other partners from all over Europe, which are among the leading technical, research-intensive universities of applied sciences. EUt+ is committed to offer common European degree programs, promote transnational mobility as well as democratic, civic values and critical thinking for the benefit of our societies. As pioneer EUt+ strives to establish a transnational institution, one European University with campuses from Western to Eastern Europe. A focus will be on the research dimension on h_da and the potentials of a holistic cooperation of EUt+.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16407|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15975" data-post-id="15975" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/arnd-steinmetz/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Portrait-Prof.-Steinmetz_h_da-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16357" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/arnd-steinmetz/">Arnd Steinmetz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">President h_da</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17560" data-post-id="17560" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:40</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Space Debris and Zero Debris Charter</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17560|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16329" data-post-id="16329" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/tim-flohrer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Tim-Flohrer-1-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-16332" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/tim-flohrer/">Tim Flohrer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">European Space Agency</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17057" data-post-id="17057" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:45</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Grand challenges for biomedical research</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Biomedical research is facing an exciting period with a number of major challenges to be addressed. The following areas deserve special attention: (1) New strategies for early clinical proof of concept processes, (2) Transformation of health research and health care towards preventive medicine, (3) Full exploitation of innovative data management approaches towards AI-based precision medicine and prevention, (4) New era of biomedical engineering based on sensor technologies, smart materials, biotechnologies and AI. In his address, Prof. Dr. Otmar D. Wiestler, President of the Helmholtz Association, will highlight some of these major strategic challenges that need to be overcome: What are adequate institutional framework conditions to master these tasks? How can we explore the potential of cooperations between research, medicine and industry? What role do cutting edge technologies play? Examples for best practise?</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17057|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3058" data-post-id="3058" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/otmar-d-wiestler/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Otmar-Wiestler-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-2230" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/otmar-d-wiestler/">Otmar D. Wiestler</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">President Helmholtz Association</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17562" data-post-id="17562" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">13:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:20</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Space Weather and Vigil Mission</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17562|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16327" data-post-id="16327" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/melanie-heil/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/MH-portrait-small-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-16328" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/melanie-heil/">Melanie Heil</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">European Space Agency</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15633" data-post-id="15633" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">13:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 14:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Lunch Break, Poster Session, Workshops, Start-up Fair</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15633|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15059" data-post-id="15059" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">14:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 14:50</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Awards</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Winner 2024 Future Insight Prize</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15059|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3111" data-post-id="3111" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/belen-garijo/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Belen-Garijo_geschickt-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3897" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/belen-garijo/">Belén Garijo</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chair of the Executive Board and CEO Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16955" data-post-id="16955" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/mario-brandenburg/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/4BP7191-offizielles-Pressefoto-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16978" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/mario-brandenburg/">Mario Brandenburg</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Parliamentary State Secretary to the Federal Minister of Education and Research, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-10242" data-post-id="10242" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/future-insight-prize-winner-2022/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Gardner-square-2019-download-hub-jhu-edu.jpg" class="attachment-thumbnail size-thumbnail wp-image-17727" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/future-insight-prize-winner-2022/">Lauren M. Gardner</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Johns Hopkins University</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15362" data-post-id="15362" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">14:50</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 15:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Awards</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Nature Science in Shorts Award</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15362|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15342" data-post-id="15342" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/helena-jensen/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Copy-of-Prof-Headshot-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16091" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/helena-jensen/">Helena Jensen</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15147" data-post-id="15147" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 3</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:15</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: From new drugs to the next generation of semiconductor materials: Exploring synergies in the space of AI-assisted molecular design</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">AI-assisted virtual screening has become vital for the identification of new drug candidates. The use of generative AI tools for the discovery of new materials is rapidly picking up speed. This workshop is meant to bring together enthusiasts from both worlds to collaboratively explore synergies and exchange learnings across the space of leveraging AI to accelerate molecular discovery.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15147|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17330" data-post-id="17330" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/julian-burschka/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/JB2.jpg" class="attachment-thumbnail size-thumbnail wp-image-17707" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/julian-burschka/">Julian Burschka</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck Electronics KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17329" data-post-id="17329" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/immanuel-schweizer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Bild-48-klein-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17571" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/immanuel-schweizer/">Immanuel Schweizer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck Electronics KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15368" data-post-id="15368" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Towards fair social computing</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15368|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16319" data-post-id="16319" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/krishna-p-gummadi/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/gummadi_latest-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16321" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/krishna-p-gummadi/">Krishna P. Gummadi</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute for Software Systems</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15165" data-post-id="15165" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Can we harness the placebo?</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The placebo effect presents both a significant challenge and a promising opportunity for the medical world. While often viewed as a confounding factor in clinical trials, obscuring the true efficacy of treatments, it also holds potential as a powerful tool in medicine if properly understood and harnessed. This phenomenon, where patients experience real changes in their health after receiving a treatment with no therapeutic value, underscores the intricate relationship between mind and body, and the impact of expectation on health outcomes. Understanding the mechanisms behind the placebo effect is crucial for minimizing its confounding impact on drug development and for leveraging its beneficial aspects to enhance treatment outcomes. In the workshop, we will focus on the neuronal mechanisms underlying this phenomenon. Identifying these mechanisms not only aids in distinguishing effective drugs from placebo responses in trials but also opens avenues for integrating these insights into more effective patient care strategies. By focusing on how to identify and quantify the placebo effect, the scientific community can refine drug testing methodologies, improve the predictability of clinical trial outcomes, and potentially develop novel therapeutic approaches that incorporate the beneficial aspects of placebo responses.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15165|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12986" data-post-id="12986" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/aysa-rolls/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-12987" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-600x600.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-1024x1024.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-768x768.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144.png 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/aysa-rolls/">Asya Rolls</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Technion – Israel Institute of Technology</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15061" data-post-id="15061" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 15:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Developing living drugs against cancer: TCR-T cell therapies</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">(Preliminary Abstract) T cells, a type of white blood cells, have become one of the most potent weapon in our arsenal to fight cancer. At academia, pharmaceutical and biotechnology companies, scientist are moving to new frontiers to make T cells safer, more precise and more potent to make even large established solid tumor melt. At the forefront of this development are autologous and allogeneic CAR-T and TCR-T cell therapies as well as bispecific antibodies and T cell receptors. The first of these therapies are being marketed and more are following in clinical trials with the goal to deliver a meaningful impact on the lives of cancer patients.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15061|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12637" data-post-id="12637" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/harpreet-singh/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Harpreet-Singh_Immatics-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-12638" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/harpreet-singh/">Harpreet Singh</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">CEO of Immatics N.V.</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16108" data-post-id="16108" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 5</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Scaling up individualized mRNA products for commercial production</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">We are committed to improving the health of people worldwide by developing immunotherapies utilizing the full potential of the immune system to fight cancer, infectious diseases, and other serious diseases. At BioNTech, we have a legacy of scientific innovation. As pioneers in the field of immunotherapies, we believe that science and innovation can make a difference for humankind. To help ensure that individualized immunotherapies are available to patients, pending regulatory authorization, we are expanding our in-house manufacturing capabilities. Supported by our deep knowledge on mRNA technology expertise and our AI capabilities, we believe we have the capability to scale up quickly. Our goal is to build a fully integrated, global immunotherapy company for individualized mRNA products. Our workshop provides snapshot into our new manufacturing facility. During the workshop, our experts will discuss the challenges of scaling up individualized products.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16108|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16768" data-post-id="16768" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/valeska-schilling/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Valeska-Schilling_final_small-1-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16770" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/valeska-schilling/">Valeska Schilling</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">BioNTech SE</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15065" data-post-id="15065" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">AAAS/Science Roundtable</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span><span class="jet-listing-dynamic-terms__delimiter">,</span> <span class="jet-listing-dynamic-terms__link">Vibrant Digital</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">AAAS/Science Panel Discussion: Innovative Technologies – Touring the horizon</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15065|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17112" data-post-id="17112" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/steven-ferguson/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ferguson-Steve-photo-2017-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17669" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/steven-ferguson/">Steven Ferguson</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">National Institute of Health</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-2726" data-post-id="2726" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/tim-appenzeller/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Tim-Appenzeller-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-2245" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/tim-appenzeller/">Tim Appenzeller</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">News Editor, AAAS/Science</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15340" data-post-id="15340" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/elizabeth-clare/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/EC2-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15727" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/elizabeth-clare/">Elizabeth Clare</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">York University</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15341" data-post-id="15341" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/eric-gaucher/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Gaucher-Eric-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-15892" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/eric-gaucher/">Eric Gaucher</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Lavoisier H2 Geoconsult</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-12994" data-post-id="12994" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/robert-langer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13000" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453.jpg 700w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/robert-langer/">Robert Langer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Massachusetts Institute of Technology</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-12648" data-post-id="12648" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/shahaf-peleg/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Shahaf-Pic-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-12649" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/shahaf-peleg/">Shahaf Peleg</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">FBN Dummerstorf</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16879" data-post-id="16879" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/michael/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Headshot-small-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17044" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/michael/">Michael Salgaller</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">National Institutes of Health (online participation)</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15224" data-post-id="15224" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/philipp-sebastian-wild/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/csm_Wild_Philipp_DSCF0270-3_sq_1034f5263b.jpg" class="attachment-thumbnail size-thumbnail wp-image-15338" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/philipp-sebastian-wild/">Philipp Sebastian Wild</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Johannes Gutenberg University Mainz, German Center for Cardiovascular Research, Institute of Molecular Biology (IMB) gGmbH</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17558" data-post-id="17558" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:27</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Ignite Session</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Ignite Session</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17558|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17552" data-post-id="17552" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/jenny-bui/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_Jenny_one_m305218_lthumb-e1721362215677-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17762" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/jenny-bui/">Jenny Bui</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16056" data-post-id="16056" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/chiara-eleonora-campi/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Official_Picture_Chiara_Campi-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16057" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Official_Picture_Chiara_Campi-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Official_Picture_Chiara_Campi.jpg 470w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/chiara-eleonora-campi/">Chiara Eleonora Campi</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Curious2024 organization - AMA Moderator</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17556" data-post-id="17556" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/thomas-endres/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_ThomasEndres_Picture1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17766" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/thomas-endres/">Thomas Endres</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Evonik Operations GmbH</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17550" data-post-id="17550" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/claudio-flores/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_ClaudioFlores_Mimotype_8Jul2024-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-17759" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/claudio-flores/">Claudio Flores</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Mimotype Technologies GmbH</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17553" data-post-id="17553" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/hakan-kayal/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_Kayal_image-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17763" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/hakan-kayal/">Hakan Kayal</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Universität Würzburg</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17551" data-post-id="17551" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sara-nogueira/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_SaraNOGUEIRA_photo_edited_II-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17765" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sara-nogueira/">Sara Nogueira</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck Life Science KGaA</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17738" data-post-id="17738" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/meike-ramon-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Maike-Ramon-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-17744" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/meike-ramon-2/">Meike Ramon</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Institute of Psychology, University of Lausanne, Switzerland</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17555" data-post-id="17555" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/arne-scheu/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_ArneScheu_Valink3071_T-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17758" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/arne-scheu/">Arne Scheu</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Valink Therapeutics Ltd</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17557" data-post-id="17557" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/hendrik-schneider/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ignite_Hendrik_one_m308743_lthumb-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17761" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/hendrik-schneider/">Hendrik Schneider</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15077" data-post-id="15077" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Life Reimagined</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Molecular aging of intrinsically disordered proteins in neurodegenerative diseases</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The talk will focus on molecular mechanisms that underlie the dysfunction of intrinsically disordered RNA-binding proteins (RBPs) in neurodegenerative diseases, such as ALS, FTD and Alzheimer’s disease. Of particular interest are the RBPs TDP-43 and FUS, which are genetically linked to ALS and form aberrant cytoplasmic aggregates in the degenerating brain regions. The talk will provide insights into recently discovered mechanisms that cause RBP mislocalization and aggregation, such as defects in nuclear import, phase separation and molecular aging into amyloids. It will also highlight interdisciplinary research conducted in the Collaborative Research Center SFB1551 on “Polymer concepts in cellular function”.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15077|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14890" data-post-id="14890" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/dorothee-dormann/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Dorothee_Dormann_2019_pr.jpg" class="attachment-thumbnail size-thumbnail wp-image-14891" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/dorothee-dormann/">Dorothee Dormann</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Johannes Gutenberg University Mainz and IMB Mainz</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15069" data-post-id="15069" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-afbf2df elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="afbf2df" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Online</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">16:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">From nanotechnology to mRNA vaccines: How overcoming skepticism led to new medical treatments and ways to tackle a global health challenge</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Advanced drug delivery systems are having an enormous impact on human health. We start by discussing our early research on developing the first controlled release systems for macromolecules and the isolation of angiogenesis inhibitors and how these led to numerous new therapies. This early research then led to new drug delivery technologies including nanoparticles and nanotechnology that are now being studied for use treating cancer, other illnesses and in vaccine delivery (including the Covid-19 vaccine). Finally, by combining mammalian cells, including stem cells, with synthetic polymers, new approaches for engineering tissues are being developed that may someday help in various diseases. These can also serve as a basis for tissues on a chip which can potentially reduce animal and human testing. Examples in the areas of cartilage, skin, blood vessels, GI tract and heart tissue are discussed.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15069|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12994" data-post-id="12994" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/robert-langer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13000" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Robert_Langer_MTMLecture_2008_09_25_portrait-e1681467324453.jpg 700w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/robert-langer/">Robert Langer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Massachusetts Institute of Technology</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15632" data-post-id="15632" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">16:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Coffee Break, Science in Shorts</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15632|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15163" data-post-id="15163" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 5</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Potentials of AI to transform precision medicine</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">We want to jointly explore how AI solutions in healthcare can be transferred from research into clinical application. To make this topic accessible, we will focus on a use case that powerfully demonstrates the potential of AI to improve diagnostics and is of great importance to oncology and the pharmaceutical industry: tissue analytics and AI-enabled digital pathology. Where are we currently regarding usage of AI in diagnostics? Is there a one-size-fits-all solution? What obstacles must be overcome? Is AI just a hype or will it transform pathology and diagnostics? How can the value for oncologists be maximized? Are we about to reinvent cancer care? Starting from these questions and from the impulses provided by leading experts, we cordially invite you to learn and discuss together with the panel and other workshop participants. Our panel of experts offers relevant perspectives from clinics, pharma, research, and technology.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15163|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17227" data-post-id="17227" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/dieter-w-fellner/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/fellner_foto-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17228" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/dieter-w-fellner/">Dieter W. Fellner</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Institute Director, Fraunhofer Institute for Computer Graphics Research IGD</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17175" data-post-id="17175" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/fabien-gaire/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/gaire_foto-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17176" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/fabien-gaire/">Fabien Gaire</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Roche Pharma Development Datascience</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17229" data-post-id="17229" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/katrien-grunberg/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Grunberg_foto_cr-Anne-Reitsma-Fotografie-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17230" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/katrien-grunberg/">Katrien Grünberg</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University Medical Center in Nijmegen</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17177" data-post-id="17177" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/horst-hahn/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Horst-Hahn-2020-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17178" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/horst-hahn/">Horst Hahn</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Fraunhofer Institute for Digital Medicine MEVIS</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17231" data-post-id="17231" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ralf-kuhlen/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/kuhlen_foto-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17232" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/kuhlen_foto-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/kuhlen_foto-e1719234928133.jpg 399w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ralf-kuhlen/">Ralf Kuhlen</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Helios Health</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17233" data-post-id="17233" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/stefan-wrobel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Wrobel_foto-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-17234" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/stefan-wrobel/">Stefan Wrobel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Fraunhofer Institute for Intelligent Analysis and Information Systems IAIS</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15159" data-post-id="15159" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-afbf2df elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="afbf2df" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Online</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Are science and technology becoming less disruptive?</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Dial-in information in platform</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15159|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17096" data-post-id="17096" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/russell-funk/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/russ_casbs_pic-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17098" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/russell-funk/">Russell Funk</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Minnesota</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15155" data-post-id="15155" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: SFB1552: Defects and defect engineering in soft matter</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Defect engineering is an established approach in hard-matter science, most prominently for tailoring electronic, mechanical, and optical properties of semiconductors. By contrast, defect control in soft matter has not yet been largely explored. Whereas strategies to make and functionalize defect-free, well-defined polymeric and colloidal structures have attracted much attention in the past, attempts to classify, assess, and control defects in soft matter are scarce. The collaborative research center SFB 1552 intends to shift this paradigm. We first aim to understand the influence of defects on the structure, dynamics, and properties of polymeric, colloidal, and amphiphilic systems, and secondly we target at comprehensive strategies to control the defect formation and to gain control over the defect structure(s), concentration, and temporal evolution. This shall lead to the development of functional components for soft-matter-based devices in which defects are the actual function givers.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15155|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14410" data-post-id="14410" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sebastian-seiffert/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Sebastian-Seiffert_Mainz_web-res-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-14411" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Sebastian-Seiffert_Mainz_web-res-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Sebastian-Seiffert_Mainz_web-res-e1696937990524.jpg 399w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sebastian-seiffert/">Sebastian Seiffert</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Johannes Gutenberg University Mainz</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15073" data-post-id="15073" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Materials</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Molecular confinement effects in self-assembled cages</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Since our first report on a self-assembled coordination cage in 1995 (Nature, 1995, 378, 469), we and others have been developing the molecular confinement effects of the self-assembled cages. The cavities of our cages are extraordinarily large and are capable of binding neutral guests. Through molecular recognition, new properties, reactions, and functions have been created (Angew. Chem. Int . Ed. 2009, 48, 3418; Bull. Chem. Soc. Jpn. 2021, 94, 2351). One of the recent topics in the course of our study is protein encapsulation in a self-assembled gigantic cage (Chem 2021, 7, 2672).</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15073|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12811" data-post-id="12811" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/makoto-fujita-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Prof.-Fujita-e1680160719646-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-12812" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Prof.-Fujita-e1680160719646-400x400.jpeg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Prof.-Fujita-e1680160719646-600x600.jpeg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Prof.-Fujita-e1680160719646-1024x1024.jpeg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Prof.-Fujita-e1680160719646-768x769.jpeg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Photo_Prof.-Fujita-e1680160719646.jpeg 1307w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/makoto-fujita-2/">Makoto Fujita</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Tokyo</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15083" data-post-id="15083" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-afbf2df elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="afbf2df" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Online</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">ASAP: Tackling Parkinson’s disease with basic science</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">ASAP (https://parkinsonsroadmap.org) seeks to probe the systems, cellular and molecular basis of PD. We focus on disease processes including the genes and proteins implicated in familial forms of PD, the neuroinflammatory processes that may influence disease progression, the neural circuity that feeds into and from dopaminergic neurons, and processes that may predict and precede development of the movement disorder. We have assembled teams of investigators who have developed meaningful collaborations on these key issues, and from these groups we have built an international consortium of interactive investigators who share a vision for open communication of ideas and results.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15083|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13016" data-post-id="13016" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/randy-schekman/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/randy_schekmanr-e1685549790484-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13190" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/randy_schekmanr-e1685549790484-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/randy_schekmanr-e1685549790484-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/randy_schekmanr-e1685549790484.jpg 700w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/randy-schekman/">Randy Schekman</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of California, Berkeley, UCLA, Howard Hughes Medical Institute, and Stanford University, Nobel Prize Physiology or Medicine 2013</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15353" data-post-id="15353" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-afbf2df elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="afbf2df" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Online</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Energy</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Science Integrity 2024</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The practice of biomedical research is changing dramatically. Over the last two decades, the information technology (IT) revolution has not only enabled new experimental approaches that were previously unthinkable, such as affordable DNA sequencing at an unprecedented scale or rapid cryo-EM determinations of protein structures, but also transformed the way experimental results are stored and published. Although the IT revolution has greatly accelerated progress in most areas of biomedical research, it has also produced serious science integrity challenges. Motivated by personal experiences with some of these challenges, I would like to discuss some of the challenges as I view them from the perspective of a practicing scientist whose primary interest is to support progress in understanding diseases of the brain and to train young scientists for a career as independent researchers.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15353|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3088" data-post-id="3088" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/thomas-c-sudhof/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Thomas-C.-Sudhof-2-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-2260" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/thomas-c-sudhof/">Thomas C. Südhof</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Stanford, Nobel Prize in Physiology or Medicine 2013</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15075" data-post-id="15075" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-afbf2df elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="afbf2df" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Online</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Design of new protein functions using deep learning</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Proteins mediate the critical processes of life and beautifully solve the challenges faced during the evolution of modern organisms. Our goal is to design a new generation of proteins that address current-day problems not faced during evolution. In contrast to traditional protein engineering efforts, which have focused on modifying naturally occurring proteins, we design new proteins from scratch to optimally solve the problem at hand. Increasingly, we develop and use deep learning methods to design amino acid sequences that are predicted to fold to desired structures and functions. We also produce synthetic genes encoding these sequences and characterize them experimentally. In this talk, I will describe several recent advances in protein design.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15075|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13013" data-post-id="13013" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/david-baker/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/DavidBaker.jpg" class="attachment-thumbnail size-thumbnail wp-image-13188" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/david-baker/">David Baker</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Washington and Howard Hughes Medical Institute, Nobel Laureate Chemistry 2024</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17564" data-post-id="17564" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:40</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Awards</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Junior Visions</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17564|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3146" data-post-id="3146" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ulrich-Betz-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3895" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/">Ulrich Betz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chairman Future Insight e.V., Senior Vice President Innovation, Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-14766" data-post-id="14766" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/eckhard-thines/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/portrait.jpg" class="attachment-thumbnail size-thumbnail wp-image-14767" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/eckhard-thines/">Eckhard Thines</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Biotechnology Coordinator for the State Government Rheinland-Pfalz, Johannes Gutenberg University Mainz</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17716" data-post-id="17716" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/volker-tschiedel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMG-20220530-WA0008-bearbeitet-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17718" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/volker-tschiedel/">Volker Tschiedel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Head of STEM-Division; Ministry of Education in Rhineland-Palatinate (Federal State)</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16112" data-post-id="16112" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 19:10</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Coordination self-assembly: Hot topics from Fujita Lab</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Following Makoto Fujita’s invited lecture, four of his young colleagues will present the latest hot topics from the Fujita Lab on coordination self-assembly. The topics are as follows: (1) folding and assembly of metal-peptides, (2) protein encapsulation in self-assembled cages, (3) natural product discovery by genome mining, and (4) micro-crystalline sponge method. In each presentation, 10 minute-talk will be followed by a 5-minute discussion. Subsequently, a 10-minute general discussion will be held.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="16112|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17347" data-post-id="17347" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/risa-ebihara/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/risa-ebihara/">Risa Ebihara</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Tokyo</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17346" data-post-id="17346" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sota-oguma/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sota-oguma/">Sota Oguma</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Tokyo</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17348" data-post-id="17348" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/chieon-park/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/chieon-park/">Chieon Park</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Tokyo</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17349" data-post-id="17349" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/satoshi-yoshida/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/satoshi-yoshida/">Satoshi Yoshida</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Tokyo</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15079" data-post-id="15079" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">AI and Reticular Chemistry</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Reticular Chemistry is linking molecular building blocks into crystalline extended structure such as metal-organic frameworks and covalent organic frameworks. Our efforts in using AI tools to identify the best water harvesting from air and carbon capture MOFs and COFs will be presented. Time permitting progress in molecular weaving will be covered.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15079|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12997" data-post-id="12997" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/omar-yaghi/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13005" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610-1024x1024.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610-768x768.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610-1536x1536.jpg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/yaghi-e1681717523610.jpg 1656w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/omar-yaghi/">Omar Yaghi</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of California, Berkeley</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15085" data-post-id="15085" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 19:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Nature Spin-off Prize, Pitches of Finalists</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15085|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17547" data-post-id="17547" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/yasmine-ali/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Saliva-Direct-Yasmine-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17580" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/yasmine-ali/">Yasmine Ali</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">SalivaDirect Inc.</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17548" data-post-id="17548" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/hemmel-amrania/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Hemmel-Amrania-Digistain-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17632" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/hemmel-amrania/">Hemmel Amrania</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Digistain LTD</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17546" data-post-id="17546" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/kevin-braeckmans/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Kevin-Trince-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17579" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/kevin-braeckmans/">Kevin Braeckmans</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Trince/Ghent University</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15342" data-post-id="15342" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/helena-jensen/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Copy-of-Prof-Headshot-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16091" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/helena-jensen/">Helena Jensen</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17545" data-post-id="17545" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/craig-ramirez/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Craig_Tezcat-Biosciences_0001-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17578" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/craig-ramirez/">Craig Ramirez</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Tezcat Biosciences</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17568" data-post-id="17568" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:20</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:40</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Awards</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Science Fluencer Award Handover</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">ScienceFluencers are PhD students and scientists who leverage social media to share their views on cutting-edge research. In an era rife with misinformation, the role of science communication has become paramount, especially considering that 59% of Germans express keen interest in science and research. Recognizing this, the German Society for Biochemistry and Molecular Biology (GBM/Junior-GBM), has undertaken the mission of championing life science communication. Their aim is to empower and amplify the voices of young scientists who share and explain pioneering scientific discoveries. Join us for the 2024 ScienceFluencer Award on the AMA stage!</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17568|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17569" data-post-id="17569" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/science-fluencer-award-winner-2024/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMG_20240711_132413-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17746" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/science-fluencer-award-winner-2024/">Science Fluencer Award Winner 2024: Jan-Joel van den Wyenbergh</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">announced at Curious2024</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15358" data-post-id="15358" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 19:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Future views of structural cell biology</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">In his talk, Martin Beck will explain how the capsid containing the viral genome of HIV enters the nucleus during infection. He will use this process as an example to illustrate how we use cellular tomography to visualize the molecular processes happening inside of human cells today, and how in the future, 4D virtual reality will help the next generation of scientists to understand very complex cellular phenomena.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15358|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15474" data-post-id="15474" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/martin-beck/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Martin-Beck-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15476" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/martin-beck/">Martin Beck</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute of Biophysics</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15634" data-post-id="15634" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">19:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 21:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Wednesday, July 10</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Networking Dinner, Poster Session, Workshops, Start-up Fair, Science in Shorts, Party</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15634|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17074" data-post-id="17074" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">09:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 09:01</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Welcome Words</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17074|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3146" data-post-id="3146" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ulrich-Betz-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3895" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/">Ulrich Betz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chairman Future Insight e.V., Senior Vice President Innovation, Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15089" data-post-id="15089" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">09:01</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 09:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">New Bioeconomy Hub in Europe</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15089|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12992" data-post-id="12992" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/jelena-begovic/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/ЈЕЛЕНА_БЕГОВИЋ_cropped-e1681457028800-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-12993" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/ЈЕЛЕНА_БЕГОВИЋ_cropped-e1681457028800-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/ЈЕЛЕНА_БЕГОВИЋ_cropped-e1681457028800.jpg 450w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/jelena-begovic/">Jelena Begovic</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Minister of Science, Technological Development and Innovation, Republic of Serbia</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15047" data-post-id="15047" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">09:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 10:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">In search for technological interstellar objects</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The search for extraterrestrial life is one of the most exciting frontiers in science. First tentative clues were identified close to Earth in the form of the first two interstellar meteors which were tougher than iron, the unfamiliar interstellar object `Oumuamua and Unidentified Aerial Phenomena (UAP).The “Galileo Project” ushers the new frontier of “interstellar archeology” in search of extraterrestrial technological relics.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15047|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12776" data-post-id="12776" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/abraham-avi-loeb/"> <img loading="lazy" width="382" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/GJ-e1679566910658-382x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-12777" alt="Avi Loeb" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/abraham-avi-loeb/">Abraham (Avi) Loeb</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Harvard University</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15093" data-post-id="15093" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">10:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 10:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Robotics</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Making robots smarter, in both body and mind</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Robots are getting better and better all the time. Their ability to perceive the world around them is improving almost daily, while their bodies and physical skills have advanced by leaps and bounds. But robots are still pretty stupid and lack cognitive intelligence that would make them easier to use, safer to operate with people, and more productive. In this talk Marc Raibert will show some of the recent progress in the development of robots, then talk about using AI to make them smarter and eventually live up to our dreams.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15093|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13025" data-post-id="13025" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/marc-raibert/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Marc-Raibert-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13254" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/marc-raibert/">Marc Raibert</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Executive Director, The AI Institute & Founder, Boston Dynamics</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15095" data-post-id="15095" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">10:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Coffee Break, Science in Shorts</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15095|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17086" data-post-id="17086" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 3</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: I’M IN – AI & Health Equity: Navigating Challenges, Unlocking Opportunities</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"> “I’M IN—AI & Health Equity”” workshop, showcasing AI’s vital role in global health equity, featuring the “”My Health In Motion”” initiative by Merck KGaA, Darmstadt, Germany. This project leverages AI for personalized health education, aiming to bridge health literacy gaps. Together with the Economist Impact Group, we’ll tackle: – inclusive AI & Data Representation: Understanding AI biases with diverse data to ensure all communities are fairly represented in healthcare AI. – Bridging the Digital Divide: Offering strategies for AI healthcare access in underserved areas, w/ “”My Health In Motion”” as a key example. – Ethical AI Governance: Discussing ethical standards and privacy in AI healthcare to uphold trust and rights. Featuring interactive discussions, case studies, and strategy sessions, this collaboration between EMD Serono/Merck KGaA and The Economist Impact Group equips participants to address AI challenges in healthcare. Learnings are geared to be applied to global health equity projects, enabling broad advancements in health equity.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17086|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17333" data-post-id="17333" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/amy-phillips/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Amy-Phillips_headshot_January-2024-e1720598924172-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17720" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/amy-phillips/">Amy Phillips</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Serono</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16467" data-post-id="16467" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/lindsay-lozeau-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/IMG_0556whiteshirt2-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16468" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/lindsay-lozeau-2/">Gretchen Terry-Leonard</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Millipore Corporation</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15153" data-post-id="15153" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: SFB1551: Wiggly spaghetti in brain</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">We have all heard about DNA, RNA and Proteins… Some of us might even have had our own genome sequenced. But somehow possessing this information is not yielding the solutions we have been hoping for. More recently, a rather basic phenomenon has been discovered, revealing that there is much more to biomolecules than anticipated. In this workshop, over lunch time, we will not only offer you some salad dressing and wiggly spaghetti but will reveal how these same items can exemplify the game-changing phenomenon that is shedding light into molecular basis of cellular dysfunction in aging and disease. If this is not enough to sparkle your curiosity, then how about we tell you we can have you walk on “water”? Join us if you dare!</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15153|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14887" data-post-id="14887" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/edward-a-lemke/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/personal_10_lemke-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-14932" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/edward-a-lemke/">Edward A. Lemke</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Johannes Gutenberg University Mainz and IMB Mainz</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17071" data-post-id="17071" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 4</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:50</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Fireside Chat</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17071|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-2991" data-post-id="2991" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ada-yonath/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ada-Yonath-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-2250" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ada-yonath/">Ada Yonath</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Weizmann Institute of Science, Nobel Prize in Chemistry 2009</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15049" data-post-id="15049" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">A song of light and power – Using light as an energy replacement for human longevity</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">To generate electricity, factories burn coal in the presence of oxygen. However, this process produces toxic pollutants. Similarly, our cells produce energy by burning carbon compounds with oxygen in their mitochondria. Energy production is accompanied by the accumulation of toxic cellular waste and ‘wear and tear’ during aging. Here, I will discuss a novel idea termed ‘energy replacement’ to reduce cellular waste by partially substituting the cellular need for upstream metabolic activities and oxygen consumption with an engineered light-activated proton pump (mtON) in animal mitochondria. This disruptive technology will be the basis for gene therapy in human aging and beyond.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15049|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12648" data-post-id="12648" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/shahaf-peleg/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Shahaf-Pic-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-12649" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/shahaf-peleg/">Shahaf Peleg</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">FBN Dummerstorf</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15371" data-post-id="15371" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 5</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Next steps in neural drug screening and disease modelling</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Disease modelling and drug screen in vitro requires viable models that physiologically capture the key processes and functions of the tissue or organ it proposes to model. To do this in a meaningful manner, neural systems require tightly coupled information flows both in and out of the system. Current in vitro models typically provide no structured stimulation to cultured neural cells, with previous state-of-the-art using spontaneous activity or very simple evoked activity as a functional outcome. Yet, the active function of a neuron is not merely to fire action potentials, but to process structured information and alter activity in meaningful ways. In this workshop we will explore current methods used for in vitro neural drug screening and disease modelling along with future assays that could be utilized to better explore and predict clinical outcomes. Participants will have a chance to participate in designing a new simulated environment for drug testing and disease modelling.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15371|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13150" data-post-id="13150" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/brett-kagan/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13185" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-1024x1024.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850-768x768.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/006_Brett-Kagan_20200218-Headshot-e1685531271850.jpg 1303w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/brett-kagan/">Brett Kagan</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Cortical Labs Pte Ltd</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15097" data-post-id="15097" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 11:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">DNA of SCHOTT: pioneering – responsibly – together</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15097|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14933" data-post-id="14933" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/frank-heinricht/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/heinricht__schott__mmk2022_500x500-1-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-14934" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/heinricht__schott__mmk2022_500x500-1-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/heinricht__schott__mmk2022_500x500-1.png 500w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/frank-heinricht/">Frank Heinricht</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chairman of the Management Board, Schott AG</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15364" data-post-id="15364" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Book Publishing & Innovation @ Springer Nature</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Interested in learning more about how to publish your next book? Curious how Springer Nature envisions the future of book publishing? Join the Springer Nature’s Book Publishing and Innovation workshop to hear about the 5 easy stages in the publishing process, the latest AI author services, and how we have helped many authors, just like you, publish a book to communicate their ideas to a global audience. Our chemistry book portfolio will also be introduced, followed by a Q&A session to answer all your book publishing questions.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15364|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17331" data-post-id="17331" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sofia-costa/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Sofia.jpg" class="attachment-thumbnail size-thumbnail wp-image-17351" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sofia-costa/">Sofia Costa</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17332" data-post-id="17332" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/jonas-spiess/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Jonas-Spies-1.jpeg" class="attachment-thumbnail size-thumbnail wp-image-17353" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/jonas-spiess/">Jonas Spiess</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Springer Nature</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15039" data-post-id="15039" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">A mechanistic perspective of the mind-body connection in medicine</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Thoughts and emotions can impact physiology. This connection is evident in the emergence of disease following stress, or recovery in response to placebo treatment. Nevertheless, our understanding of this fundamental aspect of physiology is still very limited. In this talk, I will discuss how the brain represents the state of the immune system and how brain activity can regulate peripheral immunity to promote recovery from infections or cancer. On the other hand, the brain can induce disease and psychosomatic disorders, and gaining an understanding of the underlying mechanisms has the potential to introduce new therapeutic avenues utilizing the brain’s therapeutic potential.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15039|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12986" data-post-id="12986" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/aysa-rolls/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-12987" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-600x600.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-1024x1024.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144-768x768.png 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Asya-Headshot-e1681456308144.png 1200w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/aysa-rolls/">Asya Rolls</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Technion – Israel Institute of Technology</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15107" data-post-id="15107" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">11:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Tracing the utility of science: Past, present, future</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">This talk embarks on a succinct journey exploring the multifaceted usefulness of science. From ancient Greece to the present, I examine how the utility of science has evolved, affecting its creators, users, and the discipline itself. I’ll traverse three pivotal historical stages to uncover how past interpretations shape our current perspective and future potential. This exploration is not merely retrospective but a forward-looking quest, reinvigorating our understanding of science’s role in personal fulfillment and societal advancement. Join me for a reflection on science’s enduring impact and its transformative journey through history.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15107|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14660" data-post-id="14660" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/katja-krause/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-14661" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-400x400.jpeg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-600x600.jpeg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-1024x1024.jpeg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-768x768.jpeg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-1536x1536.jpeg 1536w, https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-2048x2048.jpeg 2048w, https://www.curiousfutureinsight.org/wp-content/uploads/KK-IMG-PRO-1-scaled.jpeg 1920w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/katja-krause/">Katja Krause</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute for the History of Science</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17235" data-post-id="17235" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 4</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">The Human Factor: Why Human Experts Matter More than Ever in the Wave of Creative Machines</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">For decades we’ve believed that while machines can automate, they could never truly create. Yet, the explosion of generative AI has upended that assumption, confronting us with a new kind of uncanny valley in which human creativity and knowledge seems to be losing to that of computers. This talk contextualizes the sudden surge in generative models in the history of the internet and underscores the criticality of human expertise in creating trustworthy models.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17235|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17118" data-post-id="17118" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/james-kugler/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/2024CuriousConf_James_Headshot-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17185" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/james-kugler/">James Kugler</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">CEO of EMD Digital, Chief Digital Officer of Merck KGaA, Darmstadt, Germany, EVP of Athinia, and a member of the board of directors of Syntropy</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15979" data-post-id="15979" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:15</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">TRON – Science in Translation</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">TRON is an independent non-profit translational research organization that develops cutting-edge technologies to target diseases with high medical needs such as infectious or cardiovascular diseases, autoimmunity and cancer. We combine transdisciplinary competencies in genomics, immunology and bioinformatics to develop novel approaches to be used in personalized therapies. At the interface of academia and industry, TRON executes research at the leading edge to support innovative drug design for human health.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15979|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15221" data-post-id="15221" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/andree-rothermel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Portrait-Andree-Rothermel_Bildrechte-TRON-gGmbH-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15223" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/andree-rothermel/">Andrée Rothermel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Managing Director of TRON gGmbH</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15101" data-post-id="15101" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Digitalization</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Perception, planning, and learning for cognitive robots</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Cognitive robots need to perceive their environment to act in a goal-directed way. We developed efficient methods for environment perception, based on local multiresolution representations, deep learning, and object-centered representations. The resulting models form the basis for locomotion and manipulation planning, for which we developed efficient methods. My team integrated perception and planning for autonomous control of multiple cognitive robots and demonstrated their abilities in complex environments, including humanoid soccer, domestic service, space exploration, disaster-response, bin picking, and industrial inspection. I will discuss ideas on how structured models for efficient perception and planning can be learned from limited experience.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15101|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13003" data-post-id="13003" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sven-behnke-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Sven_Behnke_470-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13004" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Sven_Behnke_470-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Sven_Behnke_470.jpg 470w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sven-behnke-2/">Sven Behnke</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Rheinische Friedrich-Wilhelms-Universität Bonn, Winner ANA Avatar XPRIZE</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15109" data-post-id="15109" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:15</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 12:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">The curATime cluster – Individualized medicine for cardiovascular disease</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Cardiovascular disease (CVD) represents a major, growing public health burden due to ageing populations, but also climate change. The BMBF-funded future cluster curATime develops innovative therapeutics, and diagnostic and prognostic tools for CVD. curATime combines the latest biotechnological approaches with artificial intelligence-driven research. New targets are identified and evaluated by integrating cutting-edge preclinical models with multi-level biodatabases with long-term follow-up of humans. A web-based platform is designed to facilitate complex biodata analyses and novel AI tools are developed to handle computational challenges. This is the fundament for innovative pharmacological interventions including locoregional RNA-based applications.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15109|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-15224" data-post-id="15224" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/philipp-sebastian-wild/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/csm_Wild_Philipp_DSCF0270-3_sq_1034f5263b.jpg" class="attachment-thumbnail size-thumbnail wp-image-15338" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/philipp-sebastian-wild/">Philipp Sebastian Wild</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Johannes Gutenberg University Mainz, German Center for Cardiovascular Research, Institute of Molecular Biology (IMB) gGmbH</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15055" data-post-id="15055" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">The pulse of AI: Charting the rhythm of the biomedical transformation</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The use of artificial intelligence in biomedicine promises to open up new frontiers and explore unexplored paths. At DFKI, we are exploring the symbiotic relationship between AI and biomedical processes, whether for deciphering complex biological data or improving medical decision making. In my talk, I will give examples of how AI can predict the interaction between proteins and viruses, which are crucial for the development of antiviral strategies, or how machine intelligence can be used for improved and transparent diagnostics, or how microscopic image analysis can be used for early detection of diseases and personalization of treatments.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15055|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14929" data-post-id="14929" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/andreas-dengel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/profilfoto_Dengel-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-14930" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/andreas-dengel/">Andreas Dengel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">DFKI</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15103" data-post-id="15103" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">12:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 13:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Materials</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Molecular photovoltaics and artificial photosynthesis</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Photovoltaic cells using molecular dyes, semiconductor quantum dots or perovskite pigments as light harvesters have emerged as credible contenders to conventional devices. They possess unique practical advantages in particular highly effective electricity production from ambient light, ease of manufacturing, flexibility and transparency, bifacial light harvesting, and aesthetic appeal, which have fostered industrial production and commercial applications. They engendered perovskite solar cells (PSCs) which are a leading future PV technologies, their efficiency having reached 26.1 %. My lecture will cover our most recent findings in these revolutionary photovoltaic domains that relate to the production of electricity and fuels from sunlight.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15103|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13017" data-post-id="13017" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/michael-graetzel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/MichaelGraetzel-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13189" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/MichaelGraetzel-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/MichaelGraetzel-e1685549748429.jpg 329w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/michael-graetzel/">Michael Graetzel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">École Polytechnique Fédérale de Lausanne (EPFL)</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15111" data-post-id="15111" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">13:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 14:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Lunch Break, Poster Session, Workshops, Start-up Fair</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15111|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15113" data-post-id="15113" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">14:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 14:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Johann Anton Merck Award</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15113|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17537" data-post-id="17537" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/stu-bailey/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/stu-bailey/">Stu Bailey</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">EMD Serono Research & Development Institute, Inc.</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-10243" data-post-id="10243" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/johann-anton-merck-award-winner-2022/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/mihaela-2023-1-1-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-17748" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/johann-anton-merck-award-winner-2022/">Mihaela van der Schaar</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Cambridge</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15115" data-post-id="15115" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">14:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 15:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">AAAS/Science Roundtable</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">AAAS/Science Panel Discussion: Mentoring early career researchers</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15115|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12999" data-post-id="12999" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/rachel-bernstein/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/BernsteinHeadshot-e1685430999688-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-13159" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/BernsteinHeadshot-e1685430999688-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/BernsteinHeadshot-e1685430999688-600x600.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/BernsteinHeadshot-e1685430999688.png 682w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/rachel-bernstein/">Rachel Bernstein</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">AAAS/Science</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15680" data-post-id="15680" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ulrike-fasbender/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ulrike-Fasbender_1-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15684" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ulrike-fasbender/">Ulrike Fasbender</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Hohenheim</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15678" data-post-id="15678" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/senka-holzer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/2-Senka-Holzer_Photo-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-15682" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/senka-holzer/">Senka Holzer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Medical University of Graz</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15677" data-post-id="15677" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/michael-bogdan-margineanu/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/MargineanuMB-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-15702" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/michael-bogdan-margineanu/">Michael Bogdan Mărgineanu</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">The Francis Crick Institute</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15679" data-post-id="15679" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/theresa-mercer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Mercer_Theresa-CRIS-staff-headshot.jpg" class="attachment-thumbnail size-thumbnail wp-image-15937" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/theresa-mercer/">Theresa Mercer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Cranfield University</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15121" data-post-id="15121" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">14:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 15:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Panel Discussion</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Panel Discussion: Entrepreneurship in Life Science and Chemistry – The path to leveraging the full potential of great research</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15121|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16297" data-post-id="16297" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/dominik-bucher/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/20220120_NMR_Quantensensoren_DBucher_AH_669202-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16299" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/20220120_NMR_Quantensensoren_DBucher_AH_669202-1-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/20220120_NMR_Quantensensoren_DBucher_AH_669202-1-e1714045272588.jpg 399w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/dominik-bucher/">Dominik Bucher</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Technical University of Munich</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17122" data-post-id="17122" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sabine/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sabine/">Sabine Klein</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">TUM VL Health Care</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17125" data-post-id="17125" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/sebastian-kreuz/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Kreuz_square-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17126" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/sebastian-kreuz/">Sebastian Kreuz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Boehringer Ingelheim Venture Fund</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16203" data-post-id="16203" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/stefan-maassen/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Stefan-Maassen-2.jpg" class="attachment-thumbnail size-thumbnail wp-image-16208" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/stefan-maassen/">Stefan Maassen</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Deutsche Börse AG</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16305" data-post-id="16305" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/martin-rahmel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Martin_Rahmel_470x470px_72dpi-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16309" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Martin_Rahmel_470x470px_72dpi-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Martin_Rahmel_470x470px_72dpi.jpg 470w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/martin-rahmel/">Martin Rahmel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chemical Invention Factory, picture by © Gerald Schmidt</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16195" data-post-id="16195" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/johannes-schmidt/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/JSchmidt_new-RGB-1-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16197" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/johannes-schmidt/">Johannes Schmidt</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">CEO of RNATICS GmbH</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16306" data-post-id="16306" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/martina-schulze-adams/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Felicia_Weber-scaled-e1714247032295-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16308" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/martina-schulze-adams/">Felicia Weber</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Wacker Chemie AG</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15151" data-post-id="15151" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Future Game Changers – Search for game-changers in industry and academia</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Knowledge about important upcoming technologies and scientific challenges is key to developing research management strategies. However, while general game-changers and issues are described in various scientific reviews, they often lack individuals’ perspectives. Thus, in this workshop, we aim to identify work-related challenges and game-changers that affect us as individuals. We will conduct an interactive survey to get a general overview of how our perception of game-changers and challenges compares to current literature, identifying what is missing from the usual discussions of these topics. Moreover, we will jointly reflect on the survey results and brainstorm about potential ways forward. After the workshop, the organizers will prepare a report about the discussed topics to share our insights with the broader public. Please bring your phones.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15151|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16772" data-post-id="16772" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/karin-hrovatin/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Karin-H-1.jpg" class="attachment-thumbnail size-thumbnail wp-image-16774" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/karin-hrovatin/">Karin Hrovatin</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Future Insight e.V., Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15625" data-post-id="15625" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: AI and Democracy: Navigating Transformative Change, Innovation, and Regulation</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Sustainable and responsible Artificial Intelligence (AI) can make Europe strong in global competition, both economically and politically. Likewise, AI is reshaping democracy by transforming social institutions, political participation and policy-making. It is therefore key to navigate responsibly between transformative change, innovation, and regulation. This panel will explore how AI can enhance democracy, address risks of unpredictability and opacity, and the importance of justifiable oversight to ensure AI developments contribute positively to sustainable democratic governance.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15625|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-17259" data-post-id="17259" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/christoph-burchard/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-7903" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Comingsoon-768x768.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/christoph-burchard/">Christoph Burchard</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Goethe University Frankfurt am Main</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17077" data-post-id="17077" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/jeanette-hofmann/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Hofmann_2019_2007_max-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17078" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/jeanette-hofmann/">Jeanette Hofmann</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">WZB - Wissenschaftszentrum Berlin</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17079" data-post-id="17079" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/klaus-mainzer/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Mainzer_-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-17080" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/klaus-mainzer/">Klaus Mainzer</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">TUM</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15157" data-post-id="15157" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Dome 5</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Wellbeing for all on a finite planet: Simulating sustainability</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Step into the future with us at our upcoming workshop, where we’ll immerse ourselves in dynamic scenarios using an interactive simulator based on the Earth4All initiative (www.earth4all.life). Earth4All is a vibrant collective of leading economic thinkers, scientists, and advocates, convened by The Club of Rome, The Potsdam Institute for Climate Impact Research, the Stockholm Resilience Centre and the BI Norwegian Business School. The long-term goal of Earth4All is for a new economic paradigm that prioritises and delivers prosperity for all people within planetary boundaries. Earth4All is guided by system dynamic models and a Transformational Economics Commission. In September 2022, 50 years after the publication of “The Limits to Growth”, Earth4All published “”Earth for All: A Survival Guide for Humanity,”” a book presenting a vision and a feasible, affordable plan for system change. As we face intertwined social and environmental crises, your participation is key in this collaborative journey. Together, we’ll delve deep into the complexities of our world, exploring the intricate relationships between economy, environment, and society. In this interactive session, we’ll simulate various future scenarios, shedding light on the potential consequences of our collective actions. From rising inequality to environmental degradation, we’ll confront the challenges that lie ahead and seek innovative solutions to build a more sustainable world.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15157|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-16925" data-post-id="16925" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ulrich-goluke/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/UGoluke-400-px-by-400-px-300-dpi.png" class="attachment-thumbnail size-thumbnail wp-image-16928" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ulrich-goluke/">Ulrich Golüke</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Club of Rome</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16923" data-post-id="16923" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/till-kellerhoff/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Till-K-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-16924" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/till-kellerhoff/">Till Kellerhoff</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Club of Rome</div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-16949" data-post-id="16949" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/nathalie-spittler/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Nathalie2_1-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-16950" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/nathalie-spittler/">Nathalie Spittler</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Millennium Institute</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15117" data-post-id="15117" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Life Reimagined</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Natural products as lead structures for therapeutics – Is there anything left to be discovered?</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">It is not only since the discovery of penicillin that natural substances have been important as lead structures for therapeutics in pharmaceutical and crop protection research. Almost 100 years after the discovery of this antibiotic, the question arises as to whether new structures can still be expected despite the intensive search for biologically active metabolites from nature. In the post-genome age, molecular and bioinformatic methods can be used to investigate the extent to which the potential has already been exhausted. Alternative cultivation methods and the molecular manipulation of organisms are being discussed as an approach to identifying new lead structures from fungi.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15117|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14766" data-post-id="14766" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/eckhard-thines/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/portrait.jpg" class="attachment-thumbnail size-thumbnail wp-image-14767" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/eckhard-thines/">Eckhard Thines</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Biotechnology Coordinator for the State Government Rheinland-Pfalz, Johannes Gutenberg University Mainz</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15123" data-post-id="15123" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">15:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Feeding 10 billion sustainably</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Global demand for food will likely increase by 30-60% this century before plateauing. Can we meet this demand while simultaneously reducing the negative effects of food production on the environment and halting the epidemic of diet-related disease. This talk will argue we can and will highlight and explore some of the exciting technical advances that will help make this possible though stressing that we will fail unless we have the political will to make hard decisions about refashioning the global food system.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15123|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13192" data-post-id="13192" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/charles-godfray/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/c4063-09485-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-14780" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/charles-godfray/">Charles Godfray</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Director, Oxford Martin School</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15119" data-post-id="15119" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">16:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Unleashing the power of data and AI to tackle industry challenges</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The world has changed significantly in the past decade, accelerated by advances in biology and artificial intelligence (AI) technologies. The global spotlight on mRNA vaccines during the COVID-19 pandemic and the subsequent introduction of ChatGPT underscore the transformative potential of these innovations and their impact on global society. Future breakthroughs in precision medicine and materials innovation can be unlocked when we direct AI and scientific knowledge at the right problems. The key is to connect the relevant data with the relevant analytical models to solve the right problem. In this presentation, we will illustrate how data ontologies and advanced analytical methods, such as generative AI and Bayesian optimization, are leveraged to drive scientific progress in healthcare and materials. Additionally, we will showcase a fully automated high-throughput synthesis lab, which complements the in-silico work in our drug discovery portfolio to generate a robust composite dataset, enhancing predictive capabilities.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15119|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-14927" data-post-id="14927" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/laura-matz-2/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Laura-Matz-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-14928" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Laura-Matz-e1704452950985.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Laura-Matz-600x600.png 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Laura-Matz-1024x1024.png 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Laura-Matz-768x768.png 768w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/laura-matz-2/">Laura Matz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">CTO Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15125" data-post-id="15125" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 2</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">16:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 16:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Bright Future</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Seasteading will solve political conflict</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">We founded civilization on the wrong third of the planet. Two-thirds of this planet is ocean. When startup societies float permanently on the Blue Frontier, every city block will be mobile. This will foster variation in governance providers, and selection by governance customers, unleashing the magic of evolution in governance innovation. The success of floating self-governing cities has already been demonstrated on cruise ships. What if cruise ships were family-sized and floated permanently in international waters? This vision has inspired maritime professionals to start building the first seastead. I will show you their practical plans for a fluid free world without political conflict.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15125|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-12996" data-post-id="12996" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/joe-quirk/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Joequirk-e1681467471625-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-13001" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Joequirk-e1681467471625-400x400.jpg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Joequirk-e1681467471625-600x600.jpg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Joequirk-e1681467471625-1024x1024.jpg 1024w, https://www.curiousfutureinsight.org/wp-content/uploads/Joequirk-e1681467471625-768x768.jpg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Joequirk-e1681467471625.jpg 1101w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/joe-quirk/">Joe Quirk</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">President of The Seasteading Institute</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15127" data-post-id="15127" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">16:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Networking</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Coffee Break</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-not-found jet-listing-grid__items" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-queried-id="15127|WP_Post"></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15129" data-post-id="15129" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 17:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthcare</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">The challenges in biomedicine and agriculture</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">I shall present my ideas what should be done for a most complete understanding of the human body and for improvement of the yields in agriculture.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15129|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13256" data-post-id="13256" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/hartmut-michel/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Hartmut_Michel-e1687853451732-400x400.png" class="attachment-thumbnail size-thumbnail wp-image-13258" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Hartmut_Michel-e1687853451732-400x400.png 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Hartmut_Michel-e1687853451732.png 563w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/hartmut-michel/">Hartmut Michel</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max Planck Institute of Biophysics, Nobel Prize in Chemistry 1988</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15131" data-post-id="15131" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">17:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Healthy Lives</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Defective Hoxb8 microglia are causative for both chronic anxiety and OCSD-like behavior in mice</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">We have shown there are two cell lineages in mice that give rise to microglia with distinct ontogenies; Hoxb8 microglia and non-Hoxb8 microglia. Disruption of Hoxb8 or ablation of the Hoxb8 cell lineage gives rise to both chronic anxiety and OCSD-like behavior (trichotillomania, compulsive pathological overgrooming, leading to lesions at the sites of overgrooming). There is a strong sex bias for both behavioral pathologies, with females showing much more aggressive disease. By cell transplantation of purified, cell sorted Hoxb8 microglia progenitors derived from Wt or Hoxb8 mutant mice we were able to demonstrate causation of defective Hoxb8 microglia for both behavioral pathologies. Recently we have demonstrated that optogenetic activation of Hoxb8 microglia in specific regions of the brain induces higher levels of anxiety, grooming or both. Further, these experiments have demonstrated that Hoxb8 microglia function to reduce anxiety and grooming (function as brakes) whereas non-Hoxb8 microglia function to increase these behaviors (function as an accelerator). This provides a biological reason for mice having two populations of microglia. We have further extended this work to define the molecular mechanisms used by microglia to communicate with specific neuronal circuits to modulate anxiety and grooming in mice.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15131|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-13345" data-post-id="13345" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/mario-r-capecchi/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Mario-Capecchi-400x400.jpeg" class="attachment-thumbnail size-thumbnail wp-image-15186" alt="" srcset="https://www.curiousfutureinsight.org/wp-content/uploads/Mario-Capecchi-400x400.jpeg 400w, https://www.curiousfutureinsight.org/wp-content/uploads/Mario-Capecchi-600x600.jpeg 600w, https://www.curiousfutureinsight.org/wp-content/uploads/Mario-Capecchi-768x769.jpeg 768w, https://www.curiousfutureinsight.org/wp-content/uploads/Mario-Capecchi-e1706007556112.jpeg 399w" sizes="(max-width: 400px) 100vw, 400px" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/mario-r-capecchi/">Mario R. Capecchi</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">University of Utah, Nobel Prize in Physiology or Medicine 2007</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15133" data-post-id="15133" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:00</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 18:30</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Keynote</span></div></div></div><div class="elementor-element elementor-element-746968e elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="746968e" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__prefix"> | </span><span class="jet-listing-dynamic-terms__link">Materials</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Catalysis for the world</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">The science of catalysis is fascinating. To design a catalyst – by providing a lower energy pathway to convert substrates into the desired product – is as close as chemists can ever come to magic. Providing this lower energy pathway without being used up enables us to use a very small amount of a catalyst to convert large amounts of starting materials into a useful product. And there is so much more to it. Catalysis is not only a beautiful concept; it is a very important technology. Some would state that it is the most important technology for humankind on this planet. It is estimated that catalysis contributes to roughly one third of the GDP – which means figures in the trillions. There is probably no other technology that can claim to feed, to heal, to warm and to transport humans and their goods. The challenges humanity faces right now – global warming, energy conversion – will be addressed with the help of catalysis. In my talk, I will speak about the catalysis with organic molecules and how strong and confined acids could become universal catalysts.</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15133|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-4702" data-post-id="4702" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/benjamin-list/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Benjamin-List-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3912" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/benjamin-list/">Benjamin List</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Max-Planck-Institut für Kohlenforschung, Nobel Prize in Chemistry 2021</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-15135" data-post-id="15135" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">Stage 1</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">18:30</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 19:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Awards</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Highlight all winners & closing</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix">Winner Science SLAM, Winner Hackathon, Winner Poster Session, Winner Startup Fair, Winner Nature Science in Shorts, Winner Nature Spin-off Prize, Winner Ignite Session, Closing Comments</div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="15135|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-3146" data-post-id="3146" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/Ulrich-Betz-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-3895" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/ulrich-betz/">Ulrich Betz</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Chairman Future Insight e.V., Senior Vice President Innovation, Merck KGaA, Darmstadt, Germany</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div><div class="jet-listing-grid__item jet-listing-dynamic-post-17724" data-post-id="17724" ><div data-elementor-type="jet-listing-items" data-elementor-id="9078" class="elementor elementor-9078" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-7cc9e6e elementor-section-full_width agenda-listing-item elementor-section-height-default elementor-section-height-default" data-id="7cc9e6e" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ca95e2c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div data-dce-background-overlay-color="#00000000" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-954f06c" data-id="954f06c" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-background-overlay"></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-a85c4c8 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="a85c4c8" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"07a4ff1","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82e89d7 radius-medium" data-id="82e89d7" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-194a4ac elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="194a4ac" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><i class="jet-listing-dynamic-terms__icon fas fa-map-marker-alt" aria-hidden="true"></i><span class="jet-listing-dynamic-terms__prefix"> </span><span class="jet-listing-dynamic-terms__link">AMA Circle</span></div></div></div><div class="elementor-element elementor-element-0afa532 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="0afa532" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">19:45</div></div></div></div></div><div class="elementor-element elementor-element-9355f90 elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="9355f90" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content"> — 20:00</div></div></div></div></div><div class="elementor-element elementor-element-1f2f543 elementor-widget elementor-widget-jet-listing-dynamic-field" data-id="1f2f543" data-element_type="widget" data-widget_type="jet-listing-dynamic-field.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-field display-inline"><div class="jet-listing-dynamic-field__inline-wrap"><div class="jet-listing-dynamic-field__content">Thursday, July 11</div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-421fb7b radius-medium" data-id="421fb7b" data-element_type="column" data-settings="{"background_background":"classic"}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b0feaec elementor-widget__width-auto elementor-widget elementor-widget-jet-listing-dynamic-terms" data-id="b0feaec" data-element_type="widget" data-widget_type="jet-listing-dynamic-terms.default"><div class="elementor-widget-container"><div class="jet-listing jet-listing-dynamic-terms"><span class="jet-listing-dynamic-terms__link">Workshops</span></div></div></div><div class="elementor-element elementor-element-303792e elementor-widget elementor-widget-heading" data-id="303792e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Workshop: Laughter Yoga for Management and Researchers</h3></div></div><div class="elementor-element elementor-element-25b0469 elementor-widget elementor-widget-jet-unfold" data-id="25b0469" data-element_type="widget" data-settings="{"mask_height":{"unit":"px","size":60,"sizes":[]},"unfold_duration":{"unit":"ms","size":800,"sizes":[]},"fold_duration":{"unit":"ms","size":800,"sizes":[]},"mask_height_tablet":{"unit":"px","size":"","sizes":[]},"mask_height_mobile":{"unit":"px","size":"","sizes":[]},"unfold_easing":"easeOutBack","fold_easing":"easeOutSine"}" data-widget_type="jet-unfold.default"><div class="elementor-widget-container"><div class="jet-unfold " data-settings="{"height":{"size":60,"unit":"px"},"separatorHeight":{"unit":"px","size":"","sizes":[]},"unfoldDuration":{"unit":"ms","size":800,"sizes":[]},"foldDuration":{"unit":"ms","size":800,"sizes":[]},"unfoldEasing":"easeOutBack","foldEasing":"easeOutSine","foldScrolling":"false","hideOutsideClick":"false","autoHide":"false","autoHideTime":"","foldScrollOffset":null}"><div class="jet-unfold__inner"><div class="jet-unfold__mask"><div class="jet-unfold__content"><div class="jet-unfold__content-inner elementor-text-editor elementor-clearfix"></div></div><div class="jet-unfold__separator"></div></div><div class="jet-unfold__trigger"><div class="jet-unfold__button elementor-button elementor-size-md" href="#" data-unfold-text="Read more" data-fold-text="Hide" data-fold-icon="<i aria-hidden="true" class="fas fa-chevron-up"></i>" data-unfold-icon="<i aria-hidden="true" class="fas fa-chevron-down"></i>" tabindex="0" role="button"><span class="jet-unfold__button-icon jet-tricks-icon"><i aria-hidden="true" class="fas fa-chevron-down"></i></span><span class="jet-unfold__button-text">Read more</span></div></div></div></div></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3c68508 column-speaker-image" data-id="3c68508" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-445fe6b elementor-widget elementor-widget-jet-listing-grid" data-id="445fe6b" data-element_type="widget" data-settings="{"columns":"1"}" data-widget_type="jet-listing-grid.default"><div class="elementor-widget-container"><div class="jet-listing-grid jet-listing"><div class="jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--9096" data-queried-id="17724|WP_Post" data-nav="{"enabled":false,"type":null,"more_el":null,"query":[],"widget_settings":{"lisitng_id":9096,"posts_num":99,"columns":1,"columns_tablet":1,"columns_mobile":1,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","max_posts_num":9,"not_found_message":"No data was found","is_masonry":false,"equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"use_custom_post_types":"","custom_post_types":[],"hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}" data-page="1" data-pages="1" data-listing-source="query" data-listing-id="9096" data-query-id="10"><div class="jet-listing-grid__item jet-listing-dynamic-post-10361" data-post-id="10361" ><div data-elementor-type="jet-listing-items" data-elementor-id="9096" class="elementor elementor-9096" data-elementor-post-type="jet-engine"><section class="elementor-section elementor-top-section elementor-element elementor-element-39e3f2a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="39e3f2a" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c630f41" data-id="c630f41" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-336ba83 author-section elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="336ba83" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"55f2c8c","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8db85ca author-image-column" data-id="8db85ca" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3a4cc50 author-image elementor-widget__width-inherit elementor-widget elementor-widget-image" data-id="3a4cc50" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.curiousfutureinsight.org/_speakers/alessandro-donati/"> <img loading="lazy" width="400" height="400" src="https://www.curiousfutureinsight.org/wp-content/uploads/DSC_1970-400x400.jpg" class="attachment-thumbnail size-thumbnail wp-image-10572" alt="" /> </a></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-01ad224 author-info-column" data-id="01ad224" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-fd990ca author-name elementor-widget elementor-widget-heading" data-id="fd990ca" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h5 class="elementor-heading-title elementor-size-default"><a href="https://www.curiousfutureinsight.org/_speakers/alessandro-donati/">Alessandro Donati</a></h5></div></div><div class="elementor-element elementor-element-b92ae48 author-bio elementor-widget__width-inherit elementor-widget elementor-widget-heading" data-id="b92ae48" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Klang-Armonia</div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div></div></div></section></div></div></div></div></div></div></div></div></div></section></div><div data-elementor-type="footer" data-elementor-id="8898" class="elementor elementor-8898 elementor-location-footer" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6d7f2580 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d7f2580" data-element_type="section" data-settings="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-50058a74" data-id="50058a74" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4b1127c7 elementor-widget elementor-widget-heading" data-id="4b1127c7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Menu</h6></div></div><div class="elementor-element elementor-element-78d5bb7 elementor-nav-menu--dropdown-none menu-footer grid-3-columns elementor-widget elementor-widget-nav-menu" data-id="78d5bb7" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-78d5bb7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5646"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7974"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13071"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5657"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5651"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7978"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16001"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19797"><a href="https://www.curiousfutureinsight.org/stratetic-partnership/" class="elementor-item">Strategic Partnership</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16874"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10235"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11391"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item">Jobs & Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10740"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item">Social Media Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5649"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12709"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8352"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17472"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19113"><a href="https://www.curiousfutureinsight.org/curious2024/" class="elementor-item">Curious2024</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12136"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9687"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9686"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5648"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item">Contact & FAQ</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-78d5bb7" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-5646"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7974"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13071"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5657"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5651"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7978"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16001"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19797"><a href="https://www.curiousfutureinsight.org/stratetic-partnership/" class="elementor-item" tabindex="-1">Strategic Partnership</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16874"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item" tabindex="-1">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10235"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item" tabindex="-1">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11391"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item" tabindex="-1">Jobs & Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10740"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item" tabindex="-1">Social Media Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5649"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item" tabindex="-1">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12709"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item" tabindex="-1">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8352"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item" tabindex="-1">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17472"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item" tabindex="-1">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19113"><a href="https://www.curiousfutureinsight.org/curious2024/" class="elementor-item" tabindex="-1">Curious2024</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12136"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item" tabindex="-1">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9687"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item" tabindex="-1">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9686"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item" tabindex="-1">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5648"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item" tabindex="-1">Contact & FAQ</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1cd480e2" data-id="1cd480e2" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-23bd64d1 elementor-widget elementor-widget-heading" data-id="23bd64d1" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Search</h6></div></div><div class="elementor-element elementor-element-5f0a17c5 elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="5f0a17c5" data-element_type="widget" data-settings="{"skin":"classic"}" data-widget_type="search-form.default"><div class="elementor-widget-container"> <search role="search"><form class="elementor-search-form" action="https://www.curiousfutureinsight.org" method="get"><div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-5f0a17c5">Search</label> <input id="elementor-search-form-5f0a17c5" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <button class="elementor-search-form__submit" type="submit" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span> </button></div></form> </search></div></div><div class="elementor-element elementor-element-4e49e8fe elementor-widget elementor-widget-heading" data-id="4e49e8fe" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Follow Us</h6></div></div><div class="elementor-element elementor-element-1815d95a elementor-grid-3 e-grid-align-left elementor-shape-rounded elementor-widget elementor-widget-social-icons" data-id="1815d95a" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 05-08-2024 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style><div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-da75ff2" href="https://twitter.com/futureinsight" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="30" height="30" id="svg4" sodipodi:docname="X_logo_2023_original_small_black!.svg" inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"><metadata></metadata><defs id="defs8"></defs><path d="M 17.26576,13.466948 26.395212,3.0747379 H 24.232585 L 16.30214,12.096304 9.9728244,3.0747379 H 2.670897 L 12.244153,16.718242 2.670897,27.614737 h 2.1626258 l 8.3693452,-9.52912 6.685669,9.52912 h 7.301925 M 5.6140622,4.6717791 H 8.9364637 L 24.230951,26.096159 h -3.323218" id="path2" style="stroke-width:1"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-5aad85f" href="https://www.linkedin.com/company/future-insight-ev/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-f6eb65d" href="https://instagram.com/future_insight_ev?igshid=MWZjMTM2ODFkZg==" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span></div></div></div><div class="elementor-element elementor-element-f104adb elementor-widget elementor-widget-heading" data-id="f104adb" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h6 class="elementor-heading-title elementor-size-default">Support Us</h6></div></div><div class="elementor-element elementor-element-865ce56 elementor-align-right elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="865ce56" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://secure.betterplace.org/de/donate/platform/projects/142565" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Donate now!</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-5344b2a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5344b2a9" data-element_type="section" data-settings="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-18af056c" data-id="18af056c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7e533970 elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="7e533970" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="721" height="200" src="https://www.curiousfutureinsight.org/wp-content/uploads/Logo_721x200_V2.svg" class="attachment-large size-large wp-image-19830" alt="" /></div></div><div class="elementor-element elementor-element-93d457a elementor-widget__width-auto elementor-widget elementor-widget-image" data-id="93d457a" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="585" height="138" src="https://www.curiousfutureinsight.org/wp-content/uploads/FutureInsighteV_LOGO_small_paddings-e1694784468460.png" class="attachment-large size-large wp-image-14262" alt="" /></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-434b6695" data-id="434b6695" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-61e64c69 elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="61e64c69" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Platinum Sponsor</div></div></div><div class="elementor-element elementor-element-765a6b66 mm-geo mm-geo-na elementor-widget__width-auto elementor-widget elementor-widget-heading" data-id="765a6b66" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Merck KGaA, Darmstadt, Germany</div></div></div><div class="elementor-element elementor-element-70b454c4 elementor-widget__width-auto mm-geo mm-geo-world elementor-widget-mobile__width-inherit elementor-widget elementor-widget-image" data-id="70b454c4" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="600" height="96" src="https://www.curiousfutureinsight.org/wp-content/uploads/logo_merck_white.png" class="attachment-large size-large wp-image-8894" alt="" /></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-bf76ee2 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bf76ee2" data-element_type="section" data-settings="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-96b417d" data-id="96b417d" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-d36c362 elementor-nav-menu--dropdown-none elementor-hidden-mobile elementor-nav-menu__align-start elementor-hidden-tablet mm-geo mm-geo-world elementor-widget elementor-widget-nav-menu" data-id="d36c362" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-d36c362" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-d36c362" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div><div class="elementor-element elementor-element-bfcff49 elementor-nav-menu--dropdown-none elementor-hidden-mobile elementor-nav-menu__align-start elementor-hidden-tablet mm-geo mm-geo-na elementor-widget elementor-widget-nav-menu" data-id="bfcff49" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-bfcff49" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-bfcff49" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div></div></div></div></section><section class="elementor-section elementor-top-section elementor-element elementor-element-516629cc elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="516629cc" data-element_type="section" data-settings="{"background_background":"classic","jet_parallax_layout_list":[{"_id":"c168c33","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-no"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6581190c" data-id="6581190c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-6c780af9 elementor-nav-menu--dropdown-none elementor-nav-menu__align-start mm-geo mm-geo-world elementor-widget elementor-widget-nav-menu" data-id="6c780af9" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-6c780af9" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-6c780af9" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div><div class="elementor-element elementor-element-6e9ea67 elementor-nav-menu--dropdown-none elementor-nav-menu__align-start mm-geo mm-geo-na elementor-widget elementor-widget-nav-menu" data-id="6e9ea67" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-6e9ea67" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-6e9ea67" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div></div></div></div></section></div> <!-- Consent Management powered by Complianz | GDPR/CCPA Cookie Consent https://wordpress.org/plugins/complianz-gdpr --><div id="cmplz-cookiebanner-container"><div class="cmplz-cookiebanner cmplz-hidden banner-1 optin cmplz-bottom-right cmplz-categories-type-view-preferences" aria-modal="true" data-nosnippet="true" role="dialog" aria-live="polite" aria-labelledby="cmplz-header-1-optin" aria-describedby="cmplz-message-1-optin"><div class="cmplz-header"><div class="cmplz-logo"></div><div class="cmplz-title" id="cmplz-header-1-optin">Manage Cookie Consent</div><div class="cmplz-close" tabindex="0" role="button" aria-label="Close dialog"> <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"><path fill="currentColor" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path></svg></div></div><div class="cmplz-divider cmplz-divider-header"></div><div class="cmplz-body"><div class="cmplz-message" id="cmplz-message-1-optin">To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.</div> <!-- categories start --><div class="cmplz-categories"> <details class="cmplz-category cmplz-functional" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Necessary</span> <span class='cmplz-always-active'> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-functional-optin" data-category="cmplz_functional" class="cmplz-consent-checkbox cmplz-functional" size="40" value="1"/> <label class="cmplz-label" for="cmplz-functional-optin" tabindex="0"><span class="screen-reader-text">Necessary</span></label> </span> Always active </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-functional">These cookies are necessary for the website to operate. Our website cannot function without these cookies and they can only be disabled by changing your browser preferences.</span></div> </details> <details class="cmplz-category cmplz-preferences" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Preferences</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-preferences-optin" data-category="cmplz_preferences" class="cmplz-consent-checkbox cmplz-preferences" size="40" value="1"/> <label class="cmplz-label" for="cmplz-preferences-optin" tabindex="0"><span class="screen-reader-text">Preferences</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-preferences">The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.</span></div> </details> <details class="cmplz-category cmplz-statistics" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Functional</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-statistics-optin" data-category="cmplz_statistics" class="cmplz-consent-checkbox cmplz-statistics" size="40" value="1"/> <label class="cmplz-label" for="cmplz-statistics-optin" tabindex="0"><span class="screen-reader-text">Functional</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-statistics">These cookies enable the provision of advanced functionalities and are used for personalization. The cookies are set in particular in response to your actions and depend on your specific service requests (e.g., pop-up notification choices).</span> <span class="cmplz-description-statistics-anonymous">The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.</span></div> </details> <details class="cmplz-category cmplz-marketing" > <summary> <span class="cmplz-category-header"> <span class="cmplz-category-title">Tracking</span> <span class="cmplz-banner-checkbox"> <input type="checkbox" id="cmplz-marketing-optin" data-category="cmplz_marketing" class="cmplz-consent-checkbox cmplz-marketing" size="40" value="1"/> <label class="cmplz-label" for="cmplz-marketing-optin" tabindex="0"><span class="screen-reader-text">Tracking</span></label> </span> <span class="cmplz-icon cmplz-open"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="18" ><path d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"/></svg> </span> </span> </summary><div class="cmplz-description"> <span class="cmplz-description-marketing">These cookies may be set to learn more about your interests and show you relevant ads on other websites. These cookies work by uniquely identifying your browser and device. By integrating these cookies, we aim to learn more about your interests and your surfing behavior and to be able to place our advertising in a targeted manner.</span></div> </details></div><!-- categories end --></div><div class="cmplz-links cmplz-information"> <a class="cmplz-link cmplz-manage-options cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">Manage options</a> <a class="cmplz-link cmplz-manage-third-parties cookie-statement" href="#" data-relative_url="#cmplz-cookies-overview">Manage services</a> <a class="cmplz-link cmplz-manage-vendors tcf cookie-statement" href="#" data-relative_url="#cmplz-tcf-wrapper">Manage {vendor_count} vendors</a> <a class="cmplz-link cmplz-external cmplz-read-more-purposes tcf" target="_blank" rel="noopener noreferrer nofollow" href="https://cookiedatabase.org/tcf/purposes/">Read more about these purposes</a></div><div class="cmplz-divider cmplz-footer"></div><div class="cmplz-buttons"> <button class="cmplz-btn cmplz-accept">Accept</button> <button class="cmplz-btn cmplz-deny">Deny</button> <button class="cmplz-btn cmplz-view-preferences">View preferences</button> <button class="cmplz-btn cmplz-save-preferences">Save preferences</button> <a class="cmplz-btn cmplz-manage-options tcf cookie-statement" href="#" data-relative_url="#cmplz-manage-consent-container">View preferences</a></div><div class="cmplz-links cmplz-documents"> <a class="cmplz-link cookie-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link privacy-statement" href="#" data-relative_url="">{title}</a> <a class="cmplz-link impressum" href="#" data-relative_url="">{title}</a></div></div></div><div id="cmplz-manage-consent" data-nosnippet="true"><button class="cmplz-btn cmplz-hidden cmplz-manage-consent manage-consent-1">Manage consent</button></div><style id="elementor-post-10480">.elementor-10480 .elementor-element.elementor-element-cbc55c0{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-29c1fed{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-26a3078 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );font-weight:var( --e-global-typography-50b7226-font-weight );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-10480 .elementor-element.elementor-element-4a326b1{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-45eaeaa{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button span{gap:14px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group{padding-right:calc( 35px/2 );padding-left:calc( 35px/2 );margin-bottom:35px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-form-fields-wrapper{margin-left:calc( -35px/2 );margin-right:calc( -35px/2 );margin-bottom:-35px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group.recaptcha_v3-bottomleft, .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}body.rtl .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-labels-inline .elementor-field-group > abbr{padding-left:0px;}body:not(.rtl) .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-labels-inline .elementor-field-group > abbr{padding-right:0px;}body .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-labels-above .elementor-field-group > abbr{padding-bottom:0px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group > label, .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-type-html{padding-bottom:0px;color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group .elementor-field, .elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-subgroup label{font-size:0.9em;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper){border-color:var( --e-global-color-text );border-width:0px 0px 1.5px 0px;border-radius:0px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group .elementor-select-wrapper select{border-color:var( --e-global-color-text );border-width:0px 0px 1.5px 0px;border-radius:0px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-group .elementor-select-wrapper::before{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button{border-style:solid;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-color:var( --e-global-color-accent );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button[type="submit"]{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-color:var( --e-global-color-accent );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button[type="submit"] svg *{fill:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .e-form__buttons__wrapper__button-previous{color:#ffffff;border-color:var( --e-global-color-accent );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .e-form__buttons__wrapper__button-next:hover{color:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button[type="submit"]:hover{color:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-button[type="submit"]:hover svg *{fill:var( --e-global-color-primary );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-label-description .elementor-field-label{display:inline-block;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-field-label-description:after{content:'?';display:inline-block;border-radius:50%;padding:2px 0;height:1.2em;line-height:1;font-size:80%;width:1.2em;text-align:center;margin-left:0.2em;color:#ffffff;background-color:#777777;}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-message.elementor-message-success{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-message.elementor-message-danger{color:var( --e-global-color-534496d );}.elementor-10480 .elementor-element.elementor-element-fbd0720 .elementor-message.elementor-help-inline{color:var( --e-global-color-text );}.elementor-10480 .elementor-element.elementor-element-fbd0720{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}.elementor-10480 .elementor-element.elementor-element-fbd0720 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-d02d385{--display:flex;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-ca2eb96{text-align:center;}.elementor-10480 .elementor-element.elementor-element-ca2eb96 .elementor-heading-title{font-family:var( --e-global-typography-6a5da37-font-family ), Sans-serif;font-size:var( --e-global-typography-6a5da37-font-size );font-weight:var( --e-global-typography-6a5da37-font-weight );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}.elementor-10480 .elementor-element.elementor-element-ca2eb96 > .elementor-widget-container{padding:120px 0px 0px 0px;}.elementor-10480 .elementor-element.elementor-element-185e65d .elementor-icon-wrapper{text-align:center;}.elementor-10480 .elementor-element.elementor-element-185e65d.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-1d7bec1 );}.elementor-10480 .elementor-element.elementor-element-185e65d.elementor-view-framed .elementor-icon, .elementor-10480 .elementor-element.elementor-element-185e65d.elementor-view-default .elementor-icon{color:var( --e-global-color-1d7bec1 );border-color:var( --e-global-color-1d7bec1 );}.elementor-10480 .elementor-element.elementor-element-185e65d.elementor-view-framed .elementor-icon, .elementor-10480 .elementor-element.elementor-element-185e65d.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-1d7bec1 );}.elementor-10480 .elementor-element.elementor-element-185e65d .elementor-icon{font-size:60px;}.elementor-10480 .elementor-element.elementor-element-185e65d .elementor-icon svg{height:60px;}.elementor-10480 .elementor-element.elementor-element-185e65d > .elementor-widget-container{padding:20px 0px 120px 0px;}#elementor-popup-modal-10480 .dialog-message{width:768px;height:auto;padding:40px 40px 40px 40px;}#elementor-popup-modal-10480{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-10480 .dialog-close-button{display:flex;}#elementor-popup-modal-10480 .dialog-widget-content{border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-10480 .elementor-element.elementor-element-26a3078 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-10480 .elementor-element.elementor-element-45eaeaa{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-d02d385{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-ca2eb96 .elementor-heading-title{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}}@media(max-width:767px){.elementor-10480 .elementor-element.elementor-element-26a3078 .elementor-heading-title{font-size:var( --e-global-typography-50b7226-font-size );line-height:var( --e-global-typography-50b7226-line-height );letter-spacing:var( --e-global-typography-50b7226-letter-spacing );word-spacing:var( --e-global-typography-50b7226-word-spacing );}.elementor-10480 .elementor-element.elementor-element-4a326b1{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-45eaeaa{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-d02d385{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10480 .elementor-element.elementor-element-ca2eb96 .elementor-heading-title{font-size:var( --e-global-typography-6a5da37-font-size );line-height:var( --e-global-typography-6a5da37-line-height );letter-spacing:var( --e-global-typography-6a5da37-letter-spacing );word-spacing:var( --e-global-typography-6a5da37-word-spacing );}}/* Start custom CSS for container, class: .elementor-element-d02d385 */.thankscon {display:none;}/* End custom CSS */</style><div data-elementor-type="popup" data-elementor-id="10480" class="elementor elementor-10480 elementor-location-popup" data-elementor-settings="{"a11y_navigation":"yes","timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-cbc55c0 e-flex e-con-boxed e-con e-parent" data-id="cbc55c0" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"><div class="e-con-inner"><div class="elementor-element elementor-element-29c1fed e-con-full e-flex e-con e-child" data-id="29c1fed" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-element elementor-element-26a3078 elementor-widget elementor-widget-heading" data-id="26a3078" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Sign up for for the Curious Future Insight Newsletter</div></div></div><div class="elementor-element elementor-element-d8ad2fa elementor-widget elementor-widget-text-editor" data-id="d8ad2fa" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Future Insight e.V. is committed to protecting and respecting your privacy, and we’ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:</p></div></div><div class="elementor-element elementor-element-4a326b1 e-con-full e-flex e-con e-child" data-id="4a326b1" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-element elementor-element-45eaeaa e-con-full contactcon e-flex e-con e-child" data-id="45eaeaa" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-element elementor-element-fbd0720 elementor-button-align-start formx elementor-widget elementor-widget-form" data-id="fbd0720" data-element_type="widget" data-settings="{"step_next_label":"Next","step_previous_label":"Previous","button_width":"100","step_type":"number_text","step_icon_shape":"circle"}" data-widget_type="form.default"><div class="elementor-widget-container"> <style>/*! elementor-pro - v3.23.0 - 05-08-2024 */ .elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{content:"";width:1em;height:1em;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTVMMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yIDQuNzUgOC4xNXoiIGZpbGw9IiMwMDhBMjAiLz48L3N2Zz4=");background-position:50%;background-repeat:no-repeat}</style><form class="elementor-form" method="post" name="Signup Form"> <input type="hidden" name="post_id" value="10480"/> <input type="hidden" name="form_id" value="fbd0720"/> <input type="hidden" name="referer_title" value="Agenda — Curious2027 – Future Insight™" /><div class="elementor-form-fields-wrapper elementor-labels-"><div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-yourname elementor-col-50 elementor-field-required"> <label for="form-field-yourname" class="elementor-field-label elementor-screen-only"> First Name </label> <input size="1" type="text" name="form_fields[yourname]" id="form-field-yourname" class="elementor-field elementor-size-md elementor-field-textual" placeholder="First name" required="required" aria-required="true"></div><div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-last_name elementor-col-50 elementor-field-required"> <label for="form-field-last_name" class="elementor-field-label elementor-screen-only"> Last Name </label> <input size="1" type="text" name="form_fields[last_name]" id="form-field-last_name" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Last name" required="required" aria-required="true"></div><div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required"> <label for="form-field-email" class="elementor-field-label elementor-screen-only"> Email </label> <input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-md elementor-field-textual" placeholder="Your email address" required="required" aria-required="true"></div><div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_f0ba469 elementor-col-50 elementor-field-required"> <label for="form-field-field_f0ba469" class="elementor-field-label elementor-screen-only"> Country / Region </label><div class="elementor-field elementor-select-wrapper remove-before "><div class="select-caret-down-wrapper"> <i aria-hidden="true" class="eicon-caret-down"></i></div> <select name="form_fields[field_f0ba469]" id="form-field-field_f0ba469" class="elementor-field-textual elementor-size-md" required="required" aria-required="true"><option value="">Please select…</option><option value="Germany">Germany</option><option value="--">--</option><option value="Afghanistan">Afghanistan</option><option value="Albania">Albania</option><option value="Algeria">Algeria</option><option value="Andorra">Andorra</option><option value="Angola">Angola</option><option value="Antigua & Deps">Antigua & Deps</option><option value="Argentina">Argentina</option><option value="Armenia">Armenia</option><option value="Australia">Australia</option><option value="Austria">Austria</option><option value="Azerbaijan">Azerbaijan</option><option value="Bahamas">Bahamas</option><option value="Bahrain">Bahrain</option><option value="Bangladesh">Bangladesh</option><option value="Barbados">Barbados</option><option value="Belarus">Belarus</option><option value="Belgium">Belgium</option><option value="Belize">Belize</option><option value="Benin">Benin</option><option value="Bhutan">Bhutan</option><option value="Bolivia">Bolivia</option><option value="Bosnia Herzegovina">Bosnia Herzegovina</option><option value="Botswana">Botswana</option><option value="Brazil">Brazil</option><option value="Brunei">Brunei</option><option value="Bulgaria">Bulgaria</option><option value="Burkina">Burkina</option><option value="Burundi">Burundi</option><option value="Cambodia">Cambodia</option><option value="Cameroon">Cameroon</option><option value="Canada">Canada</option><option value="Cape Verde">Cape Verde</option><option value="Central African Rep">Central African Rep</option><option value="Chad">Chad</option><option value="Chile">Chile</option><option value="China">China</option><option value="Colombia">Colombia</option><option value="Comoros">Comoros</option><option value="Congo">Congo</option><option value="Congo {Democratic Rep}">Congo {Democratic Rep}</option><option value="Costa Rica">Costa Rica</option><option value="Croatia">Croatia</option><option value="Cuba">Cuba</option><option value="Cyprus">Cyprus</option><option value="Czech Republic">Czech Republic</option><option value="Denmark">Denmark</option><option value="Djibouti">Djibouti</option><option value="Dominica">Dominica</option><option value="Dominican Republic">Dominican Republic</option><option value="East Timor">East Timor</option><option value="Ecuador">Ecuador</option><option value="Egypt">Egypt</option><option value="El Salvador">El Salvador</option><option value="Equatorial Guinea">Equatorial Guinea</option><option value="Eritrea">Eritrea</option><option value="Estonia">Estonia</option><option value="Ethiopia">Ethiopia</option><option value="Fiji">Fiji</option><option value="Finland">Finland</option><option value="France">France</option><option value="Gabon">Gabon</option><option value="Gambia">Gambia</option><option value="Georgia">Georgia</option><option value="Germany">Germany</option><option value="Ghana">Ghana</option><option value="Greece">Greece</option><option value="Grenada">Grenada</option><option value="Guatemala">Guatemala</option><option value="Guinea">Guinea</option><option value="Guinea-Bissau">Guinea-Bissau</option><option value="Guyana">Guyana</option><option value="Haiti">Haiti</option><option value="Honduras">Honduras</option><option value="Hungary">Hungary</option><option value="Iceland">Iceland</option><option value="India">India</option><option value="Indonesia">Indonesia</option><option value="Iran">Iran</option><option value="Iraq">Iraq</option><option value="Ireland {Republic}">Ireland {Republic}</option><option value="Israel">Israel</option><option value="Italy">Italy</option><option value="Ivory Coast">Ivory Coast</option><option value="Jamaica">Jamaica</option><option value="Japan">Japan</option><option value="Jordan">Jordan</option><option value="Kazakhstan">Kazakhstan</option><option value="Kenya">Kenya</option><option value="Kiribati">Kiribati</option><option value="Korea North">Korea North</option><option value="Korea South">Korea South</option><option value="Kosovo">Kosovo</option><option value="Kuwait">Kuwait</option><option value="Kyrgyzstan">Kyrgyzstan</option><option value="Laos">Laos</option><option value="Latvia">Latvia</option><option value="Lebanon">Lebanon</option><option value="Lesotho">Lesotho</option><option value="Liberia">Liberia</option><option value="Libya">Libya</option><option value="Liechtenstein">Liechtenstein</option><option value="Lithuania">Lithuania</option><option value="Luxembourg">Luxembourg</option><option value="Macedonia">Macedonia</option><option value="Madagascar">Madagascar</option><option value="Malawi">Malawi</option><option value="Malaysia">Malaysia</option><option value="Maldives">Maldives</option><option value="Mali">Mali</option><option value="Malta">Malta</option><option value="Marshall Islands">Marshall Islands</option><option value="Mauritania">Mauritania</option><option value="Mauritius">Mauritius</option><option value="Mexico">Mexico</option><option value="Micronesia">Micronesia</option><option value="Moldova">Moldova</option><option value="Monaco">Monaco</option><option value="Mongolia">Mongolia</option><option value="Montenegro">Montenegro</option><option value="Morocco">Morocco</option><option value="Mozambique">Mozambique</option><option value="Myanmar, {Burma}">Myanmar, {Burma}</option><option value="Namibia">Namibia</option><option value="Nauru">Nauru</option><option value="Nepal">Nepal</option><option value="Netherlands">Netherlands</option><option value="New Zealand">New Zealand</option><option value="Nicaragua">Nicaragua</option><option value="Niger">Niger</option><option value="Nigeria">Nigeria</option><option value="Norway">Norway</option><option value="Oman">Oman</option><option value="Pakistan">Pakistan</option><option value="Palau">Palau</option><option value="Panama">Panama</option><option value="Papua New Guinea">Papua New Guinea</option><option value="Paraguay">Paraguay</option><option value="Peru">Peru</option><option value="Philippines">Philippines</option><option value="Poland">Poland</option><option value="Portugal">Portugal</option><option value="Qatar">Qatar</option><option value="Romania">Romania</option><option value="Russian Federation">Russian Federation</option><option value="Rwanda">Rwanda</option><option value="St Kitts & Nevis">St Kitts & Nevis</option><option value="St Lucia">St Lucia</option><option value="Saint Vincent & the Grenadines">Saint Vincent & the Grenadines</option><option value="Samoa">Samoa</option><option value="San Marino">San Marino</option><option value="Sao Tome & Principe">Sao Tome & Principe</option><option value="Saudi Arabia">Saudi Arabia</option><option value="Senegal">Senegal</option><option value="Serbia">Serbia</option><option value="Seychelles">Seychelles</option><option value="Sierra Leone">Sierra Leone</option><option value="Singapore">Singapore</option><option value="Slovakia">Slovakia</option><option value="Slovenia">Slovenia</option><option value="Solomon Islands">Solomon Islands</option><option value="Somalia">Somalia</option><option value="South Africa">South Africa</option><option value="South Sudan">South Sudan</option><option value="Spain">Spain</option><option value="Sri Lanka">Sri Lanka</option><option value="Sudan">Sudan</option><option value="Suriname">Suriname</option><option value="Swaziland">Swaziland</option><option value="Sweden">Sweden</option><option value="Switzerland">Switzerland</option><option value="Syria">Syria</option><option value="Taiwan">Taiwan</option><option value="Tajikistan">Tajikistan</option><option value="Tanzania">Tanzania</option><option value="Thailand">Thailand</option><option value="Togo">Togo</option><option value="Tonga">Tonga</option><option value="Trinidad & Tobago">Trinidad & Tobago</option><option value="Tunisia">Tunisia</option><option value="Turkey">Turkey</option><option value="Turkmenistan">Turkmenistan</option><option value="Tuvalu">Tuvalu</option><option value="Uganda">Uganda</option><option value="Ukraine">Ukraine</option><option value="United Arab Emirates">United Arab Emirates</option><option value="United Kingdom">United Kingdom</option><option value="United States">United States</option><option value="Uruguay">Uruguay</option><option value="Uzbekistan">Uzbekistan</option><option value="Vanuatu">Vanuatu</option><option value="Vatican City">Vatican City</option><option value="Venezuela">Venezuela</option><option value="Vietnam">Vietnam</option><option value="Yemen">Yemen</option><option value="Zambia">Zambia</option><option value="Zimbabwe">Zimbabwe</option> </select></div></div><div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_f82546a elementor-col-100 elementor-field-required"> <label for="form-field-field_f82546a" class="elementor-field-label elementor-screen-only"> Acceptance </label><div class="elementor-field-subgroup"> <span class="elementor-field-option"> <input type="checkbox" name="form_fields[field_f82546a]" id="form-field-field_f82546a" class="elementor-field elementor-size-md elementor-acceptance-field" required="required" aria-required="true"> <label for="form-field-field_f82546a">I agree to receive other communications from Future Insight e.V.</label> </span></div></div><div class="elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_b1dc1d7 elementor-col-100"> <small>You can unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our <a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/">Imprint/Privacy Statement</a>. By clicking submit below, you consent to allow Future Insight e.V. to store and process the personal information submitted above to provide you the content requested.</small></div><div class="elementor-field-type-recaptcha elementor-field-group elementor-column elementor-field-group-field_e9d7f6f elementor-col-100"><div class="elementor-field" id="form-field-field_e9d7f6f"><div class="elementor-g-recaptcha" data-sitekey="6LfDgvAeAAAAAOC9ZZqXafcDLipS3f46h9x6CZEa" data-type="v2_checkbox" data-theme="light" data-size="normal"></div></div></div><div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons"> <button class="elementor-button elementor-size-sm" type="submit"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fal fa-long-arrow-right"></i> </span> <span class="elementor-button-text">Submit</span> </span> </button></div></div></form></div></div></div><div class="elementor-element elementor-element-d02d385 e-con-full thankscon e-flex e-con e-child" data-id="d02d385" data-element_type="container" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-element elementor-element-ca2eb96 elementor-invisible elementor-widget elementor-widget-heading" data-id="ca2eb96" data-element_type="widget" data-settings="{"_animation":"fadeIn"}" data-widget_type="heading.default"><div class="elementor-widget-container"><h3 class="elementor-heading-title elementor-size-default">Thank you for your message!</h3></div></div><div class="elementor-element elementor-element-185e65d elementor-view-default elementor-invisible elementor-widget elementor-widget-icon" data-id="185e65d" data-element_type="widget" data-settings="{"_animation":"fadeIn"}" data-widget_type="icon.default"><div class="elementor-widget-container"><div class="elementor-icon-wrapper"><div class="elementor-icon"> <i aria-hidden="true" class="fas fa-check-circle"></i></div></div></div></div></div><div class="elementor-element elementor-element-fd35110 elementor-widget elementor-widget-html" data-id="fd35110" data-element_type="widget" data-widget_type="html.default"><div class="elementor-widget-container"> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery( document ).ready(function( $ ){ $( '.formx' ).on('submit_success', function(){ jQuery('.thankscon').show(); jQuery('.formx').hide(); ; name = jQuery('#form-field-yourname').val(); jQuery('#custom-name').show(); jQuery('#custom-name h2').text(name); }); }); </script></div></div></div></div></div></div></div> <style id="elementor-post-14734">.elementor-14734 .elementor-element.elementor-element-0fa850b > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-14734 .elementor-element.elementor-element-0fa850b .elementor-repeater-item-0c93f1a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-bc-flex-widget .elementor-14734 .elementor-element.elementor-element-c3d4c6c.elementor-column .elementor-widget-wrap{align-items:space-between;}.elementor-14734 .elementor-element.elementor-element-c3d4c6c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:space-between;align-items:space-between;}.elementor-14734 .elementor-element.elementor-element-c3d4c6c > .elementor-element-populated{padding:60px 0px 60px 0px;}.elementor-14734 .elementor-element.elementor-element-63d5fd8 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu .elementor-item{font-size:1.55em;font-weight:400;line-height:1.2em;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-60ec18d{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-14734 .elementor-element.elementor-element-60ec18d > .elementor-widget-container{margin:-4px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-14734 .elementor-element.elementor-element-fcda532.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-fcda532.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-fcda532 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:1em;font-weight:400;line-height:1.3em;}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-7621250{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-bc-flex-widget .elementor-14734 .elementor-element.elementor-element-9d888bb.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-9d888bb.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:15px;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#02010100;}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:hover, .elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:hover svg, .elementor-14734 .elementor-element.elementor-element-bb865b6 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-bb865b6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-bb865b6{z-index:10;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#02010100;}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:hover, .elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:hover svg, .elementor-14734 .elementor-element.elementor-element-f959b3d .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-f959b3d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-f959b3d{z-index:10;}.elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button .elementor-button-content-wrapper{gap:14px;}.elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );background-color:#02010100;}.elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button:hover, .elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button:focus{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button:hover svg, .elementor-14734 .elementor-element.elementor-element-93072f5 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-93072f5 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-93072f5{z-index:10;}.elementor-14734 .elementor-element.elementor-element-9f56c76{margin-top:80px;margin-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-49516c4 > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__container{min-height:50px;}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__submit{min-width:50px;background-color:#02010100;}body:not(.rtl) .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__input, .elementor-14734 .elementor-element.elementor-element-17b480d.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__input, .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-search-form__icon, .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-lightbox .dialog-lightbox-close-button, .elementor-14734 .elementor-element.elementor-element-17b480d .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-14734 .elementor-element.elementor-element-17b480d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-17b480d:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-14734 .elementor-element.elementor-element-17b480d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-14734 .elementor-element.elementor-element-0e07dbb > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-aa1c423.elementor-social-icon{background-color:#113D67;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-aa1c423.elementor-social-icon i{color:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-aa1c423.elementor-social-icon svg{fill:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-5aad85f.elementor-social-icon{background-color:#00000000;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-5aad85f.elementor-social-icon i{color:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-5aad85f.elementor-social-icon svg{fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-a237f28.elementor-social-icon{background-color:#113D67;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-a237f28.elementor-social-icon i{color:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-repeater-item-a237f28.elementor-social-icon svg{fill:#FFFFFF;}.elementor-14734 .elementor-element.elementor-element-ec782fb{--grid-template-columns:repeat(3, auto);--icon-size:40px;--grid-column-gap:20px;width:var( --container-widget-width, 84.164% );max-width:84.164%;--container-widget-width:84.164%;--container-widget-flex-grow:0;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-widget-container{text-align:left;}.elementor-14734 .elementor-element.elementor-element-ec782fb .elementor-social-icon{--icon-padding:0em;}.elementor-14734 .elementor-element.elementor-element-ec782fb > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-4217337{margin-top:80px;margin-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-a3639ef > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-4c854ac{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-4c854ac .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu .elementor-item{font-family:"Raleway", Sans-serif;font-size:0.8em;font-weight:400;line-height:1.3em;}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item:hover, .elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-14734 .elementor-element.elementor-element-5663949{--e-nav-menu-horizontal-menu-item-margin:calc( 20px / 2 );}.elementor-14734 .elementor-element.elementor-element-5663949 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:20px;}.elementor-14734 .elementor-element.elementor-element-ab147f6{--spacer-size:0px;}.elementor-14734 .elementor-element.elementor-element-0fa850b{padding:60px 60px 60px 60px;}#elementor-popup-modal-14734 .dialog-message{width:100vw;height:100vh;align-items:flex-start;padding:0px 0px 0px 0px;}#elementor-popup-modal-14734{justify-content:flex-start;align-items:flex-start;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-14734 .dialog-close-button{display:flex;top:60px;font-size:26px;}#elementor-popup-modal-14734 .dialog-widget-content{animation-duration:2s;background-color:transparent;background-image:linear-gradient(190deg, var( --e-global-color-4e57b11 ) 0%, var( --e-global-color-a7f7ccc ) 100%);box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-14734 .dialog-close-button{right:60px;}body.rtl #elementor-popup-modal-14734 .dialog-close-button{left:60px;}#elementor-popup-modal-14734 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-14734 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(min-width:768px){.elementor-14734 .elementor-element.elementor-element-49516c4{width:68%;}.elementor-14734 .elementor-element.elementor-element-0e07dbb{width:32%;}}@media(max-width:1024px){.elementor-14734 .elementor-element.elementor-element-c3d4c6c > .elementor-element-populated{padding:40px 0px 40px 0px;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-0e07dbb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 30px;}.elementor-14734 .elementor-element.elementor-element-0fa850b{padding:40px 40px 40px 40px;}#elementor-popup-modal-14734{align-items:center;}#elementor-popup-modal-14734 .dialog-close-button{top:40px;}body:not(.rtl) #elementor-popup-modal-14734 .dialog-close-button{right:40px;}body.rtl #elementor-popup-modal-14734 .dialog-close-button{left:40px;}#elementor-popup-modal-14734 .dialog-message{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-14734 .elementor-element.elementor-element-c3d4c6c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-63d5fd8 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu .elementor-item{font-size:1.55em;}.elementor-14734 .elementor-element.elementor-element-60ec18d{--e-nav-menu-horizontal-menu-item-margin:calc( 10px / 2 );}.elementor-14734 .elementor-element.elementor-element-60ec18d .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:10px;}.elementor-14734 .elementor-element.elementor-element-fcda532 > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-7621250{--e-nav-menu-horizontal-menu-item-margin:calc( 10px / 2 );}.elementor-14734 .elementor-element.elementor-element-7621250 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:10px;}.elementor-14734 .elementor-element.elementor-element-9d888bb > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-0e07dbb > .elementor-element-populated{padding:40px 0px 0px 0px;}.elementor-14734 .elementor-element.elementor-element-0fa850b{padding:40px 20px 40px 20px;}#elementor-popup-modal-14734{align-items:flex-start;}#elementor-popup-modal-14734 .dialog-close-button{top:20px;}body:not(.rtl) #elementor-popup-modal-14734 .dialog-close-button{right:20px;}body.rtl #elementor-popup-modal-14734 .dialog-close-button{left:20px;}}</style><nav data-elementor-type="popup" data-elementor-id="14734" class="elementor elementor-14734 elementor-location-popup" data-elementor-settings="{"prevent_scroll":"yes","classes":"menu-popup","entrance_animation":"fadeIn","entrance_animation_duration":{"unit":"px","size":2,"sizes":[]},"a11y_navigation":"yes","timing":[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-0fa850b elementor-section-height-full elementor-section-items-stretch elementor-section-content-top elementor-section-boxed elementor-section-height-default" data-id="0fa850b" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"jet_parallax_layout_image":{"url":"","id":"","size":""},"_id":"0c93f1a","jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c3d4c6c" data-id="c3d4c6c" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-44aeaf6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="44aeaf6" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-63d5fd8" data-id="63d5fd8" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-60ec18d elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="60ec18d" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"><ul id="menu-1-60ec18d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-60ec18d" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-6985"><a href="https://www.curiousfutureinsight.org/" class="elementor-item" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7966"><a href="https://www.curiousfutureinsight.org/_speakers" class="elementor-item" tabindex="-1">Speakers</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13070"><a href="https://www.curiousfutureinsight.org/event/" class="elementor-item" tabindex="-1">Event</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-722"><a href="https://www.curiousfutureinsight.org/partners" class="elementor-item" tabindex="-1">Partners</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3579"><a href="https://www.curiousfutureinsight.org/news/" class="elementor-item" tabindex="-1">News</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11392"><a href="https://www.curiousfutureinsight.org/media-library-items/" class="elementor-item" tabindex="-1">Media Library</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15994"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-fcda532" data-id="fcda532" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7621250 elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="7621250" data-element_type="widget" data-settings="{"layout":"vertical","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"><ul id="menu-1-7621250" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15995"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item">About Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19796"><a href="https://www.curiousfutureinsight.org/stratetic-partnership/" class="elementor-item">Strategic Partnership</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17081"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10234"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10739"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item">Social Media Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11390"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item">Jobs & Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12710"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8351"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17473"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19115"><a href="https://www.curiousfutureinsight.org/curious2024/" class="elementor-item">Curious2024</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12138"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9692"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9693"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item">Contact & FAQ</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-7621250" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15995"><a href="https://www.curiousfutureinsight.org/about-us/" class="elementor-item" tabindex="-1">About Us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19796"><a href="https://www.curiousfutureinsight.org/stratetic-partnership/" class="elementor-item" tabindex="-1">Strategic Partnership</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17081"><a href="https://www.curiousfutureinsight.org/junior-visions/" class="elementor-item" tabindex="-1">Junior Visions</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10234"><a href="https://www.curiousfutureinsight.org/dreamboard/" class="elementor-item" tabindex="-1">Dream Board</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10739"><a href="https://www.curiousfutureinsight.org/twitter-feed/" class="elementor-item" tabindex="-1">Social Media Feed</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11390"><a href="https://www.curiousfutureinsight.org/jobs-opportunities/" class="elementor-item" tabindex="-1">Jobs & Opportunities</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5287"><a href="https://www.curiousfutureinsight.org/future-insight-prize/" class="elementor-item" tabindex="-1">Future Insight™ Prize</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12710"><a href="https://www.curiousfutureinsight.org/topglobalscienceprizes/" class="elementor-item" tabindex="-1">Top Global Science Prizes</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8351"><a href="https://www.curiousfutureinsight.org/science-declaration/" class="elementor-item" tabindex="-1">Make Science Not War</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17473"><a href="https://www.curiousfutureinsight.org/vision-finder/" class="elementor-item" tabindex="-1">Vision Finder</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19115"><a href="https://www.curiousfutureinsight.org/curious2024/" class="elementor-item" tabindex="-1">Curious2024</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12138"><a href="https://www.curiousfutureinsight.org/curious2022/" class="elementor-item" tabindex="-1">Curious2022</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9692"><a href="https://www.curiousfutureinsight.org/2021-future-insight-days/" class="elementor-item" tabindex="-1">2021 Future Insight Days</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9693"><a href="https://www.curiousfutureinsight.org/curious2018/" class="elementor-item" tabindex="-1">Curious2018</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4810"><a href="https://www.curiousfutureinsight.org/contact/" class="elementor-item" tabindex="-1">Contact & FAQ</a></li></ul></nav></div></div></div></div><div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9d888bb" data-id="9d888bb" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#02010100" class="elementor-element elementor-element-bb865b6 elementor-widget elementor-widget-button" data-id="bb865b6" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/stratetic-partnership/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Become a strategic partner</span> </span> </a></div></div></div><div data-dce-background-color="#02010100" class="elementor-element elementor-element-f959b3d elementor-widget elementor-widget-button" data-id="f959b3d" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjEwNDgwIiwidG9nZ2xlIjpmYWxzZX0%3D" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Newsletter</span> </span> </a></div></div></div><div data-dce-background-color="#02010100" class="elementor-element elementor-element-93072f5 elementor-widget elementor-widget-button" data-id="93072f5" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://secure.betterplace.org/de/donate/platform/projects/142565" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-long-arrow-alt-right"></i> </span> <span class="elementor-button-text">Donate now</span> </span> </a></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-9f56c76 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9f56c76" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-49516c4" data-id="49516c4" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-17b480d elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="17b480d" data-element_type="widget" data-settings="{"skin":"classic"}" data-widget_type="search-form.default"><div class="elementor-widget-container"> <search role="search"><form class="elementor-search-form" action="https://www.curiousfutureinsight.org" method="get"><div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-17b480d">Search</label> <input id="elementor-search-form-17b480d" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <button class="elementor-search-form__submit" type="submit" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span> </button></div></form> </search></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0e07dbb" data-id="0e07dbb" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-ec782fb elementor-grid-3 e-grid-align-left elementor-shape-circle elementor-widget__width-initial elementor-widget elementor-widget-social-icons" data-id="ec782fb" data-element_type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"><div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-aa1c423" href="https://twitter.com/futureinsight" target="_blank"> <span class="elementor-screen-only"></span> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="35" height="35" id="svg4" sodipodi:docname="X_logo_2023_original_small_black2.svg" inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"><metadata></metadata><defs id="defs8"></defs><path d="M 21.622655,16.667035 33.392541,3.269176 H 30.604434 L 20.380336,14.899973 12.220446,3.269176 H 2.8066457 L 15.14869,20.858674 2.8066457,34.906665 H 5.5947485 L 16.384689,22.621522 25.003993,34.906665 h 9.4138 M 6.6010364,5.328116 h 4.2833116 l 19.717979,27.620768 h -4.284363" id="path2" style="stroke-width:0.999994"></path></svg> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-5aad85f" href="https://www.linkedin.com/company/curious-future-insight/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-a237f28" href="https://instagram.com/future_insight_ev?igshid=MWZjMTM2ODFkZg==" target="_blank"> <span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-4217337 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4217337" data-element_type="section" data-settings="{"jet_parallax_layout_list":[]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a3639ef" data-id="a3639ef" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4c854ac elementor-nav-menu--dropdown-none mm-geo mm-geo-na elementor-widget elementor-widget-nav-menu" data-id="4c854ac" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-4c854ac" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-4c854ac" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13137"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13138"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div><div class="elementor-element elementor-element-5663949 elementor-nav-menu--dropdown-none mm-geo mm-geo-world elementor-widget elementor-widget-nav-menu" data-id="5663949" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"}}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-5663949" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item">Terms and Conditions/Privacy Statement</a></li></ul></nav><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-5663949" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13136"><a href="https://www.curiousfutureinsight.org/legal-disclaimer/" class="elementor-item" tabindex="-1">Imprint</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13135"><a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/" class="elementor-item" tabindex="-1">Terms and Conditions/Privacy Statement</a></li></ul></nav></div></div></div></div></div></section></div></div></div></section></nav> <style id="elementor-post-5511">.elementor-5511 .elementor-element.elementor-element-6db3c4f > .elementor-container{max-width:768px;}.elementor-5511 .elementor-element.elementor-element-6db3c4f .elementor-repeater-item-0c93f1a.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__container{min-height:50px;}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__submit{min-width:50px;background-color:#02010100;}body:not(.rtl) .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__icon{padding-left:calc(50px / 3);}body.rtl .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__icon{padding-right:calc(50px / 3);}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__input, .elementor-5511 .elementor-element.elementor-element-70fae1d.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(50px / 3);padding-right:calc(50px / 3);}.elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__input, .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-search-form__icon, .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-lightbox .dialog-lightbox-close-button, .elementor-5511 .elementor-element.elementor-element-70fae1d .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-5511 .elementor-element.elementor-element-70fae1d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-5511 .elementor-element.elementor-element-70fae1d:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}.elementor-5511 .elementor-element.elementor-element-70fae1d.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:#093C6600;border-color:var( --e-global-color-primary );border-width:0px 0px 1.5px 0px;border-radius:0px;}#elementor-popup-modal-5511 .dialog-message{width:100vw;height:100vh;align-items:center;padding:60px 60px 60px 60px;}#elementor-popup-modal-5511{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-5511 .dialog-close-button{display:flex;top:60px;font-size:26px;}#elementor-popup-modal-5511 .dialog-widget-content{animation-duration:2s;background-color:transparent;background-image:linear-gradient(190deg, var( --e-global-color-4e57b11 ) 0%, var( --e-global-color-a7f7ccc ) 100%);box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-5511 .dialog-close-button{right:60px;}body.rtl #elementor-popup-modal-5511 .dialog-close-button{left:60px;}#elementor-popup-modal-5511 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-5511 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(min-width:768px){.elementor-5511 .elementor-element.elementor-element-669bb9d9{width:100%;}}</style><nav data-elementor-type="popup" data-elementor-id="5511" class="elementor elementor-5511 elementor-location-popup" data-elementor-settings="{"prevent_scroll":"yes","classes":"menu-popup","entrance_animation":"fadeIn","entrance_animation_duration":{"unit":"px","size":2,"sizes":[]},"a11y_navigation":"yes","timing":[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6db3c4f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6db3c4f" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"0c93f1a","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-669bb9d9 elementor-hidden-mobile" data-id="669bb9d9" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-70fae1d elementor-search-form--skin-classic elementor-search-form--button-type-icon elementor-search-form--icon-search elementor-widget elementor-widget-search-form" data-id="70fae1d" data-element_type="widget" data-settings="{"skin":"classic"}" data-widget_type="search-form.default"><div class="elementor-widget-container"> <search role="search"><form class="elementor-search-form" action="https://www.curiousfutureinsight.org" method="get"><div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-70fae1d">Search</label> <input id="elementor-search-form-70fae1d" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <button class="elementor-search-form__submit" type="submit" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span> </button></div></form> </search></div></div></div></div></div></section></nav><div data-elementor-type="popup" data-elementor-id="8165" class="elementor elementor-8165 elementor-location-popup" data-elementor-settings="{"prevent_close_on_background_click":"yes","prevent_close_on_esc_key":"yes","a11y_navigation":"yes","triggers":{"page_load":"yes","page_load_delay":0},"timing":{"times_times":1,"times_count":"close","times":"yes"}}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6de5d0ad elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6de5d0ad" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"ac45ade","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}],"background_background":"classic"}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6862576d" data-id="6862576d" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-682eca0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="682eca0" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"c111c43","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1e73fc9a" data-id="1e73fc9a" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-4e7017fa elementor-widget elementor-widget-heading" data-id="4e7017fa" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Cookies</h2></div></div></div></div></div></section><div class="elementor-element elementor-element-124ed315 elementor-widget elementor-widget-text-editor" data-id="124ed315" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>We use cookies so that we can offer you the best possible website experience. This includes cookies which are necessary for the operation of the app and the website, as well as other cookies which are used solely for anonymous statistical purposes, for more comfortable website settings, or for the display of personalized content. You are free to decide in the Cookie Settings which categories you would like to permit. Please note that depending on what you select, the full functionality of the website may no longer be available. You may review and change your choices at any time. Further information can be found in our <a href="https://www.curiousfutureinsight.org/imprint-privacy-statement/">Privacy Statement</a>.</p></div></div><div data-dce-background-color="#B8383800" class="elementor-element elementor-element-7c4239b manage-settings elementor-widget elementor-widget-button" data-id="7c4239b" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.curiousfutureinsight.org/imprint-privacy-statement/#cmplz-manage-consent"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-long-arrow-right"></i> </span> <span class="elementor-button-text">Manage Settings</span> </span> </a></div></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-23f69988 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="23f69988" data-element_type="section" data-settings="{"jet_parallax_layout_list":[{"_id":"37fb6b8","jet_parallax_layout_image":{"url":"","id":"","size":""},"jet_parallax_layout_image_tablet":{"url":"","id":"","size":""},"jet_parallax_layout_image_mobile":{"url":"","id":"","size":""},"jet_parallax_layout_speed":{"unit":"%","size":50,"sizes":[]},"jet_parallax_layout_type":"scroll","jet_parallax_layout_direction":null,"jet_parallax_layout_fx_direction":null,"jet_parallax_layout_z_index":"","jet_parallax_layout_bg_x":50,"jet_parallax_layout_bg_x_tablet":"","jet_parallax_layout_bg_x_mobile":"","jet_parallax_layout_bg_y":50,"jet_parallax_layout_bg_y_tablet":"","jet_parallax_layout_bg_y_mobile":"","jet_parallax_layout_bg_size":"auto","jet_parallax_layout_bg_size_tablet":"","jet_parallax_layout_bg_size_mobile":"","jet_parallax_layout_animation_prop":"transform","jet_parallax_layout_on":["desktop","tablet"]}]}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3022f6a7" data-id="3022f6a7" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-b1e40e3 elementor-align-justify cmplz-btn cmplz-accept cc-btn-no-href elementor-widget elementor-widget-button" data-id="b1e40e3" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6InllcyJ9"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-check"></i> </span> <span class="elementor-button-text">Accept</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-61b6cf32" data-id="61b6cf32" data-element_type="column"><div class="elementor-widget-wrap elementor-element-populated"><div data-dce-background-color="#98D1CF00" class="elementor-element elementor-element-4a0eb36 elementor-align-justify cmplz-btn cmplz-deny cc-btn-no-href elementor-widget elementor-widget-button" data-id="4a0eb36" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#elementor-action%3Aaction%3Dpopup%3Aclose%26settings%3DeyJkb19ub3Rfc2hvd19hZ2FpbiI6InllcyJ9"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="far fa-times"></i> </span> <span class="elementor-button-text">Decline</span> </span> </a></div></div></div></div></div></div></section></div></div></div></section></div> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script src="https://www.curiousfutureinsight.org/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js" id="siteground-optimizer-lazy-sizes-js-js" defer></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.curiousfutureinsight.org","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/themes/hello-elementor-child/javascript.js?ver=1738684337" id="javascript.js-js" defer></script> <script id="cmplz-cookiebanner-js-extra"> var complianz = {"prefix":"cmplz_","user_banner_id":"1","set_cookies":[],"block_ajax_content":"0","banner_version":"126","version":"7.1.3","store_consent":"1","do_not_track_enabled":"1","consenttype":"optin","region":"eu","geoip":"1","dismiss_timeout":"","disable_cookiebanner":"1","soft_cookiewall":"","dismiss_on_scroll":"","cookie_expiry":"365","url":"https:\/\/www.curiousfutureinsight.org\/wp-json\/complianz\/v1\/","locale":"lang=en&locale=en_US","set_cookies_on_root":"0","cookie_domain":"","current_policy_id":"32","cookie_path":"\/","categories":{"statistics":"statistics","marketing":"marketing"},"tcf_active":"","placeholdertext":"Click to accept marketing cookies and enable this content","css_file":"https:\/\/www.curiousfutureinsight.org\/wp-content\/uploads\/complianz\/css\/banner-{banner_id}-{type}.css?v=126","page_links":{"eu":{"cookie-statement":{"title":"Cookie Policy ","url":"https:\/\/www.curiousfutureinsight.org\/cookie-policy-eu-3\/"},"privacy-statement":{"title":"Privacy Statement","url":"https:\/\/www.curiousfutureinsight.org\/privacy-statement\/"},"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"us":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"uk":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"ca":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"au":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"za":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}},"br":{"impressum":{"title":"Impressum","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"},"disclaimer":{"title":"Disclaimer","url":"https:\/\/www.merckgroup.com\/en\/legal-disclaimer.html"}}},"tm_categories":"","forceEnableStats":"","preview":"","clean_cookies":"","aria_label":"Click to accept marketing cookies and enable this content"}; </script> <script type="rocketlazyloadscript" defer data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/complianz-gdpr-premium/cookiebanner/js/complianz.min.js" id="cmplz-cookiebanner-js"></script> <script type="rocketlazyloadscript" id="cmplz-cookiebanner-js-after"> if ('undefined' != typeof window.jQuery) { jQuery(document).ready(function ($) { $(document).on('elementor/popup/show', () => { let rev_cats = cmplz_categories.reverse(); for (let key in rev_cats) { if (rev_cats.hasOwnProperty(key)) { let category = cmplz_categories[key]; if (cmplz_has_consent(category)) { document.querySelectorAll('[data-category="' + category + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } let services = cmplz_get_services_on_page(); for (let key in services) { if (services.hasOwnProperty(key)) { let service = services[key].service; let category = services[key].category; if (cmplz_has_service_consent(service, category)) { document.querySelectorAll('[data-service="' + service + '"]').forEach(obj => { cmplz_remove_placeholder(obj); }); } } } }); }); } </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js" id="e-sticky-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js" id="smartmenus-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/jet-elements/assets/js/lib/anime-js/anime.min.js" id="jet-anime-js-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/lib/jet-plugins/jet-plugins.js?ver=1738684349" id="jet-plugins-js" defer></script> <script id="jet-engine-frontend-js-extra"> var JetEngineSettings = {"ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","ajaxlisting":"https:\/\/www.curiousfutureinsight.org\/agenda\/?nocache=1739815597","restNonce":"89ef937c52","hoverActionTimeout":"400","post_id":"0","addedPostCSS":["9096","9078"]}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/js/frontend.js?ver=1738684349" id="jet-engine-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=explicit&ver=3.23.3" id="elementor-recaptcha-api-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js" id="elementor-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/js/frontend-modules.min.js" id="elementor-frontend-modules-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js" id="elementor-waypoints-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js" defer></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.23.4","is_static":false,"experimentalFeatures":{"e_optimized_css_loading":true,"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"e_lazyload":true,"display-conditions":true,"form-submissions":true,"taxonomy-filter":true},"urls":{"assets":"https:\/\/www.curiousfutureinsight.org\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php"},"nonces":{"floatingButtonsClickTracking":"49759d5517"},"swiperClass":"swiper","settings":{"editorPreferences":[],"dynamicooo":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":0,"title":"Agenda — Curious2027 \u2013 Future Insight\u2122","excerpt":""}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor/assets/js/frontend.min.js" id="elementor-frontend-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/ele-custom-skin-pro/assets/js/ecspro.js?ver=1738684337" id="ecspro-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js" id="elementor-pro-webpack-runtime-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/dist/hooks.min.js" id="wp-hooks-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/dist/i18n.min.js" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","nonce":"357e009c2d","urls":{"assets":"https:\/\/www.curiousfutureinsight.org\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.curiousfutureinsight.org\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.curiousfutureinsight.org\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/js/frontend.min.js" id="elementor-pro-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js" id="pro-elements-handlers-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/js/lib/waypoints/waypoints.js?ver=1738684337" id="waypoints-js" defer></script> <script id="jet-elements-js-extra"> var jetElements = {"ajaxUrl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","isMobile":"false","templateApiUrl":"https:\/\/www.curiousfutureinsight.org\/wp-json\/jet-elements-api\/v1\/elementor-template","devMode":"false","messages":{"invalidMail":"Please specify a valid e-mail"}}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/plugins/jet-elements/assets/js/jet-elements.min.js" id="jet-elements-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/popperjs.js?ver=1738684337" id="jet-tricks-popperjs-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/lib/tippy/tippy-bundle.js?ver=1738684337" id="jet-tricks-tippy-bundle-js" defer></script> <script id="jet-tricks-frontend-js-extra"> var JetTricksSettings = {"elements_data":{"sections":{"b94931c":{"view_more":false,"particles":"false","particles_json":""},"ea37cb2":{"view_more":false,"particles":"false","particles_json":""},"772295d":{"view_more":false,"particles":"false","particles_json":""},"c8e7444":{"view_more":false,"particles":"false","particles_json":""},"7fbc8fe":{"view_more":false,"particles":"false","particles_json":""},"ebe052c":{"view_more":false,"particles":"false","particles_json":""},"93f7714":{"view_more":false,"particles":"false","particles_json":""},"7b304240":{"view_more":false,"particles":"false","particles_json":""},"464dd511":{"view_more":false,"particles":"false","particles_json":""},"1be6b18e":{"view_more":false,"particles":"false","particles_json":""},"79817715":{"view_more":false,"particles":"false","particles_json":""},"7cc9e6e":{"view_more":false,"particles":"false","particles_json":""},"a85c4c8":{"view_more":false,"particles":"false","particles_json":""},"39e3f2a":{"view_more":false,"particles":"false","particles_json":""},"336ba83":{"view_more":false,"particles":"false","particles_json":""},"6d7f2580":{"view_more":false,"particles":"false","particles_json":""},"5344b2a9":{"view_more":false,"particles":"false","particles_json":""},"bf76ee2":{"view_more":false,"particles":"false","particles_json":""},"516629cc":{"view_more":false,"particles":"false","particles_json":""},"cbc55c0":{"view_more":false,"particles":"false","particles_json":""},"29c1fed":{"view_more":false,"particles":"false","particles_json":""},"4a326b1":{"view_more":false,"particles":"false","particles_json":""},"45eaeaa":{"view_more":false,"particles":"false","particles_json":""},"d02d385":{"view_more":false,"particles":"false","particles_json":""},"0fa850b":{"view_more":false,"particles":"false","particles_json":""},"44aeaf6":{"view_more":false,"particles":"false","particles_json":""},"9f56c76":{"view_more":false,"particles":"false","particles_json":""},"4217337":{"view_more":false,"particles":"false","particles_json":""},"6db3c4f":{"view_more":false,"particles":"false","particles_json":""},"6de5d0ad":{"view_more":false,"particles":"false","particles_json":""},"682eca0":{"view_more":false,"particles":"false","particles_json":""},"23f69988":{"view_more":false,"particles":"false","particles_json":""}},"columns":{"459e18ab":{"id":"459e18ab","sticky":false,"topSpacing":50,"bottomSpacing":50,"stickyOn":["desktop","tablet"]}},"widgets":{"67f029c":[],"6732407":[],"075d40f":[],"f91e66e":[],"c73d738":[],"8e9d556":[],"af8040b":[],"f3f67ac":[],"579f9bc":[],"bc8df54":[],"3708fdb":[],"7a88cd0":[],"da55ad6":[],"8369bc4":[],"a51cfc3":[],"04a3a33":[],"6c1c039":[],"7e6305f2":[],"f0456d5":[],"7fa9c67":{"satellite":"true","satelliteType":"image","satellitePosition":"bottom-right"},"4e68129b":[],"c9328c4":[],"235948a5":[],"21006b87":[],"f8ddba0":[],"33fc31e":[],"25768a3e":[],"79a64fc":[],"61ebbbcb":[],"135b8f44":[],"567b801":[],"3f515a6":[],"194a4ac":[],"afbf2df":[],"1787dfe":[],"0afa532":[],"9355f90":[],"1f2f543":[],"b0feaec":[],"746968e":[],"303792e":[],"5c4959b":[],"25b0469":[],"445fe6b":[],"3a4cc50":[],"fd990ca":[],"b92ae48":[],"4b1127c7":[],"78d5bb7":[],"23bd64d1":[],"5f0a17c5":[],"4e49e8fe":[],"1815d95a":[],"f104adb":[],"865ce56":[],"7e533970":[],"93d457a":[],"61e64c69":[],"765a6b66":[],"70b454c4":[],"d36c362":[],"bfcff49":[],"6c780af9":[],"6e9ea67":[],"26a3078":[],"d8ad2fa":[],"fbd0720":[],"ca2eb96":[],"185e65d":[],"fd35110":[],"60ec18d":[],"7621250":[],"bb865b6":[],"f959b3d":[],"93072f5":[],"17b480d":[],"ec782fb":[],"4c854ac":[],"5663949":[],"ab147f6":[],"70fae1d":[],"4e7017fa":[],"124ed315":[],"7c4239b":[],"b1e40e3":[],"4a0eb36":[]}}}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/js/jet-tricks-frontend.js?ver=1738684337" id="jet-tricks-frontend-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://kit.fontawesome.com/8647e89a7e.js?ver=3.23.3" id="font-awesome-pro-js" defer></script> <script type="rocketlazyloadscript" data-rocket-src="https://www.curiousfutureinsight.org/wp-includes/js/jquery/ui/datepicker.min.js" id="jquery-ui-datepicker-js" defer></script> <script id="jet-smart-filters-js-extra"> var JetSmartFilterSettings = {"ajaxurl":"https:\/\/www.curiousfutureinsight.org\/wp-admin\/admin-ajax.php","siteurl":"https:\/\/www.curiousfutureinsight.org","sitepath":"","baseurl":"\/agenda\/","selectors":{"epro-archive":{"selector":".elementor-widget-archive-posts .elementor-widget-container","action":"replace","inDepth":false,"idPrefix":"#","list":".elementor-posts","item":".elementor-post"},"epro-posts":{"selector":".elementor-widget-posts .elementor-widget-container","action":"replace","inDepth":false,"idPrefix":"#","list":".elementor-posts","item":".elementor-post"},"jet-engine":{"selector":".jet-listing-grid.jet-listing","action":"replace","inDepth":true,"idPrefix":"#","list":".jet-listing-grid__items"}},"queries":{"jet-engine":[]},"settings":{"jet-engine":{"agenda-query":{"lisitng_id":"9078","columns":"1","columns_tablet":"","columns_mobile":"","column_min_width":240,"column_min_width_tablet":"","column_min_width_mobile":"","inline_columns_css":false,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","posts_num":100,"max_posts_num":9,"not_found_message":"No events found","is_masonry":"","equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"scroll","load_more_offset":{"unit":"px","size":0,"sizes":[]},"loader_text":"","loader_spinner":"","use_custom_post_types":"","custom_post_types":"","hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"","custom_query_id":"","_element_id":"agenda-query"},"default":{"lisitng_id":"9096","columns":"1","columns_tablet":"","columns_mobile":"","column_min_width":240,"column_min_width_tablet":"","column_min_width_mobile":"","inline_columns_css":false,"is_archive_template":"","post_status":["publish"],"use_random_posts_num":"","posts_num":99,"max_posts_num":9,"not_found_message":"","is_masonry":"","equal_columns_height":"","use_load_more":"","load_more_id":"","load_more_type":"click","load_more_offset":{"unit":"px","size":0,"sizes":[]},"loader_text":"","loader_spinner":"","use_custom_post_types":"","custom_post_types":"","hide_widget_if":"","carousel_enabled":"","slides_to_scroll":"1","arrows":"true","arrow_icon":"fa fa-angle-left","dots":"","autoplay":"true","pause_on_hover":"true","autoplay_speed":5000,"infinite":"true","center_mode":"","effect":"slide","speed":500,"inject_alternative_items":"","injection_items":[],"scroll_slider_enabled":"","scroll_slider_on":["desktop","tablet","mobile"],"custom_query":"yes","custom_query_id":"10","_element_id":""}}},"misc":{"week_start":"1","url_type":"plain","valid_url_params":["jsf","tax","meta","date","sort","alphabet","_s","_sm","pagenum","plain_query","jet-smart-filters","jet_paged","search","_tax_query_","_meta_query_","_date_query_","_sort_","__s_"]},"props":{"jet-engine":{"agenda-query":{"found_posts":86,"max_num_pages":0,"page":1,"query_type":"posts","query_id":11,"query_meta":[]},"default":{"found_posts":1,"max_num_pages":1,"page":1,"query_type":"posts","query_id":10,"query_meta":[]}}},"extra_props":[],"templates":{"active_tag":{"label":"<div class=\"jet-active-tag__label\">\/% $value %\/<span class=\"jet-active-tag__label-separator\">:<\/span><\/div>","value":"<div class=\"jet-active-tag__val\">\/% $value %\/<\/div>","remove":"<div class=\"jet-active-tag__remove\">×<\/div>"},"active_filter":{"label":"<div class=\"jet-active-filter__label\">\/% $value %\/<span class=\"jet-active-filter__label-separator\">:<\/span><\/div>","value":"<div class=\"jet-active-filter__val\">\/% $value %\/<\/div>","remove":"<div class=\"jet-active-filter__remove\">×<\/div>"},"pagination":{"item":"<div class=\"jet-filters-pagination__link\">\/% $value %\/<\/div>","dots":"<div class=\"jet-filters-pagination__dots\">…<\/div>","load_more":"<div class=\"jet-filters-pagination__link\">\/% $value %\/<\/div>"}},"plugin_settings":{"use_tabindex":false,"use_url_aliases":false,"url_aliases":[],"provider_preloader":{"template":"","fixed_position":false,"fixed_edge_gap":80}},"datePickerData":{"closeText":"Done","prevText":"Prev","nextText":"Next","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["Su","Mo","Tu","We","Th","Fr","Sa"],"weekHeader":"Wk"}}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.curiousfutureinsight.org/wp-content/cache/min/1/wp-content/plugins/jet-smart-filters/assets/js/public.js?ver=1738684488" id="jet-smart-filters-js" defer></script> <script type="text/plain" data-service="google-analytics" data-category="statistics" async data-category="statistics" data-cmplz-src="https://www.googletagmanager.com/gtag/js?id=G-8HQ1M52KE1"></script><!-- Statistics script Complianz GDPR/CCPA --> <script type="text/plain" data-category="statistics">window['gtag_enable_tcf_support'] = false; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-8HQ1M52KE1', { cookie_flags:'secure;samesite=none', }); </script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script><script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=17385585" async></script></body></html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1739815603 -->