(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))i(o);new MutationObserver(o=>{for(const a of o)if(a.type==="childList")for(const s of a.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&i(s)}).observe(document,{childList:!0,subtree:!0});function n(o){const a={};return o.integrity&&(a.integrity=o.integrity),o.referrerPolicy&&(a.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?a.credentials="include":o.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function i(o){if(o.ep)return;o.ep=!0;const a=n(o);fetch(o.href,a)}})();/**
* @vue/shared v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function io(e,t){const n=new Set(e.split(","));return i=>n.has(i)}const Ne={},Ln=[],mt=()=>{},fd=()=>!1,Ui=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ao=e=>e.startsWith("onUpdate:"),De=Object.assign,oo=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},pd=Object.prototype.hasOwnProperty,ve=(e,t)=>pd.call(e,t),se=Array.isArray,Rn=e=>Vi(e)==="[object Map]",Jr=e=>Vi(e)==="[object Set]",he=e=>typeof e=="function",He=e=>typeof e=="string",Tn=e=>typeof e=="symbol",Ie=e=>e!==null&&typeof e=="object",Qr=e=>(Ie(e)||he(e))&&he(e.then)&&he(e.catch),Zr=Object.prototype.toString,Vi=e=>Zr.call(e),_d=e=>Vi(e).slice(8,-1),Xr=e=>Vi(e)==="[object Object]",so=e=>He(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Yn=io(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Bi=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},bd=/-(\w)/g,It=Bi(e=>e.replace(bd,(t,n)=>n?n.toUpperCase():"")),gd=/\B([A-Z])/g,Un=Bi(e=>e.replace(gd,"-$1").toLowerCase()),zi=Bi(e=>e.charAt(0).toUpperCase()+e.slice(1)),da=Bi(e=>e?`on${zi(e)}`:""),nn=(e,t)=>!Object.is(e,t),ua=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},el=(e,t,n,i=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:i,value:n})},wd=e=>{const t=parseFloat(e);return isNaN(t)?e:t},vd=e=>{const t=He(e)?Number(e):NaN;return isNaN(t)?e:t};let Jo;const tl=()=>Jo||(Jo=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ut(e){if(se(e)){const t={};for(let n=0;n<e.length;n++){const i=e[n],o=He(i)?Td(i):ut(i);if(o)for(const a in o)t[a]=o[a]}return t}else if(He(e)||Ie(e))return e}const yd=/;(?![^(]*\))/g,Ad=/:([^]+)/,kd=/\/\*[^]*?\*\//g;function Td(e){const t={};return e.replace(kd,"").split(yd).forEach(n=>{if(n){const i=n.split(Ad);i.length>1&&(t[i[0].trim()]=i[1].trim())}}),t}function lt(e){let t="";if(He(e))t=e;else if(se(e))for(let n=0;n<e.length;n++){const i=lt(e[n]);i&&(t+=i+" ")}else if(Ie(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const Ed="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Sd=io(Ed);function nl(e){return!!e||e===""}const q=e=>He(e)?e:e==null?"":se(e)||Ie(e)&&(e.toString===Zr||!he(e.toString))?JSON.stringify(e,il,2):String(e),il=(e,t)=>t&&t.__v_isRef?il(e,t.value):Rn(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[i,o],a)=>(n[ha(i,a)+" =>"]=o,n),{})}:Jr(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>ha(n))}:Tn(t)?ha(t):Ie(t)&&!se(t)&&!Xr(t)?String(t):t,ha=(e,t="")=>{var n;return Tn(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
* @vue/reactivity v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let wt;class al{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=wt,!t&&wt&&(this.index=(wt.scopes||(wt.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=wt;try{return wt=this,t()}finally{wt=n}}}on(){wt=this}off(){wt=this.parent}stop(t){if(this._active){let n,i;for(n=0,i=this.effects.length;n<i;n++)this.effects[n].stop();for(n=0,i=this.cleanups.length;n<i;n++)this.cleanups[n]();if(this.scopes)for(n=0,i=this.scopes.length;n<i;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this._active=!1}}}function Pd(e){return new al(e)}function xd(e,t=wt){t&&t.active&&t.effects.push(e)}function Cd(){return wt}let yn;class ro{constructor(t,n,i,o){this.fn=t,this.trigger=n,this.scheduler=i,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,xd(this,o)}get dirty(){if(this._dirtyLevel===2||this._dirtyLevel===3){this._dirtyLevel=1,sn();for(let t=0;t<this._depsLength;t++){const n=this.deps[t];if(n.computed&&(Ld(n.computed),this._dirtyLevel>=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),rn()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=en,n=yn;try{return en=!0,yn=this,this._runnings++,Qo(this),this.fn()}finally{Zo(this),this._runnings--,yn=n,en=t}}stop(){this.active&&(Qo(this),Zo(this),this.onStop&&this.onStop(),this.active=!1)}}function Ld(e){return e.value}function Qo(e){e._trackId++,e._depsLength=0}function Zo(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)ol(e.deps[t],e);e.deps.length=e._depsLength}}function ol(e,t){const n=e.get(t);n!==void 0&&t._trackId!==n&&(e.delete(t),e.size===0&&e.cleanup())}let en=!0,xa=0;const sl=[];function sn(){sl.push(en),en=!1}function rn(){const e=sl.pop();en=e===void 0?!0:e}function lo(){xa++}function co(){for(xa--;!xa&&Ca.length;)Ca.shift()()}function rl(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const i=e.deps[e._depsLength];i!==t?(i&&ol(i,e),e.deps[e._depsLength++]=t):e._depsLength++}}const Ca=[];function ll(e,t,n){lo();for(const i of e.keys()){let o;i._dirtyLevel<t&&(o??(o=e.get(i)===i._trackId))&&(i._shouldSchedule||(i._shouldSchedule=i._dirtyLevel===0),i._dirtyLevel=t),i._shouldSchedule&&(o??(o=e.get(i)===i._trackId))&&(i.trigger(),(!i._runnings||i.allowRecurse)&&i._dirtyLevel!==2&&(i._shouldSchedule=!1,i.scheduler&&Ca.push(i.scheduler)))}co()}const cl=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},La=new WeakMap,An=Symbol(""),Ra=Symbol("");function at(e,t,n){if(en&&yn){let i=La.get(e);i||La.set(e,i=new Map);let o=i.get(n);o||i.set(n,o=cl(()=>i.delete(n))),rl(yn,o)}}function Ot(e,t,n,i,o,a){const s=La.get(e);if(!s)return;let l=[];if(t==="clear")l=[...s.values()];else if(n==="length"&&se(e)){const r=Number(i);s.forEach((d,c)=>{(c==="length"||!Tn(c)&&c>=r)&&l.push(d)})}else switch(n!==void 0&&l.push(s.get(n)),t){case"add":se(e)?so(n)&&l.push(s.get("length")):(l.push(s.get(An)),Rn(e)&&l.push(s.get(Ra)));break;case"delete":se(e)||(l.push(s.get(An)),Rn(e)&&l.push(s.get(Ra)));break;case"set":Rn(e)&&l.push(s.get(An));break}lo();for(const r of l)r&&ll(r,4);co()}const Rd=io("__proto__,__v_isRef,__isVue"),dl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Tn)),Xo=Id();function Id(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const i=ue(this);for(let a=0,s=this.length;a<s;a++)at(i,"get",a+"");const o=i[t](...n);return o===-1||o===!1?i[t](...n.map(ue)):o}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){sn(),lo();const i=ue(this)[t].apply(this,n);return co(),rn(),i}}),e}function Md(e){Tn(e)||(e=String(e));const t=ue(this);return at(t,"has",e),t.hasOwnProperty(e)}class ul{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,i){const o=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return a;if(n==="__v_raw")return i===(o?a?qd:pl:a?fl:ml).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(i)?t:void 0;const s=se(t);if(!o){if(s&&ve(Xo,n))return Reflect.get(Xo,n,i);if(n==="hasOwnProperty")return Md}const l=Reflect.get(t,n,i);return(Tn(n)?dl.has(n):Rd(n))||(o||at(t,"get",n),a)?l:tt(l)?s&&so(n)?l:l.value:Ie(l)?o?bl(l):qi(l):l}}class hl extends ul{constructor(t=!1){super(!1,t)}set(t,n,i,o){let a=t[n];if(!this._isShallow){const r=ii(a);if(!Mi(i)&&!ii(i)&&(a=ue(a),i=ue(i)),!se(t)&&tt(a)&&!tt(i))return r?!1:(a.value=i,!0)}const s=se(t)&&so(n)?Number(n)<t.length:ve(t,n),l=Reflect.set(t,n,i,o);return t===ue(o)&&(s?nn(i,a)&&Ot(t,"set",n,i):Ot(t,"add",n,i)),l}deleteProperty(t,n){const i=ve(t,n);t[n];const o=Reflect.deleteProperty(t,n);return o&&i&&Ot(t,"delete",n,void 0),o}has(t,n){const i=Reflect.has(t,n);return(!Tn(n)||!dl.has(n))&&at(t,"has",n),i}ownKeys(t){return at(t,"iterate",se(t)?"length":An),Reflect.ownKeys(t)}}class Nd extends ul{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const jd=new hl,$d=new Nd,Fd=new hl(!0);const uo=e=>e,Gi=e=>Reflect.getPrototypeOf(e);function gi(e,t,n=!1,i=!1){e=e.__v_raw;const o=ue(e),a=ue(t);n||(nn(t,a)&&at(o,"get",t),at(o,"get",a));const{has:s}=Gi(o),l=i?uo:n?fo:ai;if(s.call(o,t))return l(e.get(t));if(s.call(o,a))return l(e.get(a));e!==o&&e.get(t)}function wi(e,t=!1){const n=this.__v_raw,i=ue(n),o=ue(e);return t||(nn(e,o)&&at(i,"has",e),at(i,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function vi(e,t=!1){return e=e.__v_raw,!t&&at(ue(e),"iterate",An),Reflect.get(e,"size",e)}function es(e){e=ue(e);const t=ue(this);return Gi(t).has.call(t,e)||(t.add(e),Ot(t,"add",e,e)),this}function ts(e,t){t=ue(t);const n=ue(this),{has:i,get:o}=Gi(n);let a=i.call(n,e);a||(e=ue(e),a=i.call(n,e));const s=o.call(n,e);return n.set(e,t),a?nn(t,s)&&Ot(n,"set",e,t):Ot(n,"add",e,t),this}function ns(e){const t=ue(this),{has:n,get:i}=Gi(t);let o=n.call(t,e);o||(e=ue(e),o=n.call(t,e)),i&&i.call(t,e);const a=t.delete(e);return o&&Ot(t,"delete",e,void 0),a}function is(){const e=ue(this),t=e.size!==0,n=e.clear();return t&&Ot(e,"clear",void 0,void 0),n}function yi(e,t){return function(i,o){const a=this,s=a.__v_raw,l=ue(s),r=t?uo:e?fo:ai;return!e&&at(l,"iterate",An),s.forEach((d,c)=>i.call(o,r(d),r(c),a))}}function Ai(e,t,n){return function(...i){const o=this.__v_raw,a=ue(o),s=Rn(a),l=e==="entries"||e===Symbol.iterator&&s,r=e==="keys"&&s,d=o[e](...i),c=n?uo:t?fo:ai;return!t&&at(a,"iterate",r?Ra:An),{next(){const{value:u,done:h}=d.next();return h?{value:u,done:h}:{value:l?[c(u[0]),c(u[1])]:c(u),done:h}},[Symbol.iterator](){return this}}}}function zt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Od(){const e={get(a){return gi(this,a)},get size(){return vi(this)},has:wi,add:es,set:ts,delete:ns,clear:is,forEach:yi(!1,!1)},t={get(a){return gi(this,a,!1,!0)},get size(){return vi(this)},has:wi,add:es,set:ts,delete:ns,clear:is,forEach:yi(!1,!0)},n={get(a){return gi(this,a,!0)},get size(){return vi(this,!0)},has(a){return wi.call(this,a,!0)},add:zt("add"),set:zt("set"),delete:zt("delete"),clear:zt("clear"),forEach:yi(!0,!1)},i={get(a){return gi(this,a,!0,!0)},get size(){return vi(this,!0)},has(a){return wi.call(this,a,!0)},add:zt("add"),set:zt("set"),delete:zt("delete"),clear:zt("clear"),forEach:yi(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(a=>{e[a]=Ai(a,!1,!1),n[a]=Ai(a,!0,!1),t[a]=Ai(a,!1,!0),i[a]=Ai(a,!0,!0)}),[e,n,t,i]}const[Dd,Hd,Ud,Vd]=Od();function ho(e,t){const n=t?e?Vd:Ud:e?Hd:Dd;return(i,o,a)=>o==="__v_isReactive"?!e:o==="__v_isReadonly"?e:o==="__v_raw"?i:Reflect.get(ve(n,o)&&o in i?n:i,o,a)}const Bd={get:ho(!1,!1)},zd={get:ho(!1,!0)},Gd={get:ho(!0,!1)};const ml=new WeakMap,fl=new WeakMap,pl=new WeakMap,qd=new WeakMap;function Wd(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Kd(e){return e.__v_skip||!Object.isExtensible(e)?0:Wd(_d(e))}function qi(e){return ii(e)?e:mo(e,!1,jd,Bd,ml)}function _l(e){return mo(e,!1,Fd,zd,fl)}function bl(e){return mo(e,!0,$d,Gd,pl)}function mo(e,t,n,i,o){if(!Ie(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=o.get(e);if(a)return a;const s=Kd(e);if(s===0)return e;const l=new Proxy(e,s===2?i:n);return o.set(e,l),l}function Jn(e){return ii(e)?Jn(e.__v_raw):!!(e&&e.__v_isReactive)}function ii(e){return!!(e&&e.__v_isReadonly)}function Mi(e){return!!(e&&e.__v_isShallow)}function gl(e){return e?!!e.__v_raw:!1}function ue(e){const t=e&&e.__v_raw;return t?ue(t):e}function Yd(e){return Object.isExtensible(e)&&el(e,"__v_skip",!0),e}const ai=e=>Ie(e)?qi(e):e,fo=e=>Ie(e)?bl(e):e;class wl{constructor(t,n,i,o){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ro(()=>t(this._value),()=>Pi(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!o,this.__v_isReadonly=i}get value(){const t=ue(this);return(!t._cacheable||t.effect.dirty)&&nn(t._value,t._value=t.effect.run())&&Pi(t,4),vl(t),t.effect._dirtyLevel>=2&&Pi(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function Jd(e,t,n=!1){let i,o;const a=he(e);return a?(i=e,o=mt):(i=e.get,o=e.set),new wl(i,o,a||!o,n)}function vl(e){var t;en&&yn&&(e=ue(e),rl(yn,(t=e.dep)!=null?t:e.dep=cl(()=>e.dep=void 0,e instanceof wl?e:void 0)))}function Pi(e,t=4,n){e=ue(e);const i=e.dep;i&&ll(i,t)}function tt(e){return!!(e&&e.__v_isRef===!0)}function $e(e){return yl(e,!1)}function po(e){return yl(e,!0)}function yl(e,t){return tt(e)?e:new Qd(e,t)}class Qd{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:ue(t),this._value=n?t:ai(t)}get value(){return vl(this),this._value}set value(t){const n=this.__v_isShallow||Mi(t)||ii(t);t=n?t:ue(t),nn(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:ai(t),Pi(this,4))}}function In(e){return tt(e)?e.value:e}const Zd={get:(e,t,n)=>In(Reflect.get(e,t,n)),set:(e,t,n,i)=>{const o=e[t];return tt(o)&&!tt(n)?(o.value=n,!0):Reflect.set(e,t,n,i)}};function Al(e){return Jn(e)?e:new Proxy(e,Zd)}/**
* @vue/runtime-core v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function tn(e,t,n,i){try{return i?e(...i):e()}catch(o){Wi(o,t,n)}}function _t(e,t,n,i){if(he(e)){const o=tn(e,t,n,i);return o&&Qr(o)&&o.catch(a=>{Wi(a,t,n)}),o}if(se(e)){const o=[];for(let a=0;a<e.length;a++)o.push(_t(e[a],t,n,i));return o}}function Wi(e,t,n,i=!0){const o=t?t.vnode:null;if(t){let a=t.parent;const s=t.proxy,l=`https://vuejs.org/error-reference/#runtime-${n}`;for(;a;){const d=a.ec;if(d){for(let c=0;c<d.length;c++)if(d[c](e,s,l)===!1)return}a=a.parent}const r=t.appContext.config.errorHandler;if(r){sn(),tn(r,null,10,[e,s,l]),rn();return}}Xd(e,n,o,i)}function Xd(e,t,n,i=!0){console.error(e)}let oi=!1,Ia=!1;const Je=[];let xt=0;const Mn=[];let Yt=null,wn=0;const kl=Promise.resolve();let _o=null;function Dt(e){const t=_o||kl;return e?t.then(this?e.bind(this):e):t}function eu(e){let t=xt+1,n=Je.length;for(;t<n;){const i=t+n>>>1,o=Je[i],a=si(o);a<e||a===e&&o.pre?t=i+1:n=i}return t}function bo(e){(!Je.length||!Je.includes(e,oi&&e.allowRecurse?xt+1:xt))&&(e.id==null?Je.push(e):Je.splice(eu(e.id),0,e),Tl())}function Tl(){!oi&&!Ia&&(Ia=!0,_o=kl.then(Sl))}function tu(e){const t=Je.indexOf(e);t>xt&&Je.splice(t,1)}function nu(e){se(e)?Mn.push(...e):(!Yt||!Yt.includes(e,e.allowRecurse?wn+1:wn))&&Mn.push(e),Tl()}function as(e,t,n=oi?xt+1:0){for(;n<Je.length;n++){const i=Je[n];if(i&&i.pre){if(e&&i.id!==e.uid)continue;Je.splice(n,1),n--,i()}}}function El(e){if(Mn.length){const t=[...new Set(Mn)].sort((n,i)=>si(n)-si(i));if(Mn.length=0,Yt){Yt.push(...t);return}for(Yt=t,wn=0;wn<Yt.length;wn++)Yt[wn]();Yt=null,wn=0}}const si=e=>e.id==null?1/0:e.id,iu=(e,t)=>{const n=si(e)-si(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Sl(e){Ia=!1,oi=!0,Je.sort(iu);try{for(xt=0;xt<Je.length;xt++){const t=Je[xt];t&&t.active!==!1&&tn(t,null,14)}}finally{xt=0,Je.length=0,El(),oi=!1,_o=null,(Je.length||Mn.length)&&Sl()}}function au(e,t,...n){if(e.isUnmounted)return;const i=e.vnode.props||Ne;let o=n;const a=t.startsWith("update:"),s=a&&t.slice(7);if(s&&s in i){const c=`${s==="modelValue"?"model":s}Modifiers`,{number:u,trim:h}=i[c]||Ne;h&&(o=n.map(w=>He(w)?w.trim():w)),u&&(o=n.map(wd))}let l,r=i[l=da(t)]||i[l=da(It(t))];!r&&a&&(r=i[l=da(Un(t))]),r&&_t(r,e,6,o);const d=i[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,_t(d,e,6,o)}}function Pl(e,t,n=!1){const i=t.emitsCache,o=i.get(e);if(o!==void 0)return o;const a=e.emits;let s={},l=!1;if(!he(e)){const r=d=>{const c=Pl(d,t,!0);c&&(l=!0,De(s,c))};!n&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return!a&&!l?(Ie(e)&&i.set(e,null),null):(se(a)?a.forEach(r=>s[r]=null):De(s,a),Ie(e)&&i.set(e,s),s)}function Ki(e,t){return!e||!Ui(t)?!1:(t=t.slice(2).replace(/Once$/,""),ve(e,t[0].toLowerCase()+t.slice(1))||ve(e,Un(t))||ve(e,t))}let ft=null,xl=null;function Ni(e){const t=ft;return ft=e,xl=e&&e.type.__scopeId||null,t}function ze(e,t=ft,n){if(!t||e._n)return e;const i=(...o)=>{i._d&&_s(-1);const a=Ni(t);let s;try{s=e(...o)}finally{Ni(a),i._d&&_s(1)}return s};return i._n=!0,i._c=!0,i._d=!0,i}function ma(e){const{type:t,vnode:n,proxy:i,withProxy:o,propsOptions:[a],slots:s,attrs:l,emit:r,render:d,renderCache:c,props:u,data:h,setupState:w,ctx:y,inheritAttrs:k}=e,R=Ni(e);let x,L;try{if(n.shapeFlag&4){const v=o||i,P=v;x=Pt(d.call(P,v,c,u,w,h,y)),L=l}else{const v=t;x=Pt(v.length>1?v(u,{attrs:l,slots:s,emit:r}):v(u,null)),L=t.props?l:ou(l)}}catch(v){Xn.length=0,Wi(v,e,1),x=we(pt)}let g=x;if(L&&k!==!1){const v=Object.keys(L),{shapeFlag:P}=g;v.length&&P&7&&(a&&v.some(ao)&&(L=su(L,a)),g=Vt(g,L,!1,!0))}return n.dirs&&(g=Vt(g,null,!1,!0),g.dirs=g.dirs?g.dirs.concat(n.dirs):n.dirs),n.transition&&(g.transition=n.transition),x=g,Ni(R),x}const ou=e=>{let t;for(const n in e)(n==="class"||n==="style"||Ui(n))&&((t||(t={}))[n]=e[n]);return t},su=(e,t)=>{const n={};for(const i in e)(!ao(i)||!(i.slice(9)in t))&&(n[i]=e[i]);return n};function ru(e,t,n){const{props:i,children:o,component:a}=e,{props:s,children:l,patchFlag:r}=t,d=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&r>=0){if(r&1024)return!0;if(r&16)return i?os(i,s,d):!!s;if(r&8){const c=t.dynamicProps;for(let u=0;u<c.length;u++){const h=c[u];if(s[h]!==i[h]&&!Ki(d,h))return!0}}}else return(o||l)&&(!l||!l.$stable)?!0:i===s?!1:i?s?os(i,s,d):!0:!!s;return!1}function os(e,t,n){const i=Object.keys(t);if(i.length!==Object.keys(e).length)return!0;for(let o=0;o<i.length;o++){const a=i[o];if(t[a]!==e[a]&&!Ki(n,a))return!0}return!1}function lu({vnode:e,parent:t},n){for(;t;){const i=t.subTree;if(i.suspense&&i.suspense.activeBranch===e&&(i.el=e.el),i===e)(e=t.vnode).el=n,t=t.parent;else break}}const cu="components";function rt(e,t){return uu(cu,e,!0,t)||e}const du=Symbol.for("v-ndc");function uu(e,t,n=!0,i=!1){const o=ft||qe;if(o){const a=o.type;{const l=ah(a,!1);if(l&&(l===t||l===It(t)||l===zi(It(t))))return a}const s=ss(o[e]||a[e],t)||ss(o.appContext[e],t);return!s&&i?a:s}}function ss(e,t){return e&&(e[t]||e[It(t)]||e[zi(It(t))])}const hu=e=>e.__isSuspense;function mu(e,t){t&&t.pendingBranch?se(e)?t.effects.push(...e):t.effects.push(e):nu(e)}const fu=Symbol.for("v-scx"),pu=()=>ct(fu);function Yi(e,t){return go(e,null,t)}const ki={};function Ht(e,t,n){return go(e,t,n)}function go(e,t,{immediate:n,deep:i,flush:o,once:a,onTrack:s,onTrigger:l}=Ne){if(t&&a){const A=t;t=(...j)=>{A(...j),P()}}const r=qe,d=A=>i===!0?A:xn(A,i===!1?1:void 0);let c,u=!1,h=!1;if(tt(e)?(c=()=>e.value,u=Mi(e)):Jn(e)?(c=()=>d(e),u=!0):se(e)?(h=!0,u=e.some(A=>Jn(A)||Mi(A)),c=()=>e.map(A=>{if(tt(A))return A.value;if(Jn(A))return d(A);if(he(A))return tn(A,r,2)})):he(e)?t?c=()=>tn(e,r,2):c=()=>(w&&w(),_t(e,r,3,[y])):c=mt,t&&i){const A=c;c=()=>xn(A())}let w,y=A=>{w=g.onStop=()=>{tn(A,r,4),w=g.onStop=void 0}},k;if(ea)if(y=mt,t?n&&_t(t,r,3,[c(),h?[]:void 0,y]):c(),o==="sync"){const A=pu();k=A.__watcherHandles||(A.__watcherHandles=[])}else return mt;let R=h?new Array(e.length).fill(ki):ki;const x=()=>{if(!(!g.active||!g.dirty))if(t){const A=g.run();(i||u||(h?A.some((j,I)=>nn(j,R[I])):nn(A,R)))&&(w&&w(),_t(t,r,3,[A,R===ki?void 0:h&&R[0]===ki?[]:R,y]),R=A)}else g.run()};x.allowRecurse=!!t;let L;o==="sync"?L=x:o==="post"?L=()=>it(x,r&&r.suspense):(x.pre=!0,r&&(x.id=r.uid),L=()=>bo(x));const g=new ro(c,mt,L),v=Cd(),P=()=>{g.stop(),v&&oo(v.effects,g)};return t?n?x():R=g.run():o==="post"?it(g.run.bind(g),r&&r.suspense):g.run(),k&&k.push(P),P}function _u(e,t,n){const i=this.proxy,o=He(e)?e.includes(".")?Cl(i,e):()=>i[e]:e.bind(i,i);let a;he(t)?a=t:(a=t.handler,n=t);const s=pi(this),l=go(o,a.bind(i),n);return s(),l}function Cl(e,t){const n=t.split(".");return()=>{let i=e;for(let o=0;o<n.length&&i;o++)i=i[n[o]];return i}}function xn(e,t=1/0,n){if(t<=0||!Ie(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,tt(e))xn(e.value,t,n);else if(se(e))for(let i=0;i<e.length;i++)xn(e[i],t,n);else if(Jr(e)||Rn(e))e.forEach(i=>{xn(i,t,n)});else if(Xr(e))for(const i in e)xn(e[i],t,n);return e}function mn(e,t,n,i){const o=e.dirs,a=t&&t.dirs;for(let s=0;s<o.length;s++){const l=o[s];a&&(l.oldValue=a[s].value);let r=l.dir[i];r&&(sn(),_t(r,n,8,[e.el,l,e,t]),rn())}}const Jt=Symbol("_leaveCb"),Ti=Symbol("_enterCb");function bu(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return kn(()=>{e.isMounted=!0}),jl(()=>{e.isUnmounting=!0}),e}const dt=[Function,Array],Ll={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:dt,onEnter:dt,onAfterEnter:dt,onEnterCancelled:dt,onBeforeLeave:dt,onLeave:dt,onAfterLeave:dt,onLeaveCancelled:dt,onBeforeAppear:dt,onAppear:dt,onAfterAppear:dt,onAppearCancelled:dt},gu={name:"BaseTransition",props:Ll,setup(e,{slots:t}){const n=jn(),i=bu();return()=>{const o=t.default&&Il(t.default(),!0);if(!o||!o.length)return;let a=o[0];if(o.length>1){for(const h of o)if(h.type!==pt){a=h;break}}const s=ue(e),{mode:l}=s;if(i.isLeaving)return fa(a);const r=rs(a);if(!r)return fa(a);const d=Ma(r,s,i,n);Na(r,d);const c=n.subTree,u=c&&rs(c);if(u&&u.type!==pt&&!vn(r,u)){const h=Ma(u,s,i,n);if(Na(u,h),l==="out-in"&&r.type!==pt)return i.isLeaving=!0,h.afterLeave=()=>{i.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},fa(a);l==="in-out"&&r.type!==pt&&(h.delayLeave=(w,y,k)=>{const R=Rl(i,u);R[String(u.key)]=u,w[Jt]=()=>{y(),w[Jt]=void 0,delete d.delayedLeave},d.delayedLeave=k})}return a}}},wu=gu;function Rl(e,t){const{leavingVNodes:n}=e;let i=n.get(t.type);return i||(i=Object.create(null),n.set(t.type,i)),i}function Ma(e,t,n,i){const{appear:o,mode:a,persisted:s=!1,onBeforeEnter:l,onEnter:r,onAfterEnter:d,onEnterCancelled:c,onBeforeLeave:u,onLeave:h,onAfterLeave:w,onLeaveCancelled:y,onBeforeAppear:k,onAppear:R,onAfterAppear:x,onAppearCancelled:L}=t,g=String(e.key),v=Rl(n,e),P=(I,D)=>{I&&_t(I,i,9,D)},A=(I,D)=>{const W=D[1];P(I,D),se(I)?I.every(B=>B.length<=1)&&W():I.length<=1&&W()},j={mode:a,persisted:s,beforeEnter(I){let D=l;if(!n.isMounted)if(o)D=k||l;else return;I[Jt]&&I[Jt](!0);const W=v[g];W&&vn(e,W)&&W.el[Jt]&&W.el[Jt](),P(D,[I])},enter(I){let D=r,W=d,B=c;if(!n.isMounted)if(o)D=R||r,W=x||d,B=L||c;else return;let C=!1;const z=I[Ti]=ee=>{C||(C=!0,ee?P(B,[I]):P(W,[I]),j.delayedLeave&&j.delayedLeave(),I[Ti]=void 0)};D?A(D,[I,z]):z()},leave(I,D){const W=String(e.key);if(I[Ti]&&I[Ti](!0),n.isUnmounting)return D();P(u,[I]);let B=!1;const C=I[Jt]=z=>{B||(B=!0,D(),z?P(y,[I]):P(w,[I]),I[Jt]=void 0,v[W]===e&&delete v[W])};v[W]=e,h?A(h,[I,C]):C()},clone(I){return Ma(I,t,n,i)}};return j}function fa(e){if(Ji(e))return e=Vt(e),e.children=null,e}function rs(e){if(!Ji(e))return e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&he(n.default))return n.default()}}function Na(e,t){e.shapeFlag&6&&e.component?Na(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Il(e,t=!1,n){let i=[],o=0;for(let a=0;a<e.length;a++){let s=e[a];const l=n==null?s.key:String(n)+String(s.key!=null?s.key:a);s.type===be?(s.patchFlag&128&&o++,i=i.concat(Il(s.children,t,l))):(t||s.type!==pt)&&i.push(l!=null?Vt(s,{key:l}):s)}if(o>1)for(let a=0;a<i.length;a++)i[a].patchFlag=-2;return i}/*! #__NO_SIDE_EFFECTS__ */function Mt(e,t){return he(e)?De({name:e.name},t,{setup:e}):e}const xi=e=>!!e.type.__asyncLoader,Ji=e=>e.type.__isKeepAlive;function vu(e,t){Ml(e,"a",t)}function yu(e,t){Ml(e,"da",t)}function Ml(e,t,n=qe){const i=e.__wdc||(e.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return e()});if(Qi(t,i,n),n){let o=n.parent;for(;o&&o.parent;)Ji(o.parent.vnode)&&Au(i,t,n,o),o=o.parent}}function Au(e,t,n,i){const o=Qi(t,e,i,!0);Zi(()=>{oo(i[t],o)},n)}function Qi(e,t,n=qe,i=!1){if(n){const o=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...s)=>{if(n.isUnmounted)return;sn();const l=pi(n),r=_t(t,n,e,s);return l(),rn(),r});return i?o.unshift(a):o.push(a),a}}const Bt=e=>(t,n=qe)=>(!ea||e==="sp")&&Qi(e,(...i)=>t(...i),n),Nl=Bt("bm"),kn=Bt("m"),ku=Bt("bu"),Tu=Bt("u"),jl=Bt("bum"),Zi=Bt("um"),Eu=Bt("sp"),Su=Bt("rtg"),Pu=Bt("rtc");function xu(e,t=qe){Qi("ec",e,t)}function Qe(e,t,n,i){let o;const a=n;if(se(e)||He(e)){o=new Array(e.length);for(let s=0,l=e.length;s<l;s++)o[s]=t(e[s],s,void 0,a)}else if(typeof e=="number"){o=new Array(e);for(let s=0;s<e;s++)o[s]=t(s+1,s,void 0,a)}else if(Ie(e))if(e[Symbol.iterator])o=Array.from(e,(s,l)=>t(s,l,void 0,a));else{const s=Object.keys(e);o=new Array(s.length);for(let l=0,r=s.length;l<r;l++){const d=s[l];o[l]=t(e[d],d,l,a)}}else o=[];return o}const ja=e=>e?Jl(e)?Ao(e)||e.proxy:ja(e.parent):null,Qn=De(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ja(e.parent),$root:e=>ja(e.root),$emit:e=>e.emit,$options:e=>wo(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,bo(e.update)}),$nextTick:e=>e.n||(e.n=Dt.bind(e.proxy)),$watch:e=>_u.bind(e)}),pa=(e,t)=>e!==Ne&&!e.__isScriptSetup&&ve(e,t),Cu={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:i,data:o,props:a,accessCache:s,type:l,appContext:r}=e;let d;if(t[0]!=="$"){const w=s[t];if(w!==void 0)switch(w){case 1:return i[t];case 2:return o[t];case 4:return n[t];case 3:return a[t]}else{if(pa(i,t))return s[t]=1,i[t];if(o!==Ne&&ve(o,t))return s[t]=2,o[t];if((d=e.propsOptions[0])&&ve(d,t))return s[t]=3,a[t];if(n!==Ne&&ve(n,t))return s[t]=4,n[t];$a&&(s[t]=0)}}const c=Qn[t];let u,h;if(c)return t==="$attrs"&&at(e.attrs,"get",""),c(e);if((u=l.__cssModules)&&(u=u[t]))return u;if(n!==Ne&&ve(n,t))return s[t]=4,n[t];if(h=r.config.globalProperties,ve(h,t))return h[t]},set({_:e},t,n){const{data:i,setupState:o,ctx:a}=e;return pa(o,t)?(o[t]=n,!0):i!==Ne&&ve(i,t)?(i[t]=n,!0):ve(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:i,appContext:o,propsOptions:a}},s){let l;return!!n[s]||e!==Ne&&ve(e,s)||pa(t,s)||(l=a[0])&&ve(l,s)||ve(i,s)||ve(Qn,s)||ve(o.config.globalProperties,s)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:ve(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function ls(e){return se(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let $a=!0;function Lu(e){const t=wo(e),n=e.proxy,i=e.ctx;$a=!1,t.beforeCreate&&cs(t.beforeCreate,e,"bc");const{data:o,computed:a,methods:s,watch:l,provide:r,inject:d,created:c,beforeMount:u,mounted:h,beforeUpdate:w,updated:y,activated:k,deactivated:R,beforeDestroy:x,beforeUnmount:L,destroyed:g,unmounted:v,render:P,renderTracked:A,renderTriggered:j,errorCaptured:I,serverPrefetch:D,expose:W,inheritAttrs:B,components:C,directives:z,filters:ee}=t;if(d&&Ru(d,i,null),s)for(const ie in s){const ae=s[ie];he(ae)&&(i[ie]=ae.bind(n))}if(o){const ie=o.call(n,n);Ie(ie)&&(e.data=qi(ie))}if($a=!0,a)for(const ie in a){const ae=a[ie],ke=he(ae)?ae.bind(n,n):he(ae.get)?ae.get.bind(n,n):mt,Fe=!he(ae)&&he(ae.set)?ae.set.bind(n):mt,Te=fe({get:ke,set:Fe});Object.defineProperty(i,ie,{enumerable:!0,configurable:!0,get:()=>Te.value,set:ye=>Te.value=ye})}if(l)for(const ie in l)$l(l[ie],i,n,ie);if(r){const ie=he(r)?r.call(n):r;Reflect.ownKeys(ie).forEach(ae=>{Nn(ae,ie[ae])})}c&&cs(c,e,"c");function re(ie,ae){se(ae)?ae.forEach(ke=>ie(ke.bind(n))):ae&&ie(ae.bind(n))}if(re(Nl,u),re(kn,h),re(ku,w),re(Tu,y),re(vu,k),re(yu,R),re(xu,I),re(Pu,A),re(Su,j),re(jl,L),re(Zi,v),re(Eu,D),se(W))if(W.length){const ie=e.exposed||(e.exposed={});W.forEach(ae=>{Object.defineProperty(ie,ae,{get:()=>n[ae],set:ke=>n[ae]=ke})})}else e.exposed||(e.exposed={});P&&e.render===mt&&(e.render=P),B!=null&&(e.inheritAttrs=B),C&&(e.components=C),z&&(e.directives=z)}function Ru(e,t,n=mt){se(e)&&(e=Fa(e));for(const i in e){const o=e[i];let a;Ie(o)?"default"in o?a=ct(o.from||i,o.default,!0):a=ct(o.from||i):a=ct(o),tt(a)?Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>a.value,set:s=>a.value=s}):t[i]=a}}function cs(e,t,n){_t(se(e)?e.map(i=>i.bind(t.proxy)):e.bind(t.proxy),t,n)}function $l(e,t,n,i){const o=i.includes(".")?Cl(n,i):()=>n[i];if(He(e)){const a=t[e];he(a)&&Ht(o,a)}else if(he(e))Ht(o,e.bind(n));else if(Ie(e))if(se(e))e.forEach(a=>$l(a,t,n,i));else{const a=he(e.handler)?e.handler.bind(n):t[e.handler];he(a)&&Ht(o,a,e)}}function wo(e){const t=e.type,{mixins:n,extends:i}=t,{mixins:o,optionsCache:a,config:{optionMergeStrategies:s}}=e.appContext,l=a.get(t);let r;return l?r=l:!o.length&&!n&&!i?r=t:(r={},o.length&&o.forEach(d=>ji(r,d,s,!0)),ji(r,t,s)),Ie(t)&&a.set(t,r),r}function ji(e,t,n,i=!1){const{mixins:o,extends:a}=t;a&&ji(e,a,n,!0),o&&o.forEach(s=>ji(e,s,n,!0));for(const s in t)if(!(i&&s==="expose")){const l=Iu[s]||n&&n[s];e[s]=l?l(e[s],t[s]):t[s]}return e}const Iu={data:ds,props:us,emits:us,methods:Wn,computed:Wn,beforeCreate:Ze,created:Ze,beforeMount:Ze,mounted:Ze,beforeUpdate:Ze,updated:Ze,beforeDestroy:Ze,beforeUnmount:Ze,destroyed:Ze,unmounted:Ze,activated:Ze,deactivated:Ze,errorCaptured:Ze,serverPrefetch:Ze,components:Wn,directives:Wn,watch:Nu,provide:ds,inject:Mu};function ds(e,t){return t?e?function(){return De(he(e)?e.call(this,this):e,he(t)?t.call(this,this):t)}:t:e}function Mu(e,t){return Wn(Fa(e),Fa(t))}function Fa(e){if(se(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ze(e,t){return e?[...new Set([].concat(e,t))]:t}function Wn(e,t){return e?De(Object.create(null),e,t):t}function us(e,t){return e?se(e)&&se(t)?[...new Set([...e,...t])]:De(Object.create(null),ls(e),ls(t??{})):t}function Nu(e,t){if(!e)return t;if(!t)return e;const n=De(Object.create(null),e);for(const i in t)n[i]=Ze(e[i],t[i]);return n}function Fl(){return{app:null,config:{isNativeTag:fd,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let ju=0;function $u(e,t){return function(i,o=null){he(i)||(i=De({},i)),o!=null&&!Ie(o)&&(o=null);const a=Fl(),s=new WeakSet;let l=!1;const r=a.app={_uid:ju++,_component:i,_props:o,_container:null,_context:a,_instance:null,version:sh,get config(){return a.config},set config(d){},use(d,...c){return s.has(d)||(d&&he(d.install)?(s.add(d),d.install(r,...c)):he(d)&&(s.add(d),d(r,...c))),r},mixin(d){return a.mixins.includes(d)||a.mixins.push(d),r},component(d,c){return c?(a.components[d]=c,r):a.components[d]},directive(d,c){return c?(a.directives[d]=c,r):a.directives[d]},mount(d,c,u){if(!l){const h=we(i,o);return h.appContext=a,u===!0?u="svg":u===!1&&(u=void 0),c&&t?t(h,d):e(h,d,u),l=!0,r._container=d,d.__vue_app__=r,Ao(h.component)||h.component.proxy}},unmount(){l&&(e(null,r._container),delete r._container.__vue_app__)},provide(d,c){return a.provides[d]=c,r},runWithContext(d){const c=Zn;Zn=r;try{return d()}finally{Zn=c}}};return r}}let Zn=null;function Nn(e,t){if(qe){let n=qe.provides;const i=qe.parent&&qe.parent.provides;i===n&&(n=qe.provides=Object.create(i)),n[e]=t}}function ct(e,t,n=!1){const i=qe||ft;if(i||Zn){const o=i?i.parent==null?i.vnode.appContext&&i.vnode.appContext.provides:i.parent.provides:Zn._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&he(t)?t.call(i&&i.proxy):t}}const Ol={},Dl=()=>Object.create(Ol),Hl=e=>Object.getPrototypeOf(e)===Ol;function Fu(e,t,n,i=!1){const o={},a=Dl();e.propsDefaults=Object.create(null),Ul(e,t,o,a);for(const s in e.propsOptions[0])s in o||(o[s]=void 0);n?e.props=i?o:_l(o):e.type.props?e.props=o:e.props=a,e.attrs=a}function Ou(e,t,n,i){const{props:o,attrs:a,vnode:{patchFlag:s}}=e,l=ue(o),[r]=e.propsOptions;let d=!1;if((i||s>0)&&!(s&16)){if(s&8){const c=e.vnode.dynamicProps;for(let u=0;u<c.length;u++){let h=c[u];if(Ki(e.emitsOptions,h))continue;const w=t[h];if(r)if(ve(a,h))w!==a[h]&&(a[h]=w,d=!0);else{const y=It(h);o[y]=Oa(r,l,y,w,e,!1)}else w!==a[h]&&(a[h]=w,d=!0)}}}else{Ul(e,t,o,a)&&(d=!0);let c;for(const u in l)(!t||!ve(t,u)&&((c=Un(u))===u||!ve(t,c)))&&(r?n&&(n[u]!==void 0||n[c]!==void 0)&&(o[u]=Oa(r,l,u,void 0,e,!0)):delete o[u]);if(a!==l)for(const u in a)(!t||!ve(t,u))&&(delete a[u],d=!0)}d&&Ot(e.attrs,"set","")}function Ul(e,t,n,i){const[o,a]=e.propsOptions;let s=!1,l;if(t)for(let r in t){if(Yn(r))continue;const d=t[r];let c;o&&ve(o,c=It(r))?!a||!a.includes(c)?n[c]=d:(l||(l={}))[c]=d:Ki(e.emitsOptions,r)||(!(r in i)||d!==i[r])&&(i[r]=d,s=!0)}if(a){const r=ue(n),d=l||Ne;for(let c=0;c<a.length;c++){const u=a[c];n[u]=Oa(o,r,u,d[u],e,!ve(d,u))}}return s}function Oa(e,t,n,i,o,a){const s=e[n];if(s!=null){const l=ve(s,"default");if(l&&i===void 0){const r=s.default;if(s.type!==Function&&!s.skipFactory&&he(r)){const{propsDefaults:d}=o;if(n in d)i=d[n];else{const c=pi(o);i=d[n]=r.call(null,t),c()}}else i=r}s[0]&&(a&&!l?i=!1:s[1]&&(i===""||i===Un(n))&&(i=!0))}return i}function Vl(e,t,n=!1){const i=t.propsCache,o=i.get(e);if(o)return o;const a=e.props,s={},l=[];let r=!1;if(!he(e)){const c=u=>{r=!0;const[h,w]=Vl(u,t,!0);De(s,h),w&&l.push(...w)};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}if(!a&&!r)return Ie(e)&&i.set(e,Ln),Ln;if(se(a))for(let c=0;c<a.length;c++){const u=It(a[c]);hs(u)&&(s[u]=Ne)}else if(a)for(const c in a){const u=It(c);if(hs(u)){const h=a[c],w=s[u]=se(h)||he(h)?{type:h}:De({},h);if(w){const y=ps(Boolean,w.type),k=ps(String,w.type);w[0]=y>-1,w[1]=k<0||y<k,(y>-1||ve(w,"default"))&&l.push(u)}}}const d=[s,l];return Ie(e)&&i.set(e,d),d}function hs(e){return e[0]!=="$"&&!Yn(e)}function ms(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function fs(e,t){return ms(e)===ms(t)}function ps(e,t){return se(t)?t.findIndex(n=>fs(n,e)):he(t)&&fs(t,e)?0:-1}const Bl=e=>e[0]==="_"||e==="$stable",vo=e=>se(e)?e.map(Pt):[Pt(e)],Du=(e,t,n)=>{if(t._n)return t;const i=ze((...o)=>vo(t(...o)),n);return i._c=!1,i},zl=(e,t,n)=>{const i=e._ctx;for(const o in e){if(Bl(o))continue;const a=e[o];if(he(a))t[o]=Du(o,a,i);else if(a!=null){const s=vo(a);t[o]=()=>s}}},Gl=(e,t)=>{const n=vo(t);e.slots.default=()=>n},Hu=(e,t)=>{const n=e.slots=Dl();if(e.vnode.shapeFlag&32){const i=t._;i?(De(n,t),el(n,"_",i,!0)):zl(t,n)}else t&&Gl(e,t)},Uu=(e,t,n)=>{const{vnode:i,slots:o}=e;let a=!0,s=Ne;if(i.shapeFlag&32){const l=t._;l?n&&l===1?a=!1:(De(o,t),!n&&l===1&&delete o._):(a=!t.$stable,zl(t,o)),s=t}else t&&(Gl(e,t),s={default:1});if(a)for(const l in o)!Bl(l)&&s[l]==null&&delete o[l]};function Da(e,t,n,i,o=!1){if(se(e)){e.forEach((h,w)=>Da(h,t&&(se(t)?t[w]:t),n,i,o));return}if(xi(i)&&!o)return;const a=i.shapeFlag&4?Ao(i.component)||i.component.proxy:i.el,s=o?null:a,{i:l,r}=e,d=t&&t.r,c=l.refs===Ne?l.refs={}:l.refs,u=l.setupState;if(d!=null&&d!==r&&(He(d)?(c[d]=null,ve(u,d)&&(u[d]=null)):tt(d)&&(d.value=null)),he(r))tn(r,l,12,[s,c]);else{const h=He(r),w=tt(r);if(h||w){const y=()=>{if(e.f){const k=h?ve(u,r)?u[r]:c[r]:r.value;o?se(k)&&oo(k,a):se(k)?k.includes(a)||k.push(a):h?(c[r]=[a],ve(u,r)&&(u[r]=c[r])):(r.value=[a],e.k&&(c[e.k]=r.value))}else h?(c[r]=s,ve(u,r)&&(u[r]=s)):w&&(r.value=s,e.k&&(c[e.k]=s))};s?(y.id=-1,it(y,n)):y()}}}const it=mu;function Vu(e){return Bu(e)}function Bu(e,t){const n=tl();n.__VUE__=!0;const{insert:i,remove:o,patchProp:a,createElement:s,createText:l,createComment:r,setText:d,setElementText:c,parentNode:u,nextSibling:h,setScopeId:w=mt,insertStaticContent:y}=e,k=(_,m,E,F=null,$=null,G=null,K=void 0,f=null,b=!!m.dynamicChildren)=>{if(_===m)return;_&&!vn(_,m)&&(F=M(_),ye(_,$,G,!0),_=null),m.patchFlag===-2&&(b=!1,m.dynamicChildren=null);const{type:T,ref:O,shapeFlag:Y}=m;switch(T){case fi:R(_,m,E,F);break;case pt:x(_,m,E,F);break;case Ci:_==null&&L(m,E,F,K);break;case be:C(_,m,E,F,$,G,K,f,b);break;default:Y&1?P(_,m,E,F,$,G,K,f,b):Y&6?z(_,m,E,F,$,G,K,f,b):(Y&64||Y&128)&&T.process(_,m,E,F,$,G,K,f,b,Q)}O!=null&&$&&Da(O,_&&_.ref,G,m||_,!m)},R=(_,m,E,F)=>{if(_==null)i(m.el=l(m.children),E,F);else{const $=m.el=_.el;m.children!==_.children&&d($,m.children)}},x=(_,m,E,F)=>{_==null?i(m.el=r(m.children||""),E,F):m.el=_.el},L=(_,m,E,F)=>{[_.el,_.anchor]=y(_.children,m,E,F,_.el,_.anchor)},g=({el:_,anchor:m},E,F)=>{let $;for(;_&&_!==m;)$=h(_),i(_,E,F),_=$;i(m,E,F)},v=({el:_,anchor:m})=>{let E;for(;_&&_!==m;)E=h(_),o(_),_=E;o(m)},P=(_,m,E,F,$,G,K,f,b)=>{m.type==="svg"?K="svg":m.type==="math"&&(K="mathml"),_==null?A(m,E,F,$,G,K,f,b):D(_,m,$,G,K,f,b)},A=(_,m,E,F,$,G,K,f)=>{let b,T;const{props:O,shapeFlag:Y,transition:H,dirs:S}=_;if(b=_.el=s(_.type,G,O&&O.is,O),Y&8?c(b,_.children):Y&16&&I(_.children,b,null,F,$,_a(_,G),K,f),S&&mn(_,null,F,"created"),j(b,_,_.scopeId,K,F),O){for(const te in O)te!=="value"&&!Yn(te)&&a(b,te,null,O[te],G,_.children,F,$,ge);"value"in O&&a(b,"value",null,O.value,G),(T=O.onVnodeBeforeMount)&&St(T,F,_)}S&&mn(_,null,F,"beforeMount");const N=zu($,H);N&&H.beforeEnter(b),i(b,m,E),((T=O&&O.onVnodeMounted)||N||S)&&it(()=>{T&&St(T,F,_),N&&H.enter(b),S&&mn(_,null,F,"mounted")},$)},j=(_,m,E,F,$)=>{if(E&&w(_,E),F)for(let G=0;G<F.length;G++)w(_,F[G]);if($){let G=$.subTree;if(m===G){const K=$.vnode;j(_,K,K.scopeId,K.slotScopeIds,$.parent)}}},I=(_,m,E,F,$,G,K,f,b=0)=>{for(let T=b;T<_.length;T++){const O=_[T]=f?Qt(_[T]):Pt(_[T]);k(null,O,m,E,F,$,G,K,f)}},D=(_,m,E,F,$,G,K)=>{const f=m.el=_.el;let{patchFlag:b,dynamicChildren:T,dirs:O}=m;b|=_.patchFlag&16;const Y=_.props||Ne,H=m.props||Ne;let S;if(E&&fn(E,!1),(S=H.onVnodeBeforeUpdate)&&St(S,E,m,_),O&&mn(m,_,E,"beforeUpdate"),E&&fn(E,!0),T?W(_.dynamicChildren,T,f,E,F,_a(m,$),G):K||ae(_,m,f,null,E,F,_a(m,$),G,!1),b>0){if(b&16)B(f,m,Y,H,E,F,$);else if(b&2&&Y.class!==H.class&&a(f,"class",null,H.class,$),b&4&&a(f,"style",Y.style,H.style,$),b&8){const N=m.dynamicProps;for(let te=0;te<N.length;te++){const le=N[te],xe=Y[le],Ye=H[le];(Ye!==xe||le==="value")&&a(f,le,xe,Ye,$,_.children,E,F,ge)}}b&1&&_.children!==m.children&&c(f,m.children)}else!K&&T==null&&B(f,m,Y,H,E,F,$);((S=H.onVnodeUpdated)||O)&&it(()=>{S&&St(S,E,m,_),O&&mn(m,_,E,"updated")},F)},W=(_,m,E,F,$,G,K)=>{for(let f=0;f<m.length;f++){const b=_[f],T=m[f],O=b.el&&(b.type===be||!vn(b,T)||b.shapeFlag&70)?u(b.el):E;k(b,T,O,null,F,$,G,K,!0)}},B=(_,m,E,F,$,G,K)=>{if(E!==F){if(E!==Ne)for(const f in E)!Yn(f)&&!(f in F)&&a(_,f,E[f],null,K,m.children,$,G,ge);for(const f in F){if(Yn(f))continue;const b=F[f],T=E[f];b!==T&&f!=="value"&&a(_,f,T,b,K,m.children,$,G,ge)}"value"in F&&a(_,"value",E.value,F.value,K)}},C=(_,m,E,F,$,G,K,f,b)=>{const T=m.el=_?_.el:l(""),O=m.anchor=_?_.anchor:l("");let{patchFlag:Y,dynamicChildren:H,slotScopeIds:S}=m;S&&(f=f?f.concat(S):S),_==null?(i(T,E,F),i(O,E,F),I(m.children||[],E,O,$,G,K,f,b)):Y>0&&Y&64&&H&&_.dynamicChildren?(W(_.dynamicChildren,H,E,$,G,K,f),(m.key!=null||$&&m===$.subTree)&&ql(_,m,!0)):ae(_,m,E,O,$,G,K,f,b)},z=(_,m,E,F,$,G,K,f,b)=>{m.slotScopeIds=f,_==null?m.shapeFlag&512?$.ctx.activate(m,E,F,K,b):ee(m,E,F,$,G,K,b):_e(_,m,b)},ee=(_,m,E,F,$,G,K)=>{const f=_.component=Xu(_,F,$);if(Ji(_)&&(f.ctx.renderer=Q),eh(f),f.asyncDep){if($&&$.registerDep(f,re),!_.el){const b=f.subTree=we(pt);x(null,b,m,E)}}else re(f,_,m,E,$,G,K)},_e=(_,m,E)=>{const F=m.component=_.component;if(ru(_,m,E))if(F.asyncDep&&!F.asyncResolved){ie(F,m,E);return}else F.next=m,tu(F.update),F.effect.dirty=!0,F.update();else m.el=_.el,F.vnode=m},re=(_,m,E,F,$,G,K)=>{const f=()=>{if(_.isMounted){let{next:O,bu:Y,u:H,parent:S,vnode:N}=_;{const ot=Wl(_);if(ot){O&&(O.el=N.el,ie(_,O,K)),ot.asyncDep.then(()=>{_.isUnmounted||f()});return}}let te=O,le;fn(_,!1),O?(O.el=N.el,ie(_,O,K)):O=N,Y&&ua(Y),(le=O.props&&O.props.onVnodeBeforeUpdate)&&St(le,S,O,N),fn(_,!0);const xe=ma(_),Ye=_.subTree;_.subTree=xe,k(Ye,xe,u(Ye.el),M(Ye),_,$,G),O.el=xe.el,te===null&&lu(_,xe.el),H&&it(H,$),(le=O.props&&O.props.onVnodeUpdated)&&it(()=>St(le,S,O,N),$)}else{let O;const{el:Y,props:H}=m,{bm:S,m:N,parent:te}=_,le=xi(m);if(fn(_,!1),S&&ua(S),!le&&(O=H&&H.onVnodeBeforeMount)&&St(O,te,m),fn(_,!0),Y&&me){const xe=()=>{_.subTree=ma(_),me(Y,_.subTree,_,$,null)};le?m.type.__asyncLoader().then(()=>!_.isUnmounted&&xe()):xe()}else{const xe=_.subTree=ma(_);k(null,xe,E,F,_,$,G),m.el=xe.el}if(N&&it(N,$),!le&&(O=H&&H.onVnodeMounted)){const xe=m;it(()=>St(O,te,xe),$)}(m.shapeFlag&256||te&&xi(te.vnode)&&te.vnode.shapeFlag&256)&&_.a&&it(_.a,$),_.isMounted=!0,m=E=F=null}},b=_.effect=new ro(f,mt,()=>bo(T),_.scope),T=_.update=()=>{b.dirty&&b.run()};T.id=_.uid,fn(_,!0),T()},ie=(_,m,E)=>{m.component=_;const F=_.vnode.props;_.vnode=m,_.next=null,Ou(_,m.props,F,E),Uu(_,m.children,E),sn(),as(_),rn()},ae=(_,m,E,F,$,G,K,f,b=!1)=>{const T=_&&_.children,O=_?_.shapeFlag:0,Y=m.children,{patchFlag:H,shapeFlag:S}=m;if(H>0){if(H&128){Fe(T,Y,E,F,$,G,K,f,b);return}else if(H&256){ke(T,Y,E,F,$,G,K,f,b);return}}S&8?(O&16&&ge(T,$,G),Y!==T&&c(E,Y)):O&16?S&16?Fe(T,Y,E,F,$,G,K,f,b):ge(T,$,G,!0):(O&8&&c(E,""),S&16&&I(Y,E,F,$,G,K,f,b))},ke=(_,m,E,F,$,G,K,f,b)=>{_=_||Ln,m=m||Ln;const T=_.length,O=m.length,Y=Math.min(T,O);let H;for(H=0;H<Y;H++){const S=m[H]=b?Qt(m[H]):Pt(m[H]);k(_[H],S,E,null,$,G,K,f,b)}T>O?ge(_,$,G,!0,!1,Y):I(m,E,F,$,G,K,f,b,Y)},Fe=(_,m,E,F,$,G,K,f,b)=>{let T=0;const O=m.length;let Y=_.length-1,H=O-1;for(;T<=Y&&T<=H;){const S=_[T],N=m[T]=b?Qt(m[T]):Pt(m[T]);if(vn(S,N))k(S,N,E,null,$,G,K,f,b);else break;T++}for(;T<=Y&&T<=H;){const S=_[Y],N=m[H]=b?Qt(m[H]):Pt(m[H]);if(vn(S,N))k(S,N,E,null,$,G,K,f,b);else break;Y--,H--}if(T>Y){if(T<=H){const S=H+1,N=S<O?m[S].el:F;for(;T<=H;)k(null,m[T]=b?Qt(m[T]):Pt(m[T]),E,N,$,G,K,f,b),T++}}else if(T>H)for(;T<=Y;)ye(_[T],$,G,!0),T++;else{const S=T,N=T,te=new Map;for(T=N;T<=H;T++){const st=m[T]=b?Qt(m[T]):Pt(m[T]);st.key!=null&&te.set(st.key,T)}let le,xe=0;const Ye=H-N+1;let ot=!1,bi=0;const En=new Array(Ye);for(T=0;T<Ye;T++)En[T]=0;for(T=S;T<=Y;T++){const st=_[T];if(xe>=Ye){ye(st,$,G,!0);continue}let Et;if(st.key!=null)Et=te.get(st.key);else for(le=N;le<=H;le++)if(En[le-N]===0&&vn(st,m[le])){Et=le;break}Et===void 0?ye(st,$,G,!0):(En[Et-N]=T+1,Et>=bi?bi=Et:ot=!0,k(st,m[Et],E,null,$,G,K,f,b),xe++)}const Ko=ot?Gu(En):Ln;for(le=Ko.length-1,T=Ye-1;T>=0;T--){const st=N+T,Et=m[st],Yo=st+1<O?m[st+1].el:F;En[T]===0?k(null,Et,E,Yo,$,G,K,f,b):ot&&(le<0||T!==Ko[le]?Te(Et,E,Yo,2):le--)}}},Te=(_,m,E,F,$=null)=>{const{el:G,type:K,transition:f,children:b,shapeFlag:T}=_;if(T&6){Te(_.component.subTree,m,E,F);return}if(T&128){_.suspense.move(m,E,F);return}if(T&64){K.move(_,m,E,Q);return}if(K===be){i(G,m,E);for(let Y=0;Y<b.length;Y++)Te(b[Y],m,E,F);i(_.anchor,m,E);return}if(K===Ci){g(_,m,E);return}if(F!==2&&T&1&&f)if(F===0)f.beforeEnter(G),i(G,m,E),it(()=>f.enter(G),$);else{const{leave:Y,delayLeave:H,afterLeave:S}=f,N=()=>i(G,m,E),te=()=>{Y(G,()=>{N(),S&&S()})};H?H(G,N,te):te()}else i(G,m,E)},ye=(_,m,E,F=!1,$=!1)=>{const{type:G,props:K,ref:f,children:b,dynamicChildren:T,shapeFlag:O,patchFlag:Y,dirs:H}=_;if(f!=null&&Da(f,null,E,_,!0),O&256){m.ctx.deactivate(_);return}const S=O&1&&H,N=!xi(_);let te;if(N&&(te=K&&K.onVnodeBeforeUnmount)&&St(te,m,_),O&6)Le(_.component,E,F);else{if(O&128){_.suspense.unmount(E,F);return}S&&mn(_,null,m,"beforeUnmount"),O&64?_.type.remove(_,m,E,$,Q,F):T&&(G!==be||Y>0&&Y&64)?ge(T,m,E,!1,!0):(G===be&&Y&384||!$&&O&16)&&ge(b,m,E),F&&Ee(_)}(N&&(te=K&&K.onVnodeUnmounted)||S)&&it(()=>{te&&St(te,m,_),S&&mn(_,null,m,"unmounted")},E)},Ee=_=>{const{type:m,el:E,anchor:F,transition:$}=_;if(m===be){Se(E,F);return}if(m===Ci){v(_);return}const G=()=>{o(E),$&&!$.persisted&&$.afterLeave&&$.afterLeave()};if(_.shapeFlag&1&&$&&!$.persisted){const{leave:K,delayLeave:f}=$,b=()=>K(E,G);f?f(_.el,G,b):b()}else G()},Se=(_,m)=>{let E;for(;_!==m;)E=h(_),o(_),_=E;o(m)},Le=(_,m,E)=>{const{bum:F,scope:$,update:G,subTree:K,um:f}=_;F&&ua(F),$.stop(),G&&(G.active=!1,ye(K,_,m,E)),f&&it(f,m),it(()=>{_.isUnmounted=!0},m),m&&m.pendingBranch&&!m.isUnmounted&&_.asyncDep&&!_.asyncResolved&&_.suspenseId===m.pendingId&&(m.deps--,m.deps===0&&m.resolve())},ge=(_,m,E,F=!1,$=!1,G=0)=>{for(let K=G;K<_.length;K++)ye(_[K],m,E,F,$)},M=_=>_.shapeFlag&6?M(_.component.subTree):_.shapeFlag&128?_.suspense.next():h(_.anchor||_.el);let U=!1;const V=(_,m,E)=>{_==null?m._vnode&&ye(m._vnode,null,null,!0):k(m._vnode||null,_,m,null,null,null,E),U||(U=!0,as(),El(),U=!1),m._vnode=_},Q={p:k,um:ye,m:Te,r:Ee,mt:ee,mc:I,pc:ae,pbc:W,n:M,o:e};let de,me;return{render:V,hydrate:de,createApp:$u(V,de)}}function _a({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function fn({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function zu(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ql(e,t,n=!1){const i=e.children,o=t.children;if(se(i)&&se(o))for(let a=0;a<i.length;a++){const s=i[a];let l=o[a];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=o[a]=Qt(o[a]),l.el=s.el),n||ql(s,l)),l.type===fi&&(l.el=s.el)}}function Gu(e){const t=e.slice(),n=[0];let i,o,a,s,l;const r=e.length;for(i=0;i<r;i++){const d=e[i];if(d!==0){if(o=n[n.length-1],e[o]<d){t[i]=o,n.push(i);continue}for(a=0,s=n.length-1;a<s;)l=a+s>>1,e[n[l]]<d?a=l+1:s=l;d<e[n[a]]&&(a>0&&(t[i]=n[a-1]),n[a]=i)}}for(a=n.length,s=n[a-1];a-- >0;)n[a]=s,s=t[s];return n}function Wl(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Wl(t)}const qu=e=>e.__isTeleport,be=Symbol.for("v-fgt"),fi=Symbol.for("v-txt"),pt=Symbol.for("v-cmt"),Ci=Symbol.for("v-stc"),Xn=[];let yt=null;function J(e=!1){Xn.push(yt=e?null:[])}function Wu(){Xn.pop(),yt=Xn[Xn.length-1]||null}let ri=1;function _s(e){ri+=e}function Kl(e){return e.dynamicChildren=ri>0?yt||Ln:null,Wu(),ri>0&&yt&&yt.push(e),e}function X(e,t,n,i,o,a){return Kl(p(e,t,n,i,o,a,!0))}function Xi(e,t,n,i,o){return Kl(we(e,t,n,i,o,!0))}function Ha(e){return e?e.__v_isVNode===!0:!1}function vn(e,t){return e.type===t.type&&e.key===t.key}const Yl=({key:e})=>e??null,Li=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?He(e)||tt(e)||he(e)?{i:ft,r:e,k:t,f:!!n}:e:null);function p(e,t=null,n=null,i=0,o=null,a=e===be?0:1,s=!1,l=!1){const r={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Yl(t),ref:t&&Li(t),scopeId:xl,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:ft};return l?(yo(r,n),a&128&&e.normalize(r)):n&&(r.shapeFlag|=He(n)?8:16),ri>0&&!s&&yt&&(r.patchFlag>0||a&6)&&r.patchFlag!==32&&yt.push(r),r}const we=Ku;function Ku(e,t=null,n=null,i=0,o=null,a=!1){if((!e||e===du)&&(e=pt),Ha(e)){const l=Vt(e,t,!0);return n&&yo(l,n),ri>0&&!a&&yt&&(l.shapeFlag&6?yt[yt.indexOf(e)]=l:yt.push(l)),l.patchFlag|=-2,l}if(oh(e)&&(e=e.__vccOpts),t){t=Yu(t);let{class:l,style:r}=t;l&&!He(l)&&(t.class=lt(l)),Ie(r)&&(gl(r)&&!se(r)&&(r=De({},r)),t.style=ut(r))}const s=He(e)?1:hu(e)?128:qu(e)?64:Ie(e)?4:he(e)?2:0;return p(e,t,n,i,o,s,a,!0)}function Yu(e){return e?gl(e)||Hl(e)?De({},e):e:null}function Vt(e,t,n=!1,i=!1){const{props:o,ref:a,patchFlag:s,children:l,transition:r}=e,d=t?Ju(o||{},t):o,c={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&Yl(d),ref:t&&t.ref?n&&a?se(a)?a.concat(Li(t)):[a,Li(t)]:Li(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==be?s===-1?16:s|16:s,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:r,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Vt(e.ssContent),ssFallback:e.ssFallback&&Vt(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return r&&i&&(c.transition=r.clone(c)),c}function We(e=" ",t=0){return we(fi,null,e,t)}function ln(e,t){const n=we(Ci,null,e);return n.staticCount=t,n}function Me(e="",t=!1){return t?(J(),Xi(pt,null,e)):we(pt,null,e)}function Pt(e){return e==null||typeof e=="boolean"?we(pt):se(e)?we(be,null,e.slice()):typeof e=="object"?Qt(e):we(fi,null,String(e))}function Qt(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Vt(e)}function yo(e,t){let n=0;const{shapeFlag:i}=e;if(t==null)t=null;else if(se(t))n=16;else if(typeof t=="object")if(i&65){const o=t.default;o&&(o._c&&(o._d=!1),yo(e,o()),o._c&&(o._d=!0));return}else{n=32;const o=t._;!o&&!Hl(t)?t._ctx=ft:o===3&&ft&&(ft.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else he(t)?(t={default:t,_ctx:ft},n=32):(t=String(t),i&64?(n=16,t=[We(t)]):n=8);e.children=t,e.shapeFlag|=n}function Ju(...e){const t={};for(let n=0;n<e.length;n++){const i=e[n];for(const o in i)if(o==="class")t.class!==i.class&&(t.class=lt([t.class,i.class]));else if(o==="style")t.style=ut([t.style,i.style]);else if(Ui(o)){const a=t[o],s=i[o];s&&a!==s&&!(se(a)&&a.includes(s))&&(t[o]=a?[].concat(a,s):s)}else o!==""&&(t[o]=i[o])}return t}function St(e,t,n,i=null){_t(e,t,7,[n,i])}const Qu=Fl();let Zu=0;function Xu(e,t,n){const i=e.type,o=(t?t.appContext:e.appContext)||Qu,a={uid:Zu++,vnode:e,type:i,parent:t,appContext:o,root:null,next:null,subTree:null,effect:null,update:null,scope:new al(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(o.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Vl(i,o),emitsOptions:Pl(i,o),emit:null,emitted:null,propsDefaults:Ne,inheritAttrs:i.inheritAttrs,ctx:Ne,data:Ne,props:Ne,attrs:Ne,slots:Ne,refs:Ne,setupState:Ne,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return a.ctx={_:a},a.root=t?t.root:a,a.emit=au.bind(null,a),e.ce&&e.ce(a),a}let qe=null;const jn=()=>qe||ft;let $i,Ua;{const e=tl(),t=(n,i)=>{let o;return(o=e[n])||(o=e[n]=[]),o.push(i),a=>{o.length>1?o.forEach(s=>s(a)):o[0](a)}};$i=t("__VUE_INSTANCE_SETTERS__",n=>qe=n),Ua=t("__VUE_SSR_SETTERS__",n=>ea=n)}const pi=e=>{const t=qe;return $i(e),e.scope.on(),()=>{e.scope.off(),$i(t)}},bs=()=>{qe&&qe.scope.off(),$i(null)};function Jl(e){return e.vnode.shapeFlag&4}let ea=!1;function eh(e,t=!1){t&&Ua(t);const{props:n,children:i}=e.vnode,o=Jl(e);Fu(e,n,o,t),Hu(e,i);const a=o?th(e,t):void 0;return t&&Ua(!1),a}function th(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Cu);const{setup:i}=n;if(i){const o=e.setupContext=i.length>1?ih(e):null,a=pi(e);sn();const s=tn(i,e,0,[e.props,o]);if(rn(),a(),Qr(s)){if(s.then(bs,bs),t)return s.then(l=>{gs(e,l,t)}).catch(l=>{Wi(l,e,0)});e.asyncDep=s}else gs(e,s,t)}else Ql(e,t)}function gs(e,t,n){he(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Ie(t)&&(e.setupState=Al(t)),Ql(e,n)}let ws;function Ql(e,t,n){const i=e.type;if(!e.render){if(!t&&ws&&!i.render){const o=i.template||wo(e).template;if(o){const{isCustomElement:a,compilerOptions:s}=e.appContext.config,{delimiters:l,compilerOptions:r}=i,d=De(De({isCustomElement:a,delimiters:l},s),r);i.render=ws(o,d)}}e.render=i.render||mt}{const o=pi(e);sn();try{Lu(e)}finally{rn(),o()}}}const nh={get(e,t){return at(e,"get",""),e[t]}};function ih(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,nh),slots:e.slots,emit:e.emit,expose:t}}function Ao(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Al(Yd(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Qn)return Qn[n](e)},has(t,n){return n in t||n in Qn}}))}function ah(e,t=!0){return he(e)?e.displayName||e.name:e.name||t&&e.__name}function oh(e){return he(e)&&"__vccOpts"in e}const fe=(e,t)=>Jd(e,t,ea);function an(e,t,n){const i=arguments.length;return i===2?Ie(t)&&!se(t)?Ha(t)?we(e,null,[t]):we(e,t):we(e,null,t):(i>3?n=Array.prototype.slice.call(arguments,2):i===3&&Ha(n)&&(n=[n]),we(e,t,n))}const sh="3.4.27";/**
* @vue/runtime-dom v3.4.27
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const rh="http://www.w3.org/2000/svg",lh="http://www.w3.org/1998/Math/MathML",Zt=typeof document<"u"?document:null,vs=Zt&&Zt.createElement("template"),ch={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,i)=>{const o=t==="svg"?Zt.createElementNS(rh,e):t==="mathml"?Zt.createElementNS(lh,e):Zt.createElement(e,n?{is:n}:void 0);return e==="select"&&i&&i.multiple!=null&&o.setAttribute("multiple",i.multiple),o},createText:e=>Zt.createTextNode(e),createComment:e=>Zt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Zt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,i,o,a){const s=n?n.previousSibling:t.lastChild;if(o&&(o===a||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),!(o===a||!(o=o.nextSibling)););else{vs.innerHTML=i==="svg"?`<svg>${e}</svg>`:i==="mathml"?`<math>${e}</math>`:e;const l=vs.content;if(i==="svg"||i==="mathml"){const r=l.firstChild;for(;r.firstChild;)l.appendChild(r.firstChild);l.removeChild(r)}t.insertBefore(l,n)}return[s?s.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Gt="transition",Bn="animation",li=Symbol("_vtc"),ko=(e,{slots:t})=>an(wu,dh(e),t);ko.displayName="Transition";const Zl={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String};ko.props=De({},Ll,Zl);const pn=(e,t=[])=>{se(e)?e.forEach(n=>n(...t)):e&&e(...t)},ys=e=>e?se(e)?e.some(t=>t.length>1):e.length>1:!1;function dh(e){const t={};for(const C in e)C in Zl||(t[C]=e[C]);if(e.css===!1)return t;const{name:n="v",type:i,duration:o,enterFromClass:a=`${n}-enter-from`,enterActiveClass:s=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:r=a,appearActiveClass:d=s,appearToClass:c=l,leaveFromClass:u=`${n}-leave-from`,leaveActiveClass:h=`${n}-leave-active`,leaveToClass:w=`${n}-leave-to`}=e,y=uh(o),k=y&&y[0],R=y&&y[1],{onBeforeEnter:x,onEnter:L,onEnterCancelled:g,onLeave:v,onLeaveCancelled:P,onBeforeAppear:A=x,onAppear:j=L,onAppearCancelled:I=g}=t,D=(C,z,ee)=>{_n(C,z?c:l),_n(C,z?d:s),ee&&ee()},W=(C,z)=>{C._isLeaving=!1,_n(C,u),_n(C,w),_n(C,h),z&&z()},B=C=>(z,ee)=>{const _e=C?j:L,re=()=>D(z,C,ee);pn(_e,[z,re]),As(()=>{_n(z,C?r:a),qt(z,C?c:l),ys(_e)||ks(z,i,k,re)})};return De(t,{onBeforeEnter(C){pn(x,[C]),qt(C,a),qt(C,s)},onBeforeAppear(C){pn(A,[C]),qt(C,r),qt(C,d)},onEnter:B(!1),onAppear:B(!0),onLeave(C,z){C._isLeaving=!0;const ee=()=>W(C,z);qt(C,u),qt(C,h),fh(),As(()=>{C._isLeaving&&(_n(C,u),qt(C,w),ys(v)||ks(C,i,R,ee))}),pn(v,[C,ee])},onEnterCancelled(C){D(C,!1),pn(g,[C])},onAppearCancelled(C){D(C,!0),pn(I,[C])},onLeaveCancelled(C){W(C),pn(P,[C])}})}function uh(e){if(e==null)return null;if(Ie(e))return[ba(e.enter),ba(e.leave)];{const t=ba(e);return[t,t]}}function ba(e){return vd(e)}function qt(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[li]||(e[li]=new Set)).add(t)}function _n(e,t){t.split(/\s+/).forEach(i=>i&&e.classList.remove(i));const n=e[li];n&&(n.delete(t),n.size||(e[li]=void 0))}function As(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let hh=0;function ks(e,t,n,i){const o=e._endId=++hh,a=()=>{o===e._endId&&i()};if(n)return setTimeout(a,n);const{type:s,timeout:l,propCount:r}=mh(e,t);if(!s)return i();const d=s+"end";let c=0;const u=()=>{e.removeEventListener(d,h),a()},h=w=>{w.target===e&&++c>=r&&u()};setTimeout(()=>{c<r&&u()},l+1),e.addEventListener(d,h)}function mh(e,t){const n=window.getComputedStyle(e),i=y=>(n[y]||"").split(", "),o=i(`${Gt}Delay`),a=i(`${Gt}Duration`),s=Ts(o,a),l=i(`${Bn}Delay`),r=i(`${Bn}Duration`),d=Ts(l,r);let c=null,u=0,h=0;t===Gt?s>0&&(c=Gt,u=s,h=a.length):t===Bn?d>0&&(c=Bn,u=d,h=r.length):(u=Math.max(s,d),c=u>0?s>d?Gt:Bn:null,h=c?c===Gt?a.length:r.length:0);const w=c===Gt&&/\b(transform|all)(,|$)/.test(i(`${Gt}Property`).toString());return{type:c,timeout:u,propCount:h,hasTransform:w}}function Ts(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,i)=>Es(n)+Es(e[i])))}function Es(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function fh(){return document.body.offsetHeight}function ph(e,t,n){const i=e[li];i&&(t=(t?[t,...i]:[...i]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Ss=Symbol("_vod"),_h=Symbol("_vsh"),bh=Symbol(""),gh=/(^|;)\s*display\s*:/;function wh(e,t,n){const i=e.style,o=He(n);let a=!1;if(n&&!o){if(t)if(He(t))for(const s of t.split(";")){const l=s.slice(0,s.indexOf(":")).trim();n[l]==null&&Ri(i,l,"")}else for(const s in t)n[s]==null&&Ri(i,s,"");for(const s in n)s==="display"&&(a=!0),Ri(i,s,n[s])}else if(o){if(t!==n){const s=i[bh];s&&(n+=";"+s),i.cssText=n,a=gh.test(n)}}else t&&e.removeAttribute("style");Ss in e&&(e[Ss]=a?i.display:"",e[_h]&&(i.display="none"))}const Ps=/\s*!important$/;function Ri(e,t,n){if(se(n))n.forEach(i=>Ri(e,t,i));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const i=vh(e,t);Ps.test(n)?e.setProperty(Un(i),n.replace(Ps,""),"important"):e[i]=n}}const xs=["Webkit","Moz","ms"],ga={};function vh(e,t){const n=ga[t];if(n)return n;let i=It(t);if(i!=="filter"&&i in e)return ga[t]=i;i=zi(i);for(let o=0;o<xs.length;o++){const a=xs[o]+i;if(a in e)return ga[t]=a}return t}const Cs="http://www.w3.org/1999/xlink";function yh(e,t,n,i,o){if(i&&t.startsWith("xlink:"))n==null?e.removeAttributeNS(Cs,t.slice(6,t.length)):e.setAttributeNS(Cs,t,n);else{const a=Sd(t);n==null||a&&!nl(n)?e.removeAttribute(t):e.setAttribute(t,a?"":n)}}function Ah(e,t,n,i,o,a,s){if(t==="innerHTML"||t==="textContent"){i&&s(i,o,a),e[t]=n??"";return}const l=e.tagName;if(t==="value"&&l!=="PROGRESS"&&!l.includes("-")){const d=l==="OPTION"?e.getAttribute("value")||"":e.value,c=n??"";(d!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let r=!1;if(n===""||n==null){const d=typeof e[t];d==="boolean"?n=nl(n):n==null&&d==="string"?(n="",r=!0):d==="number"&&(n=0,r=!0)}try{e[t]=n}catch{}r&&e.removeAttribute(t)}function kh(e,t,n,i){e.addEventListener(t,n,i)}function Th(e,t,n,i){e.removeEventListener(t,n,i)}const Ls=Symbol("_vei");function Eh(e,t,n,i,o=null){const a=e[Ls]||(e[Ls]={}),s=a[t];if(i&&s)s.value=i;else{const[l,r]=Sh(t);if(i){const d=a[t]=Ch(i,o);kh(e,l,d,r)}else s&&(Th(e,l,s,r),a[t]=void 0)}}const Rs=/(?:Once|Passive|Capture)$/;function Sh(e){let t;if(Rs.test(e)){t={};let i;for(;i=e.match(Rs);)e=e.slice(0,e.length-i[0].length),t[i[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Un(e.slice(2)),t]}let wa=0;const Ph=Promise.resolve(),xh=()=>wa||(Ph.then(()=>wa=0),wa=Date.now());function Ch(e,t){const n=i=>{if(!i._vts)i._vts=Date.now();else if(i._vts<=n.attached)return;_t(Lh(i,n.value),t,5,[i])};return n.value=e,n.attached=xh(),n}function Lh(e,t){if(se(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(i=>o=>!o._stopped&&i&&i(o))}else return t}const Is=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Rh=(e,t,n,i,o,a,s,l,r)=>{const d=o==="svg";t==="class"?ph(e,i,d):t==="style"?wh(e,n,i):Ui(t)?ao(t)||Eh(e,t,n,i,s):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ih(e,t,i,d))?Ah(e,t,i,a,s,l,r):(t==="true-value"?e._trueValue=i:t==="false-value"&&(e._falseValue=i),yh(e,t,i,d))};function Ih(e,t,n,i){if(i)return!!(t==="innerHTML"||t==="textContent"||t in e&&Is(t)&&he(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const o=e.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return Is(t)&&He(n)?!1:t in e}const Mh=["ctrl","shift","alt","meta"],Nh={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Mh.some(n=>e[`${n}Key`]&&!t.includes(n))},Ms=(e,t)=>{const n=e._withMods||(e._withMods={}),i=t.join(".");return n[i]||(n[i]=(o,...a)=>{for(let s=0;s<t.length;s++){const l=Nh[t[s]];if(l&&l(o,t))return}return e(o,...a)})},jh=De({patchProp:Rh},ch);let Ns;function $h(){return Ns||(Ns=Vu(jh))}const Fh=(...e)=>{const t=$h().createApp(...e),{mount:n}=t;return t.mount=i=>{const o=Dh(i);if(!o)return;const a=t._component;!he(a)&&!a.render&&!a.template&&(a.template=o.innerHTML),o.innerHTML="";const s=n(o,!1,Oh(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),s},t};function Oh(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Dh(e){return He(e)?document.querySelector(e):e}var Xl={update:null,begin:null,loopBegin:null,changeBegin:null,change:null,changeComplete:null,loopComplete:null,complete:null,loop:1,direction:"normal",autoplay:!0,timelineOffset:0},To={duration:1e3,delay:0,endDelay:0,easing:"easeOutElastic(1, .5)",round:0},Hh=["translateX","translateY","translateZ","rotate","rotateX","rotateY","rotateZ","scale","scaleX","scaleY","scaleZ","skew","skewX","skewY","perspective","matrix","matrix3d"],Fi={CSS:{},springs:{}};function Ct(e,t,n){return Math.min(Math.max(e,t),n)}function ei(e,t){return e.indexOf(t)>-1}function va(e,t){return e.apply(null,t)}var ne={arr:function(e){return Array.isArray(e)},obj:function(e){return ei(Object.prototype.toString.call(e),"Object")},pth:function(e){return ne.obj(e)&&e.hasOwnProperty("totalLength")},svg:function(e){return e instanceof SVGElement},inp:function(e){return e instanceof HTMLInputElement},dom:function(e){return e.nodeType||ne.svg(e)},str:function(e){return typeof e=="string"},fnc:function(e){return typeof e=="function"},und:function(e){return typeof e>"u"},nil:function(e){return ne.und(e)||e===null},hex:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},rgb:function(e){return/^rgb/.test(e)},hsl:function(e){return/^hsl/.test(e)},col:function(e){return ne.hex(e)||ne.rgb(e)||ne.hsl(e)},key:function(e){return!Xl.hasOwnProperty(e)&&!To.hasOwnProperty(e)&&e!=="targets"&&e!=="keyframes"}};function ec(e){var t=/\(([^)]+)\)/.exec(e);return t?t[1].split(",").map(function(n){return parseFloat(n)}):[]}function tc(e,t){var n=ec(e),i=Ct(ne.und(n[0])?1:n[0],.1,100),o=Ct(ne.und(n[1])?100:n[1],.1,100),a=Ct(ne.und(n[2])?10:n[2],.1,100),s=Ct(ne.und(n[3])?0:n[3],.1,100),l=Math.sqrt(o/i),r=a/(2*Math.sqrt(o*i)),d=r<1?l*Math.sqrt(1-r*r):0,c=1,u=r<1?(r*l+-s)/d:-s+l;function h(y){var k=t?t*y/1e3:y;return r<1?k=Math.exp(-k*r*l)*(c*Math.cos(d*k)+u*Math.sin(d*k)):k=(c+u*k)*Math.exp(-k*l),y===0||y===1?y:1-k}function w(){var y=Fi.springs[e];if(y)return y;for(var k=1/6,R=0,x=0;;)if(R+=k,h(R)===1){if(x++,x>=16)break}else x=0;var L=R*k*1e3;return Fi.springs[e]=L,L}return t?h:w}function Uh(e){return e===void 0&&(e=10),function(t){return Math.ceil(Ct(t,1e-6,1)*e)*(1/e)}}var Vh=function(){var e=11,t=1/(e-1);function n(c,u){return 1-3*u+3*c}function i(c,u){return 3*u-6*c}function o(c){return 3*c}function a(c,u,h){return((n(u,h)*c+i(u,h))*c+o(u))*c}function s(c,u,h){return 3*n(u,h)*c*c+2*i(u,h)*c+o(u)}function l(c,u,h,w,y){var k,R,x=0;do R=u+(h-u)/2,k=a(R,w,y)-c,k>0?h=R:u=R;while(Math.abs(k)>1e-7&&++x<10);return R}function r(c,u,h,w){for(var y=0;y<4;++y){var k=s(u,h,w);if(k===0)return u;var R=a(u,h,w)-c;u-=R/k}return u}function d(c,u,h,w){if(!(0<=c&&c<=1&&0<=h&&h<=1))return;var y=new Float32Array(e);if(c!==u||h!==w)for(var k=0;k<e;++k)y[k]=a(k*t,c,h);function R(x){for(var L=0,g=1,v=e-1;g!==v&&y[g]<=x;++g)L+=t;--g;var P=(x-y[g])/(y[g+1]-y[g]),A=L+P*t,j=s(A,c,h);return j>=.001?r(x,A,c,h):j===0?A:l(x,L,L+t,c,h)}return function(x){return c===u&&h===w||x===0||x===1?x:a(R(x),u,w)}}return d}(),nc=function(){var e={linear:function(){return function(i){return i}}},t={Sine:function(){return function(i){return 1-Math.cos(i*Math.PI/2)}},Expo:function(){return function(i){return i?Math.pow(2,10*i-10):0}},Circ:function(){return function(i){return 1-Math.sqrt(1-i*i)}},Back:function(){return function(i){return i*i*(3*i-2)}},Bounce:function(){return function(i){for(var o,a=4;i<((o=Math.pow(2,--a))-1)/11;);return 1/Math.pow(4,3-a)-7.5625*Math.pow((o*3-2)/22-i,2)}},Elastic:function(i,o){i===void 0&&(i=1),o===void 0&&(o=.5);var a=Ct(i,1,10),s=Ct(o,.1,2);return function(l){return l===0||l===1?l:-a*Math.pow(2,10*(l-1))*Math.sin((l-1-s/(Math.PI*2)*Math.asin(1/a))*(Math.PI*2)/s)}}},n=["Quad","Cubic","Quart","Quint"];return n.forEach(function(i,o){t[i]=function(){return function(a){return Math.pow(a,o+2)}}}),Object.keys(t).forEach(function(i){var o=t[i];e["easeIn"+i]=o,e["easeOut"+i]=function(a,s){return function(l){return 1-o(a,s)(1-l)}},e["easeInOut"+i]=function(a,s){return function(l){return l<.5?o(a,s)(l*2)/2:1-o(a,s)(l*-2+2)/2}},e["easeOutIn"+i]=function(a,s){return function(l){return l<.5?(1-o(a,s)(1-l*2))/2:(o(a,s)(l*2-1)+1)/2}}}),e}();function Eo(e,t){if(ne.fnc(e))return e;var n=e.split("(")[0],i=nc[n],o=ec(e);switch(n){case"spring":return tc(e,t);case"cubicBezier":return va(Vh,o);case"steps":return va(Uh,o);default:return va(i,o)}}function ic(e){try{var t=document.querySelectorAll(e);return t}catch{return}}function ta(e,t){for(var n=e.length,i=arguments.length>=2?arguments[1]:void 0,o=[],a=0;a<n;a++)if(a in e){var s=e[a];t.call(i,s,a,e)&&o.push(s)}return o}function na(e){return e.reduce(function(t,n){return t.concat(ne.arr(n)?na(n):n)},[])}function js(e){return ne.arr(e)?e:(ne.str(e)&&(e=ic(e)||e),e instanceof NodeList||e instanceof HTMLCollection?[].slice.call(e):[e])}function So(e,t){return e.some(function(n){return n===t})}function Po(e){var t={};for(var n in e)t[n]=e[n];return t}function Va(e,t){var n=Po(e);for(var i in e)n[i]=t.hasOwnProperty(i)?t[i]:e[i];return n}function ia(e,t){var n=Po(e);for(var i in t)n[i]=ne.und(e[i])?t[i]:e[i];return n}function Bh(e){var t=/rgb\((\d+,\s*[\d]+,\s*[\d]+)\)/g.exec(e);return t?"rgba("+t[1]+",1)":e}function zh(e){var t=/^#?([a-f\d])([a-f\d])([a-f\d])$/i,n=e.replace(t,function(l,r,d,c){return r+r+d+d+c+c}),i=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n),o=parseInt(i[1],16),a=parseInt(i[2],16),s=parseInt(i[3],16);return"rgba("+o+","+a+","+s+",1)"}function Gh(e){var t=/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/g.exec(e)||/hsla\((\d+),\s*([\d.]+)%,\s*([\d.]+)%,\s*([\d.]+)\)/g.exec(e),n=parseInt(t[1],10)/360,i=parseInt(t[2],10)/100,o=parseInt(t[3],10)/100,a=t[4]||1;function s(h,w,y){return y<0&&(y+=1),y>1&&(y-=1),y<1/6?h+(w-h)*6*y:y<1/2?w:y<2/3?h+(w-h)*(2/3-y)*6:h}var l,r,d;if(i==0)l=r=d=o;else{var c=o<.5?o*(1+i):o+i-o*i,u=2*o-c;l=s(u,c,n+1/3),r=s(u,c,n),d=s(u,c,n-1/3)}return"rgba("+l*255+","+r*255+","+d*255+","+a+")"}function qh(e){if(ne.rgb(e))return Bh(e);if(ne.hex(e))return zh(e);if(ne.hsl(e))return Gh(e)}function Ut(e){var t=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?(%|px|pt|em|rem|in|cm|mm|ex|ch|pc|vw|vh|vmin|vmax|deg|rad|turn)?$/.exec(e);if(t)return t[1]}function Wh(e){if(ei(e,"translate")||e==="perspective")return"px";if(ei(e,"rotate")||ei(e,"skew"))return"deg"}function Ba(e,t){return ne.fnc(e)?e(t.target,t.id,t.total):e}function Lt(e,t){return e.getAttribute(t)}function xo(e,t,n){var i=Ut(t);if(So([n,"deg","rad","turn"],i))return t;var o=Fi.CSS[t+n];if(!ne.und(o))return o;var a=100,s=document.createElement(e.tagName),l=e.parentNode&&e.parentNode!==document?e.parentNode:document.body;l.appendChild(s),s.style.position="absolute",s.style.width=a+n;var r=a/s.offsetWidth;l.removeChild(s);var d=r*parseFloat(t);return Fi.CSS[t+n]=d,d}function ac(e,t,n){if(t in e.style){var i=t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase(),o=e.style[t]||getComputedStyle(e).getPropertyValue(i)||"0";return n?xo(e,o,n):o}}function Co(e,t){if(ne.dom(e)&&!ne.inp(e)&&(!ne.nil(Lt(e,t))||ne.svg(e)&&e[t]))return"attribute";if(ne.dom(e)&&So(Hh,t))return"transform";if(ne.dom(e)&&t!=="transform"&&ac(e,t))return"css";if(e[t]!=null)return"object"}function oc(e){if(ne.dom(e)){for(var t=e.style.transform||"",n=/(\w+)\(([^)]*)\)/g,i=new Map,o;o=n.exec(t);)i.set(o[1],o[2]);return i}}function Kh(e,t,n,i){var o=ei(t,"scale")?1:0+Wh(t),a=oc(e).get(t)||o;return n&&(n.transforms.list.set(t,a),n.transforms.last=t),i?xo(e,a,i):a}function Lo(e,t,n,i){switch(Co(e,t)){case"transform":return Kh(e,t,i,n);case"css":return ac(e,t,n);case"attribute":return Lt(e,t);default:return e[t]||0}}function Ro(e,t){var n=/^(\*=|\+=|-=)/.exec(e);if(!n)return e;var i=Ut(e)||0,o=parseFloat(t),a=parseFloat(e.replace(n[0],""));switch(n[0][0]){case"+":return o+a+i;case"-":return o-a+i;case"*":return o*a+i}}function sc(e,t){if(ne.col(e))return qh(e);if(/\s/g.test(e))return e;var n=Ut(e),i=n?e.substr(0,e.length-n.length):e;return t?i+t:i}function Io(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}function Yh(e){return Math.PI*2*Lt(e,"r")}function Jh(e){return Lt(e,"width")*2+Lt(e,"height")*2}function Qh(e){return Io({x:Lt(e,"x1"),y:Lt(e,"y1")},{x:Lt(e,"x2"),y:Lt(e,"y2")})}function rc(e){for(var t=e.points,n=0,i,o=0;o<t.numberOfItems;o++){var a=t.getItem(o);o>0&&(n+=Io(i,a)),i=a}return n}function Zh(e){var t=e.points;return rc(e)+Io(t.getItem(t.numberOfItems-1),t.getItem(0))}function lc(e){if(e.getTotalLength)return e.getTotalLength();switch(e.tagName.toLowerCase()){case"circle":return Yh(e);case"rect":return Jh(e);case"line":return Qh(e);case"polyline":return rc(e);case"polygon":return Zh(e)}}function Xh(e){var t=lc(e);return e.setAttribute("stroke-dasharray",t),t}function em(e){for(var t=e.parentNode;ne.svg(t)&&ne.svg(t.parentNode);)t=t.parentNode;return t}function cc(e,t){var n=t||{},i=n.el||em(e),o=i.getBoundingClientRect(),a=Lt(i,"viewBox"),s=o.width,l=o.height,r=n.viewBox||(a?a.split(" "):[0,0,s,l]);return{el:i,viewBox:r,x:r[0]/1,y:r[1]/1,w:s,h:l,vW:r[2],vH:r[3]}}function tm(e,t){var n=ne.str(e)?ic(e)[0]:e,i=t||100;return function(o){return{property:o,el:n,svg:cc(n),totalLength:lc(n)*(i/100)}}}function nm(e,t,n){function i(c){c===void 0&&(c=0);var u=t+c>=1?t+c:0;return e.el.getPointAtLength(u)}var o=cc(e.el,e.svg),a=i(),s=i(-1),l=i(1),r=n?1:o.w/o.vW,d=n?1:o.h/o.vH;switch(e.property){case"x":return(a.x-o.x)*r;case"y":return(a.y-o.y)*d;case"angle":return Math.atan2(l.y-s.y,l.x-s.x)*180/Math.PI}}function $s(e,t){var n=/[+-]?\d*\.?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?/g,i=sc(ne.pth(e)?e.totalLength:e,t)+"";return{original:i,numbers:i.match(n)?i.match(n).map(Number):[0],strings:ne.str(e)||t?i.split(n):[]}}function Mo(e){var t=e?na(ne.arr(e)?e.map(js):js(e)):[];return ta(t,function(n,i,o){return o.indexOf(n)===i})}function dc(e){var t=Mo(e);return t.map(function(n,i){return{target:n,id:i,total:t.length,transforms:{list:oc(n)}}})}function im(e,t){var n=Po(t);if(/^spring/.test(n.easing)&&(n.duration=tc(n.easing)),ne.arr(e)){var i=e.length,o=i===2&&!ne.obj(e[0]);o?e={value:e}:ne.fnc(t.duration)||(n.duration=t.duration/i)}var a=ne.arr(e)?e:[e];return a.map(function(s,l){var r=ne.obj(s)&&!ne.pth(s)?s:{value:s};return ne.und(r.delay)&&(r.delay=l?0:t.delay),ne.und(r.endDelay)&&(r.endDelay=l===a.length-1?t.endDelay:0),r}).map(function(s){return ia(s,n)})}function am(e){for(var t=ta(na(e.map(function(a){return Object.keys(a)})),function(a){return ne.key(a)}).reduce(function(a,s){return a.indexOf(s)<0&&a.push(s),a},[]),n={},i=function(a){var s=t[a];n[s]=e.map(function(l){var r={};for(var d in l)ne.key(d)?d==s&&(r.value=l[d]):r[d]=l[d];return r})},o=0;o<t.length;o++)i(o);return n}function om(e,t){var n=[],i=t.keyframes;i&&(t=ia(am(i),t));for(var o in t)ne.key(o)&&n.push({name:o,tweens:im(t[o],e)});return n}function sm(e,t){var n={};for(var i in e){var o=Ba(e[i],t);ne.arr(o)&&(o=o.map(function(a){return Ba(a,t)}),o.length===1&&(o=o[0])),n[i]=o}return n.duration=parseFloat(n.duration),n.delay=parseFloat(n.delay),n}function rm(e,t){var n;return e.tweens.map(function(i){var o=sm(i,t),a=o.value,s=ne.arr(a)?a[1]:a,l=Ut(s),r=Lo(t.target,e.name,l,t),d=n?n.to.original:r,c=ne.arr(a)?a[0]:d,u=Ut(c)||Ut(r),h=l||u;return ne.und(s)&&(s=d),o.from=$s(c,h),o.to=$s(Ro(s,c),h),o.start=n?n.end:0,o.end=o.start+o.delay+o.duration+o.endDelay,o.easing=Eo(o.easing,o.duration),o.isPath=ne.pth(a),o.isPathTargetInsideSVG=o.isPath&&ne.svg(t.target),o.isColor=ne.col(o.from.original),o.isColor&&(o.round=1),n=o,o})}var uc={css:function(e,t,n){return e.style[t]=n},attribute:function(e,t,n){return e.setAttribute(t,n)},object:function(e,t,n){return e[t]=n},transform:function(e,t,n,i,o){if(i.list.set(t,n),t===i.last||o){var a="";i.list.forEach(function(s,l){a+=l+"("+s+") "}),e.style.transform=a}}};function hc(e,t){var n=dc(e);n.forEach(function(i){for(var o in t){var a=Ba(t[o],i),s=i.target,l=Ut(a),r=Lo(s,o,l,i),d=l||Ut(r),c=Ro(sc(a,d),r),u=Co(s,o);uc[u](s,o,c,i.transforms,!0)}})}function lm(e,t){var n=Co(e.target,t.name);if(n){var i=rm(t,e),o=i[i.length-1];return{type:n,property:t.name,animatable:e,tweens:i,duration:o.end,delay:i[0].delay,endDelay:o.endDelay}}}function cm(e,t){return ta(na(e.map(function(n){return t.map(function(i){return lm(n,i)})})),function(n){return!ne.und(n)})}function mc(e,t){var n=e.length,i=function(a){return a.timelineOffset?a.timelineOffset:0},o={};return o.duration=n?Math.max.apply(Math,e.map(function(a){return i(a)+a.duration})):t.duration,o.delay=n?Math.min.apply(Math,e.map(function(a){return i(a)+a.delay})):t.delay,o.endDelay=n?o.duration-Math.max.apply(Math,e.map(function(a){return i(a)+a.duration-a.endDelay})):t.endDelay,o}var Fs=0;function dm(e){var t=Va(Xl,e),n=Va(To,e),i=om(n,e),o=dc(e.targets),a=cm(o,i),s=mc(a,n),l=Fs;return Fs++,ia(t,{id:l,children:[],animatables:o,animations:a,duration:s.duration,delay:s.delay,endDelay:s.endDelay})}var vt=[],fc=function(){var e;function t(){!e&&(!Os()||!je.suspendWhenDocumentHidden)&&vt.length>0&&(e=requestAnimationFrame(n))}function n(o){for(var a=vt.length,s=0;s<a;){var l=vt[s];l.paused?(vt.splice(s,1),a--):(l.tick(o),s++)}e=s>0?requestAnimationFrame(n):void 0}function i(){je.suspendWhenDocumentHidden&&(Os()?e=cancelAnimationFrame(e):(vt.forEach(function(o){return o._onDocumentVisibility()}),fc()))}return typeof document<"u"&&document.addEventListener("visibilitychange",i),t}();function Os(){return!!document&&document.hidden}function je(e){e===void 0&&(e={});var t=0,n=0,i=0,o,a=0,s=null;function l(L){var g=window.Promise&&new Promise(function(v){return s=v});return L.finished=g,g}var r=dm(e);l(r);function d(){var L=r.direction;L!=="alternate"&&(r.direction=L!=="normal"?"normal":"reverse"),r.reversed=!r.reversed,o.forEach(function(g){return g.reversed=r.reversed})}function c(L){return r.reversed?r.duration-L:L}function u(){t=0,n=c(r.currentTime)*(1/je.speed)}function h(L,g){g&&g.seek(L-g.timelineOffset)}function w(L){if(r.reversePlayback)for(var v=a;v--;)h(L,o[v]);else for(var g=0;g<a;g++)h(L,o[g])}function y(L){for(var g=0,v=r.animations,P=v.length;g<P;){var A=v[g],j=A.animatable,I=A.tweens,D=I.length-1,W=I[D];D&&(W=ta(I,function(ge){return L<ge.end})[0]||W);for(var B=Ct(L-W.start-W.delay,0,W.duration)/W.duration,C=isNaN(B)?1:W.easing(B),z=W.to.strings,ee=W.round,_e=[],re=W.to.numbers.length,ie=void 0,ae=0;ae<re;ae++){var ke=void 0,Fe=W.to.numbers[ae],Te=W.from.numbers[ae]||0;W.isPath?ke=nm(W.value,C*Fe,W.isPathTargetInsideSVG):ke=Te+C*(Fe-Te),ee&&(W.isColor&&ae>2||(ke=Math.round(ke*ee)/ee)),_e.push(ke)}var ye=z.length;if(!ye)ie=_e[0];else{ie=z[0];for(var Ee=0;Ee<ye;Ee++){z[Ee];var Se=z[Ee+1],Le=_e[Ee];isNaN(Le)||(Se?ie+=Le+Se:ie+=Le+" ")}}uc[A.type](j.target,A.property,ie,j.transforms),A.currentValue=ie,g++}}function k(L){r[L]&&!r.passThrough&&r[L](r)}function R(){r.remaining&&r.remaining!==!0&&r.remaining--}function x(L){var g=r.duration,v=r.delay,P=g-r.endDelay,A=c(L);r.progress=Ct(A/g*100,0,100),r.reversePlayback=A<r.currentTime,o&&w(A),!r.began&&r.currentTime>0&&(r.began=!0,k("begin")),!r.loopBegan&&r.currentTime>0&&(r.loopBegan=!0,k("loopBegin")),A<=v&&r.currentTime!==0&&y(0),(A>=P&&r.currentTime!==g||!g)&&y(g),A>v&&A<P?(r.changeBegan||(r.changeBegan=!0,r.changeCompleted=!1,k("changeBegin")),k("change"),y(A)):r.changeBegan&&(r.changeCompleted=!0,r.changeBegan=!1,k("changeComplete")),r.currentTime=Ct(A,0,g),r.began&&k("update"),L>=g&&(n=0,R(),r.remaining?(t=i,k("loopComplete"),r.loopBegan=!1,r.direction==="alternate"&&d()):(r.paused=!0,r.completed||(r.completed=!0,k("loopComplete"),k("complete"),!r.passThrough&&"Promise"in window&&(s(),l(r)))))}return r.reset=function(){var L=r.direction;r.passThrough=!1,r.currentTime=0,r.progress=0,r.paused=!0,r.began=!1,r.loopBegan=!1,r.changeBegan=!1,r.completed=!1,r.changeCompleted=!1,r.reversePlayback=!1,r.reversed=L==="reverse",r.remaining=r.loop,o=r.children,a=o.length;for(var g=a;g--;)r.children[g].reset();(r.reversed&&r.loop!==!0||L==="alternate"&&r.loop===1)&&r.remaining++,y(r.reversed?r.duration:0)},r._onDocumentVisibility=u,r.set=function(L,g){return hc(L,g),r},r.tick=function(L){i=L,t||(t=i),x((i+(n-t))*je.speed)},r.seek=function(L){x(c(L))},r.pause=function(){r.paused=!0,u()},r.play=function(){r.paused&&(r.completed&&r.reset(),r.paused=!1,vt.push(r),u(),fc())},r.reverse=function(){d(),r.completed=!r.reversed,u()},r.restart=function(){r.reset(),r.play()},r.remove=function(L){var g=Mo(L);pc(g,r)},r.reset(),r.autoplay&&r.play(),r}function Ds(e,t){for(var n=t.length;n--;)So(e,t[n].animatable.target)&&t.splice(n,1)}function pc(e,t){var n=t.animations,i=t.children;Ds(e,n);for(var o=i.length;o--;){var a=i[o],s=a.animations;Ds(e,s),!s.length&&!a.children.length&&i.splice(o,1)}!n.length&&!i.length&&t.pause()}function um(e){for(var t=Mo(e),n=vt.length;n--;){var i=vt[n];pc(t,i)}}function hm(e,t){t===void 0&&(t={});var n=t.direction||"normal",i=t.easing?Eo(t.easing):null,o=t.grid,a=t.axis,s=t.from||0,l=s==="first",r=s==="center",d=s==="last",c=ne.arr(e),u=parseFloat(c?e[0]:e),h=c?parseFloat(e[1]):0,w=Ut(c?e[1]:e)||0,y=t.start||0+(c?u:0),k=[],R=0;return function(x,L,g){if(l&&(s=0),r&&(s=(g-1)/2),d&&(s=g-1),!k.length){for(var v=0;v<g;v++){if(!o)k.push(Math.abs(s-v));else{var P=r?(o[0]-1)/2:s%o[0],A=r?(o[1]-1)/2:Math.floor(s/o[0]),j=v%o[0],I=Math.floor(v/o[0]),D=P-j,W=A-I,B=Math.sqrt(D*D+W*W);a==="x"&&(B=-D),a==="y"&&(B=-W),k.push(B)}R=Math.max.apply(Math,k)}i&&(k=k.map(function(z){return i(z/R)*R})),n==="reverse"&&(k=k.map(function(z){return a?z<0?z*-1:-z:Math.abs(R-z)}))}var C=c?(h-u)/R:u;return y+C*(Math.round(k[L]*100)/100)+w}}function mm(e){e===void 0&&(e={});var t=je(e);return t.duration=0,t.add=function(n,i){var o=vt.indexOf(t),a=t.children;o>-1&&vt.splice(o,1);function s(h){h.passThrough=!0}for(var l=0;l<a.length;l++)s(a[l]);var r=ia(n,Va(To,e));r.targets=r.targets||e.targets;var d=t.duration;r.autoplay=!1,r.direction=t.direction,r.timelineOffset=ne.und(i)?d:Ro(i,d),s(t),t.seek(r.timelineOffset);var c=je(r);s(c),a.push(c);var u=mc(a,e);return t.delay=u.delay,t.endDelay=u.endDelay,t.duration=u.duration,t.seek(0),t.reset(),t.autoplay&&t.play(),t},t}je.version="3.2.1";je.speed=1;je.suspendWhenDocumentHidden=!0;je.running=vt;je.remove=um;je.get=Lo;je.set=hc;je.convertPx=xo;je.path=tm;je.setDashoffset=Xh;je.stagger=hm;je.timeline=mm;je.easing=Eo;je.penner=nc;je.random=function(e,t){return Math.floor(Math.random()*(t-e+1))+e};const fm=77,pm=1,_m=1,bm=77,gm=[{id:"hsiao_lab_member-363019",name:"Elaine Hsiao",type:"Principal Investigator",email:"ehsiao@g.ucla.edu",cv_pdf:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-6e2c4dc3-33f5-4686-9591-6c690a932f4d"}],end_date:"",internal:{createdAt:"2022-07-04T18:44:41+00:00",deletedAt:"",updatedAt:"2022-07-11T06:46:25+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2015-07-01",large_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9f5ef1cc-fac1-4892-9de9-569ec56a8f09"}],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-fc5ca491-b734-4e01-9b6b-55c6293d1891"}],google_scholar:"I9cyQTQAAAAJ",twitter_handle:"pipethero",linkedin_handle:"elaine-hsiao-39b6b310"},{id:"hsiao_lab_member-822620",name:"Julianne McGinn",type:"Gnotobiotics Manager",email:"",cv_pdf:[],end_date:"2017-01-01",internal:{createdAt:"2022-07-04T19:00:01+00:00",deletedAt:"",updatedAt:"2022-07-11T05:32:01+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Writer",extra_info:"",start_date:"2015-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-bd8115b0-1e05-41a2-8dfd-953772c4c02e"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-515306",name:"David Nusbaum",type:"Staff Research Associate",email:"",cv_pdf:[],end_date:"2016-01-01",internal:{createdAt:"2022-07-04T19:55:28+00:00",deletedAt:"",updatedAt:"2022-07-11T05:31:32+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Urology Resident at UChicago Medicine",extra_info:"",start_date:"2015-12-31",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-ec7d48ec-3b62-44c8-b7c5-f66be51c290e"}],google_scholar:"VD0TvjQAAAAJ",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-262615",name:"Christopher Garduno",type:"Undergraduate Researcher",end_date:"2017-07-01",internal:{createdAt:"2022-07-04T19:59:12+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Product Fit and Wear Test Analyst at Brooks Running",start_date:"2016-06-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-27295ef4-ddea-4b11-9fcc-e867e8b9b724"}]},{id:"hsiao_lab_member-889730",name:"Jessica Yano",type:"Staff Research Associate",email:"",cv_pdf:[],end_date:"2016-01-01",internal:{createdAt:"2022-07-04T20:09:42+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"PhD student UCLA Molecular, Cellular & Integrative Physiology",extra_info:"",start_date:"2014-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-393966c8-ba60-400d-ad7d-4b5ece85689c"}],google_scholar:"",twitter_handle:""},{id:"hsiao_lab_member-880391",name:"Kristie Yu",type:"Undergraduate Researcher",end_date:"2017-01-01",internal:{createdAt:"2022-07-04T20:37:39+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD/PhD Student at UCLA",start_date:"2016-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9935e746-c3c6-4a5b-a041-720b6c7a8809"}]},{id:"hsiao_lab_member-203576",name:"Gauri Shastri",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2015-01-01",internal:{createdAt:"2022-07-04T23:20:13+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD student at UCSD",extra_info:"",start_date:"2014-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],twitter_handle:""},{id:"hsiao_lab_member-168158",name:"Dawn Liang",type:"Undergraduate Researcher",end_date:"2018-01-01",internal:{createdAt:"2022-07-05T03:11:00+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD student at UC",start_date:"2016-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-7b069c88-d359-4d8b-b718-e97324e433f6"}]},{id:"hsiao_lab_member-473278",name:"Emily Siegler",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2018-01-01",internal:{createdAt:"2022-07-05T03:13:08+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD student at California Northstate University",extra_info:"",start_date:"2016-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-ce0fb70f-1063-4f25-b67b-a8b75e9b943b"}],twitter_handle:"emilysiegler"},{id:"hsiao_lab_member-771461",name:"Thomas Fung",type:"Postdoctoral Scholar",end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:17:45+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Scientist at Nurix Therapeutics",start_date:"2016-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-a82aa082-c4d7-47d5-9d33-87b7ba77a457"}],twitter_handle:"thomascf4116"},{id:"hsiao_lab_member-292380",name:"Austin Qiu",type:"Undergraduate Researcher",end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:19:43+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2016-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-d02e0699-bcc6-4c06-97a4-1b789587bea8"}]},{id:"hsiao_lab_member-444699",name:"Maria Kazantsev",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:24:17+00:00",deletedAt:"",updatedAt:"2022-07-11T07:51:48+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD Student at Drexel University",extra_info:"",start_date:"2016-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-d2f460c8-9ba2-4625-8a26-ce194a7153ef"}],google_scholar:"",twitter_handle:"maria_kazantsev",linkedin_handle:""},{id:"hsiao_lab_member-211944",name:"Tomiko Rendon",type:"Gnotobiotics Manager",end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:31:19+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Laboratory Research Assistant 2 at PsychoGenics",start_date:"2017-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-45eda5c2-7366-43fb-a86e-c4b869327cd1"}]},{id:"hsiao_lab_member-4053",name:"Aaron Llanes",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:38:01+00:00",deletedAt:"",updatedAt:"2022-07-11T07:52:00+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2018-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-864cf80a-0ce1-406e-b43f-8ab303d38dd2"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-690606",name:"Alonso Iniguez",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:42:16+00:00",deletedAt:"",updatedAt:"2022-07-11T07:52:14+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD at UCLA",extra_info:"",start_date:"2017-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-171b00a8-2bf4-482b-9437-e64472596874"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-353005",name:"Yongning Deng",type:"Visiting Scholar",email:"",cv_pdf:[],end_date:"2019-01-01",internal:{createdAt:"2022-07-05T03:44:50+00:00",deletedAt:"",updatedAt:"2022-07-11T05:30:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Clinician in neurodegenerative disease",extra_info:"",start_date:"2019-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-bbf86598-4d98-476b-a0af-89e824d5d6b0"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-350560",name:"Sahil Telang",type:"Undergraduate Researcher",cv_pdf:[],end_date:"2021-01-01",internal:{createdAt:"2022-07-05T03:50:06+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"MD student at USC",extra_info:"Sahil Telang",start_date:"2017-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-76426b7a-e092-41ef-b762-22a39c232a39"}],twitter_handle:"sahil_telang"},{id:"hsiao_lab_member-665781",name:"Angela Chen",type:"Undergraduate Researcher",end_date:"2021-01-01",internal:{createdAt:"2022-07-05T03:52:03+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2018-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-bf565beb-ac6a-4a04-8a9f-dc36f17b9ede"}]},{id:"hsiao_lab_member-189885",name:"Grace Yang",type:"Undergraduate Researcher",end_date:"2021-01-01",internal:{createdAt:"2022-07-05T03:56:56+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Vice Coordinator at International Circle of Genetics Studies",start_date:"2019-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9d55f51d-4132-45da-93cf-4052d88eadbc"}]},{id:"hsiao_lab_member-296146",name:"Emma Leshan",type:"Undergraduate Researcher",cv_pdf:[],end_date:"2021-01-01",internal:{createdAt:"2022-07-05T03:59:23+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Research Associate Scientist at Cellphire Therapeutics",start_date:"2019-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-edc8d6f0-8a54-4982-819a-cbbc8584c24b"}]},{id:"hsiao_lab_member-219137",name:"Ryan Hoang",type:"Undergraduate Researcher",end_date:"2021-01-01",internal:{createdAt:"2022-07-05T04:03:49+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Student Researcher at UCLA",start_date:"2020-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-fced150c-5e4d-407c-9993-4bea51fc8422"}]},{id:"hsiao_lab_member-433882",name:"Mariana Arino",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-07-01",internal:{createdAt:"2022-07-05T04:06:07+00:00",deletedAt:"",updatedAt:"2023-01-06T17:07:01+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2021-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-e6a89eb7-aa83-4755-b5d4-8aba42fa8320"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-711394",name:"Helen Vuong",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"2022-03-01",internal:{createdAt:"2022-07-05T04:10:36+00:00",deletedAt:"",updatedAt:"2022-12-15T23:08:25+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Assistant Professor, Department of Pediatrics at University of Minnesota",extra_info:"",start_date:"2016-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-6adf0e6a-c3fc-47ef-b8fb-64ca0fe1c0ef"}],google_scholar:"7El94vcAAAAJ",twitter_handle:"helenvuongphd",linkedin_handle:""},{id:"hsiao_lab_member-829151",name:"Christine Olson",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"2021-08-01",internal:{createdAt:"2022-07-05T04:12:54+00:00",deletedAt:"",updatedAt:"2022-07-11T07:52:43+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Postdoctoral Researcher at UCSF",extra_info:"",start_date:"2015-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-acb22d43-9c6f-4191-a4b3-8f34b0ea9a02"}],google_scholar:"cYEsnb4AAAAJ",twitter_handle:"cao_bio",linkedin_handle:""},{id:"hsiao_lab_member-678051",name:"Geoff Pronovost",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"2022-11-30",internal:{createdAt:"2022-07-05T04:15:16+00:00",deletedAt:"",updatedAt:"2023-02-04T21:57:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Scientist at Interface Biosciences",extra_info:"",start_date:"2016-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-5b813831-4468-42db-ad00-ecac1c6dc3f7"}],google_scholar:"",twitter_handle:"geoffpronovost",linkedin_handle:"geoffrey-pronovost-68756976"},{id:"hsiao_lab_member-400967",name:"Kelly Jameson",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"2023-09-01",internal:{createdAt:"2022-07-05T04:17:10+00:00",deletedAt:"",updatedAt:"2024-03-21T21:21:25+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:4,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2016-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-60b51c73-680e-4203-a1f6-959e5127323b"}],google_scholar:"",twitter_handle:"",linkedin_handle:"kelly-jameson-b8a768118"},{id:"hsiao_lab_member-447878",name:"Ping Fang",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"2022-08-31",internal:{createdAt:"2022-07-05T04:19:29+00:00",deletedAt:"",updatedAt:"2023-02-04T22:01:08+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Scientist at Actym Therapeutics",extra_info:"",start_date:"2019-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-7213e3b6-fec8-4d5c-87eb-d201729b4389"}],google_scholar:"",twitter_handle:"pingfan78765311",linkedin_handle:"ping-fang-1b59aa110"},{id:"hsiao_lab_member-322948",name:"Elena Coley",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"2024-08-02",internal:{createdAt:"2022-07-05T04:51:04+00:00",deletedAt:"",updatedAt:"2024-08-09T20:12:15+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:4,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2018-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-b55bec46-e540-4a64-b18e-3ba4cf7359f5"}],google_scholar:"pQ2poxIAAAAJ",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-651342",name:"Donya Mazdeyasnan",type:"Undergraduate Researcher",end_date:"2022-01-01",internal:{createdAt:"2022-07-05T04:57:03+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},extra_info:"Wheel of Fortune Winner",start_date:"2019-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-af6c4e39-fe24-4655-9c48-a85762f51a37"}]},{id:"hsiao_lab_member-694030",name:"Greg Lum",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"2024-06-21",internal:{createdAt:"2022-07-05T04:59:04+00:00",deletedAt:"",updatedAt:"2024-08-09T18:12:42+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:7,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2019-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-f0f1cd4e-ccbe-485a-8961-661d3d942d0e"}],google_scholar:"",twitter_handle:"",linkedin_handle:"gregory-lum-08"},{id:"hsiao_lab_member-324314",name:"Jorge Paramo",type:"Gnotobiotics Manager",internal:{createdAt:"2022-07-05T05:02:22+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2019-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-a021ed16-4244-43a5-8b52-48ff6e2304ec"}]},{id:"hsiao_lab_member-337178",name:"Kristie Yu",type:"MD/PhD Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:04:25+00:00",deletedAt:"",updatedAt:"2022-07-11T07:53:38+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2019-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9935e746-c3c6-4a5b-a041-720b6c7a8809"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-650433",name:"Sabeen Kazmi",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:07:07+00:00",deletedAt:"",updatedAt:"2022-07-11T07:53:50+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2019-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-0d5dc41c-ab6c-412c-969e-d9a5ed08ef7d"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-203593",name:"Jonathan Lynch",type:"Assistant Project Scientist",email:"",cv_pdf:[],end_date:"2022-12-07",internal:{createdAt:"2022-07-05T05:10:23+00:00",deletedAt:"",updatedAt:"2022-12-15T23:34:19+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"Assistant Professor, Department of Biological Chemistry at John Hopkins",extra_info:"",start_date:"2019-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-7de13aca-db76-4aa6-a0f2-fa5220654aa8"}],google_scholar:"hIUisYAAAAAJ",twitter_handle:"micro_jon",linkedin_handle:"jonathan-lynch-0b61352b"},{id:"hsiao_lab_member-269456",name:"Erika Gonzalez",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-10-01",internal:{createdAt:"2022-07-05T05:12:27+00:00",deletedAt:"",updatedAt:"2023-01-03T17:35:23+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2020-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-020aa743-490b-451b-8221-807d72e0cee9"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-829381",name:"Anna Chakhoyan",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-12-01",internal:{createdAt:"2022-07-05T05:14:23+00:00",deletedAt:"",updatedAt:"2023-06-12T22:43:16+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2019-10-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9477eab2-6876-4d75-a9f1-cb1915a0671e"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-728290",name:"Kayli Choy",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-09-01",internal:{createdAt:"2022-07-05T05:16:14+00:00",deletedAt:"",updatedAt:"2023-01-03T17:39:19+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2020-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-e70c6317-a100-4c1c-b92d-cc03406b5215"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-319032",name:"Anisha Chandra",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2023-06-23",internal:{createdAt:"2022-07-05T05:18:06+00:00",deletedAt:"",updatedAt:"2024-03-21T21:27:18+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2019-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-193be2c7-3266-4b08-9e03-d0ce2281c893"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-598616",name:"Lewis Yu",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:20:26+00:00",deletedAt:"",updatedAt:"2022-07-11T07:54:05+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2020-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-23aa0fb2-cbc1-45d0-ad7e-34bf4748ce7b"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-626693",name:"Ezgi Özcan",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:22:18+00:00",deletedAt:"",updatedAt:"2022-07-09T14:07:05+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2021-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-26374f14-dcc6-411f-874b-1164ea26d0c0"}],google_scholar:"Nbk72JEAAAAJ",twitter_handle:"eozcan_humilk",linkedin_handle:"ezgi-özcan-802ba239"},{id:"hsiao_lab_member-142233",name:"Gulistan Agirman",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:24:45+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2020-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-89f7c876-8445-4130-a83f-a0f690f896fb"}],google_scholar:"",twitter_handle:"gulistanagirman"},{id:"hsiao_lab_member-567148",name:"Yvonne Fu",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2023-06-23",internal:{createdAt:"2022-07-05T05:26:30+00:00",deletedAt:"",updatedAt:"2024-03-21T22:12:12+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2021-08-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-4119f064-2990-4baf-861e-d00149e78fb0"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-921151",name:"Hannah Espey",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"2022-09-01",internal:{createdAt:"2022-07-05T05:29:07+00:00",deletedAt:"",updatedAt:"2023-01-03T17:36:34+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2020-08-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-89404e90-902a-41b3-a015-b22c4a3b579a"}],google_scholar:"",twitter_handle:"espeyhannah",linkedin_handle:"hannah-espey"},{id:"hsiao_lab_member-664555",name:"Michael Quicho",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"2024-06-28",internal:{createdAt:"2022-07-05T05:33:10+00:00",deletedAt:"",updatedAt:"2024-08-09T18:23:57+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2021-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-a2babcb3-9767-4060-a61f-6dc01fa58460"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-207776",name:"Cheng Qian",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:35:51+00:00",deletedAt:"",updatedAt:"2022-07-09T14:03:23+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-f9ed7b5f-96da-420e-9c2c-abd00b34fa8e"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-629049",name:"Celine Son",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-05T05:39:56+00:00",deletedAt:"",updatedAt:"2022-07-12T02:00:15+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2021-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-8bc7f051-7134-4fd5-9a59-ed30aa6cc70f"}],google_scholar:"79WIjAUAAAAJ",twitter_handle:"",linkedin_handle:"celine-son"},{id:"hsiao_lab_member-974576",name:"Seoyoung Cho",type:"Undergraduate Researcher",end_date:"2022-03-01",internal:{createdAt:"2022-07-05T05:43:18+00:00",deletedAt:"",updatedAt:"2022-07-08T04:02:45+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2022-02-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-f75f30c4-24d8-4f39-ad81-4b93e2ec0cf1"}]},{id:"hsiao_lab_member-420611",name:"Alonso Iniguez",type:"MD Researcher",email:"",cv_pdf:[],end_date:"2024-06-14",internal:{createdAt:"2022-07-11T06:51:59+00:00",deletedAt:"",updatedAt:"2024-08-09T18:28:23+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-171b00a8-2bf4-482b-9437-e64472596874"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-595949",name:"Janet McDermott",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2023-06-23",internal:{createdAt:"2022-07-11T06:54:18+00:00",deletedAt:"",updatedAt:"2024-03-21T21:42:04+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9586b5e7-184c-447c-b625-6c7b34351136"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-67257",name:"Anna Novoselov",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2024-03-01",internal:{createdAt:"2022-07-11T06:56:42+00:00",deletedAt:"",updatedAt:"2024-05-10T16:41:46+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-bd11641b-8953-478b-8da2-eba9c077c168"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-353199",name:"Sidney Shah",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-11-01",internal:{createdAt:"2022-07-11T06:58:34+00:00",deletedAt:"",updatedAt:"2023-01-03T17:40:13+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-579193",name:"Jamie Lee",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-09-01",internal:{createdAt:"2022-07-11T06:58:58+00:00",deletedAt:"",updatedAt:"2023-01-03T17:38:49+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-137963",name:"Jessie Hsu",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-12-01",internal:{createdAt:"2022-07-11T06:59:35+00:00",deletedAt:"",updatedAt:"2023-06-12T22:44:09+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-550001",name:"Lyna Dinh",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-12-01",internal:{createdAt:"2022-07-11T06:59:56+00:00",deletedAt:"",updatedAt:"2023-06-12T22:43:51+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-773121",name:"Alexis Massey",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"2022-12-01",internal:{createdAt:"2022-07-11T07:00:20+00:00",deletedAt:"",updatedAt:"2023-06-12T22:44:38+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-31785",name:"Angela Liang",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2022-07-11T07:00:46+00:00",deletedAt:"",updatedAt:"2023-02-11T14:51:19+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-06-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-b31e1488-70db-4267-92f5-5abbf916e5c5"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"hsiao_lab_member-391304",name:"Julissa Alvarado",type:"Public Administration Analyst",internal:{createdAt:"2022-10-24T16:34:35+00:00",deletedAt:"",updatedAt:"2022-10-24T16:34:35+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2022-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-4bbdc1af-4329-4f78-adb5-765158024b17"}]},{id:"7c619e37-a0b6-482d-8477-ca91d789877c",name:"Arlene Lopez-Romero",type:"Staff Research Associate",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2023-01-03T21:32:26+00:00",deletedAt:"",updatedAt:"2023-01-03T21:41:29+00:00",contentType:"hsiao_lab_member",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2022-11-14",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"0cdd591d-8ea3-4908-83a5-08118be5eb47",name:"Alicia Roice",type:"Undergraduate Researcher",internal:{createdAt:"2023-06-12T22:35:36+00:00",deletedAt:"",updatedAt:"2023-06-12T22:35:36+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2023-01-01",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}]},{id:"d587e83b-f139-4b84-a98e-83478833ae4b",name:"Malvika Iyer",type:"Undergraduate Researcher",internal:{createdAt:"2023-06-12T22:38:44+00:00",deletedAt:"",updatedAt:"2023-06-12T22:38:44+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2022-09-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}]},{id:"b47bb6e4-b4ae-49cd-96b7-5c940d588963",name:"Takahiro Ohara",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2023-08-08T17:31:09+00:00",deletedAt:"",updatedAt:"2024-06-07T21:45:22+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:34,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-07-31",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-b77a3a52-1b4c-4324-95e5-b32a66d4ee6b"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"2c8fb644-bc93-4bf5-ac00-d42fc85a22aa",name:"Cindy Quang",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"2024-04-01",internal:{createdAt:"2023-09-12T15:36:22+00:00",deletedAt:"",updatedAt:"2024-05-09T20:25:23+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:4,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-09-25",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-f686401b-752a-40c6-9c47-14956e88c19b"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"f4e9c0a6-2266-4fbc-8751-5aec696fb84b",name:"Jie Ji",type:"Master's Researcher",internal:{createdAt:"2023-10-27T18:38:58+00:00",deletedAt:"",updatedAt:"2023-10-27T18:38:58+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},start_date:"2023-09-28",small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-e0111b50-2193-421c-8749-097335f76e02"}]},{id:"fe677427-ad7b-4706-bd5e-9b7db479974d",name:"Louie Reichmuth",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2023-10-27T18:56:07+00:00",deletedAt:"",updatedAt:"2023-10-27T20:53:58+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-09-28",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"43a79e9a-a479-47a8-978b-509c6e7fe957",name:"Kaden Connelley",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2023-10-27T22:09:54+00:00",deletedAt:"",updatedAt:"2023-10-27T22:33:38+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:4,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-09-25",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"15f5fe91-d364-4684-a84c-7ea32b302658",name:"Andrew Varghese",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2023-10-27T22:11:18+00:00",deletedAt:"",updatedAt:"2023-10-27T22:34:13+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:4,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-10-02",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"e7e784cf-d904-4f04-bdb5-1b5a79dfca01",name:"Katie Lau",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2023-10-27T22:12:23+00:00",deletedAt:"",updatedAt:"2023-10-27T22:33:15+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-09-27",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"573d1680-b24d-4530-8e7b-09d46bb90b5d",name:"Noah Liberty",type:"Master's Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-03-21T22:17:11+00:00",deletedAt:"",updatedAt:"2024-06-07T20:52:27+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:19,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-01-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-ecdb19dc-ca22-4385-8d3d-003da1558918"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"44894f3f-d046-41c9-b54b-cee855886998",name:"Stephanie Orchanian",type:"Postdoctoral Scholar",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-05-09T20:24:48+00:00",deletedAt:"",updatedAt:"2024-05-29T22:49:14+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:23,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-05-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-f4e3b8a0-2c9f-488b-b3a7-54453fbe9e98"}],google_scholar:"8jjkF2QAAAAJ&hl=en",twitter_handle:"stephorch",linkedin_handle:"stephanie-orchanian-554305118/"},{id:"17c089e8-309b-4d0e-9f22-61b4942a4be0",name:"Beverly Lauring",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-05-09T21:56:09+00:00",deletedAt:"",updatedAt:"2024-05-09T21:56:09+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2023-12-01",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"05e541da-53da-4bfc-aa1e-3bcc361b7a9e",name:"Franciscus Chandra",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-08-09T21:57:08+00:00",deletedAt:"",updatedAt:"2024-08-09T21:57:08+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-07-23",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"5a5359a4-273d-43c8-9bef-40b56426e119",name:"Isabelle Lesmana",type:"PhD Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-09-27T23:04:42+00:00",deletedAt:"",updatedAt:"2024-09-27T23:09:49+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:0xfb6197a06cb,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-07-29",large_photo:[],small_photo:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-7a11975f-a1c8-48bc-99d8-373c8e4760ad"}],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"06e0e88d-395b-4c28-b544-4023cac34633",name:"Andrew La",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-09-27T23:16:37+00:00",deletedAt:"",updatedAt:"2024-09-27T23:16:37+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:0xfb619b8643a,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-09-23",large_photo:[],small_photo:[],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"ec68f302-312a-4068-b420-315585043f2f",name:"Allison Cunningham",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-09-27T23:17:27+00:00",deletedAt:"",updatedAt:"2024-09-27T23:17:27+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:0xfb619bfe79d,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-09-23",large_photo:[],small_photo:[],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"542a7c6b-dc1b-4b01-a9b8-43e7783a7a34",name:"Imogene Gaede",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-09-27T23:18:11+00:00",deletedAt:"",updatedAt:"2024-09-27T23:18:11+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:0xfb619c69e97,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-09-23",large_photo:[],small_photo:[],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"d29f5bb2-ac27-46e8-a81c-dbdcb0695047",name:" Arhan Surapaneni",type:"Undergraduate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-09-27T23:21:24+00:00",deletedAt:"",updatedAt:"2024-09-27T23:21:24+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:0xfb619e42c37,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-09-30",large_photo:[],small_photo:[],google_scholar:"",twitter_handle:"",linkedin_handle:""},{id:"bf1ccdf2-bdcc-4fcf-84d4-c59b0c00729a",name:"Pablo Segundo",type:"Postbaccalaureate Researcher",email:"",cv_pdf:[],end_date:"",internal:{createdAt:"2024-09-27T23:24:49+00:00",deletedAt:"",updatedAt:"2024-09-27T23:26:57+00:00",contentType:"hsiao_lab_member",objectTitle:"",latestVersion:0xfb61a17004b,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},now_what:"",extra_info:"",start_date:"2024-07-22",large_photo:[],small_photo:[],google_scholar:"",twitter_handle:"",linkedin_handle:""}],wm={total_count:fm,total_pages:pm,current_page:_m,count:bm,data:gm},vm=105,ym=1,Am=1,km=105,Tm=[{id:"hsiao_lab_news-700010",date:"2014-01-09",link:"http://directorsblog.nih.gov/2014/01/09/creative-minds-can-microbes-influence-mental-health/",headline:"Dr. Francis Collins features our work in his NIH Director's blog!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-20915",date:"2015-04-10",link:"http://poo.caltech.edustatic/pdf/JY_5HT_2015.pdf",headline:"Congrats to the lab and our collaborators on our new paper in Cell",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-382630",date:"2015-05-04",link:"http://www.microbiomeinstitute.org/podcast/episode6",headline:"Tune in to our interview on the American Microbiome Institute podcast",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-430960",date:"2015-06-09",link:"http://www.nationalgeographic.com/explorers/explorers-week/emerging-explorers-2015",headline:"National Geographic names Elaine a 2015 Emerging Explorer",internal:{createdAt:"2022-07-08T23:05:34+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-850386",date:"2015-06-23",link:"http://www.nytimes.com/2015/06/28/magazine/can-the-bacteria-in-your-gut-explain-your-mood.html?_r=0",headline:'The New York Times highlights our work in "Can the bacteria in your gut explain your mood?"',internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-889168",date:"2015-10-14",link:"http://www.nature.com/news/the-tantalizing-links-between-gut-microbes-and-the-brain-1.18557?WT.mc_id=SFB_NNEWS_1508_RHBoxHP",headline:"Shout out to our serotonin findings in Nature News",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-221692",date:"2016-02-26",link:"http://newsroom.ucla.edu/releases/3-ucla-faculty-members-earn-2016-sloan-fellowships",headline:"Honored to now be sponsored by the Alfred P. Sloan Foundation.",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-128452",date:"2016-05-12",link:"http://www.phdcomics.com/comics.php?f=1874",headline:"Watch Microbiomes Explained, a fun collab with Ph.D. comics.",internal:{createdAt:"2022-07-08T23:05:34+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-545718",date:"2016-07-26",link:"https://t.co/Nkk0C8eC2J",headline:"Check out our microbial medalists for the equestrian event of the Microbial Olympics.",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-692653",date:"2017-02-07",link:"http://www.biologicalpsychiatryjournal.com/article/S0006-3223(16)32724-X/abstract",headline:"Congrats to Helen on her new review on microbiome contributions to autism spectrum disorder in Biological Psychiatry!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-349295",date:"2017-02-07",link:"http://www.nature.com/neuro/journal/v20/n2/full/nn.4476.html",headline:"Congrats to Thomas and Christine on their new review on microbiome and neuroimmunity in Nature Neuroscience!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-767407",date:"2017-03-08",link:"https://www.ncbi.nlm.nih.gov/pubmed/28301775",headline:"Congrats to Helen, Jessica and Thomas on their new article on the microbiome and host behavior!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-100835",date:"2017-04-14",link:"https://www.defense.gov/News/News-Releases/News-Release-View/Article/1151939/defense-department-awards-163-million-in-university-research-funding/",headline:"Honored to now be supported by DoD's Multidisciplinary University Research Initiative program",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-709501",date:"2017-06-21",link:"",headline:"Congrats to Geoff and Christine on being awarded UCLA predoctoral fellowships!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-690104",date:"2017-06-28",link:"https://thebrf.org//",headline:"Thanks to the Brain Research Foundation for supporting our research",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-48697",date:"2017-07-13",link:"http://www.klingfund.org/index.php",headline:"Grateful for support from the Simons Foundation and Klingenstein Fund that will enable us to advance a new research project!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-258154",date:"2017-10-16",link:"https://www.packard.org/what-we-fund/science/packard-fellowships-for-science-and-engineering/fellows-highlights/2017-packard-fellowships-science-engineering-awarded-18-researchers/",headline:"Honored for support from the Packard Foundation that will enable us to pursue exciting new research on microbiota-gut-brain interactions!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-633526",date:"2017-10-17",link:"http://www.cell.com/immunity/fulltext/S1074-7613(17)30435-1",headline:"Congrats to Geoff on his Immunity Preview describing work from the laboratory of Dr. Lora Hooper",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-705040",date:"2018-05-24",link:"https://www.cell.com/cell/fulltext/S0092-8674(18)30520-8",headline:"Check out new research from the lab on how the microbiome mediates the protective effects of the ketogenic diet!",internal:{createdAt:"2022-07-08T23:05:34+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-200651",date:"2018-06-05",link:"",headline:"Congrats to Kelly on being awarded the UCLA Hyde fellowship!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-67414",date:"2018-06-05",link:"https://www.cell.com/trends/neurosciences/fulltext/S0166-2236(18)30086-9#.WylKn9uLY-Y.twitter",headline:"Catch Kelly's highlight on microbiome, serotonin and anxiety, featuring work by Ger Clarke and John Cryan",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-789443",date:"2018-06-27",link:"http://blog.pnas.org/2018/06/journal-club-mouse-microbiome-findings-offer-insights-into-why-a-high-fat-low-carb-diet-helps-epileptic-children/",headline:"Happy to see PNAS highlighting our paper on the microbiome and ketogenic diet.",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-394686",date:"2018-06-28",link:"http://science.sciencemag.org/content/360/6394/1199.3/tab-article-info",headline:"Glad to see new highlights on our research from Science, Science Translational Medicine and Cell Host and Microbe",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-926416",date:"2018-09-10",link:"https://www.nature.com/articles/s41386-018-0211-9",headline:"Congrats to Helen and David on their new paper on the gut microbiota and morphine dependence with Dr. Anna Taylor!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-698490",date:"2018-10-23",link:"https://nyscf.org/resources/nyscf-announces-2018-class-nyscf-robertson-investigators/",headline:"Congrats to Elaine on being named a NYSCF Robertson Investigator in Neuroscience!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-876960",date:"2018-12-05",link:"http://newsroom.ucla.edu/dept/faculty/biologist-chosen-for-2-5-million-ben-barres-early-career-award",headline:"Extremely honored to join the Chan Zuckerberg Neurodegeneration Network and for support from the Ben Barres Early Career Award!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-361986",date:"2019-01-15",link:"https://www.cell.com/immunity/fulltext/S1074-7613(18)30524-7#.XD4CGfPgwRI.twitter",headline:"Happy to share Geoff's new review on Perinatal Interactions between the Microbiome, Immunity, and Neurodevelopment",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-446867",date:"2019-01-18",link:"https://www.cell.com/neuron/fulltext/S0896-6273(18)31155-3",headline:"Check out this commentary from Helen Vuong on new work by Martina Sgritta, Costa-Mattioli and colleagues.",internal:{createdAt:"2022-07-08T23:05:34+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-489330",date:"2019-01-28",link:"https://www.nytimes.com/2019/01/28/health/microbiome-brain-behavior-dementia.html",headline:"Excited to see our work highlighted in the New York Times",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-536313",date:"2019-04-16",link:"https://www.cell.com/immunity/fulltext/S1074-7613(19)30146-3",headline:"Honored to be able to share our perspective in Immunity on the importance of neuroimmune research in the next quarter century!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-171955",date:"2019-04-29",link:"https://lifesciences.ucla.edu/2018-19-life-sciences-excellence-awards-winners/",headline:"Excited to have our recent KD paper selected for UCLA’s Life Sciences Excellence Award for Outstanding Research",internal:{createdAt:"2022-07-08T23:05:34+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-671899",date:"2019-05-23",link:"https://tdg.ucla.edu/bioscience-innovation-day-2019",headline:"Congrats to Geoff for winning best poster at UCLA’s Bioscience Innovation Day",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-141394",date:"2019-07-11",link:"https://www.cell.com/neuron/pdf/S0896-6273(18)30539-7.pdf",headline:"Glad to contribute a diverse voice in Neuron on important challenges for the next generation of neuroscience!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-260845",date:"2019-08-06",link:"https://www.nature.com/articles/s41591-019-0544-x",headline:"Congrats to Kelly on her News & Views article for Nature Medicine on new findings from the Turnbaugh and Balskus groups on microbes that metabolize L-dopa",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-542106",date:"2019-08-08",link:"",headline:"Congrats to Christine on her F31 fellowship from National Institute of Aging!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-717255",date:"2019-09-02",link:"https://www.nature.com/articles/s41564-019-0540-4",headline:"Congrats to Thomas, the lab and collaborators on our new paper on how serotonin regulates bacterial colonization in the gut!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-209453",date:"2019-09-16",link:"",headline:"Congrats to Geoff on his F31 fellowship from National Institute of Child Health and Human Development!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-622953",date:"2019-09-26",link:"https://science.sciencemag.org/content/365/6460/1405",headline:"Check out Jon's new article on Microbiomes as Sources of Emergent Host Phenotypes!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-887975",date:"2020-02-01",link:"https://www.cell.com/trends/immunology/fulltext/S1471-4906(19)30265-0",headline:"Check out Ping's new Spotlight of exciting work by Fan and colleagues!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-185814",date:"2020-03-06",link:"",headline:"Congrats to Helen on her new K99 award from National Institute of Child Health and Human Development",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-197531",date:"2020-03-17",link:"",headline:"Way to go, Ping, on her fellowship from the W. Garfield Weston Foundation!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-762407",date:"2020-03-23",link:"",headline:"Congrats to Jon on his postdoctoral fellowship from the Ford Foundation!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-689634",date:"2020-03-30",link:"https://www.research.gov/grfp/AwardeeList.do?method=loadAwardeeList",headline:"Big congrats to Elena on being awarded an NSF Graduate Fellowship!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-633916",date:"2020-03-30",link:"https://www.research.gov/grfp/AwardeeList.do?method=loadAwardeeList",headline:"Big congrats to Sabeen for winning an honorable mention for the NSF Graduate Fellowship!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-252266",date:"2020-04-09",link:"https://www.sciencedirect.com/science/article/abs/pii/S1097276520301544?via%3Dihub",headline:"Check out Kelly, Christine and Sabeen’s new perspective piece on microbiome-neuronal signaling!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-746555",date:"2020-05-07",link:"",headline:"Honored to now be supported by the National Institute of Neurological Disorders, for our work on the microbiome and epilepsy!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-513508",date:"2020-05-13",link:"https://www.nature.com/articles/d41586-020-01335-3",headline:"Check out Ping’s highlight on awesome work by the Eggan lab",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-427615",date:"2020-06-02",link:"https://www.sciencedirect.com/science/article/pii/S1550413120302503?dgcid=author",headline:"Check out a Christine and Greg’s highlight of “ester-ordinary” work by the Turnbaugh lab",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-838720",date:"2020-06-03",link:"",headline:"Congrats to Christine and Geoff for each winning a Dissertation Year Fellowship!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-506358",date:"2020-06-05",link:"",headline:"Congrats to Kristie for winning a Whitcome fellowship!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-479785",date:"2020-09-23",link:"https://www.nature.com/articles/s41586-020-2745-3",headline:"Big congrats to Helen and lab members on their new paper on effects of the maternal microbiome on fetal neurodevelopment!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-463081",date:"2021-04-13",link:"",headline:"Elaine receives the Chancellor's Postdoctoral Mentorship award, an amazing honor!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-825644",date:"2021-04-29",link:"https://www.cell.com/cell/pdf/S0092-8674(21)00350-0.pdf",headline:"Guli knocked it outta the park (lab) with her snapshot of the gut-brain axis!",internal:{createdAt:"2022-07-08T23:05:34+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-292887",date:"2021-05-10",link:"https://www.sciencedirect.com/science/article/abs/pii/S0166432821002412",headline:"Excited to share Helen's new paper on interactions between the microbiome and antidepressant exposure during pregnancy",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-326921",date:"2021-05-18",link:"https://www.jci.org/articles/view/143772?utm_source=submission_site&utm_medium=email&utm_campaign=notice-of-publication",headline:"Check out Kristie's deep dive on effects of the microbiome on circuits for feeding behavior",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-329657",date:"2021-05-24",link:"",headline:"Dr. Christine Olson successfully defends her doctoral thesis!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-53436",date:"2021-05-27",link:"",headline:"Congrats to Grace for winning the Dean's Prize for Undergraduate Research!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-716437",date:"2021-05-28",link:"https://www.sciencedirect.com/science/article/pii/S2352289521000564?via%3Dihub",headline:"Congrats to Elena on leading research with Annie Gupta and Emeran Mayer on microbial predictors of early life stress!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-564517",date:"2021-06-08",link:"",headline:"Congrats to Greg and Kristie on winning Whitcome fellowships!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-405410",date:"2021-06-30",link:"",headline:"Way to go Helen on winning the Suzanne Eaton award!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-797890",date:"2021-07-21",link:"https://www.cell.com/trends/neurosciences/fulltext/S0166-2236(21)00116-8",headline:"Check out Elena new article on roles for the gut microbiome in mediating effects of early life nutrition on neurodevelopment, especially in the context of the global prevalence of malnutrition.",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-198534",date:"2021-08-05",link:"https://www.cell.com/cell-host-microbe/fulltext/S1931-3128(21)00337-1",headline:"Excited to share this work by Christine, Ping, Geoff and colleagues-- a fascinating example of how environmental factors interact synergistically to alter the gut microbiome and impair hippocampal function and cognitive behavior in mice.",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-124225",date:"2021-08-12",link:"",headline:"Congrats to Erika for being named an MSD scholar!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-438827",date:"2021-08-26",link:"",headline:"Congrats to Anisha for winning an undergraduate research scholarship!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:32+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-589843",date:"2021-09-10",link:"",people:[],summary:"",headline:"Congrats to Sabeen on being awarded a UCLA Hyde Fellowship!",internal:{createdAt:"2022-07-08T23:05:29+00:00",deletedAt:"",updatedAt:"2022-10-26T19:38:45+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-18760",date:"2021-11-08",link:"",headline:"Congrats to Kelly for winning a Keystone conference travel award and being selected for oral presentation on her exciting work!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:33+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-214769",date:"2021-11-10",link:"",headline:"Way to go Lewis and Guli for leading UCLA’s Immunology in Neuroscience Affinity Group!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-08T23:05:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-504402",date:"2021-11-26",link:"https://www.science.org/stoken/author-tokens/ST-180/full",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-142233"}]},{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-337178"}]}],summary:"",headline:"Big congrats to Guli and Kristie for closing out a special issue of Science with their review on gut-brain signaling in inflammation!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-09T03:18:12+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-174617",date:"2021-12-20",link:"https://www.cell.com/cell-reports-medicine/fulltext/S2666-3791(21)00382-7",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-626693"}]}],summary:"",headline:"Ezgi's shares a highlight and perspective in Cell Reports Medicine on exciting work from the Gratten group",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-09T03:17:44+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-192893",date:"2022-01-01",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-711394"}]}],summary:"",headline:"Huge congrats to Helen for starting her new assistant professorship position at University of Minnesota Medical School! We miss you!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-09T03:17:26+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-710896",date:"2022-01-22",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-337178"}]}],summary:"",headline:"Congrats to Kristie on being awarded a Keystone Symposium Scholarship!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-09T03:12:46+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-19412",date:"2022-01-22",link:"https://www.annualreviews.org/doi/abs/10.1146/annurev-immunol-101320-014237",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-598616"}]},{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-142233"}]}],summary:"",headline:"Check out Lewis and Guli's comprehensive review of the gut microbiome as a regulator of neuroimmunity in Annual Review of Immunology!",internal:{createdAt:"2022-07-08T23:05:31+00:00",deletedAt:"",updatedAt:"2022-07-11T07:49:50+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-765898",date:"2022-04-06",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-626693"}]}],summary:"",headline:"Congratulations to Ezgi for winning the Sue Bodine Postdoctoral Travel Award!",internal:{createdAt:"2022-07-08T23:05:33+00:00",deletedAt:"",updatedAt:"2022-07-09T03:12:06+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-553220",date:"2022-04-06",link:"https://www.takeda.com/newsroom/featured-topics/recognizing-pioneering-researchers-in-gastroenterology-2022-innovators-in-science-award-winners-announced/",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-363019"}]}],summary:"",headline:"Elaine is named an Early Career Innovator in Science by Takeda and New York Academy of Sciences! ",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-09T03:12:27+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-745429",date:"2022-04-11",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-626693"}]}],summary:"",headline:"Congrats to Ezgi on being selected to give an oral presentation at the American Society of Nutrition annual meeting and also as a finalist for the Nutrition Translation Award!",internal:{createdAt:"2022-07-08T23:05:29+00:00",deletedAt:"",updatedAt:"2022-07-09T03:11:21+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-727880",date:"2022-05-20",link:"https://twitter.com/micro_jon/status/1531984805100806145?s=20&t=hW7qVefiX7deJ8lLdb7lbQ",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-203593"}]}],summary:"",headline:"Big congrats to Jon for accepting his new assistant professorship position at Johns Hopkins University! ",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-09T02:57:19+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-720791",date:"2022-05-27",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-880391"}]}],summary:"",headline:"Congrats to Kristie for being awarded a Whitcome fellowship!",internal:{createdAt:"2022-07-08T23:05:30+00:00",deletedAt:"",updatedAt:"2022-07-09T02:57:00+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-945062",date:"2022-06-03",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-400967"}]}],summary:"",headline:"Congrats to Kelly on being awarded a Dissertation Year Fellowship!",internal:{createdAt:"2022-07-08T23:05:29+00:00",deletedAt:"",updatedAt:"2022-07-09T02:56:34+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-250453",date:"2022-06-09",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-678051"}]}],summary:"",headline:"Dr. Geoffrey Pronovost successfully defends his Ph.D. thesis! ",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-09T02:56:05+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-955957",date:"2022-06-11",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-921151"}]}],summary:"",headline:"Hannah is named 2022 Distinguished TA for her excellence in teaching!",internal:{createdAt:"2022-07-13T22:38:28+00:00",deletedAt:"",updatedAt:"2022-07-13T22:39:35+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-76927",date:"2022-06-17",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-694030"}]}],summary:"",headline:"Congrats to Greg on being awarded a Whitcome fellowship!",internal:{createdAt:"2022-07-08T23:05:32+00:00",deletedAt:"",updatedAt:"2022-07-13T23:39:30+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-996449",date:"2022-06-29",link:"http://blavatnikawards.org/news/items/winners-2022-blavatnik-national-awards-young-scientists-announced/",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-363019"}]}],headline:"Elaine is named a Blavatnik Laureate in Life Sciences!",internal:{createdAt:"2022-07-11T07:04:19+00:00",deletedAt:"",updatedAt:"2022-07-11T07:04:19+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_news-932945",date:"2022-07-13",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-664555"}]}],headline:"Michael is recognized for his exceptional performance as a TA!",internal:{createdAt:"2022-07-13T22:40:32+00:00",deletedAt:"",updatedAt:"2022-07-13T22:43:44+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"223b42e7-9869-4e20-9ec0-e09387539c59",date:"2022-11-15",link:"https://newsroom.ucla.edu/releases/2022-ucla-scholars-highly-cited-researchers",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-363019"}]}],headline:"Elaine is named among the world's most influential researchers in the sciences!",internal:{createdAt:"2023-02-01T17:24:44+00:00",deletedAt:"",updatedAt:"2023-02-01T17:24:44+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"0dee1948-fff4-468a-930b-1e71b6e8d730",date:"2022-11-21",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-322948"}]}],headline:"Elena is selected to present in a symposium at the Society for Biological Psychiatry meeting next year!",internal:{createdAt:"2022-12-15T21:12:57+00:00",deletedAt:"",updatedAt:"2022-12-15T21:12:57+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"cc19a184-d77c-433a-9d1c-92d69d7bfc4f",date:"2022-12-07",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-629049"}]}],summary:"",headline:"Celine will be receiving a predoctoral fellowship from the American Heart Association!",internal:{createdAt:"2022-12-15T21:24:31+00:00",deletedAt:"",updatedAt:"2022-12-15T21:34:06+00:00",contentType:"hsiao_lab_news",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"bff3f9b8-2163-4611-8ff3-7ae30a70c3a7",date:"2023-02-15",link:"https://www.latimes.com/california/story/2023-02-15/ucla-donation-goodman-luskin-microbiome-center",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-363019"}]}],headline:"UCLA Microbiome Center, directed by Elaine, is launched and will focus on microbiome-gut-brain research.",internal:{createdAt:"2023-06-09T18:18:22+00:00",deletedAt:"",updatedAt:"2023-06-09T18:18:22+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"b4a1bc94-30df-4962-b399-7efe8c6fbc73",date:"2023-03-07",link:"https://lifesciences.ucla.edu/women-academic-entrepreneurs/",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-363019"}]}],summary:"",headline:"Elaine is named a top woman in academic entrepreneurship.",internal:{createdAt:"2023-06-08T22:40:04+00:00",deletedAt:"",updatedAt:"2023-06-08T23:04:22+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"c3e3862f-c930-4f96-9c96-dde1358525bf",date:"2023-04-12",link:"https://www.newscientist.com/article/2368327-keto-diet-may-treat-epilepsy-by-changing-the-gut-microbiome/",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-694030"}]}],headline:"Greg's paper is highlighted by NewScientist magazine.",internal:{createdAt:"2023-06-08T23:02:56+00:00",deletedAt:"",updatedAt:"2023-06-08T23:02:56+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"aee02b0d-8a5b-4eba-bd5f-bdb6a2e79530",date:"2023-05-03",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-694030"}]}],headline:"Dr. Gregory Lum successfully defends his Ph.D. thesis!",internal:{createdAt:"2023-06-09T21:23:42+00:00",deletedAt:"",updatedAt:"2023-06-09T21:23:42+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"56f76d48-3bef-4808-b920-2b8d2a97b7ce",date:"2023-05-22",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-400967"}]}],summary:"",headline:"Dr. Kelly Jameson successfully defends her Ph.D. thesis!",internal:{createdAt:"2023-06-09T21:28:49+00:00",deletedAt:"",updatedAt:"2023-06-09T22:10:27+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"5873a7f9-4ba3-46dd-92b3-c352f6f2bb3e",date:"2023-06-08",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-322948"}]}],summary:"",headline:"Congrats to Elena on being awarded a Dissertation Year Fellowship!",internal:{createdAt:"2023-06-09T18:49:16+00:00",deletedAt:"",updatedAt:"2023-06-09T21:03:11+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"6217dbf9-115d-4750-9d13-6ed8edab654e",date:"2023-08-02",link:"https://fox5sandiego.com/business/press-releases/ein-presswire/647625561/isolation-bios-prospector-system-featured-in-pivotal-gut-microbiome-study-recently-published-in-nature-communications/",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-203593"}]}],headline:"Jon is quoted in news article discussing using a microfluidic device to isolate new strains of Turi.",internal:{createdAt:"2023-10-27T23:01:29+00:00",deletedAt:"",updatedAt:"2023-10-27T23:01:29+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"8f5abd60-4620-4a15-9252-fcc2f2138834",date:"2023-08-17",link:"https://www.nature.com/articles/s41564-023-01455-2",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-322948"}]}],headline:"Elena's News & Views article on recent ASD microbiome meta-analysis study.",internal:{createdAt:"2023-10-27T23:05:39+00:00",deletedAt:"",updatedAt:"2023-10-27T23:05:39+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"a4493897-bde7-4af2-89b2-10e1c79555c6",date:"2023-09-22",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/b47bb6e4-b4ae-49cd-96b7-5c940d588963"}]}],headline:"Taka is selected for the inaugural cohort of the Bioscientists of Tomorrow (BoT) Program!",internal:{createdAt:"2023-10-27T23:09:25+00:00",deletedAt:"",updatedAt:"2023-10-27T23:09:25+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"bbad1c40-d3bb-4159-bb9a-7d7b703f6743",date:"2023-12-21",link:"https://www.sciencedirect.com/science/article/pii/B9780323999717000205?s=31",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-142233"}]}],summary:"",headline:'Guli wrote a chapter for "The Gut-Brain Axis" book. ',internal:{createdAt:"2024-03-18T22:38:21+00:00",deletedAt:"",updatedAt:"2024-03-18T22:38:21+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"c7505e23-5ffc-4f85-8ee3-4360d8cb1669",date:"2024-01-09",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-598616"}]}],summary:"",headline:"Lewis was awarded a F31 fellowship from The National Institute of Allergy and Infectious Diseases! ",internal:{createdAt:"2024-03-18T23:07:29+00:00",deletedAt:"",updatedAt:"2024-03-18T23:15:21+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"5061e8bb-9ebd-4261-bf8c-ef6a92feb9dc",date:"2024-02-21",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-203593"}]}],summary:"",headline:"Lab alum Jon Lynch was awarded the Sloan Fellowship, a prestigious early career faculty award!",internal:{createdAt:"2024-05-09T22:06:53+00:00",deletedAt:"",updatedAt:"2024-05-09T22:06:53+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"d55e7edd-76ac-4cb1-aab0-82b1261c0dbf",date:"2024-03-05",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-337178"}]}],summary:"",headline:"Dr. Kristie Yu successfully defends her Ph.D. thesis!",internal:{createdAt:"2024-03-19T15:55:59+00:00",deletedAt:"",updatedAt:"2024-03-19T15:55:59+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"808dcf9f-ba30-436e-9b8e-5bff7a56c880",date:"2024-04-01",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-626693"}]}],summary:"",headline:"Ezgi is selected to give an oral presentation at American Society of Nutrition meeting!",internal:{createdAt:"2024-05-09T22:05:20+00:00",deletedAt:"",updatedAt:"2024-05-09T22:05:20+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"70d9dc4b-f0f6-461f-8d37-913355692b65",date:"2024-04-04",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-322948"},{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-598616"}]}],summary:"",headline:"Elena and Lewis received 1st & 2nd place for their posters at the GLMC symposium!",internal:{createdAt:"2024-05-09T22:04:29+00:00",deletedAt:"",updatedAt:"2024-05-09T22:04:29+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"b75881ff-42bd-4340-b9ed-c45b82c5a67c",date:"2024-04-30",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-322948"}]}],summary:"",headline:"Dr. Coley-O'Rourke successfully defends her Ph.D. thesis!",internal:{createdAt:"2024-05-09T22:00:01+00:00",deletedAt:"",updatedAt:"2024-05-09T22:00:49+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"d160af49-c386-4308-a36f-38eff9cd1497",date:"2024-06-04",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-650433"}]}],summary:"",headline:"Sabeen was awarded a Dissertation Year Fellowship!",internal:{createdAt:"2024-09-20T21:37:51+00:00",deletedAt:"",updatedAt:"2024-09-20T21:37:57+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"7599ad0d-f816-412c-aff8-d07d7457c69c",date:"2024-07-17",link:"",people:[],summary:"",headline:"Arlene was just accepted to UC Davis Health Professions postbac program, a key step on her path to vet school",internal:{createdAt:"2024-09-20T21:43:35+00:00",deletedAt:"",updatedAt:"2024-09-20T23:01:31+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"68ae05e2-2a91-4183-baf5-a9a3e561ccda",date:"2024-07-23",link:"",people:[{lab_member:[{type:"internal",dataUrl:"/api/v1/content/hsiao_lab_member/hsiao_lab_member-626693"}]}],summary:"",headline:"Ezgi accepted a tenure track Assistant Professor position in Microbiome + Health in the Dept of Nutrition and Food Science at LSU!",internal:{createdAt:"2024-09-20T21:42:02+00:00",deletedAt:"",updatedAt:"2024-09-20T21:42:02+00:00",contentType:"hsiao_lab_news",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}}],Em={total_count:vm,total_pages:ym,current_page:Am,count:km,data:Tm};function No(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Sm(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)}}function jo(e,t,n){return t&&Sm(e.prototype,t),e}function Hs(e){return+e.replace(/px/,"")}function Pm(e){var t=window.devicePixelRatio,n=getComputedStyle(e),i=Hs(n.getPropertyValue("width")),o=Hs(n.getPropertyValue("height"));e.setAttribute("width",(i*t).toString()),e.setAttribute("height",(o*t).toString())}function gt(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,i=Math.random()*(t-e)+e;return Math.floor(i*Math.pow(10,n))/Math.pow(10,n)}function Us(e){return e[gt(0,e.length)]}var xm=.00125,Cm=5e-4,Lm=9e-4,Rm=1e-5,Im=6,Mm=80,Nm=.9,jm=1.7,$m=.2,Fm=.6,Om=.03,Dm=.07,Vs=15,Bs=82,Hm=150,Um=100,Vm=250,Bm=40,zm=["#fcf403","#62fc03","#f4fc03","#03e7fc","#03fca5","#a503fc","#fc03ad","#fc03c2"];function zs(e){var t=1920;return Math.log(e)/Math.log(t)}var Gs=function(){function e(t){No(this,e);var n=t.initialPosition,i=t.direction,o=t.confettiRadius,a=t.confettiColors,s=t.emojis,l=t.emojiSize,r=t.canvasWidth,d=gt(Nm,jm,3),c=d*zs(r);this.confettiSpeed={x:c,y:c},this.finalConfettiSpeedX=gt($m,Fm,3),this.rotationSpeed=s.length?.01:gt(Om,Dm,3)*zs(r),this.dragForceCoefficient=gt(Cm,Lm,6),this.radius={x:o,y:o},this.initialRadius=o,this.rotationAngle=i==="left"?gt(0,.2,3):gt(-.2,0,3),this.emojiSize=l,this.emojiRotationAngle=gt(0,2*Math.PI),this.radiusYUpdateDirection="down";var u=i==="left"?gt(Bs,Vs)*Math.PI/180:gt(-Vs,-Bs)*Math.PI/180;this.absCos=Math.abs(Math.cos(u)),this.absSin=Math.abs(Math.sin(u));var h=gt(-Hm,0),w={x:n.x+(i==="left"?-h:h)*this.absCos,y:n.y-h*this.absSin};this.currentPosition=Object.assign({},w),this.initialPosition=Object.assign({},w),this.color=s.length?null:Us(a),this.emoji=s.length?Us(s):null,this.createdAt=new Date().getTime(),this.direction=i}return jo(e,[{key:"draw",value:function(n){var i=this.currentPosition,o=this.radius,a=this.color,s=this.emoji,l=this.rotationAngle,r=this.emojiRotationAngle,d=this.emojiSize,c=window.devicePixelRatio;a?(n.fillStyle=a,n.beginPath(),n.ellipse(i.x*c,i.y*c,o.x*c,o.y*c,l,0,2*Math.PI),n.fill()):s&&(n.font="".concat(d,"px serif"),n.save(),n.translate(c*i.x,c*i.y),n.rotate(r),n.textAlign="center",n.fillText(s,0,0),n.restore())}},{key:"updatePosition",value:function(n,i){var o=this.confettiSpeed,a=this.dragForceCoefficient,s=this.finalConfettiSpeedX,l=this.radiusYUpdateDirection,r=this.rotationSpeed,d=this.createdAt,c=this.direction,u=i-d;if(o.x>s&&(this.confettiSpeed.x-=a*n),this.currentPosition.x+=o.x*(c==="left"?-this.absCos:this.absCos)*n,this.currentPosition.y=this.initialPosition.y-o.y*this.absSin*u+xm*Math.pow(u,2)/2,this.rotationSpeed-=this.emoji?1e-4:Rm*n,this.rotationSpeed<0&&(this.rotationSpeed=0),this.emoji){this.emojiRotationAngle+=this.rotationSpeed*n%(2*Math.PI);return}l==="down"?(this.radius.y-=n*r,this.radius.y<=0&&(this.radius.y=0,this.radiusYUpdateDirection="up")):(this.radius.y+=n*r,this.radius.y>=this.initialRadius&&(this.radius.y=this.initialRadius,this.radiusYUpdateDirection="down"))}},{key:"getIsVisibleOnCanvas",value:function(n){return this.currentPosition.y<n+Um}}]),e}();function Gm(){var e=document.createElement("canvas");return e.style.position="fixed",e.style.width="100%",e.style.height="100%",e.style.top="0",e.style.left="0",e.style.zIndex="1000",e.style.pointerEvents="none",document.body.appendChild(e),e}function qm(e){var t=e.confettiRadius,n=t===void 0?Im:t,i=e.confettiNumber,o=i===void 0?e.confettiesNumber||(e.emojis?Bm:Vm):i,a=e.confettiColors,s=a===void 0?zm:a,l=e.emojis,r=l===void 0?e.emojies||[]:l,d=e.emojiSize,c=d===void 0?Mm:d;return e.emojies&&console.error("emojies argument is deprecated, please use emojis instead"),e.confettiesNumber&&console.error("confettiesNumber argument is deprecated, please use confettiNumber instead"),{confettiRadius:n,confettiNumber:o,confettiColors:s,emojis:r,emojiSize:c}}var Wm=function(){function e(t){var n=this;No(this,e),this.canvasContext=t,this.shapes=[],this.promise=new Promise(function(i){return n.resolvePromise=i})}return jo(e,[{key:"getBatchCompletePromise",value:function(){return this.promise}},{key:"addShapes",value:function(){var n;(n=this.shapes).push.apply(n,arguments)}},{key:"complete",value:function(){var n;return this.shapes.length?!1:((n=this.resolvePromise)===null||n===void 0||n.call(this),!0)}},{key:"processShapes",value:function(n,i,o){var a=this,s=n.timeDelta,l=n.currentTime;this.shapes=this.shapes.filter(function(r){return r.updatePosition(s,l),r.draw(a.canvasContext),o?r.getIsVisibleOnCanvas(i):!0})}}]),e}(),Km=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};No(this,e),this.activeConfettiBatches=[],this.canvas=t.canvas||Gm(),this.canvasContext=this.canvas.getContext("2d"),this.requestAnimationFrameRequested=!1,this.lastUpdated=new Date().getTime(),this.iterationIndex=0,this.loop=this.loop.bind(this),requestAnimationFrame(this.loop)}return jo(e,[{key:"loop",value:function(){this.requestAnimationFrameRequested=!1,Pm(this.canvas);var n=new Date().getTime(),i=n-this.lastUpdated,o=this.canvas.offsetHeight,a=this.iterationIndex%10===0;this.activeConfettiBatches=this.activeConfettiBatches.filter(function(s){return s.processShapes({timeDelta:i,currentTime:n},o,a),a?!s.complete():!0}),this.iterationIndex++,this.queueAnimationFrameIfNeeded(n)}},{key:"queueAnimationFrameIfNeeded",value:function(n){this.requestAnimationFrameRequested||this.activeConfettiBatches.length<1||(this.requestAnimationFrameRequested=!0,this.lastUpdated=n||new Date().getTime(),requestAnimationFrame(this.loop))}},{key:"addConfetti",value:function(){for(var n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=qm(n),o=i.confettiRadius,a=i.confettiNumber,s=i.confettiColors,l=i.emojis,r=i.emojiSize,d=this.canvas.getBoundingClientRect(),c=d.width,u=d.height,h=u*5/7,w={x:0,y:h},y={x:c,y:h},k=new Wm(this.canvasContext),R=0;R<a/2;R++){var x=new Gs({initialPosition:w,direction:"right",confettiRadius:o,confettiColors:s,confettiNumber:a,emojis:l,emojiSize:r,canvasWidth:c}),L=new Gs({initialPosition:y,direction:"left",confettiRadius:o,confettiColors:s,confettiNumber:a,emojis:l,emojiSize:r,canvasWidth:c});k.addShapes(x,L)}return this.activeConfettiBatches.push(k),this.queueAnimationFrameIfNeeded(),k.getBatchCompletePromise()}},{key:"clearCanvas",value:function(){this.activeConfettiBatches=[]}},{key:"destroyCanvas",value:function(){this.canvas.remove()}}]),e}();const Kn=wm.data;for(let e=0;e<Kn.length;e++)(!Kn[e].small_photo||!Kn[e].small_photo.length)&&(Kn[e].small_photo=[{type:"internal",dataUrl:"/api/v1/content/_media/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3"}]);const Ym=new Km,cn={data:function(){return{bruinImg:"https://api.flotiq.com/image/256x0/_media-3b4479cb-d389-4b5a-b300-4f70bec434e3.jpg",emailHref:"mailto:lab@hsiao.science",twitterHref:"https://twitter.com/pipethero",scholarHref:"https://scholar.google.com/citations?user=I9cyQTQAAAAJ&hl",labMembers:Kn,labNews:Em.data.sort((e,t)=>e.date<t.date?1:-1),languages:[{name:"English",code:"en-US"},{name:"Deutsch",code:"de-DE"},{name:"español",code:"es-ES"},{name:"français",code:"fr-FR"},{name:"italiano",code:"it-IT"},{name:"中文 (繁體)",code:"zh-TW"},{name:"日本語",code:"ja-JP"},{name:"Nederlands",code:"nl-NL"},{name:"português",code:"pt-PT"},{name:"中文 (简体)",code:"zh-CN"}],languagesLookup:{}}},beforeMount(){for(const e in this.languages)this.languagesLookup[this.languages[e].code]=this.languages[e];this.setDocTitle(this.$route.name?this.$route.name:"")},watch:{currentLocale:function(){this.setLocale(this.currentLocale),this.setDocTitle(this.$route.name?this.$route.name:"")}},computed:{companyName:function(){return`The Elaine Hsiao Lab @ UCLA — ${this.$t("Microbes, Guts & Brains")}`},lang:function(){return(this.currentLocale==="en-US"?"/":"/"+this.currentLocale).replaceAll("//","/")},currentLocale:function(){return this.$route.params.lang||"en-US"},latestLabNews(){return this.labNews[0]},labMemberIdLookup(){const e={};for(let t=0;t<this.labMembers.length;t++)e[this.labMembers[t].id]=this.labMembers[t];return e},labMemberSlugLookup(){const e={};for(let t=0;t<this.labMembers.length;t++){const n=this.labMembers[t].name.split(" "),i=this.slugify(n[0]+n[n.length-1]).toLowerCase();e[i]=this.labMembers[t]}return e["elenacoley-orourke"]=e.elenacoley,e},labAlumni:function(){return this.labMembers.filter(t=>t.end_date).sort((t,n)=>t.end_date<=n.end_date?1:-1)},activeLabMembers:function(){return this.labMembers.filter(t=>!t.end_date).sort((t,n)=>t.start_date>=n.start_date?1:-1)},routeName:function(){return this.$route.name?this.$route.name.toLowerCase():""}},methods:{setLocale(e){const t=document.documentElement;let n=e.split("-")[0];n==="zh"&&(e==="zh-TW"?n="zh-Hant":e==="zh-CN"&&(n="zh-Hans")),t.setAttribute("lang",n),this.$i18n.locale=e},celebrate:function(){Ym.addConfetti({confettiRadius:3,confettiNumber:20,emojiSize:70,emojis:["💩","🦠","🧠"]}),this.pLog("Celebration")},pLog:function(e){window.pa.track({name:e}),window.plausible(e)},slugify:function(e){e=e.replace(/^\s+|\s+$/g,""),e=e.toLowerCase();for(var t="àáäâèéëêìíïîòóöôùúüûñç·/_,:;",n="aaaaeeeeiiiioooouuuunc------",i=0,o=t.length;i<o;i++)e=e.replace(new RegExp(t.charAt(i),"g"),n.charAt(i));return e=e.replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-"),e},setDocTitle:function(e){if(e&&e!=="Home"){const t=this.$t("A_"+e.toLowerCase());document.title=t+" | "+this.companyName}else document.title=this.companyName},addStyle:function(e){const t=document.createElement("style");t.textContent=e,document.head.append(t)},openContact(e){return window.HelpWidget("open"),e.preventDefault(),!1},getURLFromDataUrl:function(e){return`https://api.flotiq.com/image/0x0/${e.replace("/api/v1/content/_media/","")}.jpg`}}};function Jm(e,t,n){let i=$e(n==null?void 0:n.value),o=fe(()=>e.value!==void 0);return[fe(()=>o.value?e.value:i.value),function(a){return o.value||(i.value=a),t==null?void 0:t(a)}]}let Qm=Symbol("headlessui.useid"),Zm=0;function $o(){return ct(Qm,()=>`${++Zm}`)()}function Oe(e){var t;if(e==null||e.value==null)return null;let n=(t=e.value.$el)!=null?t:e.value;return n instanceof Node?n:null}function kt(e,t,...n){if(e in t){let o=t[e];return typeof o=="function"?o(...n):o}let i=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(o=>`"${o}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(i,kt),i}var Xm=Object.defineProperty,ef=(e,t,n)=>t in e?Xm(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,qs=(e,t,n)=>(ef(e,typeof t!="symbol"?t+"":t,n),n);let tf=class{constructor(){qs(this,"current",this.detect()),qs(this,"currentId",0)}set(t){this.current!==t&&(this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}},Fo=new tf;function nf(e){if(Fo.isServer)return null;if(e instanceof Node)return e.ownerDocument;if(e!=null&&e.hasOwnProperty("value")){let t=Oe(e);if(t)return t.ownerDocument}return document}let Ws=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var af=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(af||{}),of=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(of||{}),sf=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(sf||{}),Oo=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Oo||{});function _c(e,t=0){var n;return e===((n=nf(e))==null?void 0:n.body)?!1:kt(t,{0(){return e.matches(Ws)},1(){let i=e;for(;i!==null;){if(i.matches(Ws))return!0;i=i.parentElement}return!1}})}var rf=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(rf||{});typeof window<"u"&&typeof document<"u"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));function lf(e,t=n=>n){return e.slice().sort((n,i)=>{let o=t(n),a=t(i);if(o===null||a===null)return 0;let s=o.compareDocumentPosition(a);return s&Node.DOCUMENT_POSITION_FOLLOWING?-1:s&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function cf(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function df(){return/Android/gi.test(window.navigator.userAgent)}function uf(){return cf()||df()}function Ei(e,t,n){Fo.isServer||Yi(i=>{document.addEventListener(e,t,n),i(()=>document.removeEventListener(e,t,n))})}function hf(e,t,n){Fo.isServer||Yi(i=>{window.addEventListener(e,t,n),i(()=>window.removeEventListener(e,t,n))})}function mf(e,t,n=fe(()=>!0)){function i(a,s){if(!n.value||a.defaultPrevented)return;let l=s(a);if(l===null||!l.getRootNode().contains(l))return;let r=function d(c){return typeof c=="function"?d(c()):Array.isArray(c)||c instanceof Set?c:[c]}(e);for(let d of r){if(d===null)continue;let c=d instanceof HTMLElement?d:Oe(d);if(c!=null&&c.contains(l)||a.composed&&a.composedPath().includes(c))return}return!_c(l,Oo.Loose)&&l.tabIndex!==-1&&a.preventDefault(),t(a,l)}let o=$e(null);Ei("pointerdown",a=>{var s,l;n.value&&(o.value=((l=(s=a.composedPath)==null?void 0:s.call(a))==null?void 0:l[0])||a.target)},!0),Ei("mousedown",a=>{var s,l;n.value&&(o.value=((l=(s=a.composedPath)==null?void 0:s.call(a))==null?void 0:l[0])||a.target)},!0),Ei("click",a=>{uf()||o.value&&(i(a,()=>o.value),o.value=null)},!0),Ei("touchend",a=>i(a,()=>a.target instanceof HTMLElement?a.target:null),!0),hf("blur",a=>i(a,()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null),!0)}function Ks(e,t){if(e)return e;let n=t??"button";if(typeof n=="string"&&n.toLowerCase()==="button")return"button"}function ff(e,t){let n=$e(Ks(e.value.type,e.value.as));return kn(()=>{n.value=Ks(e.value.type,e.value.as)}),Yi(()=>{var i;n.value||Oe(t)&&Oe(t)instanceof HTMLButtonElement&&!((i=Oe(t))!=null&&i.hasAttribute("type"))&&(n.value="button")}),n}function Ys(e){return[e.screenX,e.screenY]}function pf(){let e=$e([-1,-1]);return{wasMoved(t){let n=Ys(t);return e.value[0]===n[0]&&e.value[1]===n[1]?!1:(e.value=n,!0)},update(t){e.value=Ys(t)}}}var za=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(za||{}),_f=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(_f||{});function _i({visible:e=!0,features:t=0,ourProps:n,theirProps:i,...o}){var a;let s=gc(i,n),l=Object.assign(o,{props:s});if(e||t&2&&s.static)return ya(l);if(t&1){let r=(a=s.unmount)==null||a?0:1;return kt(r,{0(){return null},1(){return ya({...o,props:{...s,hidden:!0,style:{display:"none"}}})}})}return ya(l)}function ya({props:e,attrs:t,slots:n,slot:i,name:o}){var a,s;let{as:l,...r}=wc(e,["unmount","static"]),d=(a=n.default)==null?void 0:a.call(n,i),c={};if(i){let u=!1,h=[];for(let[w,y]of Object.entries(i))typeof y=="boolean"&&(u=!0),y===!0&&h.push(w);u&&(c["data-headlessui-state"]=h.join(" "))}if(l==="template"){if(d=bc(d??[]),Object.keys(r).length>0||Object.keys(t).length>0){let[u,...h]=d??[];if(!gf(u)||h.length>0)throw new Error(['Passing props on "template"!',"",`The current component <${o} /> is rendering a "template".`,"However we need to passthrough the following props:",Object.keys(r).concat(Object.keys(t)).map(k=>k.trim()).filter((k,R,x)=>x.indexOf(k)===R).sort((k,R)=>k.localeCompare(R)).map(k=>`  - ${k}`).join(`
`),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "template".',"Render a single element as the child so that we can forward the props onto that element."].map(k=>`  - ${k}`).join(`
`)].join(`
`));let w=gc((s=u.props)!=null?s:{},r,c),y=Vt(u,w,!0);for(let k in w)k.startsWith("on")&&(y.props||(y.props={}),y.props[k]=w[k]);return y}return Array.isArray(d)&&d.length===1?d[0]:d}return an(l,Object.assign({},r,c),{default:()=>d})}function bc(e){return e.flatMap(t=>t.type===be?bc(t.children):[t])}function gc(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let i of e)for(let o in i)o.startsWith("on")&&typeof i[o]=="function"?(n[o]!=null||(n[o]=[]),n[o].push(i[o])):t[o]=i[o];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(n).map(i=>[i,void 0])));for(let i in n)Object.assign(t,{[i](o,...a){let s=n[i];for(let l of s){if(o instanceof Event&&o.defaultPrevented)return;l(o,...a)}}});return t}function bf(e){let t=Object.assign({},e);for(let n in t)t[n]===void 0&&delete t[n];return t}function wc(e,t=[]){let n=Object.assign({},e);for(let i of t)i in n&&delete n[i];return n}function gf(e){return e==null?!1:typeof e.type=="string"||typeof e.type=="object"||typeof e.type=="function"}var vc=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(vc||{});let wf=Mt({name:"Hidden",props:{as:{type:[Object,String],default:"div"},features:{type:Number,default:1}},setup(e,{slots:t,attrs:n}){return()=>{var i;let{features:o,...a}=e,s={"aria-hidden":(o&2)===2?!0:(i=a["aria-hidden"])!=null?i:void 0,hidden:(o&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(o&4)===4&&(o&2)!==2&&{display:"none"}}};return _i({ourProps:s,theirProps:a,slot:{},attrs:n,slots:t,name:"Hidden"})}}}),yc=Symbol("Context");var ci=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(ci||{});function vf(){return ct(yc,null)}function yf(e){Nn(yc,e)}var Be=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(Be||{});function Af(e){throw new Error("Unexpected object: "+e)}var et=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(et||{});function kf(e,t){let n=t.resolveItems();if(n.length<=0)return null;let i=t.resolveActiveIndex(),o=i??-1;switch(e.focus){case 0:{for(let a=0;a<n.length;++a)if(!t.resolveDisabled(n[a],a,n))return a;return i}case 1:{o===-1&&(o=n.length);for(let a=o-1;a>=0;--a)if(!t.resolveDisabled(n[a],a,n))return a;return i}case 2:{for(let a=o+1;a<n.length;++a)if(!t.resolveDisabled(n[a],a,n))return a;return i}case 3:{for(let a=n.length-1;a>=0;--a)if(!t.resolveDisabled(n[a],a,n))return a;return i}case 4:{for(let a=0;a<n.length;++a)if(t.resolveId(n[a],a,n)===e.id)return a;return i}case 5:return null;default:Af(e)}}function Ac(e={},t=null,n=[]){for(let[i,o]of Object.entries(e))Tc(n,kc(t,i),o);return n}function kc(e,t){return e?e+"["+t+"]":t}function Tc(e,t,n){if(Array.isArray(n))for(let[i,o]of n.entries())Tc(e,kc(t,i.toString()),o);else n instanceof Date?e.push([t,n.toISOString()]):typeof n=="boolean"?e.push([t,n?"1":"0"]):typeof n=="string"?e.push([t,n]):typeof n=="number"?e.push([t,`${n}`]):n==null?e.push([t,""]):Ac(n,t,e)}let Js=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function Qs(e){var t,n;let i=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!(o instanceof HTMLElement))return i;let a=!1;for(let l of o.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))l.remove(),a=!0;let s=a?(n=o.innerText)!=null?n:"":i;return Js.test(s)&&(s=s.replace(Js,"")),s}function Tf(e){let t=e.getAttribute("aria-label");if(typeof t=="string")return t.trim();let n=e.getAttribute("aria-labelledby");if(n){let i=n.split(" ").map(o=>{let a=document.getElementById(o);if(a){let s=a.getAttribute("aria-label");return typeof s=="string"?s.trim():Qs(a).trim()}return null}).filter(Boolean);if(i.length>0)return i.join(", ")}return Qs(e).trim()}function Ef(e){let t=$e(""),n=$e("");return()=>{let i=Oe(e);if(!i)return"";let o=i.innerText;if(t.value===o)return n.value;let a=Tf(i).trim().toLowerCase();return t.value=o,n.value=a,a}}function Sf(e,t){return e===t}var Pf=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Pf||{}),xf=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(xf||{}),Cf=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(Cf||{});function Lf(e){requestAnimationFrame(()=>requestAnimationFrame(e))}let Ec=Symbol("ListboxContext");function aa(e){let t=ct(Ec,null);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,aa),n}return t}let Rf=Mt({name:"Listbox",emits:{"update:modelValue":e=>!0},props:{as:{type:[Object,String],default:"template"},disabled:{type:[Boolean],default:!1},by:{type:[String,Function],default:()=>Sf},horizontal:{type:[Boolean],default:!1},modelValue:{type:[Object,String,Number,Boolean],default:void 0},defaultValue:{type:[Object,String,Number,Boolean],default:void 0},form:{type:String,optional:!0},name:{type:String,optional:!0},multiple:{type:[Boolean],default:!1}},inheritAttrs:!1,setup(e,{slots:t,attrs:n,emit:i}){let o=$e(1),a=$e(null),s=$e(null),l=$e(null),r=$e([]),d=$e(""),c=$e(null),u=$e(1);function h(g=v=>v){let v=c.value!==null?r.value[c.value]:null,P=lf(g(r.value.slice()),j=>Oe(j.dataRef.domRef)),A=v?P.indexOf(v):null;return A===-1&&(A=null),{options:P,activeOptionIndex:A}}let w=fe(()=>e.multiple?1:0),[y,k]=Jm(fe(()=>e.modelValue),g=>i("update:modelValue",g),fe(()=>e.defaultValue)),R=fe(()=>y.value===void 0?kt(w.value,{1:[],0:void 0}):y.value),x={listboxState:o,value:R,mode:w,compare(g,v){if(typeof e.by=="string"){let P=e.by;return(g==null?void 0:g[P])===(v==null?void 0:v[P])}return e.by(g,v)},orientation:fe(()=>e.horizontal?"horizontal":"vertical"),labelRef:a,buttonRef:s,optionsRef:l,disabled:fe(()=>e.disabled),options:r,searchQuery:d,activeOptionIndex:c,activationTrigger:u,closeListbox(){e.disabled||o.value!==1&&(o.value=1,c.value=null)},openListbox(){e.disabled||o.value!==0&&(o.value=0)},goToOption(g,v,P){if(e.disabled||o.value===1)return;let A=h(),j=kf(g===et.Specific?{focus:et.Specific,id:v}:{focus:g},{resolveItems:()=>A.options,resolveActiveIndex:()=>A.activeOptionIndex,resolveId:I=>I.id,resolveDisabled:I=>I.dataRef.disabled});d.value="",c.value=j,u.value=P??1,r.value=A.options},search(g){if(e.disabled||o.value===1)return;let v=d.value!==""?0:1;d.value+=g.toLowerCase();let P=(c.value!==null?r.value.slice(c.value+v).concat(r.value.slice(0,c.value+v)):r.value).find(j=>j.dataRef.textValue.startsWith(d.value)&&!j.dataRef.disabled),A=P?r.value.indexOf(P):-1;A===-1||A===c.value||(c.value=A,u.value=1)},clearSearch(){e.disabled||o.value!==1&&d.value!==""&&(d.value="")},registerOption(g,v){let P=h(A=>[...A,{id:g,dataRef:v}]);r.value=P.options,c.value=P.activeOptionIndex},unregisterOption(g){let v=h(P=>{let A=P.findIndex(j=>j.id===g);return A!==-1&&P.splice(A,1),P});r.value=v.options,c.value=v.activeOptionIndex,u.value=1},theirOnChange(g){e.disabled||k(g)},select(g){e.disabled||k(kt(w.value,{0:()=>g,1:()=>{let v=ue(x.value.value).slice(),P=ue(g),A=v.findIndex(j=>x.compare(P,ue(j)));return A===-1?v.push(P):v.splice(A,1),v}}))}};mf([s,l],(g,v)=>{var P;x.closeListbox(),_c(v,Oo.Loose)||(g.preventDefault(),(P=Oe(s))==null||P.focus())},fe(()=>o.value===0)),Nn(Ec,x),yf(fe(()=>kt(o.value,{0:ci.Open,1:ci.Closed})));let L=fe(()=>{var g;return(g=Oe(s))==null?void 0:g.closest("form")});return kn(()=>{Ht([L],()=>{if(!L.value||e.defaultValue===void 0)return;function g(){x.theirOnChange(e.defaultValue)}return L.value.addEventListener("reset",g),()=>{var v;(v=L.value)==null||v.removeEventListener("reset",g)}},{immediate:!0})}),()=>{let{name:g,modelValue:v,disabled:P,form:A,...j}=e,I={open:o.value===0,disabled:P,value:R.value};return an(be,[...g!=null&&R.value!=null?Ac({[g]:R.value}).map(([D,W])=>an(wf,bf({features:vc.Hidden,key:D,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:A,disabled:P,name:D,value:W}))):[],_i({ourProps:{},theirProps:{...n,...wc(j,["defaultValue","onUpdate:modelValue","horizontal","multiple","by"])},slot:I,slots:t,attrs:n,name:"Listbox"})])}}}),If=Mt({name:"ListboxButton",props:{as:{type:[Object,String],default:"button"},id:{type:String,default:null}},setup(e,{attrs:t,slots:n,expose:i}){var o;let a=(o=e.id)!=null?o:`headlessui-listbox-button-${$o()}`,s=aa("ListboxButton");i({el:s.buttonRef,$el:s.buttonRef});function l(u){switch(u.key){case Be.Space:case Be.Enter:case Be.ArrowDown:u.preventDefault(),s.openListbox(),Dt(()=>{var h;(h=Oe(s.optionsRef))==null||h.focus({preventScroll:!0}),s.value.value||s.goToOption(et.First)});break;case Be.ArrowUp:u.preventDefault(),s.openListbox(),Dt(()=>{var h;(h=Oe(s.optionsRef))==null||h.focus({preventScroll:!0}),s.value.value||s.goToOption(et.Last)});break}}function r(u){switch(u.key){case Be.Space:u.preventDefault();break}}function d(u){s.disabled.value||(s.listboxState.value===0?(s.closeListbox(),Dt(()=>{var h;return(h=Oe(s.buttonRef))==null?void 0:h.focus({preventScroll:!0})})):(u.preventDefault(),s.openListbox(),Lf(()=>{var h;return(h=Oe(s.optionsRef))==null?void 0:h.focus({preventScroll:!0})})))}let c=ff(fe(()=>({as:e.as,type:t.type})),s.buttonRef);return()=>{var u,h;let w={open:s.listboxState.value===0,disabled:s.disabled.value,value:s.value.value},{...y}=e,k={ref:s.buttonRef,id:a,type:c.value,"aria-haspopup":"listbox","aria-controls":(u=Oe(s.optionsRef))==null?void 0:u.id,"aria-expanded":s.listboxState.value===0,"aria-labelledby":s.labelRef.value?[(h=Oe(s.labelRef))==null?void 0:h.id,a].join(" "):void 0,disabled:s.disabled.value===!0?!0:void 0,onKeydown:l,onKeyup:r,onClick:d};return _i({ourProps:k,theirProps:y,slot:w,attrs:t,slots:n,name:"ListboxButton"})}}}),Mf=Mt({name:"ListboxOptions",props:{as:{type:[Object,String],default:"ul"},static:{type:Boolean,default:!1},unmount:{type:Boolean,default:!0},id:{type:String,default:null}},setup(e,{attrs:t,slots:n,expose:i}){var o;let a=(o=e.id)!=null?o:`headlessui-listbox-options-${$o()}`,s=aa("ListboxOptions"),l=$e(null);i({el:s.optionsRef,$el:s.optionsRef});function r(u){switch(l.value&&clearTimeout(l.value),u.key){case Be.Space:if(s.searchQuery.value!=="")return u.preventDefault(),u.stopPropagation(),s.search(u.key);case Be.Enter:if(u.preventDefault(),u.stopPropagation(),s.activeOptionIndex.value!==null){let h=s.options.value[s.activeOptionIndex.value];s.select(h.dataRef.value)}s.mode.value===0&&(s.closeListbox(),Dt(()=>{var h;return(h=Oe(s.buttonRef))==null?void 0:h.focus({preventScroll:!0})}));break;case kt(s.orientation.value,{vertical:Be.ArrowDown,horizontal:Be.ArrowRight}):return u.preventDefault(),u.stopPropagation(),s.goToOption(et.Next);case kt(s.orientation.value,{vertical:Be.ArrowUp,horizontal:Be.ArrowLeft}):return u.preventDefault(),u.stopPropagation(),s.goToOption(et.Previous);case Be.Home:case Be.PageUp:return u.preventDefault(),u.stopPropagation(),s.goToOption(et.First);case Be.End:case Be.PageDown:return u.preventDefault(),u.stopPropagation(),s.goToOption(et.Last);case Be.Escape:u.preventDefault(),u.stopPropagation(),s.closeListbox(),Dt(()=>{var h;return(h=Oe(s.buttonRef))==null?void 0:h.focus({preventScroll:!0})});break;case Be.Tab:u.preventDefault(),u.stopPropagation();break;default:u.key.length===1&&(s.search(u.key),l.value=setTimeout(()=>s.clearSearch(),350));break}}let d=vf(),c=fe(()=>d!==null?(d.value&ci.Open)===ci.Open:s.listboxState.value===0);return()=>{var u,h;let w={open:s.listboxState.value===0},{...y}=e,k={"aria-activedescendant":s.activeOptionIndex.value===null||(u=s.options.value[s.activeOptionIndex.value])==null?void 0:u.id,"aria-multiselectable":s.mode.value===1?!0:void 0,"aria-labelledby":(h=Oe(s.buttonRef))==null?void 0:h.id,"aria-orientation":s.orientation.value,id:a,onKeydown:r,role:"listbox",tabIndex:0,ref:s.optionsRef};return _i({ourProps:k,theirProps:y,slot:w,attrs:t,slots:n,features:za.RenderStrategy|za.Static,visible:c.value,name:"ListboxOptions"})}}}),Nf=Mt({name:"ListboxOption",props:{as:{type:[Object,String],default:"li"},value:{type:[Object,String,Number,Boolean]},disabled:{type:Boolean,default:!1},id:{type:String,default:null}},setup(e,{slots:t,attrs:n,expose:i}){var o;let a=(o=e.id)!=null?o:`headlessui-listbox-option-${$o()}`,s=aa("ListboxOption"),l=$e(null);i({el:l,$el:l});let r=fe(()=>s.activeOptionIndex.value!==null?s.options.value[s.activeOptionIndex.value].id===a:!1),d=fe(()=>kt(s.mode.value,{0:()=>s.compare(ue(s.value.value),ue(e.value)),1:()=>ue(s.value.value).some(g=>s.compare(ue(g),ue(e.value)))})),c=fe(()=>kt(s.mode.value,{1:()=>{var g;let v=ue(s.value.value);return((g=s.options.value.find(P=>v.some(A=>s.compare(ue(A),ue(P.dataRef.value)))))==null?void 0:g.id)===a},0:()=>d.value})),u=Ef(l),h=fe(()=>({disabled:e.disabled,value:e.value,get textValue(){return u()},domRef:l}));kn(()=>s.registerOption(a,h)),Zi(()=>s.unregisterOption(a)),kn(()=>{Ht([s.listboxState,d],()=>{s.listboxState.value===0&&d.value&&kt(s.mode.value,{1:()=>{c.value&&s.goToOption(et.Specific,a)},0:()=>{s.goToOption(et.Specific,a)}})},{immediate:!0})}),Yi(()=>{s.listboxState.value===0&&r.value&&s.activationTrigger.value!==0&&Dt(()=>{var g,v;return(v=(g=Oe(l))==null?void 0:g.scrollIntoView)==null?void 0:v.call(g,{block:"nearest"})})});function w(g){if(e.disabled)return g.preventDefault();s.select(e.value),s.mode.value===0&&(s.closeListbox(),Dt(()=>{var v;return(v=Oe(s.buttonRef))==null?void 0:v.focus({preventScroll:!0})}))}function y(){if(e.disabled)return s.goToOption(et.Nothing);s.goToOption(et.Specific,a)}let k=pf();function R(g){k.update(g)}function x(g){k.wasMoved(g)&&(e.disabled||r.value||s.goToOption(et.Specific,a,0))}function L(g){k.wasMoved(g)&&(e.disabled||r.value&&s.goToOption(et.Nothing))}return()=>{let{disabled:g}=e,v={active:r.value,selected:d.value,disabled:g},{value:P,disabled:A,...j}=e,I={id:a,ref:l,role:"option",tabIndex:g===!0?void 0:-1,"aria-disabled":g===!0?!0:void 0,"aria-selected":d.value,disabled:void 0,onClick:w,onFocus:y,onPointerenter:R,onMouseenter:R,onPointermove:x,onMousemove:x,onPointerleave:L,onMouseleave:L};return _i({ourProps:I,theirProps:j,slot:v,attrs:n,slots:t,name:"ListboxOption"})}}});function jf(e,t){return J(),Xi("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},[we("path",{"fill-rule":"evenodd",d:"M10 3a1 1 0 01.707.293l3 3a1 1 0 01-1.414 1.414L10 5.414 7.707 7.707a1 1 0 01-1.414-1.414l3-3A1 1 0 0110 3zm-3.707 9.293a1 1 0 011.414 0L10 14.586l2.293-2.293a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414z","clip-rule":"evenodd"})])}const $f="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;'%3e%3cpath%20d='M12,22.673c5.891,-0%2010.673,-4.782%2010.673,-10.673c-0,-5.891%20-4.782,-10.673%20-10.673,-10.673c-5.891,0%20-10.673,4.782%20-10.673,10.673c0,5.891%204.782,10.673%2010.673,10.673Z'%20style='fill:%23c4b6ff;fill-rule:nonzero;'/%3e%3cpath%20d='M12,2c10.386,11%200,20%200,20c-10.386,-11%200,-20%200,-20Z'%20style='fill:%23c4b6ff;fill-rule:nonzero;stroke:%23221b38;stroke-width:1.81px;'/%3e%3cpath%20d='M2,12l20,0'%20style='fill:none;fill-rule:nonzero;stroke:%23221b38;stroke-width:2px;stroke-linecap:square;'/%3e%3cpath%20d='M5,5c0,0%206.1,4%2014,0'%20style='fill:none;fill-rule:nonzero;stroke:%23221b38;stroke-width:2px;stroke-linecap:square;'/%3e%3cpath%20d='M19,18.8c0,0%20-6.1,-4%20-14,0'%20style='fill:none;fill-rule:nonzero;stroke:%23221b38;stroke-width:2px;stroke-linecap:square;'/%3e%3cpath%20d='M12,23.13c6.144,-0%2011.13,-4.986%2011.13,-11.13c-0,-6.144%20-4.986,-11.13%20-11.13,-11.13c-6.144,0%20-11.13,4.986%20-11.13,11.13c0,6.144%204.986,11.13%2011.13,11.13Z'%20style='fill:none;fill-rule:nonzero;stroke:%23fff;stroke-width:0.93px;'/%3e%3c/svg%3e",Ff="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABICAMAAABfoSITAAAAyVBMVEVHcExSZH4oSWgsW4ZipuIqMDgxUnWHq+mUobBgWn4uUHJWdKI3PkonSWr7kRyFotZzr+VemdOKmtuDsulIbqFgmtUkSGj2hRn3jBX8hQxLcrJXhsJPdrbkjnJXi8hOgsJJfLxejcxjjdEwYI9pj9ZBcqtxoONEdbU6bKI2ZZhqlNpwmd5Uh8V5qehcmNUqUIAtV4aiufLx4+eyrse4vfcoS3aNt+/XytZrfaPZzfMoKiw+REqFiKiyoKNoaXRYW1389vh3epb6moxgyctXAAAAHnRSTlMAUuPO/iWN/v4Mqy5kyfQsgNNP0/6s/juyadh7o/7F0dLiAAAHTklEQVR4XqzXiXIaORAG4BAwMJAAxiYcdiTNfQ+37yPZ93+o/bsluSAek61NOlUkplxf/d06ZvLpf5YzpHI+/b0aDsej0eT8fDIa/iXR6V+dn7dMwR0j7x+T16KqrFm2StRk/IdsYyFF9QZ2brg6h2NwnLp/njZVwUFLEmGamoytM51P34D29X+Zeb8ZKu6eyMPqXGjVmc/mb/GcZng++m1Yp+cnnDSCubvn2hn2ggY7nbFpI/h+6E1+F7bhp4kSLiVd395uNpsfPzab+916zerUmQ8GB6bTABq75+PTQZt+GjKab7dAYVLd73YUt/M8GAxonlM71PYKqBL5aHgyKFBZeHkedA1q1fXNet39PptioWaDuQF6qxSoFNnFeHhion5CaObeMXprVEyAom6/z6fz2WAwc2xjqxSmLIog+nArN5qMSiHU3RPQ7c9nsDbqer1F/yjEtSjaVzALEUQXo/qD1/YJVVLGl3dP3W338fHlebvRKKuMztC8qebST2JFqOvlJdia7oGmCX4rTi/voL4+PDy+PG0titr+Mzha/t5SD1WRGkSdi/ebtt9jNIxDH+jPn48PDw+vr90Nz9RG5YHaai+X1JqKJat5DdvHiNI0CcOE0DtGH1+fNyiN3nSw/odZzpYcVcY0WDcIgry8wRCOUd9H93GY+ukd6uWB1Ns3FDu16k6P9zXQBCRQrWZ5ibS4LJ0DNGU01VFfsFLdW9T92qCtyXFzX3T/kkwJ1bBwAQ+dg6QJ0IRVbAE6Wbu1QcvW+a9H0CxVwcVqkOe4OQBPII+vFgkqRFIkvoRKW4BY7Hs9Uou+WyqLel7geVkGOIrKkiJftCqUQlQfqmafEPYGhZUH/R7t66jaFK4L1gsyHdgk5ouzgpqkqOTyUhVedMMoqg512suVz/0LqDChEgc0QyFwxGwrpsKglHRp6xl0V4OiGiuKqgqpo3qazfSSZQhLaYFKBU8WEHkuWt3VJuXNjV1FSVklkoaAnDYqq5FXgMTXOaKjNFq3+g7K7ENZ2KUCirQioAJKBbYMhBAeL2BUWnTN424docP21dXVAm3FfP8JKmQMoBJsVd4IrYxXMIPJKrNc5THaaCZKoE3PpASpLYT1jGnRstJTjnSxatFqcoQu/Vhwv64QzLpo0agBl0E7SIqcByinrUHPaI/SNIVBJVStUa9WZaQEamJHnJzT8kiPUaeH48QHX8csmNeehwISGAczDfikZXbhIPO7Sgl0dHxG9zijIYU1KrO09DppTgzIKGqhF6gmLPdegsQnjvHVIdr4vF/ijMaKO2dVSqjmYEHmAxDBrGgd+Sej8gkgE0nHx2d0T1GBEiiEMGGZDUzljAYCX/NUI/6CQINWVf/4OH3d86NP39GCWK5DNGPEw1AoOLGs2qQwq1+eQGekhuZYQ7VZLWrVnMMzar4h16Dvjv5Zj8cKlSQ+UwcoZL07XSnMcTDpyQTL3U9+RR1Sfa0S6uIPoXzQdSpUJmPFx01o1cwABVNg8d9lbX/e824Fqg+9Vl2AFshUHEuajfCA0jkwaA6z6Ne9gX35vF8lMUmgUKKQ0lwtnstz9JRCVJ45omZcjFZAF0BrqvF1qd/UMFizB0g3Qw2yStJKCs/VUzGDNkHF9UdvdvxSARWsmaq9/EgGiqFzJzQVq+ZkStmoAfv9RqO9Wq18uqmh0uEv9HwJRAkVo5Rpw/VQrGaVVxWqrnuncb1YIEgcIinfVMCEsChUIeNQq7LQV1pgmvAqoeK67p2zZlLQ7xXcPAqa0CqjrlSE0q6LJQpZyQRLK6oW6L4u6lc/lFjnt0NKQyWVOnWFRAscVZmbpxAoD0VmeI3u67fUMuHlti7x+idkiZMUKkBKLKn05eMW9EVdUHtZrUIJih2dVPI7AEVJEt+PQ5RSimZgpiSJTJK28/F/QKAqndF86kAyhpmkKX3Cw1RZVSTGZDYR9JSqn/2CTVYLaj1BRHzQ3wBjfEIErNhMPw7Kl9W3Je1++6RmVaFxaCwC1cVv8yHxSer3sEqn1Pa3vT6qQKkwzRTvbmliCl6s0RggkanfPG3yZfVt6dMTix9XiPlvMXWw2kAIhAG4WkbQOtd9ASndnMaLp7z/e9V/Bgey0Ky3/gRJlvD568B2GROdmaSu0MzGk9ZwoTfJlY9joBwqPSYpIq0p2/SjnLVsXSS6eXMFyLCI4IWg6lyA6slP3UTGiDV/bIV4LFZ6Qx1TJ3k+TrBzg47n++ZXEWQg2lJAo5quVrLrP3jTzAQTWUW7oq6aqXty2KuZw6dMRCxdVQQqUPzE0cc4YqLNmgnminLWFJiRdojj4Er7pPU0TBbqhXFuHWOhvCPWEqF4R0TWulQtuVMzU6iFvZ5FBecXOMxM70iqqRSOPhUorjZXbXRLjOV9y/SUP/NSz8B7EsE9zgIO2Xcs3vFV5BQ25kMhwb3ELQcRTpWcvB9T4uivkKtmiduiu5mo1gLZcwHDRdyWM6F0KszRwlxSrUQ5Q/zP/ALDMiaZ9h2S+AAAAABJRU5ErkJggg==",Of="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABLCAMAAABX7xnBAAABnlBMVEVHcExXaIhzeJFUaotbbF9ca4QzZmYGCAt/f39vb4wtNjYsNTu4v5RkboEsLzNERFV/h61ZYno7Qkzo5KuXnc9jboaIkI8pLjYuNkBbaYphaoYnKjBcan37/NNkbXslKzGtto8uMj1bYXhcaIhZeKVpc4X6+9Hv668pNUYtN0XNxu2chtg6P0sxS2hfan6XnbZmcn5nd290h3IqJypudIxZaY/9+/319tObnNGSlIIpQ12jrcV1f4uCh4H9/eW5t6Xx77kZIi0iKTYQFhwfJjMXICsBAQEOFBojKjcVHCMKDhINEhYkJCVjaYdcZYFfZoR7fJ1nbIprb41ZYXxbZIBmaohxdJRhZ4ZscI9aY39VXnl2eJhXYHpucpJqboxhaIRSWXVxe4NETGYsO05JUWspN0koNEY5RVpcY2QwPlFtdIjf3KZPVXH39bvQ0Z6cpYSUmZpWXYPDxphNUm5rfaRITlWKlcZRV1wmMkOCjXhWZ4nO0LL8+8Q0QVWhpdVAQ0asr62nsIxganurrNk/SWGFjbskLj5kdpxaao0kRGBxtqk1AAAAQXRSTlMAIxZ//UsF/gIKHC3+sP4P/PFv/f7K/sGQX+eoN9Vt7f5C0ZI53Pz98981bVrhm4qn/v1z8rdhvMH+puB+6KH9hAszWwQAAAzlSURBVHhetJZ3cxzHEcVxOBwKgBAOJA4kTjBMEQSTaIikRVu25NIn6O7Js3kvBuQcmLMkf2v3Hlmig4plpTd7N1f7R/9m3rze25FfrInJyZHfU8uV1dXVyu8DGC8tX6ssra95hAdLy7/DPiavla/Ou3mPhebXKr+xNSvrMzO1emIEokFDhFCbWfmNVl5ariyV765pHeS5Dh0DkICQAqqXK6VfBZgYH5+cnKqszswjQgoo0GJikGUtojdIOL86NTn+aw52qTxztV6fN5hx0TRFwtyAKTziW0bGZOq1cumXLb9UWVlZZeNBWgOIVmIeABpMib0CZIak2Cnyrj6z8jNjNTk3WvrkzmotmTeeDJqMMkTjjKHCoNSn1oKXHgliSkEGJL+8u1Sa+1kNtX716vy8Triw4gEKhwQsRESSJyaQt0BgnSDh6vXa/xndUmXpm5na1XltEKKQCbnJjclDRJlJBGP4k1FIhutnHihDkLELUpuL2hdLH4/V+GiJy5cfrAGEOol8BElRnFhAxATIJOSIFqUBQjIgvYc486RiklZWXbz2sehOzF1b4dQkSvkkSRATlQxnVF5Zp2zhi3eoPHpEdMiT5TtWCF/IWiWcsHatXJr4qeqjy0vrtRo7DxGQDilEYm9CE0kpcxQEjnIDmAES6QNzcOBcFBwMRXCQpUr6LHUutSDrtW9K/1W8cGaVF58mWkeU2JwJiIQhImqnpCFnUJo0t8aG+CqQzaDZ3H+xuL+/uF98NeNYpJIgzYLAAkhVX/+89G/RnVwq1+ajMNLI3iP7kilM8L0MpoDoqbiElchq7u+/3J+e3vpRh9MvGCfizdiCs1ZaZwO7XvnAmHrDodSRBp+ARkPJsFcBMfGMC0NNIbJiEiQyxu3vXLx48cbWxa2Lu4UOD5n2mG/tHu6nlFob2wBSqNdnKj8SehutTiRdbhJIESnUGhEDRE38CyJNKRm+4ZUJbI60uLW7Oz19Ze/K3t9YDwvt7U1PTx9ubX37bXxwIGwq40xmm7UvKpPvCefdpy0uwwuOTRhiFBlj3NAitALQxB7RGAoxNMboV1xybGzsZOzkjDV4p3v37j28snXxxovFTQcuEy4I0gBqS8ujQ0Kv1+5234DWCTdBlAwV4DtVGaXRe2PJeyYlR62z56zZ2dleu/28dZQmQmu4NxiM8V4Od3amZRbYqlCOR6a+LPMzd7TbO293v+v2W1GoQ5VFJop0mBeFDaKTBYHIkSAkxDBqDLbPBvosabU6nc52g6Kwc3LWOjlKXg3u713ZvfF48cAJpwJOuZCiOnN7ZO6PvW57o9v7buNNZxtTp43WkkxBYIwBZBkjTNUwgFnDrIpNITelw1ec7KOjk5PW2XYjOjkZG3u4u7O7GMcyky52b8Xbhdefj0x+erNdqDCrH0VURFV4LKSGvTtUhgKtH3Z1s5C1PFVls+h1SQSkj5J++/ng/v2XOzeEUCqonp6eLpy+ZsJE6c7lf/IeCspGv3+Ua5cCA0KLPMG7IycyQOT58pkaIlKAZpwKGchN5QFETrludNLB4OH0ztb+98e8/NOF1wtM4KYe+aT86a0uA7rtbu/pdseqoqrMmYI+Q4M5QkgmQ5LgPaSbhYIUmukmx9LGEqwSmQyyzUAMksH9wyePq8fVhWenz569IwwZf7518ybb1Oud9/uthg6RUsYwRCKh5eF96iGQXvo0c0oCCNVMm01npbBWOhnYVDZFk4Lng4db118cHxcbWHhPYI3PfXb5UrvXZUZ/o/u008iD3KOPMROUFSaRJ/AqUAUHgqwJIGVRWWUZQxTnX4IKUump8aj58snO22M+goUPhEJTlcuXZrsb7FS3t9FvIQKRQBl4kAaUBEk+B/CCCTLetJsBSE5kHARC5rkiQp0BwA9GP3IPHz95/H312etnX3/11Re3Rz5o7sLlWzc3znsbvR53YCfSGCOFYDICl1HgfY5SxWCtjcE1U6lSpWIpHYSQc6tqQPKPMPnhuLl340m1Oix/e3LiP96M5u58yqlt82BIf1sHiGiLS3m+vPOCTffegq8qr6RUYtiQiSgeykWU7aNHiTp29w+vf13+fHRyfGLif/6IPrnw99kiVL3z842NfoMJZDSFJIMcETBWkglA4KQiEzqAREc6gUhvG40USHqUrD24e3dv56/89P5JcawuXLo12y6MOucj7yBCRkAiCBGLEqkEIsJI541GlDVQR8lwNJgAX9avPlhdqSwv/2PrDx95HZiYunzpZpEqVrsdRVJI7lCDAN6DS4HQmOioUBQdRaiTd4qQanfLldFhkbvT12+PfERTyxf+xJEqCEWsQHE3hV44IALUDb29vX3UYgJP25jqRCNSgzdRKY2+P9jPXj75y8dfa6buXL41y+1RYLr9DlhSkBaB+Vcl5v/UttGEcQqDLdvgEMNgd9yU0lIInfKmdfplnDad3umEJDuQpArwhppUPX250UTGLYIZ14ObYSoU/uzuyrYgzYDM47Oxf/B+tM/uYt35ZiswA5ANT2TsHbSe2kKYgtvmVOJ17vHavZQ9miSVqus45VDzyPL91i+GgUF5EBsEF48KbBC3PaJ7XSGCu5NJgP8drsKHm3VncrncjY1yhdMXNvc5ADA4qAUE0zTDvqXrTI+IrLmWCF58mBA+7KyCTWmSCo88mG+AdF0Rcg7Xz20/jm3s+8JhkaLLTVhE0ZkFF2HMXpayfvrTGATpUWjhLyykIjjINLmN5Q2F6FtM3mxsbmZlTZUVwiIrFNz4JpcM7+P2vXHukQNuubEsIAS8hS+cCyrLWZQMSyawCOTJBd/bXUnyn52/J6UTpnwuXE3XI8cTNtTZ5G9cpstqdjM7JKiqLMsqYZikHZgHD5IAn71ezaUCcht2KNxIlnXWFYbnOV2qN7KbICBsNrINOSsDT9UVCi3NA9vf+uHy6o7SmykDJgnheYRkVcUxdb25mQgIEB4WkdEkzfGwUK3tZ0nU6TOY6jSVwKTQDh2lqTZUvTGKDiahS0hAjxjU2en3Q5ySp6+mkxp22qntmtmweRj4+yHVVTRmRAAUEJpyE0ugqoywCIrgm1Cni52kXyfr7dR2vdPCEfAvTIvIjSwojoykOIWh0CPLNrcNw/eN3i/fSKNv19PbNe9zLnir1+NMUZEQU0Z/huEVhbFusN973uvhDenOsyuE79MIhQAJ5ssL7jCl2Wz+l6CCZAbDYpvP5+Z+fdszWi93dm9BkApBGILB+39yLyK6jE6hGvAAQXSQHllCbG3NLSycH1/Apm9nN3MLl6a5EPEoC8sl2JXZkRqwwCGQ67mcbx/DXcvCcQ8Jz3LjEzIFJIQi7PediBFFRTVVdZCAqiiEMObykHNjF25cFo63kfBqRMj9tZaaQ0zo92GUI8YI0cEoGc0CxS2kMI06IsQN1PnfC3NvDSBsbWVGhNp8ei8hwbK6XUqpQkAY90qTEo1qlmXxoNV7e35+ACbBVuZAugUht4EAy6Uu1QiaoqgKVdAt9EihjNIuEAQ3jIvdi/9joff2FiduQZAeoUeWE0WUEfSJ6ATdQmENNMogfv8khM3Jb8Zv+9CsL5/Ojk1ALQtLWFG3y6gyIEC9yUgaobToeUKciDCwDdMM8LZpe3riFpWW8gI9QpGBBm/o8D3VirBlFCDOfe4HAdqEhZY+r3U6h532avr5W9kb1FljZChMxR0mATk4b048RAQ25/wFHCl8G49CrVbrnHXap1Iq4sv7loMENiQoChKihBB135xYfSDYYQgEs2VMjwj1eqfdnkhVrmxZFCKRd6SMXKJusdi1XBErALU+zQ2KDFrstNcm0rXsubSLhEGd2TsUjRY1jeJ25iSuBRCGdZ4Fwu9n+J8vXVWHRpQqQ4I2iI5uKfCkRTAqsqx+TPBtc9SqK5jEGf7GpSu/rjFKB84gZyRkKbFRMBNYipC3+N2PRgE+rtW+7rS/GIeQKSxhpZGQiMU1IDQmaBTvzz2xD+1aglZNkvhrTIIkfVlmVGNRHHqQhYbzjFNOUeCSC6Pt842pyYnLHDqdszZ8HkeAWGLMHVoznGwFYIpGUeAREsKN0pXunwXCTHvcM2SpUKUkGeYrorGEK5CwUUrixUN9tHg0D8hxEaX1J0SJH8MFFsWMLmWiD/HtyvRVS1bgGOiPw1Ngjq1Spbw0LDM6hAQEAsHxRLReniq8k/VUrXO4eHjTBkKS3kuwUFlfYkV0KjELvKNaeP9++WFhAr9w1aT6DJyf3DBxuUzu/Z1dYflhdan4hDFAKEwrUsKeFJeqpUJ+MunSS5Nm4CjrhlJPTkPnva/8culhqVKpVKvlcrVarVTg43I+uf4rnVT/5Kwzf9r++XqXVqZuOh6HdJYL+fyd6xyoQa/WZ9Zet6/vJim3MnlDkTKxpOu+Ln0M+upo/scHD2LCv4UALGkcmrMXAAAAAElFTkSuQmCC",dn=(e,t)=>{const n=e.__vccOpts||e;for(const[i,o]of t)n[i]=o;return n},Df={mixins:[cn],components:{Listbox:Rf,ListboxButton:If,ListboxOption:Nf,ListboxOptions:Mf,SelectorIcon:jf},data(){return{isOpen:!1,links:this.getLinks(),newSelectedLang:null}},mounted(){let e=!1;const t=()=>{window.scrollY>0?e||(document.body.classList.add("scrolled"),e=!0):e&&(document.body.classList.remove("scrolled"),e=!1),window.requestAnimationFrame(t)};window.requestAnimationFrame(t)},computed:{selectedLang:function(){return this.languagesLookup?this.languagesLookup[this.currentLocale]:"en-US"}},watch:{currentLocale(){this.links=this.getLinks()},newSelectedLang(){if(this.currentLocale!==this.newSelectedLang.code){let e=this.$route.matched[0].path.replace("/:lang?","/"+this.newSelectedLang.code);this.newSelectedLang.code==="en-US"&&(e=e.replace("/en-US","/")),this.$route.query&&this.$route.query.q&&(e+="?q="+this.$route.query.q),this.$router.replace(e.replace("//","/"))}},selectedLang(){this.newSelectedLang=this.selectedLang},isOpen(){this.isOpen?(document.body.classList.add("menu-open"),je.set(this.$refs.menuEl,{opacity:0,left:-100}),this.$refs.menuEl.classList.remove("hidden"),je({targets:this.$refs.menuEl,opacity:1,left:0,duration:300,easing:"easeOutCubic"})):(document.body.classList.remove("menu-open"),je({targets:this.$refs.menuEl,opacity:0,left:-10,duration:200,easing:"easeOutCubic",complete:()=>{this.$refs.menuEl.classList.add("hidden")}}))}},methods:{getLinks:function(){return[{name:this.$t("A_home"),url:""},{name:this.$t("A_research"),url:"/research"},{name:this.$t("A_publications"),url:"/publications"},{name:this.$t("A_news"),url:"/news"}]},onMeetTheTeam:function(){return this.$route.name==="Home"?document.getElementById("the-team").scrollIntoView({behavior:"smooth"}):(this.$router.push("/#the-team"),setTimeout(()=>{this.$nextTick(()=>{document.getElementById("the-team").scrollIntoView({behavior:"smooth"})})},60)),this.pLog("Meet the team"),this.isOpen=!1,!1},onBurgerClick(){this.isOpen=!0},onCloseClick(){this.isOpen=!1},toggleNavbar(){this.isOpen=!this.isOpen},openContact(e){return this.isOpen=!1,window.HelpWidget("open"),e.preventDefault(),!1}}},Hf={class:"h-9 text-xs text-coolGray-200 w-full bg-black flex items-center px-2"},Uf={key:0,class:"flex mr-2 w-3/4"},Vf={class:"relative"},Bf={class:"flex items-center"},zf=p("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},[p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"2.5",stroke:"#dfd7f5",d:"M12.5 18H19.5M12.5 18L11 21M12.5 18L16 11L19.5 18M19.5 18L21 21"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"2.5",stroke:"#dfd7f5",d:"M3 5H15M9 3V5M10.05 14.5C8.51 12.91 7.28 11.04 6.41 9M12.75 5C11.78 10.77 8.07 15.61 3 18.13"})],-1),Gf=p("img",{src:$f,alt:"Language",class:"flex-shrink-0 h-3 w-3"},null,-1),qf={class:"ml-2 block truncate"},Wf={class:"ml-3 absolute inset-y-0 right-0 flex items-center pr-1 pointer-events-none"},Kf={class:"flex items-center ml-2"},Yf=p("svg",{class:"h-3",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},[p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",fill:"none",d:"M20 22C18.9 22 18 21.1 18 20V9H22V20C22 21.1 21.1 22 20 22Z"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",fill:"none",d:"M18 9V2H2V22H20C18.9 22 18 21.1 18 20V9Z"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"square","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",d:"M5 19H15"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"square","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",d:"M12 9H15"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"square","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",d:"M12 6H15"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"square","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",d:"M5 16H15"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"square","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",d:"M5 13H15"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-miterlimit":"10","stroke-width":"1",stroke:"#ffffff",fill:"none",d:"M9 5H5V10H9V5Z"})],-1),Jf={class:"whitespace-nowrap"},Qf={class:"m-2 whitespace-nowrap mx-auto lg:mx-0 lg:mr-1 lg:ml-auto flex space-x-4 lg:items-end"},Zf=ln('<svg class="h-3" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-reactroot=""><path stroke-linejoin="round" stroke-linecap="round" stroke-width="1" stroke="#ffffff" d="M8 11V6C8 3.79 9.79 2 12 2C14.21 2 16 3.79 16 6V11"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-width="1" stroke="#ffffff" fill="none" d="M6 11H18V16C18 19.31 15.31 22 12 22C8.69 22 6 19.31 6 16V11Z"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1" stroke="#ffffff" d="M12 17.75V16.25"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-miterlimit="10" stroke-width="1" stroke="#ffffff" d="M12 16.25C12.2761 16.25 12.5 16.0261 12.5 15.75C12.5 15.4739 12.2761 15.25 12 15.25C11.7239 15.25 11.5 15.4739 11.5 15.75C11.5 16.0261 11.7239 16.25 12 16.25Z"></path></svg><div>Lab Wiki Login</div>',2),Xf=[Zf],e0=p("svg",{alt:"Kanobo ELN and project management for science labs",class:"h-3",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},[p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"1",stroke:"#ffffff",fill:"none",d:"M6.37995 13H17.6199L20.5299 17.43C21.8099 19.43 20.3099 22 17.8699 22H6.12995C3.68995 22 2.18995 19.43 3.46995 17.43L6.37995 13Z"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"1",stroke:"#ffffff",fill:"none",d:"M6.37988 13H17.6199L15.1599 9.25C15.0499 9.09 14.9999 8.9 14.9999 8.7V5.16C14.9999 5.05 15.0199 4.95 15.0499 4.84L15.9999 2H7.99988L8.94988 4.85C8.97988 4.95 8.99988 5.05 8.99988 5.16V8.7C8.99988 8.9 8.93988 9.09 8.82988 9.25L6.37988 13Z"})],-1),t0=p("div",null,"Kanobo ELN Login",-1),n0=[e0,t0],i0={class:"relative top-0 w-full h-24 flex bg-background z-30"},a0={id:"sticky",class:"calloutBubble fixed top-10 w-full px-6 py-6 flex justify-between items-center z-40"},o0=p("h1",null,"The Hsiao Lab @ UCLA",-1),s0={class:"lg:hidden"},r0=p("svg",{class:"block h-4 w-4 fill-current",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[p("title",null,"Mobile menu"),p("path",{d:"M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"})],-1),l0=[r0],c0={id:"pagelinks",class:"hidden absolute top-1/2 left-1/2 transform -translate-y-1/2 -translate-x-1/2 lg:flex lg:mx-auto lg:flex lg:items-center lg:w-auto lg:space-x-2.5"},d0=p("li",{class:"text-gray-100 link-pipe"},[p("svg",{class:"w-4 h-4 current-fill",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},[p("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})])],-1),u0=p("div",{id:"scrollcheck"},null,-1),h0={ref:"menuEl",class:"hidden navbar-menu fixed top-0 left-0 bottom-0 w-5/6 max-w-sm",style:{"z-index":"99999"}},m0={class:"relative flex flex-col py-6 px-6 h-full w-full bg-white border-r overflow-y-auto"},f0={class:"flex items-center mb-8"},p0=p("svg",{class:"h-6 w-6 text-gray-400 cursor-pointer hover:text-gray-800",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},[p("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"})],-1),_0=[p0],b0={class:"mt-auto"},g0={class:"pt-6"},w0={class:"my-4 text-xs text-center text-gray-400"},v0={class:"w-full flex justify-between"},y0={class:"flex space-x-5 lg:space-x-10 w-full justify-center"},A0=["href"],k0=p("img",{class:"w-10 mr-2",src:Ff,alt:"Twitter"},null,-1),T0=[k0],E0=["href"],S0=p("img",{class:"w-10 mr-2",src:Of,alt:"Google Scholar"},null,-1),P0=[S0];function x0(e,t,n,i,o,a){const s=rt("SelectorIcon"),l=rt("ListboxButton"),r=rt("ListboxOption"),d=rt("ListboxOptions"),c=rt("Listbox"),u=rt("router-link");return J(),X(be,null,[p("div",Hf,[o.newSelectedLang?(J(),X("div",Uf,[we(c,{as:"div",modelValue:o.newSelectedLang,"onUpdate:modelValue":t[0]||(t[0]=h=>o.newSelectedLang=h)},{default:ze(()=>[p("div",Vf,[we(l,{class:"relative w-full bg-black border border-gray-600 rounded-md shadow-sm pl-2 pr-7 py-0.5 text-left cursor-default focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 text-xs"},{default:ze(()=>[p("span",Bf,[zf,Gf,p("span",qf,q(o.newSelectedLang.name),1)]),p("span",Wf,[we(s,{class:"h-3 w-3 text-gray-400","aria-hidden":"true"})])]),_:1}),we(ko,{"leave-active-class":"transition ease-in duration-100","leave-from-class":"opacity-100","leave-to-class":"opacity-0"},{default:ze(()=>[we(d,{class:"absolute z-50 mt-1 w-full bg-white shadow-lg max-h-56 rounded-md py-1 text-base ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none text-xs"},{default:ze(()=>[(J(!0),X(be,null,Qe(e.languages,h=>(J(),Xi(r,{class:"text-xs",as:"template",key:h.id,value:h},{default:ze(({active:w})=>[p("li",{class:lt([w?"text-white bg-indigo-600":"text-gray-900","cursor-default select-none relative py-1 pl-0 pr-2"])},[p("div",Kf,q(h.name),1)],2)]),_:2},1032,["value"]))),128))]),_:1})]),_:1})])]),_:1},8,["modelValue"]),we(u,{to:`/news${e.lang}`,class:"hidden lg:flex overflow-hidden ml-4 flex items-center hover:text-gray-100"},{default:ze(()=>[Yf,p("div",Jf,q(e.$t("B_latest_news"))+": "+q(e.latestLabNews.headline),1)]),_:1},8,["to"])])):Me("",!0),p("div",Qf,[p("a",{onClick:t[1]||(t[1]=h=>e.pLog("Wiki Login")),class:"hidden md:flex items-center hover:text-gray-100",href:"https://wookie.hsiao.science/w",target:"_blank",alt:"Lab Wiki"},Xf),p("a",{onClick:t[2]||(t[2]=h=>e.pLog("Kanobo Login")),class:"flex items-center hover:text-gray-100",href:"https://kanobo.com",target:"_blank"},n0)])]),p("nav",i0,[p("div",a0,[we(u,{class:"bubble text-white font-bold leading-none",to:`${e.lang}`},{default:ze(()=>[o0]),_:1},8,["to"]),p("div",s0,[o.isOpen?Me("",!0):(J(),X("button",{key:0,ref:"burgerEl",onClick:t[3]||(t[3]=(...h)=>a.onBurgerClick&&a.onBurgerClick(...h)),class:"navbar-burger flex items-center text-white p-3"},l0,512))]),p("ul",c0,[(J(!0),X(be,null,Qe(o.links,h=>(J(),X(be,{key:h.name},[p("li",null,[we(u,{class:"text-sm text-white hover:text-white",to:`${h.url}${e.lang}`},{default:ze(()=>[We(q(h.name),1)]),_:2},1032,["to"])]),d0],64))),128))]),p("a",{class:"hidden lg:inline-block py-2 px-6 bg-pink-500 hover:bg-pink-600 text-sm text-white font-bold rounded-l-xl rounded-t-xl transition duration-200 border-2 border-pink-500 hover:border-pink-500",id:"contactbutton",href:"/#the-team",onClick:t[4]||(t[4]=Ms((...h)=>a.onMeetTheTeam&&a.onMeetTheTeam(...h),["prevent"]))},q(e.$t("A_meet_the_team")),1)])]),u0,p("div",h0,[p("div",{onClick:t[5]||(t[5]=(...h)=>a.onCloseClick&&a.onCloseClick(...h)),ref:"backdropEl",class:"navbar-backdrop fixed inset-0 bg-gray-800 opacity-25"},null,512),p("nav",m0,[p("div",f0,[we(u,{class:"mr-auto text-lg font-bold leading-none",to:`${e.lang}`},{default:ze(()=>[We(" The Hsiao Lab @ UCLA ")]),_:1},8,["to"]),p("button",{ref:"closeEl",class:"navbar-close",onClick:t[6]||(t[6]=(...h)=>a.onCloseClick&&a.onCloseClick(...h))},_0,512)]),p("div",null,[p("ul",null,[(J(!0),X(be,null,Qe(o.links,h=>(J(),X("li",{key:h.name,class:"mb-1"},[we(u,{class:"block p-4 text-sm font-semibold text-gray-400 hover:bg-purple-50 hover:text-purple-600 rounded",to:`${h.url}${e.lang}`,onClick:a.onCloseClick},{default:ze(()=>[We(q(h.name),1)]),_:2},1032,["to","onClick"])]))),128))])]),p("div",b0,[p("div",g0,[p("a",{class:"block px-4 py-3 mb-2 leading-loose text-xs text-center text-white font-semibold bg-pink-600 hover:bg-pink-700 rounded-l-xl rounded-t-xl",href:"/#the-team",onClick:t[7]||(t[7]=Ms((...h)=>a.onMeetTheTeam&&a.onMeetTheTeam(...h),["prevent"]))},q(e.$t("A_meet_the_team")),1)]),p("p",w0,[p("span",null,q(e.$t("science")),1)]),p("div",v0,[p("div",y0,[p("a",{href:e.twitterHref,target:"_blank",class:"text-yellow-300 flex align-center text-xl"},T0,8,A0),p("a",{href:e.scholarHref,target:"_blank",class:"text-yellow-300 flex align-center text-xl"},P0,8,E0)])])])])],512)],64)}const C0=dn(Df,[["render",x0]]),L0="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABICAMAAABfoSITAAAAxlBMVEVHcEx6iJtOd5VNcY+pxfCQqtBRV2KJwey0v8WMiZpRg6lTeplMcpD8sDyAm8KGtuFQYnOru+Wmy/CIt+KZx+9xlb36qDhIcY76rTP8px13nM12nc5zi8Fwm89/rdt3pdZyoNFtmsyKruBXiLBQeaNqmMVikr6QsORejLeRtOaWt+mGrt2exPB9qdiXve1Tf6iGueS+0PfMydjP0vqoq8mUob3w6evh1uJNdJtNT1KuzvVtcXPKvb+Bh5DxsZ3m3vj99/mZlZZxsJOYAAAAHnRSTlMAVI/j/i0l/v4MzqvJ9IDTaE/TrID+O/6yaaPP3OVW34FKAAAHP0lEQVR4XqzWh3IaSRAGYINBsGDACIRBkidsjkTlZPv9X+r+7mlzcFrjq/O1yyuJUn31d0/QfviP5bWpvA//X7Xb4+l0MhpNpu0/xyTjcDTqSMEdI+8fk5dKrX+aZadETcZ/yDauNJkCtp64Wodj8Lyab0+b16ZitCQRptRk/NOZLWZ7YHj5b2be7kWGuyfysFrnTvUW88U+nteLRtPfhvX6QcxJlzB337h2wp7TYGdzZ0qEIIj8ye/CNoI0NqqgpJv7u7vvd99R33abDaszbzEYHJheA6gtRuPTQXtBGjGat7ZAYTp1R3FbL4PBgOY5mwnQXAE1Kp+2TwYFqis/z5MuUDZF3TxtNt23+QwLNR8sBOivUqBaZefj9omJBjGhWXHLKFhROer2bTFbzAeDufezsVUKU1dVsvzlVm70GNVKmdub7f399vblHqxE3Wy26B+FuHs0iAzMSiXL82n9wRsGhBqt7cXtTXfbfX7+8bKVtWKV0Tmal+qFQWwNoYWfl2Brum9ipDF+y6YXt1BfHx+ff9xsBaXavg2Olr8fuqEaUpNl6/z9pj3rMxrZKLi4RT0/Pj6+vnYFlagyUGktDKk1YzWreQ3bxojSNI6i+G/0+fnlO9bLoU+tmzcxJUbIUbWlwRZJkuTlE4ZwjGKksbVRGqSEon2o2ASCYqeuu7PjfQ00BgnUqVleIi0uS+8ATRlNXdRXrFT3/v7+7ttG0M7kuLnPrn9NpoYqLFzAbe8gaQw0ZhVbYIuttdsIWnZG/zyCslQVF6tJnuPmADyBPB5ex6gISZH4QlRise/dSN+hslR71PcT388ywMtlWVLk8856vVYGUQOojr25ueErECsP+j165qI6UxUFWD/JXGBJzBenghqnqPjiwlT+8knQTR3qNcNVwP0rqDChEgc0QyHwktmOpcKgjC5o6wm6q0FRjRVFNZV2UX3HZm7JMoSltEC1gacriDwXp+7qk6L/FXYVJWWVSBoCckpUpy79CiQ+zhEdJWjN6nso2YcIKksFFGlVQgWUCmyZKKV8XkBEF3TD4+4coWdD1BXasnz/KSpkTKASvFfBlJ2MVzCDKSpYrvIYbfRio9CmLylBOgthfWfu0XLtprx05VRB15MjNAys4n4LpZgt0KKoCZegLSRFzgOU09agvEethiWopu9EBSoqIyVQiY1Cck7LIz1GvT6OEx98F7Ni3nk+CkgiDmaa8EnLZOGAuneVEuiUOalm+IAzGsnSC02zIJQPFTEgl8sOeoEqYbn3EiSeOMbDQ7Tx8SHEGbWGO2dVa6hysCAjGfffWdM68k+i8gkgE0nHx2f0gaICJVApJWGZTaRyRhOFj3mqS/6AQEHXqn18nD498J8+d0crYrkO0YwRH0Oh4MSyKkmpe+V9eK9GcqyLw6yCippzeEblE3Idqt4f/T6PFSpJfKYOUMhudxZayXGQ9GSC5e4n/0Q9UgOnElrgH6F80F0qVKat4eOmnCozQMFUWPx3WZsfH3i3AnWH3qkFoQJkxlpNs1E+UDoHguaYaFX3GuZhZ61iSxIolKq0lqvFL3iOvjGIyjNH1IyLUZjq6qz+HexT6N7UMFjZA6TLUJNsrWkllV+4qcigJai6/NWbHb9UQAUrU4XAIslKI6jhTjCVvZqTqXWjpvmzdqPRXK1WAd3UUOnwV26+BKKUsSgjbRQ+itVsjfGbuu69xuXVVwSxEZLyTQVMKUFJVdpGTtWVu9ISacJXylh0X5O0F1f0exU3j4KmnMpooQ2htOusRiErmWBpRc1XdF8X9VMQaazz/pDSUEmlTgul0QJHNXLzVArlo8iMLuvX3vv8MYwhocQl3v2ELDZOoQKkxJrKXT4FSBtd1wWVy2oVaVCiUlLN7wAUJY6DwEYoYwzNQKakiYzjJk20Xu1DNS6jPF0gbWHGaUpPa1CWVUOiJbOHoKfU2Gry2GS1otZjRMSDvgK0eEIEbNhMh7VB95fVlzB1e0rGANWgcdL4fyTFb/MR8XEa9LFKp9Tmlwd3VIFSYZppuArSWAqedagFSGQa9E6Zcll9CYMUTfJrFWL+VUwdtDgQwlAA7kQQXHPw5nkxXXrz6v//ZZuXtIEp7GBP+6YEkfLxrGWmLEU1StqE5jZ2xrAf9Dqlce8L5VDpoaSIjGHssI9x3nJMkRTmddmOLI8IXgim6gCKkyuoGbJWOsptK5nXk0Vl1HFVyR99lH3oLvY/MKsgC7GWAhrVbHrJad/gTbPAtLyKTkNDdVNFmLc98/gSRcQzTUVcHRpd67NWT5Q3a5KakelR3DGbfojeueV90ns6Ji80Ctu5u6bmsiO2mqBER0SeM1QruVOz5KNVjnpIrIN3cLlJV2RuVCunuBUooY5QMUVeYqrXLanLnznVc3CHRNOatEBAvsaIjmeRaefvng+C+5awAkSYWlz5xjURp3iFnLRI2hbDLVnlCjnyBh6fiSE7TVSZk4e5gsulQPzP/AJbsigWcLlceAAAAABJRU5ErkJggg==",R0="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABLCAMAAABX7xnBAAABg1BMVEVHcExla3KXobYOExgXHCXZ3MCeqb2mpsKqqqr19NFfZW6zurDk5caWp7yRo7aSnamYn7HU1M6cpraqt6fCxuWPmrNtdX+hqLhobXiXoK5mbXWUoLRiaHGJoLyXobJGTlxjZWxmcoJvf4/HzNnKvOz8/OhfY2xqam2QmaiYoLWVna6bo7eiqLqhrsLr6/mVnrBwgpejscz5+ub9/eXJzuJfZm/9/f9ggp5GT1m0trNkcoN3fpPBvuT///JKWWdZYnFVYG9HV2UzQlAZIClMWmg4SFMAAAAwPkolMj1QXWxBUFwEBgdqdIdZWlqgo7qan7eWnbKZn7WVnLKcobeRma2WnrSjpryur8WeobeTm7Cnqb+pq8KlqL6Smq9hb4Jmd4mOlq2Wn5xjc4aFjKFfboCmrLaMk6myt9BvfI6Lj6fs682LkJSAh56JjqXFx8q5v92Rl7XO1Lx1gpS8wL6SoLnFy7X8/N3Nz+tcanxne46AhYt7foB8hZqjr61wcnKcqsW+v7NNant7AAAAPnRSTlMAEln+/f4YCQP+Jf7+OSpwz/6y/v5HP92wqHGXknqI/cffmYxq2e1d7Or0wfSFM+Df/bzN2f5m6q7o8f2/oUBqhPwAAAzPSURBVHhetJZ3cxTpEcZhq1a7CistAiGEkMqE8iEJjpMN5Trbn6HTGydtDso5EC74o7tnCYWvTNkXeHqmev/q3/TTPe/sjd+seq1242tqvvJ8dbXxdQC1qUZjqbLaRDKLlUbtKwAaa03xwkQkiSwv/bGAxsLq4srWCytBnJAwi2kuLvxB1sw3KpW1lWVJPHGRpKRiw8SeX6wtzf8+gO5MbaayuvWUyOToAkWyQqoYiVDI0dPVmVr99zx9ZX2xubyxmRCIiXlOjlBQhJ0jAoGMZaO5/tvaqM9XFhZWV5obbKIgkQFCr5m884jGsSNwWeoZ042VhV+5VrXa1Pzdu+vNzU1BFkfAQCQpCYsScsyNMQhIjIFzBM/wbKUy/2sYjcpKs/l0UywQeQ30riQIlWKHoAkj8vs7DRzyZxvNyv9nzdRS5fnKYnPTEqEVJTCxTJ4dABxqNgKcMCEjIDIoL6Q+jxiajytT/+NtnZpf0rkuM0phLWoIKsE5No6VgABGsyEQdMotCZgBss8cRBin6fL60pcZ9ZuNhfXFF9Z7tNYSWW8nmTz6mPpIRIgpeSSlUkqaIiHGELBUjD6kIcbl9fn/urlTDd345osXm8YaTsQJsbAkYiMAU2CTMgsSGGIsTqRzkmcdf3LSOTk5QRTIPSDkWapWwcbW8/lf+K7V154vNm1uk6LDSigSLr0R51ySexCXioDkHMUo2cOPfjh7dHR+dD5RmA0h5AYxB+8jYoTl1Sefr1Wtsr711IotSL0n9QU8WfogodwQIRM6ChEcEQ2Pjk6PqtW9T6pWbx0dzYZsmEWTxggxjd6sVqY+MW5+97Qca2LQmoSELTMJIZFFxYkUnJAqcHABFHc0vTc9Pa2A6blSVZX+3tubqx6VA4uZ1s/NxvLip9Wdae380O9AimIxJ8dJUZAjT5RwkpCxBef8ftziDZI73yvLnl6eXv6r1Kzq8vI959atcHISoocMAPKtx5Xa+x4Gr1s7B5Q7ayUTSUizSEqKcS4GdJQhkQgLiSrh2dnb3W53v7s/UXfy+8dud/ZUe7t1PsxMCiHzPvemWWlMTXpotdq93g9YFDaxH+XpvcaKKghRIiMqyR4e7L999+7dT69+arXbbw8OcxtsgUroai/Vq6uqAW/Gwaca8OzZWl17aLUG7dbr3lm/I4V4sGLtZJkKEqIcSoJzKQdHjijpjLq7+13atwcH/X7/cMRW+gf7B/v71nZvX57OTe+dn6Qh9R4AA4TlxW9v3Pxzq9du91qvdRwj59NEigJYSoJixFBZmIKMiTU7Lnd1GIYBhpA5ZpHDw/39H/Z3R53Sstm56bnzrJxDmmXH4fjO9ZMbtXuDdqmylTPbYbLOBaRSXu+UJgIKFHHyVg9LxahpDMPURwfOoSsO7Vn7Xff27dOr6RC89+Pj4+M7x9dKqM9/8+DNm566qq2c7RxykufGTZ7eEJmSIMRMqHWYEcFPEHk0w5AH8HHo0ZiAxMmon2sX1em98c9Z0PLH13dKgmpm4d7D0qleuzXYGfWjJ0cCSE6IoaxPRpwAMaAqH+ZK8LkZ5mkGEDMw0QcAD0MfujqN6tXeeHt8fK0NfCTU6zP3Hz4clBNvvT7bORgl4lxOREwOlBY1tDKiBwTMIffRmOBLUhohxAgp+JiDjsf5t93Zvatb29t3rjU+EpRx8+79P7Vb6tXgrN3b6Y/YMxJmBIFBHDOjSt1VjmYYGgNQVvYAaYy+3B2j5gO60cVQR3G8XXbwGUE1s/Tg4aveG3Wq1dr5xwEROg4EHg2I8YDAWGKC3pAN1X0DHiDzPgCzZ6YE0CBKcpHPzl3t/ayE65f/fPz4288/QN/c++7vbwaD9mDQaulJklAgTlCATQrsEVnAZ2hMzDAb5uDzyfmQGjFsrS1QGC+cxe0fL6evxtsvtb5+uuv/+Q2q3NMW2hqtVu9st/BEFMvLo16YYlDTEfUae/QRfJi8kDZYspYIMV5cWL+d6rBfPn8yVdPyv9TMzP1Hr97oVrUGr3d2zkZEjiVhYfBMZFzmQQnImBrPIqlBW2gYm+xKQQp1F3Z5a2Xlcvovenp/QTOP7j181R60ej09Eft9RwYccvAiJM5DDsjM1El4NLIwoqKjBum9SwmZZ8vNxfWFpUbj+72/3qh/AVBXrx7oWk2cGvR6nQ6E6P1YCFUmzw2TiD0sZTuHlgr7QeSaK2sf/gesVK90wl+SIuYf/U1PqsmRuLPTNx68TzCkyGwo2U12d3cPD5SgadflhU3I8WhXksrU1L8rM/entpEkjtuxQcbAkYLDS7x5ELiQ/JDdSnbXSe6o08zogSyZV4KTQIgll6QSclaqFBPbJ4g24U+/7rHXJkUFOd/SwxSl+Ux/u0dq2UNrKqf9Z9cRoDGort0nmG7X993U2zt4iSuh2W6DNXEQgzzYkbH3vvk65jzYjLzgzrgs/z3zIJel6opY5Q7k3IVx37RaMKgXxW0xctxBxR4o8kJND6Ew4kfjVunnuf50du9XWfV9kQ/uhtzzOmAMbB2RASQEQRpuWxa1arJS8x0e74+7yhs9tCmTUVkLXSQ4ic/TNIL5Rx7OPmi32gHfpgmzlPo9va4xneIkWovjirzo/3eSFnYtdfAJC5HwCBQAAQBeurkZbptKo94oFBViKEymNSfl0dFj6VIifp/kjTaOHFvIAUIcNeEAIE4URUUpsCkybDLEGfFo7938KP7FmQelbMKdThT6xLIS9wzyEHtB9Nmm9xRDLaiFQqFYVFRDUXTFkKlthxBe8H59nOoPfSkTID3xUm4nim5Rn7fCcDshO/XCFqqoFupqXSnqlmIoFiO+yyPPCw7+GBEWprCYsk3iPAxNuWgwO7Cs4eiNxtaWqm7pqq6o4JGuaxpx0caouf92NOryKazqLC10Ip56qc3qSr2u1wswMsooIqGgFBXFAI8oA5PCMMVV8nL3xmh6E5SrdNOLUq/TTqllFAoNASgUtgoq7ipQIQeGYVDZTMCiDqz0YO9wVK/TE5RrvgmBx51usK3pdRXUaDTUYkMFmyDVOkwfEMIjxwv2j1qdTqv75vHo6ot+VrmW8h0ozKjZ7aaUGcViUcV9a3hSFSGNMUoTr93dhUcP6PBtaUz4LSuGcoyE4Kjr2ZTV60ZRBYE/4gQEA6RT3/e9oHtycvy1C33v4fGPECpemoLB7XZ6lsiWrteLIFVw4CQc0lnihOHB3gm0X08hiNeHx9LkLuWWI85xKafcsWUZLFEvC1eyptmOHUX7T6Fr+ScS9g/fXiI8yIwBCWmahqFbozIz0Ja6YWAk8IkxWabUxhti6xgal49PXyNh92+CNJv9hCgjIQwdO0kolTXLguqxFKUO0iHHMjMJcXkaec1daFBPvh4B4WBvRFjKJuSR4Di+TwhhaAkUqKYLQQ7gb0KI4zhR3Ox+/fjxDZgE3cb70g8QpOcIcGxiEyKjKUxhhDEFxRgjlBAfCDw6anXfdZEAzcJs7kcIa+iR6yYJMcFyiMKSqaZZKE2j4BF1oZLO0zho77VetltNaKgXJyagKtzhTpL4lDBBkE0N3TI1TZNlAibVwpDzc556Xitox23saJZHhNkJHkFljh6h5IEGH8jgMwC+wCsjFyXdiTpxDACR6NJPS73eXK/fzySUVs4cP0ECFXmQTRND8QVBQ8T25z9DRMReFEXw3j8wKb+0BO+MQChlEh7ajosESnF8BhgkJIJgAiHxP587iPBScOpV0Hy1/Dfh4qLXn8llSlp1nIFJGs4aj4KEwlKyv3zxHZ8LiR7npjRIMmgWCdmqnNnERwKVcacjAhPLoVarEdcP+TmGEQFhmOdFIPx1ine+bK24FGxiQwKghm6ZDBwjNUqTBCoWCGEUe+1bw6vmB4RnkxDK99ENTTiDHJSG84cDE0ZRx3Hx/gWtzqN/jNoAIPSg+54IsQEEyoT3DEkiFpBMGBHCVyaHN6FcF6TcOIjZCQml0o1VSgkV9UMHURCoWmLKJhWAxBWEjvfkznRuHEOvdzrqZjJLdnWDUhsJo4wzBrBhCNtuaKNPTxZyYy0CYWpGyk2IKK+AJUPCZREhbnOM4Xl1PB4u6qlPUzOl3MSI6uoOzJvhXWmwDW6EGvEJ5SGM760t53NjzcOS/jTXlyYmwIv22osNakL5MBM3JOCZJNQ9C5P7K3fLucu6u9SbA8K/rhvzisq3Vze0GkwbNxmEZzBp8z/3V6tlvOIbky6mlqauW3GSdCXAfL5cqa5s1HZMKlNNrDbZ3KltrFQr5fxo/LFJU/BV1jU2TS+LyrtCqTysLtwGvVhdeYHnherDysify5V0cXra+9Dvr1/zs8m3hKvhwMTz+e9dvQS1egHfY/WvqSZp/hpCCSTh4Xv/XwDdmpr5ZX1dEP4PRS8cCbtCx5cAAAAASUVORK5CYII=",I0={mixins:[cn]},M0={id:"footer"},N0=ln('<div class="skew skew-top mr-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-900" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 10 0 10"></polygon></svg></div><div class="skew skew-top ml-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-900" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 10 10 0 10 10"></polygon></svg></div>',2),j0={class:"py-20 bg-background radius-for-skewed"},$0={class:"container mx-auto px-4"},F0={class:"flex flex-wrap mb-6 lg:mb-20"},O0={class:"mb-5 w-4/5 mx-auto text-center"},D0={class:"text-white leading-loose"},H0={class:"inline lg:block"},U0={class:"w-full flex justify-between"},V0={class:"flex flex-col lg:flex-row mx-auto lg:space-x-10 space-y-4 lg:space-y-0 lg:w-full justify-center"},B0=["href"],z0=p("img",{class:"w-10 mr-2",src:L0,alt:"Twitter"},null,-1),G0=p("div",null,"@pipethero",-1),q0=["href"],W0=p("img",{class:"w-10 mr-2",src:R0,alt:"Google Scholar"},null,-1),K0=p("div",null,"Google Scholar",-1),Y0={class:"text-gray-200 flex justify-center mt-10 text-sm flex-wrap"};function J0(e,t,n,i,o,a){const s=rt("router-link");return J(),X("section",M0,[N0,p("div",j0,[p("div",$0,[p("div",F0,[p("div",O0,[p("p",D0,[We(q(e.$t("D_footer_trillion"))+" ",1),p("span",H0,q(e.$t("D_footer_hsiao_lab")),1)])])]),p("div",U0,[p("div",V0,[p("a",{href:e.twitterHref,target:"_blank",class:"text-yellow-300 flex align-center text-xl justify-center"},[z0,We(),G0],8,B0),p("a",{href:e.scholarHref,target:"_blank",class:"text-yellow-300 flex align-center text-xl justify-center"},[W0,We(),K0],8,q0)])])]),p("div",Y0,[(J(!0),X(be,null,Qe(e.languages,l=>(J(),Xi(s,{to:l.code==="en-US"?"/":`/${l.code}`,key:l.code,class:lt(["m-2 hover:text-blue-200",l.code===e.currentLocale?"text-white font-bold":""])},{default:ze(()=>[We(q(l.name),1)]),_:2},1032,["to","class"]))),128))])])])}const Q0=dn(I0,[["render",J0]]),Sc={methods:{addClassIfMobile(){return this.isMobile()?(document.body.classList.add("mobile"),window.isMobile=!0,!0):(document.body.classList.add("desktop"),!1)},isMobile:function(){return"ontouchstart"in document.documentElement}}},Z0={name:"App",mixins:[Sc,cn],components:{Header:C0,Footer:Q0},watch:{$route(e,t){window.MDAL&&window.MDAL.pageView({Absolute:null,ClientId:null})}},mounted(){if(this.addClassIfMobile()){const n=document.documentElement.clientHeight,i=document.documentElement.clientWidth,o=800/1600,a=n/i;let s,l;a>o?(s=n,l=n/o):(l=i,s=i*o),this.addStyle(`
        .bg-background, .bg-science {
          background-size: ${l}px ${s}px!important;
          background-position: -130px 0!important;
        }

        #footer .bg-background {
          background-attachment: local!important;
        }
      `)}window.addEventListener("load",function(){const e=document.getElementsByTagName("helpspace-widget")[0].shadowRoot,t=document.createElement("style");t.innerHTML=`
      .help-widget-footer img { display: none; !important; }
      .help-widget-footer span:after  { content: " HelpSpace"; }
      #help-widget-container {
        font-family: "Craftwork Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      }
      button[type="submit"] {
         border-radius: 10px 10px 0 10px!important;
      }
      button[type="submit"]:hover {
        background-color: #6D28D9!important;
      }
      #help-widget-bubble:hover {
        transform: scale(1.1, 1.1);
        transition: .1s transform !important;
      }
      #help-widget-bubble {
        transform: scale(1.0, 1.0);
        border: 2px solid #8FA4CE!important;
        transition: .1s transform !important;
      }`,e.appendChild(t)})}},X0=["id"];function ep(e,t,n,i,o,a){const s=rt("Header"),l=rt("router-view"),r=rt("Footer");return J(),X("div",{id:`${e.routeName}page`,class:lt(`${e.routeName=="home"?"homepage":"subpage"}`)},[we(s),we(l),we(r)],10,X0)}const tp=dn(Z0,[["render",ep]]);/*!
  * vue-router v4.3.2
  * (c) 2024 Eduardo San Martin Morote
  * @license MIT
  */const Sn=typeof document<"u";function np(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const Pe=Object.assign;function Aa(e,t){const n={};for(const i in t){const o=t[i];n[i]=Tt(o)?o.map(e):e(o)}return n}const ti=()=>{},Tt=Array.isArray,Pc=/#/g,ip=/&/g,ap=/\//g,op=/=/g,sp=/\?/g,xc=/\+/g,rp=/%5B/g,lp=/%5D/g,Cc=/%5E/g,cp=/%60/g,Lc=/%7B/g,dp=/%7C/g,Rc=/%7D/g,up=/%20/g;function Do(e){return encodeURI(""+e).replace(dp,"|").replace(rp,"[").replace(lp,"]")}function hp(e){return Do(e).replace(Lc,"{").replace(Rc,"}").replace(Cc,"^")}function Ga(e){return Do(e).replace(xc,"%2B").replace(up,"+").replace(Pc,"%23").replace(ip,"%26").replace(cp,"`").replace(Lc,"{").replace(Rc,"}").replace(Cc,"^")}function mp(e){return Ga(e).replace(op,"%3D")}function fp(e){return Do(e).replace(Pc,"%23").replace(sp,"%3F")}function pp(e){return e==null?"":fp(e).replace(ap,"%2F")}function di(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const _p=/\/$/,bp=e=>e.replace(_p,"");function ka(e,t,n="/"){let i,o={},a="",s="";const l=t.indexOf("#");let r=t.indexOf("?");return l<r&&l>=0&&(r=-1),r>-1&&(i=t.slice(0,r),a=t.slice(r+1,l>-1?l:t.length),o=e(a)),l>-1&&(i=i||t.slice(0,l),s=t.slice(l,t.length)),i=yp(i??t,n),{fullPath:i+(a&&"?")+a+s,path:i,query:o,hash:di(s)}}function gp(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Zs(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function wp(e,t,n){const i=t.matched.length-1,o=n.matched.length-1;return i>-1&&i===o&&$n(t.matched[i],n.matched[o])&&Ic(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function $n(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Ic(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!vp(e[n],t[n]))return!1;return!0}function vp(e,t){return Tt(e)?Xs(e,t):Tt(t)?Xs(t,e):e===t}function Xs(e,t){return Tt(t)?e.length===t.length&&e.every((n,i)=>n===t[i]):e.length===1&&e[0]===t}function yp(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),i=e.split("/"),o=i[i.length-1];(o===".."||o===".")&&i.push("");let a=n.length-1,s,l;for(s=0;s<i.length;s++)if(l=i[s],l!==".")if(l==="..")a>1&&a--;else break;return n.slice(0,a).join("/")+"/"+i.slice(s).join("/")}var ui;(function(e){e.pop="pop",e.push="push"})(ui||(ui={}));var ni;(function(e){e.back="back",e.forward="forward",e.unknown=""})(ni||(ni={}));function Ap(e){if(!e)if(Sn){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),bp(e)}const kp=/^[^#]+#/;function Tp(e,t){return e.replace(kp,"#")+t}function Ep(e,t){const n=document.documentElement.getBoundingClientRect(),i=e.getBoundingClientRect();return{behavior:t.behavior,left:i.left-n.left-(t.left||0),top:i.top-n.top-(t.top||0)}}const oa=()=>({left:window.scrollX,top:window.scrollY});function Sp(e){let t;if("el"in e){const n=e.el,i=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?i?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=Ep(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function er(e,t){return(history.state?history.state.position-t:-1)+e}const qa=new Map;function Pp(e,t){qa.set(e,t)}function xp(e){const t=qa.get(e);return qa.delete(e),t}let Cp=()=>location.protocol+"//"+location.host;function Mc(e,t){const{pathname:n,search:i,hash:o}=t,a=e.indexOf("#");if(a>-1){let l=o.includes(e.slice(a))?e.slice(a).length:1,r=o.slice(l);return r[0]!=="/"&&(r="/"+r),Zs(r,"")}return Zs(n,e)+i+o}function Lp(e,t,n,i){let o=[],a=[],s=null;const l=({state:h})=>{const w=Mc(e,location),y=n.value,k=t.value;let R=0;if(h){if(n.value=w,t.value=h,s&&s===y){s=null;return}R=k?h.position-k.position:0}else i(w);o.forEach(x=>{x(n.value,y,{delta:R,type:ui.pop,direction:R?R>0?ni.forward:ni.back:ni.unknown})})};function r(){s=n.value}function d(h){o.push(h);const w=()=>{const y=o.indexOf(h);y>-1&&o.splice(y,1)};return a.push(w),w}function c(){const{history:h}=window;h.state&&h.replaceState(Pe({},h.state,{scroll:oa()}),"")}function u(){for(const h of a)h();a=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",c)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",c,{passive:!0}),{pauseListeners:r,listen:d,destroy:u}}function tr(e,t,n,i=!1,o=!1){return{back:e,current:t,forward:n,replaced:i,position:window.history.length,scroll:o?oa():null}}function Rp(e){const{history:t,location:n}=window,i={value:Mc(e,n)},o={value:t.state};o.value||a(i.value,{back:null,current:i.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(r,d,c){const u=e.indexOf("#"),h=u>-1?(n.host&&document.querySelector("base")?e:e.slice(u))+r:Cp()+e+r;try{t[c?"replaceState":"pushState"](d,"",h),o.value=d}catch(w){console.error(w),n[c?"replace":"assign"](h)}}function s(r,d){const c=Pe({},t.state,tr(o.value.back,r,o.value.forward,!0),d,{position:o.value.position});a(r,c,!0),i.value=r}function l(r,d){const c=Pe({},o.value,t.state,{forward:r,scroll:oa()});a(c.current,c,!0);const u=Pe({},tr(i.value,r,null),{position:c.position+1},d);a(r,u,!1),i.value=r}return{location:i,state:o,push:l,replace:s}}function Ip(e){e=Ap(e);const t=Rp(e),n=Lp(e,t.state,t.location,t.replace);function i(a,s=!0){s||n.pauseListeners(),history.go(a)}const o=Pe({location:"",base:e,go:i,createHref:Tp.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function Mp(e){return typeof e=="string"||e&&typeof e=="object"}function Nc(e){return typeof e=="string"||typeof e=="symbol"}const Wt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},jc=Symbol("");var nr;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(nr||(nr={}));function Fn(e,t){return Pe(new Error,{type:e,[jc]:!0},t)}function Nt(e,t){return e instanceof Error&&jc in e&&(t==null||!!(e.type&t))}const ir="[^/]+?",Np={sensitive:!1,strict:!1,start:!0,end:!0},jp=/[.+*?^${}()[\]/\\]/g;function $p(e,t){const n=Pe({},Np,t),i=[];let o=n.start?"^":"";const a=[];for(const d of e){const c=d.length?[]:[90];n.strict&&!d.length&&(o+="/");for(let u=0;u<d.length;u++){const h=d[u];let w=40+(n.sensitive?.25:0);if(h.type===0)u||(o+="/"),o+=h.value.replace(jp,"\\$&"),w+=40;else if(h.type===1){const{value:y,repeatable:k,optional:R,regexp:x}=h;a.push({name:y,repeatable:k,optional:R});const L=x||ir;if(L!==ir){w+=10;try{new RegExp(`(${L})`)}catch(v){throw new Error(`Invalid custom RegExp for param "${y}" (${L}): `+v.message)}}let g=k?`((?:${L})(?:/(?:${L}))*)`:`(${L})`;u||(g=R&&d.length<2?`(?:/${g})`:"/"+g),R&&(g+="?"),o+=g,w+=20,R&&(w+=-8),k&&(w+=-20),L===".*"&&(w+=-50)}c.push(w)}i.push(c)}if(n.strict&&n.end){const d=i.length-1;i[d][i[d].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const s=new RegExp(o,n.sensitive?"":"i");function l(d){const c=d.match(s),u={};if(!c)return null;for(let h=1;h<c.length;h++){const w=c[h]||"",y=a[h-1];u[y.name]=w&&y.repeatable?w.split("/"):w}return u}function r(d){let c="",u=!1;for(const h of e){(!u||!c.endsWith("/"))&&(c+="/"),u=!1;for(const w of h)if(w.type===0)c+=w.value;else if(w.type===1){const{value:y,repeatable:k,optional:R}=w,x=y in d?d[y]:"";if(Tt(x)&&!k)throw new Error(`Provided param "${y}" is an array but it is not repeatable (* or + modifiers)`);const L=Tt(x)?x.join("/"):x;if(!L)if(R)h.length<2&&(c.endsWith("/")?c=c.slice(0,-1):u=!0);else throw new Error(`Missing required param "${y}"`);c+=L}}return c||"/"}return{re:s,score:i,keys:a,parse:l,stringify:r}}function Fp(e,t){let n=0;for(;n<e.length&&n<t.length;){const i=t[n]-e[n];if(i)return i;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function Op(e,t){let n=0;const i=e.score,o=t.score;for(;n<i.length&&n<o.length;){const a=Fp(i[n],o[n]);if(a)return a;n++}if(Math.abs(o.length-i.length)===1){if(ar(i))return 1;if(ar(o))return-1}return o.length-i.length}function ar(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Dp={type:0,value:""},Hp=/[a-zA-Z0-9_]/;function Up(e){if(!e)return[[]];if(e==="/")return[[Dp]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(w){throw new Error(`ERR (${n})/"${d}": ${w}`)}let n=0,i=n;const o=[];let a;function s(){a&&o.push(a),a=[]}let l=0,r,d="",c="";function u(){d&&(n===0?a.push({type:0,value:d}):n===1||n===2||n===3?(a.length>1&&(r==="*"||r==="+")&&t(`A repeatable param (${d}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:d,regexp:c,repeatable:r==="*"||r==="+",optional:r==="*"||r==="?"})):t("Invalid state to consume buffer"),d="")}function h(){d+=r}for(;l<e.length;){if(r=e[l++],r==="\\"&&n!==2){i=n,n=4;continue}switch(n){case 0:r==="/"?(d&&u(),s()):r===":"?(u(),n=1):h();break;case 4:h(),n=i;break;case 1:r==="("?n=2:Hp.test(r)?h():(u(),n=0,r!=="*"&&r!=="?"&&r!=="+"&&l--);break;case 2:r===")"?c[c.length-1]=="\\"?c=c.slice(0,-1)+r:n=3:c+=r;break;case 3:u(),n=0,r!=="*"&&r!=="?"&&r!=="+"&&l--,c="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${d}"`),u(),s(),o}function Vp(e,t,n){const i=$p(Up(e.path),n),o=Pe(i,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Bp(e,t){const n=[],i=new Map;t=rr({strict:!1,end:!0,sensitive:!1},t);function o(c){return i.get(c)}function a(c,u,h){const w=!h,y=zp(c);y.aliasOf=h&&h.record;const k=rr(t,c),R=[y];if("alias"in c){const g=typeof c.alias=="string"?[c.alias]:c.alias;for(const v of g)R.push(Pe({},y,{components:h?h.record.components:y.components,path:v,aliasOf:h?h.record:y}))}let x,L;for(const g of R){const{path:v}=g;if(u&&v[0]!=="/"){const P=u.record.path,A=P[P.length-1]==="/"?"":"/";g.path=u.record.path+(v&&A+v)}if(x=Vp(g,u,k),h?h.alias.push(x):(L=L||x,L!==x&&L.alias.push(x),w&&c.name&&!sr(x)&&s(c.name)),y.children){const P=y.children;for(let A=0;A<P.length;A++)a(P[A],x,h&&h.children[A])}h=h||x,(x.record.components&&Object.keys(x.record.components).length||x.record.name||x.record.redirect)&&r(x)}return L?()=>{s(L)}:ti}function s(c){if(Nc(c)){const u=i.get(c);u&&(i.delete(c),n.splice(n.indexOf(u),1),u.children.forEach(s),u.alias.forEach(s))}else{const u=n.indexOf(c);u>-1&&(n.splice(u,1),c.record.name&&i.delete(c.record.name),c.children.forEach(s),c.alias.forEach(s))}}function l(){return n}function r(c){let u=0;for(;u<n.length&&Op(c,n[u])>=0&&(c.record.path!==n[u].record.path||!$c(c,n[u]));)u++;n.splice(u,0,c),c.record.name&&!sr(c)&&i.set(c.record.name,c)}function d(c,u){let h,w={},y,k;if("name"in c&&c.name){if(h=i.get(c.name),!h)throw Fn(1,{location:c});k=h.record.name,w=Pe(or(u.params,h.keys.filter(L=>!L.optional).concat(h.parent?h.parent.keys.filter(L=>L.optional):[]).map(L=>L.name)),c.params&&or(c.params,h.keys.map(L=>L.name))),y=h.stringify(w)}else if(c.path!=null)y=c.path,h=n.find(L=>L.re.test(y)),h&&(w=h.parse(y),k=h.record.name);else{if(h=u.name?i.get(u.name):n.find(L=>L.re.test(u.path)),!h)throw Fn(1,{location:c,currentLocation:u});k=h.record.name,w=Pe({},u.params,c.params),y=h.stringify(w)}const R=[];let x=h;for(;x;)R.unshift(x.record),x=x.parent;return{name:k,path:y,params:w,matched:R,meta:qp(R)}}return e.forEach(c=>a(c)),{addRoute:a,resolve:d,removeRoute:s,getRoutes:l,getRecordMatcher:o}}function or(e,t){const n={};for(const i of t)i in e&&(n[i]=e[i]);return n}function zp(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:Gp(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function Gp(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const i in e.components)t[i]=typeof n=="object"?n[i]:n;return t}function sr(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function qp(e){return e.reduce((t,n)=>Pe(t,n.meta),{})}function rr(e,t){const n={};for(const i in e)n[i]=i in t?t[i]:e[i];return n}function $c(e,t){return t.children.some(n=>n===e||$c(e,n))}function Wp(e){const t={};if(e===""||e==="?")return t;const i=(e[0]==="?"?e.slice(1):e).split("&");for(let o=0;o<i.length;++o){const a=i[o].replace(xc," "),s=a.indexOf("="),l=di(s<0?a:a.slice(0,s)),r=s<0?null:di(a.slice(s+1));if(l in t){let d=t[l];Tt(d)||(d=t[l]=[d]),d.push(r)}else t[l]=r}return t}function lr(e){let t="";for(let n in e){const i=e[n];if(n=mp(n),i==null){i!==void 0&&(t+=(t.length?"&":"")+n);continue}(Tt(i)?i.map(a=>a&&Ga(a)):[i&&Ga(i)]).forEach(a=>{a!==void 0&&(t+=(t.length?"&":"")+n,a!=null&&(t+="="+a))})}return t}function Kp(e){const t={};for(const n in e){const i=e[n];i!==void 0&&(t[n]=Tt(i)?i.map(o=>o==null?null:""+o):i==null?i:""+i)}return t}const Yp=Symbol(""),cr=Symbol(""),Ho=Symbol(""),Fc=Symbol(""),Wa=Symbol("");function zn(){let e=[];function t(i){return e.push(i),()=>{const o=e.indexOf(i);o>-1&&e.splice(o,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Xt(e,t,n,i,o,a=s=>s()){const s=i&&(i.enterCallbacks[o]=i.enterCallbacks[o]||[]);return()=>new Promise((l,r)=>{const d=h=>{h===!1?r(Fn(4,{from:n,to:t})):h instanceof Error?r(h):Mp(h)?r(Fn(2,{from:t,to:h})):(s&&i.enterCallbacks[o]===s&&typeof h=="function"&&s.push(h),l())},c=a(()=>e.call(i&&i.instances[o],t,n,d));let u=Promise.resolve(c);e.length<3&&(u=u.then(d)),u.catch(h=>r(h))})}function Ta(e,t,n,i,o=a=>a()){const a=[];for(const s of e)for(const l in s.components){let r=s.components[l];if(!(t!=="beforeRouteEnter"&&!s.instances[l]))if(Jp(r)){const c=(r.__vccOpts||r)[t];c&&a.push(Xt(c,n,i,s,l,o))}else{let d=r();a.push(()=>d.then(c=>{if(!c)return Promise.reject(new Error(`Couldn't resolve component "${l}" at "${s.path}"`));const u=np(c)?c.default:c;s.components[l]=u;const w=(u.__vccOpts||u)[t];return w&&Xt(w,n,i,s,l,o)()}))}}return a}function Jp(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function dr(e){const t=ct(Ho),n=ct(Fc),i=fe(()=>{const r=In(e.to);return t.resolve(r)}),o=fe(()=>{const{matched:r}=i.value,{length:d}=r,c=r[d-1],u=n.matched;if(!c||!u.length)return-1;const h=u.findIndex($n.bind(null,c));if(h>-1)return h;const w=ur(r[d-2]);return d>1&&ur(c)===w&&u[u.length-1].path!==w?u.findIndex($n.bind(null,r[d-2])):h}),a=fe(()=>o.value>-1&&e_(n.params,i.value.params)),s=fe(()=>o.value>-1&&o.value===n.matched.length-1&&Ic(n.params,i.value.params));function l(r={}){return Xp(r)?t[In(e.replace)?"replace":"push"](In(e.to)).catch(ti):Promise.resolve()}return{route:i,href:fe(()=>i.value.href),isActive:a,isExactActive:s,navigate:l}}const Qp=Mt({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:dr,setup(e,{slots:t}){const n=qi(dr(e)),{options:i}=ct(Ho),o=fe(()=>({[hr(e.activeClass,i.linkActiveClass,"router-link-active")]:n.isActive,[hr(e.exactActiveClass,i.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const a=t.default&&t.default(n);return e.custom?a:an("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},a)}}}),Zp=Qp;function Xp(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function e_(e,t){for(const n in t){const i=t[n],o=e[n];if(typeof i=="string"){if(i!==o)return!1}else if(!Tt(o)||o.length!==i.length||i.some((a,s)=>a!==o[s]))return!1}return!0}function ur(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const hr=(e,t,n)=>e??t??n,t_=Mt({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const i=ct(Wa),o=fe(()=>e.route||i.value),a=ct(cr,0),s=fe(()=>{let d=In(a);const{matched:c}=o.value;let u;for(;(u=c[d])&&!u.components;)d++;return d}),l=fe(()=>o.value.matched[s.value]);Nn(cr,fe(()=>s.value+1)),Nn(Yp,l),Nn(Wa,o);const r=$e();return Ht(()=>[r.value,l.value,e.name],([d,c,u],[h,w,y])=>{c&&(c.instances[u]=d,w&&w!==c&&d&&d===h&&(c.leaveGuards.size||(c.leaveGuards=w.leaveGuards),c.updateGuards.size||(c.updateGuards=w.updateGuards))),d&&c&&(!w||!$n(c,w)||!h)&&(c.enterCallbacks[u]||[]).forEach(k=>k(d))},{flush:"post"}),()=>{const d=o.value,c=e.name,u=l.value,h=u&&u.components[c];if(!h)return mr(n.default,{Component:h,route:d});const w=u.props[c],y=w?w===!0?d.params:typeof w=="function"?w(d):w:null,R=an(h,Pe({},y,t,{onVnodeUnmounted:x=>{x.component.isUnmounted&&(u.instances[c]=null)},ref:r}));return mr(n.default,{Component:R,route:d})||R}}});function mr(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const n_=t_;function i_(e){const t=Bp(e.routes,e),n=e.parseQuery||Wp,i=e.stringifyQuery||lr,o=e.history,a=zn(),s=zn(),l=zn(),r=po(Wt);let d=Wt;Sn&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const c=Aa.bind(null,M=>""+M),u=Aa.bind(null,pp),h=Aa.bind(null,di);function w(M,U){let V,Q;return Nc(M)?(V=t.getRecordMatcher(M),Q=U):Q=M,t.addRoute(Q,V)}function y(M){const U=t.getRecordMatcher(M);U&&t.removeRoute(U)}function k(){return t.getRoutes().map(M=>M.record)}function R(M){return!!t.getRecordMatcher(M)}function x(M,U){if(U=Pe({},U||r.value),typeof M=="string"){const m=ka(n,M,U.path),E=t.resolve({path:m.path},U),F=o.createHref(m.fullPath);return Pe(m,E,{params:h(E.params),hash:di(m.hash),redirectedFrom:void 0,href:F})}let V;if(M.path!=null)V=Pe({},M,{path:ka(n,M.path,U.path).path});else{const m=Pe({},M.params);for(const E in m)m[E]==null&&delete m[E];V=Pe({},M,{params:u(m)}),U.params=u(U.params)}const Q=t.resolve(V,U),de=M.hash||"";Q.params=c(h(Q.params));const me=gp(i,Pe({},M,{hash:hp(de),path:Q.path})),_=o.createHref(me);return Pe({fullPath:me,hash:de,query:i===lr?Kp(M.query):M.query||{}},Q,{redirectedFrom:void 0,href:_})}function L(M){return typeof M=="string"?ka(n,M,r.value.path):Pe({},M)}function g(M,U){if(d!==M)return Fn(8,{from:U,to:M})}function v(M){return j(M)}function P(M){return v(Pe(L(M),{replace:!0}))}function A(M){const U=M.matched[M.matched.length-1];if(U&&U.redirect){const{redirect:V}=U;let Q=typeof V=="function"?V(M):V;return typeof Q=="string"&&(Q=Q.includes("?")||Q.includes("#")?Q=L(Q):{path:Q},Q.params={}),Pe({query:M.query,hash:M.hash,params:Q.path!=null?{}:M.params},Q)}}function j(M,U){const V=d=x(M),Q=r.value,de=M.state,me=M.force,_=M.replace===!0,m=A(V);if(m)return j(Pe(L(m),{state:typeof m=="object"?Pe({},de,m.state):de,force:me,replace:_}),U||V);const E=V;E.redirectedFrom=U;let F;return!me&&wp(i,Q,V)&&(F=Fn(16,{to:E,from:Q}),Te(Q,Q,!0,!1)),(F?Promise.resolve(F):W(E,Q)).catch($=>Nt($)?Nt($,2)?$:Fe($):ae($,E,Q)).then($=>{if($){if(Nt($,2))return j(Pe({replace:_},L($.to),{state:typeof $.to=="object"?Pe({},de,$.to.state):de,force:me}),U||E)}else $=C(E,Q,!0,_,de);return B(E,Q,$),$})}function I(M,U){const V=g(M,U);return V?Promise.reject(V):Promise.resolve()}function D(M){const U=Se.values().next().value;return U&&typeof U.runWithContext=="function"?U.runWithContext(M):M()}function W(M,U){let V;const[Q,de,me]=a_(M,U);V=Ta(Q.reverse(),"beforeRouteLeave",M,U);for(const m of Q)m.leaveGuards.forEach(E=>{V.push(Xt(E,M,U))});const _=I.bind(null,M,U);return V.push(_),ge(V).then(()=>{V=[];for(const m of a.list())V.push(Xt(m,M,U));return V.push(_),ge(V)}).then(()=>{V=Ta(de,"beforeRouteUpdate",M,U);for(const m of de)m.updateGuards.forEach(E=>{V.push(Xt(E,M,U))});return V.push(_),ge(V)}).then(()=>{V=[];for(const m of me)if(m.beforeEnter)if(Tt(m.beforeEnter))for(const E of m.beforeEnter)V.push(Xt(E,M,U));else V.push(Xt(m.beforeEnter,M,U));return V.push(_),ge(V)}).then(()=>(M.matched.forEach(m=>m.enterCallbacks={}),V=Ta(me,"beforeRouteEnter",M,U,D),V.push(_),ge(V))).then(()=>{V=[];for(const m of s.list())V.push(Xt(m,M,U));return V.push(_),ge(V)}).catch(m=>Nt(m,8)?m:Promise.reject(m))}function B(M,U,V){l.list().forEach(Q=>D(()=>Q(M,U,V)))}function C(M,U,V,Q,de){const me=g(M,U);if(me)return me;const _=U===Wt,m=Sn?history.state:{};V&&(Q||_?o.replace(M.fullPath,Pe({scroll:_&&m&&m.scroll},de)):o.push(M.fullPath,de)),r.value=M,Te(M,U,V,_),Fe()}let z;function ee(){z||(z=o.listen((M,U,V)=>{if(!Le.listening)return;const Q=x(M),de=A(Q);if(de){j(Pe(de,{replace:!0}),Q).catch(ti);return}d=Q;const me=r.value;Sn&&Pp(er(me.fullPath,V.delta),oa()),W(Q,me).catch(_=>Nt(_,12)?_:Nt(_,2)?(j(_.to,Q).then(m=>{Nt(m,20)&&!V.delta&&V.type===ui.pop&&o.go(-1,!1)}).catch(ti),Promise.reject()):(V.delta&&o.go(-V.delta,!1),ae(_,Q,me))).then(_=>{_=_||C(Q,me,!1),_&&(V.delta&&!Nt(_,8)?o.go(-V.delta,!1):V.type===ui.pop&&Nt(_,20)&&o.go(-1,!1)),B(Q,me,_)}).catch(ti)}))}let _e=zn(),re=zn(),ie;function ae(M,U,V){Fe(M);const Q=re.list();return Q.length?Q.forEach(de=>de(M,U,V)):console.error(M),Promise.reject(M)}function ke(){return ie&&r.value!==Wt?Promise.resolve():new Promise((M,U)=>{_e.add([M,U])})}function Fe(M){return ie||(ie=!M,ee(),_e.list().forEach(([U,V])=>M?V(M):U()),_e.reset()),M}function Te(M,U,V,Q){const{scrollBehavior:de}=e;if(!Sn||!de)return Promise.resolve();const me=!V&&xp(er(M.fullPath,0))||(Q||!V)&&history.state&&history.state.scroll||null;return Dt().then(()=>de(M,U,me)).then(_=>_&&Sp(_)).catch(_=>ae(_,M,U))}const ye=M=>o.go(M);let Ee;const Se=new Set,Le={currentRoute:r,listening:!0,addRoute:w,removeRoute:y,hasRoute:R,getRoutes:k,resolve:x,options:e,push:v,replace:P,go:ye,back:()=>ye(-1),forward:()=>ye(1),beforeEach:a.add,beforeResolve:s.add,afterEach:l.add,onError:re.add,isReady:ke,install(M){const U=this;M.component("RouterLink",Zp),M.component("RouterView",n_),M.config.globalProperties.$router=U,Object.defineProperty(M.config.globalProperties,"$route",{enumerable:!0,get:()=>In(r)}),Sn&&!Ee&&r.value===Wt&&(Ee=!0,v(o.location).catch(de=>{}));const V={};for(const de in Wt)Object.defineProperty(V,de,{get:()=>r.value[de],enumerable:!0});M.provide(Ho,U),M.provide(Fc,_l(V)),M.provide(Wa,r);const Q=M.unmount;Se.add(M),M.unmount=function(){Se.delete(M),Se.size<1&&(d=Wt,z&&z(),z=null,r.value=Wt,Ee=!1,ie=!1),Q()}}};function ge(M){return M.reduce((U,V)=>U.then(()=>D(V)),Promise.resolve())}return Le}function a_(e,t){const n=[],i=[],o=[],a=Math.max(t.matched.length,e.matched.length);for(let s=0;s<a;s++){const l=t.matched[s];l&&(e.matched.find(d=>$n(d,l))?i.push(l):n.push(l));const r=e.matched[s];r&&(t.matched.find(d=>$n(d,r))||o.push(r))}return[n,i,o]}const o_="/assets/hero-DH56gA3s.png",s_="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAPFBMVEUdHA4BAQANDQ0FBQIMDAUUEwgqKRM4NhpDQSBOSyVYVSplYjJ1cTeLh0ahnWCvrHHCv47x8OP////g3sIJdWb5AAABCklEQVR4AZ3VBw7DMAxDUWfvff+7lrE/1N0KIVDMByrLaghZ7kgWQp59SJG9JgeaeMwXiCqJ0XeIqlKwbxAmEVKiRT5CWAh1SqhPCwXiYI3S6ieMNIhLrG27mFZYpUiDuEaqH2L6vmvVigSqECc2ElmTQAbLRTbNy7JMJ+27JFVp0Ny0bvuZY5ZUJ5XAWNh2crMYWU2qMkIKu17OGLJ7gRRO9BFNj5VlCSxLFbYqXBHkmKgEMlmFhxkqDRZPcDZB1vN2PsDlHY6XoH+0/2bKyvF4vA/c/wr9H8X3z2y0z8z94XqPgvtwfTuu/Zfj6l8ASCgJtlKuLSmj1dva+71ICynl4mp2JXf/fdwAcH0miCLwCnQAAAAASUVORK5CYII=",r_="/assets/bellybutton-BW9RPGnj.jpg",l_="/assets/mouth-iVWxnICT.jpg",c_="/assets/gut-C0oZQjfh.jpg",d_="data:image/svg+xml,%3csvg%20fill='none'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m20%2020h-16c-1.1%200-2-.9-2-2v-12c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202v12c0%201.1-.9%202-2%202z'%20fill='%23079669'/%3e%3cpath%20d='m20%204h-16c-1.1%200-2%20.9-2%202l10%207%2010-7c0-1.1-.9-2-2-2z'%20fill='%23079669'/%3e%3cpath%20d='m2%206%2010%207%2010-7'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-miterlimit='10'/%3e%3c/svg%3e",Oc="data:image/svg+xml,%3csvg%20fill='none'%20height='22'%20viewBox='0%200%2022%2022'%20width='22'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20clip-rule='evenodd'%20d='m20%205.63381c-.6257.27725-1.2971.46527-2.0025.54922.7203-.43131%201.2716-1.11542%201.5329-1.92809-.6756.39942-1.4213.68945-2.216.84667-.6363-.6788-1.5413-1.10161-2.5452-1.10161-1.926%200-3.4876%201.56158-3.4876%203.48647%200%20.273.0308.53964.0903.79461-2.8979-.14555-5.46759-1.53397-7.18746-3.64372-.30063.51417-.47166%201.11328-.47166%201.75281%200%201.20997.61614%202.27758%201.55097%202.90219-.57153-.01911-1.10906-.17633-1.57964-.43767v.04356c0%201.68905%201.20253%203.09875%202.79703%203.41955-.29214.0786-.6002.1222-.91889.1222-.22519%200-.44297-.0223-.6565-.0648.44403%201.3863%201.73156%202.3944%203.25703%202.422-1.19297.9349-2.6972%201.4904-4.331%201.4904-.2815%200-.55878-.017-.83178-.0478%201.54353.9912%203.376%201.5691%205.3455%201.5691%206.4152%200%209.9219-5.3137%209.9219-9.92193l-.0117-.45147c.6852-.48869%201.2779-1.10269%201.7443-1.80169z'%20fill='%2317a34a'%20fill-rule='evenodd'/%3e%3c/svg%3e",u_="data:image/svg+xml,%3csvg%20fill='none'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m19.34%2022h-14.68c-1.47%200-2.66-1.19-2.66-2.66v-14.68c0-1.47%201.19-2.66%202.66-2.66h14.67c1.48%200%202.67%201.19%202.67%202.66v14.67c0%201.48-1.19%202.67-2.66%202.67z'%20fill='%23079669'/%3e%3cpath%20d='m7%2010v7'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'/%3e%3cpath%20d='m17%2017s0-4.55%200-4.56c0-.57.03-1.23-.24-1.75-.6-1.18001-2.19-.58-3.04-.09-.88.5-1.68%201.14-2.44%201.8-.09.08-.19.17-.28.25v-2.64%206.99'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'/%3e%3cpath%20d='m7%207c.27614%200%20.5-.22386.5-.5s-.22386-.5-.5-.5-.5.22386-.5.5.22386.5.5.5z'%20fill='%23079669'/%3e%3cpath%20d='m7%207c.27614%200%20.5-.22386.5-.5s-.22386-.5-.5-.5-.5.22386-.5.5.22386.5.5.5z'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-miterlimit='10'/%3e%3c/svg%3e",h_="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23079669'%20style='background-color:%20transparent;%20color:%20transparent;'%3e%3cg%20id='Layer_2'%20data-name='Layer%202'%3e%3cpath%20d='M21.5,9.46l-9-4.7a1,1,0,0,0-.92,0l-9,4.7a1,1,0,0,0,0,1.77l9,4.69a.94.94,0,0,0,.92,0L19,12.53V16a1,1,0,0,0,2,0V11.49l.5-.26a1,1,0,0,0,0-1.77Z'%20fill='%23079669'%3e%3c/path%3e%3cpath%20d='M16,20a1,1,0,0,0,1-1V15.83l-4.06,2.11a2,2,0,0,1-1.84,0L7,15.83V19a1,1,0,0,0,1,1Z'%20fill='%23079669'%3e%3c/path%3e%3c/g%3e%3c/svg%3e",Ea=[[489,899],[488,929],[518,929],[575,692],[534,851],[644,963],[531,465],[538,698],[567,962],[561,875],[425,819],[489,902],[577,736],[577,712],[497,757],[545,652],[533,758],[532,617],[554,749],[531,492],[461,807],[558,673],[405,897],[532,550],[555,898],[466,847],[524,955],[540,884],[535,943],[532,522],[645,938],[407,927],[614,798],[470,843],[628,914],[492,731],[387,885],[565,863],[503,852],[438,798],[403,834],[506,847],[582,833],[473,745],[589,794],[529,739],[535,879],[520,987],[514,892],[515,889],[443,859],[537,851],[403,857],[459,911],[532,583],[531,435]],m_={mixins:[cn],components:{},data:function(){return{animInterval:null,frameN:0,virusSprite:"virus_0",microbeSprite:"microbe_a_0",smallHeroCanvas:null,bigHeroCanvas:null,smallHeroCtx:null,bigHeroCtx:null,glowImg:null,heroImg:null,heroImgLoaded:!1}},beforeUnmount(){clearInterval(this.animInterval)},mounted:function(){this.animInterval=setInterval(this.onNewFrame,10),this.glowImg=new Image,this.glowImg.src=s_,this.$nextTick(()=>{this.smallHeroCanvas=this.$refs.smallHeroCanvas,this.bigHeroCanvas=this.$refs.bigHeroCanvas,this.bigHeroCanvas.width=this.smallHeroCanvas.width=1040,this.bigHeroCanvas.height=this.smallHeroCanvas.height=1005,this.smallHeroCtx=this.smallHeroCanvas.getContext("2d"),this.bigHeroCtx=this.bigHeroCanvas.getContext("2d"),this.heroImg=new Image,this.heroImg.onload=()=>{this.smallHeroCtx.drawImage(this.heroImg,0,0),this.bigHeroCtx.drawImage(this.heroImg,0,0),this.heroImgLoaded=!0},this.heroImg.src=o_})},methods:{onNewFrame:function(){if(this.heroImgLoaded){let e=null,t=null;window.innerWidth<840?(e=this.smallHeroCanvas,t=this.smallHeroCtx):(e=this.bigHeroCanvas,t=this.bigHeroCtx),t.globalCompositeOperation="normal",t.clearRect(0,0,e.width,e.height),t.globalAlpha=1,t.drawImage(this.heroImg,0,0),t.globalCompositeOperation="lighter",t.fillStyle="#ff0000";for(let n=0;n<Ea.length;n++)t.globalAlpha=Math.sin(n+this.frameN*.2),t.drawImage(this.glowImg,Ea[n][0]-10,Ea[n][1]-10,20,20)}this.frameN+=1,this.virusSprite=`virus_${this.frameN%6}`,this.microbeSprite=`microbe_a_${this.frameN%32}`,this.frameN===32&&(clearInterval(this.animInterval),this.animInterval=setInterval(this.onNewFrame,100))}}},f_={class:"skewed-bottom-right overflow-hidden"},p_={class:"bg-background pt-6 lg:pt-15 lg:pb-2"},__={class:"container mx-auto px-4"},b_={class:"flex flex-wrap -mx-4"},g_={class:"w-full lg:w-1/2 px-4 mb-12 md:mb-20 lg:mb-0 flex items-center"},w_={class:"w-full text-center lg:text-left"},v_={class:"max-w-md mx-auto lg:mx-0"},y_=["innerHTML"],A_={class:"max-w-sm mx-auto lg:mx-0"},k_={class:"mb-6 text-white leading-loose"},T_={class:"w-full lg:w-1/2 py-4 flex",style:{"min-height":"90px"}},E_={class:"relative w-full",style:{"z-index":"0"}},S_={"data-aos-duration":"1500","data-aos":"zoom-in-up","data-aos-delay":"0",class:"pointer-events-none absolute z-10 left-3 xl:-left-20 -top-3 w-8"},P_={"data-aos-duration":"1000","data-aos":"zoom-in-up","data-aos-delay":"200",class:"pointer-events-none absolute z-10 -left-8 xl:-left-20 bottom-5 w-14"},x_=p("div",{"data-aos-duration":"2000","data-aos":"zoom-in-up","data-aos-delay":"400",class:"pointer-events-none rod_c_1 absolute z-10 -left-2 xl:-left-10 bottom-20 w-20"},null,-1),C_={"data-aos-duration":"2500","data-aos":"zoom-in-up",class:"pointer-events-none absolute z-10 right-7 bottom-42 w-10"},L_=p("div",{"data-aos-duration":"2500","data-aos":"zoom-in-up",class:"pointer-events-none sphere_c_1 absolute z-10 right-20 bottom-28 w-14"},null,-1),R_={"data-aos-duration":"1500","data-aos":"zoom-in-up","data-aos-delay":"400",class:"pointer-events-none absolute z-10 -right-2 bottom-24 w-10 transform rotate-45"},I_=p("div",{"data-aos-duration":"1500","data-aos":"zoom-in-up","data-aos-delay":"400",class:"pointer-events-none rod_d_1 absolute z-10 -right-12 bottom-56 w-20 transform rotate-45"},null,-1),M_=["alt"],N_=["alt"],j_={"data-aos-duration":"1500","data-aos":"fade-in","data-aos-delay":"400",class:"pointer-events-none hidden lg:block absolute z-10 -top-11 w-32",style:{left:"50%","margin-left":"-70px"}},$_={"data-aos-duration":"1500","data-aos":"fade-in","data-aos-delay":"400",class:"pointer-events-none lg:hidden absolute z-10 w-32 -top-16",style:{left:"50%","margin-left":"-63px"}},F_=p("div",{class:"bg-background"},[p("svg",{class:"-mt-8 md:-mt-12 z-10 relative h-8 md:h-12 lg:h-20 w-full text-background",viewBox:"0 0 10 10",preserveAspectRatio:"none"},[p("polygon",{fill:"#fff",points:"10 10 0 10 10 0"})])],-1),O_=ln('<div class="skew skew-top mr-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 10 0 10"></polygon></svg></div><div class="skew skew-top ml-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 10 10 0 10 10"></polygon></svg></div>',2),D_={class:"lg:mt-6 py-8 md:py-4 lg:pb-5 radius-for-skewed"},H_={class:"container mx-auto px-4"},U_={class:"flex flex-wrap items-center -mx-4 mt-8"},V_={class:"mb-4 mt-4 lg:-mt-10 md:mb-12 lg:mb-0 lg:ml-0 w-full md:w-1/2 px-4"},B_={class:"max-w-md"},z_={class:"text-green-600 font-bold"},G_={class:"mb-6 text-2xl lg:text-3xl font-bold font-heading"},q_={class:"flex mb-4"},W_={width:"100%",height:"100%",viewBox:"0 0 21 20",class:"mr-3 w-8 h-8 text-green-600",style:{"fill-rule":"evenodd","clip-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2"}},K_=p("g",{transform:"matrix(1,0,0,1,-1.86999,-1.99002)"},[p("path",{d:"M9.595,1.99L9.557,1.99C7.614,2.002 6.015,3.596 6,5.542L6.001,5.657C4.135,5.773 2.644,7.343 2.644,9.23C2.644,9.624 2.709,10.013 2.834,10.382C2.221,11.034 1.868,11.905 1.87,12.822C1.873,14.123 2.584,15.294 3.668,15.919C3.629,16.129 3.609,16.344 3.609,16.56C3.609,18.3 4.889,19.765 6.551,20.057C7.208,21.005 8.295,21.581 9.46,21.581L9.483,21.581C10.416,21.575 11.269,21.2 11.902,20.595L11.904,20.598C12.556,21.328 13.503,21.79 14.549,21.79L14.565,21.79C15.824,21.785 16.985,21.11 17.616,20.029C19.217,19.679 20.433,18.244 20.44,16.544C20.44,16.54 20.44,16.536 20.44,16.533C20.438,16.326 20.419,16.121 20.382,15.919C21.465,15.294 22.177,14.124 22.18,12.822C22.182,11.905 21.829,11.034 21.216,10.381C21.341,10.013 21.406,9.624 21.406,9.23C21.406,7.322 19.881,5.738 17.986,5.653L17.986,5.645C17.986,3.694 16.387,2.087 14.438,2.074L14.401,2.074C13.561,2.077 12.762,2.377 12.133,2.899C12.094,2.894 12.054,2.891 12.013,2.89L12,2.89C11.985,2.89 11.969,2.89 11.954,2.891L11.954,2.891C11.312,2.323 10.476,1.994 9.595,1.99ZM16.603,8C16.338,8.001 16.075,7.896 15.881,7.695C15.563,7.366 15.509,6.862 15.75,6.473C15.904,6.224 15.986,5.938 15.986,5.645C15.986,4.783 15.277,4.074 14.415,4.074C13.872,4.074 13.366,4.356 13.08,4.817C13.055,4.856 13.029,4.893 13,4.928L13,10.1C13.246,10.027 13.506,9.987 13.775,9.987L13.793,9.987C15.299,9.997 16.535,11.239 16.535,12.747C16.535,12.817 16.532,12.886 16.527,12.955C16.488,13.476 16.056,13.873 15.544,13.88L15.532,13.88C15.506,13.88 15.48,13.879 15.455,13.877C14.904,13.836 14.491,13.355 14.533,12.805C14.534,12.786 14.535,12.767 14.535,12.747C14.535,12.331 14.192,11.987 13.775,11.987C13.367,11.987 13.029,12.317 13.015,12.722C13.018,12.77 13.02,12.819 13.02,12.869C13.021,12.941 13.014,13.012 13,13.08L13,17.89L12.999,18.082L13,18.081L13,18.104L12.999,18.134C13,18.157 13,18.18 13,18.204C12.999,18.216 12.999,18.228 12.999,18.24C12.999,19.091 13.699,19.79 14.549,19.79L14.563,19.79C15.092,19.786 15.581,19.51 15.861,19.066C15.884,18.535 16.323,18.11 16.86,18.11C17.723,18.11 18.433,17.404 18.44,16.542C18.437,16.289 18.373,16.04 18.252,15.818C18.101,15.54 18.09,15.208 18.222,14.921C18.355,14.634 18.615,14.426 18.925,14.361C19.652,14.209 20.179,13.562 20.18,12.818C20.18,12.818 20.18,12.818 20.18,12.817C20.181,12.282 19.905,11.782 19.451,11.498C19.222,11.356 19.061,11.127 19.003,10.863C18.946,10.6 18.997,10.325 19.145,10.099C19.315,9.841 19.406,9.539 19.406,9.23C19.406,8.379 18.719,7.674 17.861,7.65C17.593,7.659 17.331,7.733 17.099,7.867C16.947,7.954 16.779,7.998 16.613,8L16.603,8ZM7.159,18.11L7.178,18.11C7.65,18.104 8.05,18.427 8.16,18.866C8.441,19.309 8.932,19.581 9.46,19.581L9.47,19.581C10.3,19.576 10.985,18.899 11,18.073L11,17.895L11.032,17.927L11.033,17.923L11,17.89L11,12.708C10.922,12.376 10.623,12.125 10.27,12.12L10.26,12.12C9.843,12.12 9.5,12.463 9.5,12.88C9.5,13.428 9.059,13.873 8.513,13.88L8.5,13.88C7.948,13.88 7.5,13.432 7.5,12.88C7.5,11.366 8.746,10.12 10.26,10.12C10.516,10.12 10.764,10.156 11,10.222L11,4.862C10.983,4.838 10.967,4.813 10.952,4.786C10.671,4.294 10.146,3.99 9.58,3.99C8.718,3.99 8.007,4.696 8,5.558C8,5.558 8,5.559 8,5.559C7.997,5.869 8.091,6.172 8.269,6.427C8.538,6.81 8.504,7.329 8.188,7.675C7.995,7.886 7.729,7.998 7.458,8L7.448,8C7.278,8 7.107,7.956 6.951,7.867C6.72,7.734 6.459,7.659 6.183,7.651L6.17,7.651C5.326,7.679 4.644,8.382 4.644,9.23C4.644,9.539 4.735,9.841 4.905,10.099C5.053,10.325 5.104,10.6 5.047,10.863C4.989,11.127 4.828,11.356 4.599,11.498C4.145,11.782 3.869,12.282 3.87,12.817C3.87,12.818 3.87,12.818 3.87,12.818C3.871,13.562 4.398,14.209 5.125,14.361C5.435,14.426 5.695,14.634 5.828,14.921C5.96,15.208 5.949,15.541 5.798,15.819C5.674,16.046 5.609,16.301 5.609,16.56C5.609,17.41 6.309,18.11 7.159,18.11Z",style:{fill:"rgb(7,150,105)"}})],-1),Y_=[K_],J_={class:"md:max-w-xs"},Q_={class:"font-bold font-heading"},Z_={class:"text-gray-800 leading-loose"},X_={class:"flex mb-4"},eb={width:"100%",height:"100%",viewBox:"0 0 21 20",class:"mr-3 w-8 h-8 text-green-600",style:{"fill-rule":"evenodd","clip-rule":"evenodd","stroke-linejoin":"round","stroke-miterlimit":"2"}},tb=p("g",{transform:"matrix(1,0,0,1,-3.49137,-2.45658)"},[p("path",{d:"M17.65,9.65C17.576,5.955 14.517,2.957 10.821,2.957C7.075,2.957 3.991,6.04 3.991,9.787C3.991,11.527 4.657,13.203 5.85,14.47L5.85,21L12.22,21L12.22,18.83L18.3,18.83L18.3,14.69L20,13.69L17.65,9.65Z",style:{fill:"none","fill-rule":"nonzero",stroke:"rgb(7,150,105)","stroke-width":"2px"}}),p("path",{d:"M13.29,8.39C12.763,7.865 11.897,7.865 11.37,8.39L10.89,8.87L10.41,8.39C9.883,7.865 9.017,7.865 8.49,8.39C7.965,8.917 7.965,9.783 8.49,10.31L8.97,10.79L9,10.79L10.92,12.71L13.32,10.31C13.837,9.775 13.824,8.909 13.29,8.39Z",style:{fill:"none","fill-rule":"nonzero",stroke:"rgb(7,150,105)","stroke-width":"2px"}})],-1),nb=[tb],ib={class:"md:max-w-xs"},ab={class:"font-bold font-heading"},ob={class:"text-gray-800 leading-loose"},sb={class:"flex"},rb=ln('<div><svg class="mr-3 w-8 h-8 text-green-600" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" data-reactroot=""><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#079669" fill="none" d="M14 6H6V14H14V6Z"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#079669" fill="none" d="M18 10H10V18H18V10Z"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#079669" fill="none" d="M21 4C21.5523 4 22 3.55228 22 3C22 2.44772 21.5523 2 21 2C20.4477 2 20 2.44772 20 3C20 3.55228 20.4477 4 21 4Z"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#079669" fill="none" d="M3 4C3.55228 4 4 3.55228 4 3C4 2.44772 3.55228 2 3 2C2.44772 2 2 2.44772 2 3C2 3.55228 2.44772 4 3 4Z"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#079669" fill="none" d="M3 22C3.55228 22 4 21.5523 4 21C4 20.4477 3.55228 20 3 20C2.44772 20 2 20.4477 2 21C2 21.5523 2.44772 22 3 22Z"></path><path stroke-linejoin="round" stroke-linecap="round" stroke-width="2" stroke="#079669" fill="none" d="M21 22C21.5523 22 22 21.5523 22 21C22 20.4477 21.5523 20 21 20C20.4477 20 20 20.4477 20 21C20 21.5523 20.4477 22 21 22Z"></path></svg></div>',1),lb={class:"md:max-w-xs mb-10"},cb={class:"font-bold font-heading"},db={class:"text-gray-800 leading-loose"},ub=ln('<div class="hidden md:flex flex-wrap items-center w-1/2 px-4"><div class="mb-6 w-1/2 px-3"><img class="relative z-20 mb-10 w-full h-auto" src="'+r_+'" alt="Belly Button Microbes" width="768" height="768"><img class="w-full h-auto" src="'+l_+'" alt="Mouth Microbes" width="768" height="768"></div><div class="w-1/2 px-3"><img class="w-full h-auto" src="'+c_+'" alt="Gut Microbes" width="768" height="768"></div></div>',1),hb=ln('<div class="skew skew-bottom mr-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 0 0 10"></polygon></svg></div><div class="skew skew-bottom ml-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 0 10 10"></polygon></svg></div>',2),mb={class:"relative py-16 radius-for-skewed bg-background"},fb=p("div",{class:"absolute inset-0 radius-for-skewed"},null,-1),pb={class:"container mx-auto px-4 relative"},_b={class:"max-w-md text-center mx-auto"},bb={class:"text-green-300 font-bold"},gb={class:"text-2xl lg:text-3xl text-white font-bold font-heading"},wb={class:"mb-6 mt-3 max-w-sm mx-auto"},vb={class:"text-white leading-loose"},yb=ln('<div class="skew skew-top mr-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 10 0 10"></polygon></svg></div><div class="skew skew-top ml-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 10 10 0 10 10"></polygon></svg></div>',2),Ab={class:"py-10 lg:py-16 bg-gray-50 radius-for-skewed",id:"the-team"},kb={class:"container mx-auto px-4"},Tb={class:"mb-8 text-center mx-auto max-w-xl"},Eb=p("span",{class:"text-green-600 font-bold text-2xl"},"👋",-1),Sb={class:"text-3xl lg:text-4xl font-bold font-heading"},Pb={class:"flex flex-wrap -mx-4"},xb={class:"flex flex-col items-start bg-white rounded shadow overflow-hidden h-full"},Cb=["src","alt"],Lb=["src","alt"],Rb={class:"w-full pl-6 p-4"},Ib={class:"mb-0 text-lg font-bold font-heading text-center"},Mb={class:"mb-3 text-gray-800 leading-loose text-center"},Nb={class:"flex justify-center"},jb=["href"],$b=p("img",{src:d_,alt:"Email"},null,-1),Fb=[$b],Ob=["href"],Db=p("img",{src:Oc,alt:"Twitter"},null,-1),Hb=[Db],Ub=["href"],Vb=p("img",{class:"h-5 mt-0.5",src:u_,alt:"LinkedIn"},null,-1),Bb=[Vb],zb=["href"],Gb=p("img",{src:h_,width:"22",height:"22",alt:"Google Scholar"},null,-1),qb=[Gb],Wb=["href"],Kb=["href"],Yb=p("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},[p("path",{fill:"none",d:"M22 14V21C22 21.55 21.55 22 21 22H3C2.45 22 2 21.55 2 21V14",undefined:"1"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"1",stroke:"#FFF",d:"M22 14V21C22 21.55 21.55 22 21 22H3C2.45 22 2 21.55 2 21V14"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"1",stroke:"#FFF",d:"M12 2V17"}),p("path",{"stroke-linejoin":"round","stroke-linecap":"round","stroke-width":"1",stroke:"#FFF",d:"M17 12L12 17L7 12"})],-1),Jb=p("span",{class:"ml-1"},"CV",-1),Qb=[Yb,Jb],Zb={class:"mb-8 text-center mx-auto max-w-xl"},Xb=p("span",{class:"text-green-600 font-bold text-2xl"},"🎓️",-1),eg={class:"text-3xl lg:text-4xl font-bold font-heading"},tg={class:"flex flex-wrap"},ng={class:"flex flex-row"},ig=["src","alt"],ag=["src","alt"],og={class:"text-gray-800"},sg={class:"font-bold"},rg={key:0},lg={class:"flex w-full"},cg=ln('<div class="skew skew-bottom mr-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 0 0 10"></polygon></svg></div><div class="skew skew-bottom ml-for-radius"><svg class="h-8 md:h-12 lg:h-20 w-full text-gray-50" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon fill="currentColor" points="0 0 10 0 10 10"></polygon></svg></div>',2);function dg(e,t,n,i,o,a){const s=rt("router-link");return J(),X(be,null,[p("section",f_,[p("div",p_,[p("div",__,[p("div",b_,[p("div",g_,[p("div",w_,[p("div",v_,[p("h2",{class:lt(["mb-3 text-4xl text-white font-bold",e.$t("lg:text-6xl")]),innerHTML:e.$t("Minding Our Microbes")},null,10,y_)]),p("div",A_,[p("p",k_,q(e.$t("A_body_contains_trillions")),1),p("div",null,[we(s,{class:"inline-block mb-3 lg:mb-0 mr-3 w-auto py-2 px-6 leading-loose bg-purple-600 hover:bg-purple-700 text-white font-semibold border-2 border-purple-600 hover:border-purple-600 rounded-l-xl rounded-t-xl transition duration-200",to:`/research${e.lang}`,onClick:t[0]||(t[0]=l=>this.pLog("Learn about our research TOP"))},{default:ze(()=>[We(q(e.$t("A_learn_about_our_research")),1)]),_:1},8,["to"])])])])]),p("div",T_,[p("div",E_,[p("div",{"data-aos-duration":"1500","data-aos":"zoom-in-up","data-aos-delay":"0",class:"pointer-events-none phage_1 absolute z-10 left-24 -top-20 lg:-left-32 md:-top-10 w-10",style:ut(`transform: rotate(${-e.frameN*1%360}deg)`)},null,4),p("div",S_,[p("div",{class:lt(e.microbeSprite),style:ut(`transform: rotate(${e.frameN*3.2%360}deg)`)},null,6)]),p("div",P_,[p("div",{class:"sphere_d_1",style:ut(`transform: rotate(${-e.frameN*3%360}deg)`)},null,4)]),x_,p("div",C_,[p("div",{style:ut(`transform: rotate(${-e.frameN*1%360}deg)`),class:"rod_b_1"},null,4)]),L_,p("div",R_,[p("div",{class:lt(e.virusSprite),style:ut(`transform: rotate(${e.frameN*4%360}deg)`)},null,6)]),I_,p("canvas",{onClick:t[1]||(t[1]=l=>e.celebrate()),ref:"bigHeroCanvas",class:"hidden lg:block h-96 max-w-lg",src:"@/assets/images/illustrations/hero.png",height:"1005",alt:e.companyName},null,8,M_),p("canvas",{onClick:t[2]||(t[2]=l=>e.celebrate()),ref:"smallHeroCanvas",id:"hero-sm",class:"lg:hidden h-32 max-w-lg mb-10 mx-auto w-3/4 md:ml-auto h-auto",src:"@/assets/images/illustrations/hero.png",height:"1005",alt:e.companyName},null,8,N_),p("div",j_,[p("div",{class:"brain",style:ut(`filter: grayscale(${Math.sin(e.frameN)*100}%)`)},null,4),p("div",{class:"brain_glow",style:ut(`mix-blend-mode: screen;margin-top:-85px;opacity: ${Math.sin(e.frameN)}`)},null,4)]),p("div",$_,[p("div",{class:"brain",style:ut(`filter: grayscale(${Math.sin(e.frameN)*100}%)`)},null,4),p("div",{class:"brain_glow",style:ut(`mix-blend-mode: screen;margin-top:-85px;opacity: ${Math.sin(e.frameN)}`)},null,4)])])])])])]),F_]),p("section",null,[O_,p("div",D_,[p("div",H_,[p("div",U_,[p("div",V_,[p("div",B_,[p("span",z_,q(e.$t("B_labs_focus")),1),p("h2",G_,q(e.$t("B_investigating_questions")),1),p("ul",null,[p("li",q_,[p("div",null,[(J(),X("svg",W_,Y_))]),p("div",J_,[p("h3",Q_,"re: "+q(e.$t("B_brain_and_behavior")),1),p("p",Z_,q(e.$t("B_brain_behavior_questions")),1)])]),p("li",X_,[p("div",null,[(J(),X("svg",eb,nb))]),p("div",ib,[p("h3",ab,"re: "+q(e.$t("B_health_and_disease")),1),p("p",ob,q(e.$t("B_heath_disease_questions")),1)])]),p("li",sb,[rb,p("div",lb,[p("h3",cb,"re: "+q(e.$t("B_origins_and_interactions")),1),p("p",db,q(e.$t("B_origins_interactions_questions")),1)])])])])]),ub])])]),hb]),p("section",null,[p("div",mb,[fb,p("div",pb,[p("div",_b,[p("span",bb,q(e.$t("B_latest_news")),1),p("h2",gb,q(e.latestLabNews.headline),1),p("div",wb,[p("p",vb,q(e.latestLabNews.summary),1)]),we(s,{onClick:t[3]||(t[3]=l=>e.pLog("See more lab news")),class:"inline-block py-2 px-6 rounded-l-xl rounded-t-xl bg-green-600 hover:bg-green-700 text-gray-50 font-bold leading-loose transition duration-200 border-2 border-green-600 hover:border-green-600",to:`/news${e.lang}`},{default:ze(()=>[We(q(e.$t("B_see_more_news")),1)]),_:1},8,["to"])])])])]),p("section",null,[yb,p("div",Ab,[p("div",kb,[p("div",Tb,[Eb,p("h2",Sb,q(e.$t("A_meet_the_team")),1)]),p("div",Pb,[(J(!0),X(be,null,Qe(e.activeLabMembers,l=>(J(),X("div",{class:"mb-6 w-full md:w-1/3 px-3",key:l.id},[p("div",xb,[l.small_photo?(J(),X("img",{key:0,class:"w-24 h-24 md:w-16 md:h-16 rounded-full mx-auto mt-4 object-cover",src:`https://api.flotiq.com/image/256x0/${l.small_photo[0].dataUrl.replace("/api/v1/content/_media/","")}.jpg`,alt:l.name},null,8,Cb)):(J(),X("img",{key:1,class:"w-24 h-24 md:w-16 md:h-16 rounded-full mx-auto mt-4 object-cover",src:e.bruinImg,alt:l.name},null,8,Lb)),p("div",Rb,[p("h4",Ib,q(l.name),1),p("p",Mb,q(e.$t(l.type)),1),p("div",Nb,[l.email?(J(),X("a",{key:0,onClick:t[4]||(t[4]=r=>e.pLog("Email Click")),class:"flex-shrink-0 w-5 mr-3 mt-1",href:`mailto:${l.email}`},Fb,8,jb)):Me("",!0),l.twitter_handle?(J(),X("a",{key:1,class:"flex-shrink-0 h-6 mr-3 mt-1",href:`https://twitter.com/${l.twitter_handle}`,target:"_blank"},Hb,8,Ob)):Me("",!0),l.linkedin_handle?(J(),X("a",{key:2,class:"flex-shrink-0 h-6 mr-3 mt-1",href:`https://www.linkedin.com/in/${l.linkedin_handle}`,target:"_blank"},Bb,8,Ub)):Me("",!0),l.google_scholar?(J(),X("a",{key:3,class:"flex-shrink-0 h-6 mr-3 mt-1",href:`https://scholar.google.com/citations?user=${l.google_scholar}`,target:"_blank"},qb,8,zb)):Me("",!0),l.cv_pdf&&l.cv_pdf.length?(J(),X("a",{key:4,class:"ml-auto",href:`https://api.flotiq.com/image/0x0/${l.cv_pdf[0].dataUrl.replace("/api/v1/content/_media/","")}.pdf`},[p("a",{onClick:t[5]||(t[5]=r=>e.pLog("CV Download")),class:"inline-flex items-center py-1 px-3 bg-green-600 hover:bg-green-700 text-gray-50 text-xs font-bold rounded-l-xl rounded-t-xl transition duration-200 cursor-pointer",href:l.link,target:"_blank"},Qb,8,Kb)],8,Wb)):Me("",!0)])])])]))),128))]),p("div",Zb,[Xb,p("h2",eg,q(e.$t("A_alumni")),1)]),p("div",tg,[(J(!0),X(be,null,Qe(e.labAlumni,l=>(J(),X("div",{class:"mb-6 w-full px-3",key:l.id},[p("div",ng,[l.small_photo?(J(),X("img",{key:0,class:"w-8 h-8 mr-3 rounded-full",src:`https://api.flotiq.com/image/256x0/${l.small_photo[0].dataUrl.replace("/api/v1/content/_media/","")}.jpg`,alt:l.name},null,8,ig)):(J(),X("img",{key:1,class:"w-8 h-8 mr-3 rounded-full",src:e.bruinImg,alt:l.name},null,8,ag)),p("div",og,[p("span",sg,q(l.name),1),We(" — "+q(e.$t(l.type))+" from "+q(l.start_date.substr(0,4))+" to "+q(l.end_date.substr(0,4)),1),l.now_what?(J(),X("span",rg,", now "+q(l.now_what),1)):Me("",!0)])])]))),128))]),p("div",lg,[we(s,{class:"mx-auto mt-10 inline-block mb-3 lg:mb-0 w-auto py-2 px-6 leading-loose bg-purple-600 hover:bg-purple-700 text-white font-semibold border-2 border-purple-600 hover:border-purple-600 rounded-l-xl rounded-t-xl transition duration-200",to:`/research${e.lang}`,onClick:t[6]||(t[6]=l=>this.pLog("Learn about our research BOTTOM"))},{default:ze(()=>[We(q(e.$t("A_learn_about_our_research")),1)]),_:1},8,["to"])])])]),cg])],64)}const ug=dn(m_,[["render",dg]]),hg=[{title:"Microbiota modulate behavioral and physiological abnormalities associated with neurodevelopmental disorders",paperURL:"https://www.cell.com/fulltext/S0092-8674(13)01473-6",authors:["Elaine Y Hsiao","Sara W McBride","Sophia Hsien","Gil Sharon","Embriette R Hyde","Tyler McCue","Julian A Codelli","Janet Chow","Sarah E Reisman","Joseph F Petrosino","Paul H Patterson","Sarkis K Mazmanian"],authors_slugs:["elainehsiao","saramcbride","sophiahsien","gilsharon","embriettehyde","tylermccue","juliancodelli","janetchow","sarahreisman","josephpetrosino","paulpatterson","sarkismazmanian"],publication_date:"2013/12/19",journal:"Cell",volume:"155",issue:"7",pages:"1451-1463",publisher:"Elsevier",description:"Neurodevelopmental disorders, including autism spectrum disorder (ASD), are defined by core behavioral impairments; however, subsets of individuals display a spectrum of gastrointestinal (GI) abnormalities. We demonstrate GI barrier defects and microbiota alterations in the maternal immune activation (MIA) mouse model that is known to display features of ASD. Oral treatment of MIA offspring with the human commensal Bacteroides fragilis corrects gut permeability, alters microbial composition, and ameliorates defects in communicative, stereotypic, anxiety-like and sensorimotor behaviors. MIA offspring display an altered serum metabolomic profile, and B.&nbsp;fragilis modulates levels of several metabolites. Treating naive mice with a metabolite that is increased by MIA and restored by B.&nbsp;fragilis causes certain behavioral abnormalities, suggesting that gut bacterial effects on the host metabolome impact behavior…",total_citations:3549,areas:{m:1,d:1,g:1}},{title:"Indigenous bacteria from the gut microbiota regulate host serotonin biosynthesis",paperURL:"https://www.cell.com/fulltext/S0092-8674(15)00248-2",authors:["Jessica M Yano","Kristie Yu","Gregory P Donaldson","Gauri G Shastri","Phoebe Ann","Liang Ma","Cathryn R Nagler","Rustem F Ismagilov","Sarkis K Mazmanian","Elaine Y Hsiao"],authors_slugs:["jessicayano","kristieyu","gregorydonaldson","gaurishastri","phoebeann","liangma","cathrynnagler","rustemismagilov","sarkismazmanian","elainehsiao"],publication_date:"2015/4/9",journal:"Cell",volume:"161",issue:"2",pages:"264-276",publisher:"Elsevier",description:"The gastrointestinal (GI) tract contains much of the&nbsp;body's serotonin (5-hydroxytryptamine, 5-HT), but mechanisms controlling the metabolism of gut-derived 5-HT remain unclear. Here, we demonstrate that the microbiota plays a critical role in regulating host 5-HT. Indigenous spore-forming bacteria (Sp) from the mouse and human microbiota promote 5-HT biosynthesis from colonic enterochromaffin cells (ECs), which supply 5-HT to the mucosa, lumen, and circulating platelets. Importantly, microbiota-dependent effects on gut 5-HT significantly impact host physiology, modulating GI motility and platelet function. We identify select fecal metabolites that are increased by Sp and that elevate 5-HT in chromaffin cell cultures, suggesting direct metabolic signaling of gut microbes to ECs. Furthermore, elevating luminal concentrations of particular microbial metabolites increases colonic and blood 5-HT in germ-free mice…",total_citations:3390,areas:{s:1,g:1}},{title:"Interactions between the microbiota, immune and nervous systems in health and disease",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6960010/",authors:["Thomas C Fung","Christine A Olson","Elaine Y Hsiao"],authors_slugs:["thomasfung","christineolson","elainehsiao"],publication_date:"2017/2",source:"Nature neuroscience",volume:"20",issue:"2",pages:"145-155",publisher:"Nature Publishing Group US",description:"The diverse collection of microorganisms that inhabit the gastrointestinal tract, collectively called the gut microbiota, profoundly influences many aspects of host physiology, including nutrient metabolism, resistance to infection and immune system development. Studies investigating the gut–brain axis demonstrate a critical role for the gut microbiota in orchestrating brain development and behavior, and the immune system is emerging as an important regulator of these interactions. Intestinal microbes modulate the maturation and function of tissue-resident immune cells in the CNS. Microbes also influence the activation of peripheral immune cells, which regulate responses to neuroinflammation, brain injury, autoimmunity and neurogenesis. Accordingly, both the gut microbiota and immune system are implicated in the etiopathogenesis or manifestation of neurodevelopmental, psychiatric and neurodegenerative…",total_citations:1765,areas:{d:1,g:1}},{title:"The gut microbiota mediates the anti-seizure effects of the ketogenic diet",paperURL:"https://www.cell.com/cell/fulltext/S0092-8674(18)30520-8",authors:["Christine A Olson","Helen E Vuong","Jessica M Yano","Qingxing Y Liang","David J Nusbaum","Elaine Y Hsiao"],authors_slugs:["christineolson","helenvuong","jessicayano","qingxingliang","davidnusbaum","elainehsiao"],publication_date:"2018/6/14",journal:"Cell",volume:"173",issue:"7",pages:"1728-1741. e13",publisher:"Elsevier",description:"The ketogenic diet (KD) is used to treat refractory epilepsy, but the mechanisms underlying its neuroprotective effects remain unclear. Here, we show that the gut microbiota is altered by the KD and required for protection against acute electrically induced seizures and spontaneous tonic-clonic seizures in two mouse models. Mice treated with antibiotics or reared germ free are resistant to KD-mediated seizure protection. Enrichment of, and gnotobiotic co-colonization with, KD-associated Akkermansia and Parabacteroides restores seizure protection. Moreover, transplantation of the KD gut microbiota and treatment with Akkermansia and Parabacteroides each confer seizure protection to mice fed a control diet.&nbsp;Alterations in colonic lumenal, serum, and hippocampal metabolomic profiles correlate with seizure protection, including reductions in systemic gamma-glutamylated amino acids and elevated hippocampal…",total_citations:952,areas:{d:1}},{title:"Maternal immune activation yields offspring displaying mouse versions of the three core symptoms of autism",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3322300/",authors:["Natalia V Malkova","Z Yu Collin","Elaine Y Hsiao","Marlyn J Moore","Paul H Patterson"],authors_slugs:["nataliamalkova","zcollin","elainehsiao","marlynmoore","paulpatterson"],publication_date:"2012/5/1",journal:"Brain, behavior, and immunity",volume:"26",issue:"4",pages:"607-616",publisher:"Brain Behav Immun",description:"The core symptoms of autism are deficits in social interaction and language, and the presence of repetitive/stereotyped behaviors. We demonstrate that behaviors related to these symptoms are present in a mouse model of an environmental risk factor for autism, maternal infection. We stimulate the maternal immune system by injecting the viral mimic poly(I:C) during pregnancy, and analyze the social and communicative behaviors of the offspring. In one test, young pups respond to a brief separation from the mother with ultrasonic vocalizations (USVs). We find that, compared to pups born to saline-injected mothers, pups born to maternal immune activation (MIA) mothers produce a lower rate of USVs in the isolation test starting at day 8. The quality of the vocalizations is also different; analysis of sound spectrograms of 10day-old pups shows that male pups from MIA mothers emit significantly fewer harmonic and&nbsp;…",total_citations:760,areas:{m:1,d:1}},{title:"Emerging roles for the gut microbiome in autism spectrum disorder",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5285286/",authors:["Helen E Vuong","Elaine Y Hsiao"],authors_slugs:["helenvuong","elainehsiao"],publication_date:"2017/3/1",source:"Biological psychiatry",volume:"81",issue:"5",pages:"411-423",publisher:"Elsevier",description:"Autism spectrum disorder (ASD) is a serious neurodevelopmental disorder that affects one in 45 children in the United States, with a similarly striking prevalence in countries around the world. However, mechanisms underlying its etiology and manifestations remain poorly understood. Although ASD is diagnosed based on the presence and severity of impaired social communication and repetitive behavior, immune dysregulation and gastrointestinal issues are common comorbidities. The microbiome is an integral part of human physiology; recent studies show that changes in the gut microbiota can modulate gastrointestinal physiology, immune function, and even behavior. Links between particular bacteria from the indigenous gut microbiota and phenotypes relevant to ASD raise the important question of whether microbial dysbiosis plays a role in the development or presentation of ASD symptoms. Here we review…",total_citations:608,areas:{m:1,d:1,g:1}},{title:"The microbiome and host behavior",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6661159/",authors:["Helen E Vuong","Jessica M Yano","Thomas C Fung","Elaine Y Hsiao"],authors_slugs:["helenvuong","jessicayano","thomasfung","elainehsiao"],publication_date:"2017/7/25",source:"Annual review of neuroscience",volume:"40",issue:"1",pages:"21-49",publisher:"Annual Reviews",description:"The microbiota is increasingly recognized for its ability to influence the development and function of the nervous system and several complex host behaviors. In this review, we discuss emerging roles for the gut microbiota in modulating host social and communicative behavior, stressor-induced behavior, and performance in learning and memory tasks. We summarize effects of the microbiota on host neurophysiology, including brain microstructure, gene expression, and neurochemical metabolism across regions of the amygdala, hippocampus, frontal cortex, and hypothalamus. We further assess evidence linking dysbiosis of the gut microbiota to neurobehavioral diseases, such as autism spectrum disorder and major depression, drawing upon findings from animal models and human trials. Finally, based on increasing associations between the microbiota, neurophysiology, and behavior, we consider whether…",total_citations:536,areas:{m:1,s:1,d:1}},{title:"Activation of the maternal immune system induces endocrine changes in the placenta via IL-6",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3081363/",authors:["Elaine Y Hsiao","Paul H Patterson"],authors_slugs:["elainehsiao","paulpatterson"],publication_date:"2011/5/1",journal:"Brain, behavior, and immunity",volume:"25",issue:"4",pages:"604-615",publisher:"Brain Behav Immun",description:"Activation of the maternal immune system in rodent models sets in motion a cascade of molecular pathways that ultimately result in autism- and schizophrenia-related behaviors in offspring. The finding that interleukin-6 (IL-6) is a crucial mediator of these effects led us to examine the mechanism by which this cytokine influences fetal development in vivo. Here we focus on the placenta as the site of direct interaction between mother and fetus and as a principal modulator of fetal development. We find that maternal immune activation (MIA) with a viral mimic, synthetic double-stranded RNA (poly(I:C)), increases IL-6 mRNA as well as maternally-derived IL-6 protein in the placenta. Placentas from MIA mothers exhibit increases in CD69+ decidual macrophages, granulocytes and uterine NK cells, indicating elevated early immune activation. Maternally-derived IL-6 mediates activation of the JAK/STAT3 pathway&nbsp;…",total_citations:447,areas:{m:1,d:1}},{title:"Modeling an autism risk factor in mice leads to permanent immune dysregulation",paperURL:"https://www.pnas.org/doi/full/10.1073/pnas.1202556109",authors:["Elaine Y Hsiao","Sara W McBride","Janet Chow","Sarkis K Mazmanian","Paul H Patterson"],authors_slugs:["elainehsiao","saramcbride","janetchow","sarkismazmanian","paulpatterson"],publication_date:"2012/7/31",journal:"Proceedings of the National Academy of Sciences",volume:"109",issue:"31",pages:"12776-12781",publisher:"PNAS",description:"Increasing evidence highlights a role for the immune system in the pathogenesis of autism spectrum disorder (ASD), as immune dysregulation is observed in the brain, periphery, and gastrointestinal tract of ASD individuals. Furthermore, maternal infection (maternal immune activation, MIA) is a risk factor for ASD. Modeling this risk factor in mice yields offspring with the cardinal behavioral and neuropathological symptoms of human ASD. In this study, we find that offspring of immune-activated mothers display altered immune profiles and function, characterized by a systemic deficit in CD4+ TCRβ+ Foxp3+ CD25+ T regulatory cells, increased IL-6 and IL-17 production by CD4+ T cells, and elevated levels of peripheral Gr-1+ cells. In addition, hematopoietic stem cells from MIA offspring exhibit altered myeloid lineage potential and differentiation. Interestingly, repopulating irradiated control mice with bone marrow…",total_citations:421,areas:{m:1,d:1,g:1}},{title:"Maternal immune activation causes age-and region-specific changes in brain cytokines in offspring throughout development",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3529133/",authors:["Paula A Garay","Elaine Y Hsiao","Paul H Patterson","A Kimberley McAllister"],authors_slugs:["paulagaray","elainehsiao","paulpatterson","amcallister"],publication_date:"2013/7/1",journal:"Brain, behavior, and immunity",volume:"31",pages:"54-68",publisher:"Brain Behav Immun",description:"Maternal infection is a risk factor for autism spectrum disorder (ASD) and schizophrenia (SZ). Indeed, modeling this risk factor in mice through maternal immune activation (MIA) causes ASD- and SZ-like neuropathologies and behaviors in the offspring. Although MIA upregulates pro-inflammatory cytokines in the fetal brain, whether MIA leads to long-lasting changes in brain cytokines during postnatal development remains unknown. Here, we tested this possibility by measuring protein levels of 23 cytokines in the blood and three brain regions from offspring of poly(I:C)- and saline-injected mice at five postnatal ages using multiplex arrays. Most cytokines examined are present in sera and brains throughout development. MIA induces changes in the levels of many cytokines in the brains and sera of offspring in a region- and age-specific manner. These MIA-induced changes follow a few, unexpected and distinct&nbsp;…",total_citations:416,areas:{m:1,d:1}},{title:"Signaling inflammation across the gut-brain axis",paperURL:null,notes:[{author_slug:"gulistanagirman",note:'<p>Excited to see that our review is out for Thanksgiving&nbsp;🥳&nbsp;<a href="https://twitter.com/ScienceMagazine">@ScienceMagazine</a> <a href="https://twitter.com/pipethero">@pipethero</a></p>'}],authors:["Gulistan Agirman","Kristie B Yu","Elaine Y Hsiao"],authors_slugs:["gulistanagirman","kristieyu","elainehsiao"],publication_date:"2021/11/26",source:"Science",volume:"374",issue:"6571",pages:"1087-1092",publisher:"American Association for the Advancement of Science",description:"The brain and gastrointestinal tract are critical sensory organs responsible for detecting, relaying, integrating, and responding to signals derived from the internal and external environment. At the interface of this sensory function, immune cells in the intestines and brain consistently survey environmental factors, eliciting responses that inform on the physiological state of the body. Recent research reveals that cross-talk along the gut-brain axis regulates inflammatory nociception, inflammatory responses, and immune homeostasis. Here, we discuss molecular and cellular mechanisms involved in the signaling of inflammation across the gut-brain axis. We further highlight interactions between the gut and the brain in inflammation-associated diseases.",total_citations:392,areas:{s:1,d:1,g:1}},{title:"The maternal microbiome modulates fetal neurodevelopment in mice",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7554197/",authors:["Helen E Vuong","Geoffrey N Pronovost","Drake W Williams","Elena JL Coley","Emily L Siegler","Austin Qiu","Maria Kazantsev","Chantel J Wilson","Tomiko Rendon","Elaine Y Hsiao"],authors_slugs:["helenvuong","geoffpronovost","drakewilliams","elenacoley","emilysiegler","austinqiu","mariakazantsev","chantelwilson","tomikorendon","elainehsiao"],publication_date:"2020/10/8",journal:"Nature",volume:"586",issue:"7828",pages:"281-286",publisher:"Nature",description:"‘Dysbiosis’ of the maternal gut microbiome, in response to challenges such as infection, altered diet and stress during pregnancy, has been increasingly associated with abnormalities in brain function and behaviour of the&nbsp;offspring. However, it is unclear whether the maternal gut microbiome influences neurodevelopment during critical prenatal periods and in the absence of environmental challenges. Here we investigate how depletion and selective reconstitution of the maternal gut microbiome influences fetal neurodevelopment in mice. Embryos from antibiotic-treated and germ-free dams exhibited reduced brain&nbsp;expression of genes related to axonogenesis, deficient thalamocortical axons and impaired outgrowth of thalamic axons in response to cell-extrinsic factors. Gnotobiotic colonization of microbiome-depleted dams with a limited consortium of bacteria prevented abnormalities in fetal brain gene expression…",total_citations:369,areas:{m:1}},{title:"Intestinal serotonin and fluoxetine exposure modulate bacterial colonization in the gut",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6879823/",authors:["Thomas C Fung","Helen E Vuong","Cristopher DG Luna","Geoffrey N Pronovost","Antoniya A Aleksandrova","Noah G Riley","Anastasia Vavilina","Julianne McGinn","Tomiko Rendon","Lucy R Forrest","Elaine Y Hsiao"],authors_slugs:["thomasfung","helenvuong","cristopherluna","geoffpronovost","antoniyaaleksandrova","noahriley","anastasiavavilina","juliannemcginn","tomikorendon","lucyforrest","elainehsiao"],publication_date:"2019/12",journal:"Nature microbiology",volume:"4",issue:"12",pages:"2064-2073",publisher:"Nature Microbiology",description:"The gut microbiota regulates levels of serotonin (5-hydroxytryptamine (5-HT)) in the intestinal epithelium and lumen, , , –. However, whether 5-HT plays a functional role in bacteria from the gut microbiota remains unknown. We demonstrate that elevating levels of intestinal lumenal 5-HT by oral supplementation or genetic deficiency in the host 5-HT transporter (SERT) increases the relative abundance of spore-forming members of the gut microbiota, which were previously reported to promote host 5-HT biosynthesis. Within this microbial community, we identify Turicibacter sanguinis as a gut bacterium that expresses a neurotransmitter sodium symporter-related protein with sequence and structural homology to mammalian SERT. T. sanguinis imports 5-HT through a mechanism that is inhibited by the selective 5-HT reuptake inhibitor fluoxetine. 5-HT reduces the expression of sporulation factors and membrane…",total_citations:361,areas:{s:1}},{title:"Differences in gut microbial composition correlate with regional brain volumes in irritable bowel syndrome",paperURL:"https://link.springer.com/article/10.1186/s40168-017-0260-z",authors:["Jennifer S Labus","Emily B Hollister","Jonathan Jacobs","Kyleigh Kirbach","Numan Oezguen","Arpana Gupta","Jonathan Acosta","Ruth Ann Luna","Kjersti Aagaard","James Versalovic","Tor Savidge","Elaine Hsiao","Kirsten Tillisch","Emeran A Mayer"],authors_slugs:["jenniferlabus","emilyhollister","jonathanjacobs","kyleighkirbach","numanoezguen","arpanagupta","jonathanacosta","ruthluna","kjerstiaagaard","jamesversalovic","torsavidge","elainehsiao","kirstentillisch","emeranmayer"],publication_date:"2017/12",journal:"Microbiome",volume:"5",pages:"1-17",publisher:"Microbiome",description:"Preclinical and clinical evidence supports the concept of bidirectional brain-gut microbiome interactions. We aimed to determine if subgroups of irritable bowel syndrome (IBS) subjects can be identified based on differences in gut microbial composition, and if there are correlations between gut microbial measures and structural brain signatures in IBS.",total_citations:285,areas:{g:1}},{title:"Gastrointestinal issues in autism spectrum disorder",paperURL:"https://2022.hsiao.science/static/pdf/Gastrointestinal_Issues_in_Autism_Spectrum.5.pdf",authors:["Elaine Y Hsiao"],authors_slugs:["elainehsiao"],publication_date:"2014/3/1",source:"Harvard review of psychiatry",volume:"22",issue:"2",pages:"104-111",publisher:"LWW",description:"While autism spectrum disorder (ASD) is characterized by communication impairments, social abnormalities, and stereotypic behaviors, several medical comorbidities are observed in autistic individuals. Of these, gastrointestinal (GI) abnormalities are of particular interest given their reported prevalence and correlation with the severity of core autism-related behavioral abnormalities. This review discusses the GI pathologies seen in ASD individuals and the association of particular GI conditions with known genetic and environmental risk factors for autism. It further addresses how GI abnormalities can affect the neuropathological and behavioral features of ASD, as well as the development of autism-related endophenotypes such as immune dysregulation, hyperserotonemia, and metabolic dysfunction. Finally, it presents emerging evidence for a gut-brain connection in autism, wherein GI dysfunction may contribute to…",total_citations:273,areas:{m:1,d:1,g:1}},{title:"The placental interleukin-6 signaling controls fetal brain development and behavior",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5373986/",authors:["Wei-Li Wu","Elaine Y Hsiao","Zihao Yan","Sarkis K Mazmanian","Paul H Patterson"],authors_slugs:["wei-liwu","elainehsiao","zihaoyan","sarkismazmanian","paulpatterson"],publication_date:"2017/5/1",journal:"Brain, behavior, and immunity",volume:"62",pages:"11-23",publisher:"Brain Behav Immun",description:"Epidemiological studies show that maternal immune activation (MIA) during pregnancy is a risk factor for autism. However, mechanisms for how MIA affects brain development and behaviors in offspring remain poorly described. To determine whether placental interleukin-6 (IL-6) signaling is required for mediating MIA on the offspring, we generated mice with restricted deletion of the receptor for IL-6 (IL-6Rα) in placental trophoblasts (Cyp19-Cre+;Il6rafl/fl), and tested offspring of Cyp19-Cre+;Il6rafl/fl mothers for immunological, pathological and behavioral abnormalities following induction of MIA. We reveal that MIA results in acute inflammatory responses in the fetal brain. Lack of IL-6 signaling in trophoblasts effectively blocks MIA-induced inflammatory responses in the placenta and the fetal brain. Furthermore, behavioral abnormalities and cerebellar neuropathologies observed in MIA control offspring are prevented…",total_citations:249,areas:{m:1,s:1,d:1}},{title:"Microbiomes as sources of emergent host phenotypes",paperURL:"https://www.science.org/doi/10.1126/science.aay0240",authors:["Jonathan B Lynch","Elaine Y Hsiao"],authors_slugs:["jonathanlynch","elainehsiao"],publication_date:"2019/9/27",source:"Science",volume:"365",issue:"6460",pages:"1405-1409",publisher:"American Association for the Advancement of Science",description:"Microbial communities associated with animals exert powerful influences on host physiology, regulating metabolism and immune function, as well as complex host behaviors. The importance of host–microbiome interactions for maintaining homeostasis and promoting health raises evolutionarily complicated questions about how animals and their microbiomes have coevolved, and how these relationships affect the ways that animals interact with their environment. Here, we review the literature on the contributions of host factors to microbial community structure and corresponding influences of microbiomes on emergent host phenotypes. We focus in particular on animal behaviors as a basis for understanding potential roles for the microbiome in shaping host neurobiology.",total_citations:243,areas:{d:1}},{title:"Maternal immune activation: reporting guidelines to improve the rigor, reproducibility, and transparency of the model",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6300528/",authors:["Amanda C Kentner","Staci D Bilbo","Alan S Brown","Elaine Y Hsiao","A Kimberley McAllister","Urs Meyer","Brad D Pearce","Mikhail V Pletnikov","Robert H Yolken","Melissa D Bauman"],authors_slugs:["amandakentner","stacibilbo","alanbrown","elainehsiao","amcallister","ursmeyer","bradpearce","mikhailpletnikov","robertyolken","melissabauman"],publication_date:"2019/1",source:"Neuropsychopharmacology",volume:"44",issue:"2",pages:"245-258",publisher:"Neuropsychopharmacology",description:"The 2017 American College of Neuropychopharmacology (ACNP) conference hosted a Study Group on 4 December 2017, Establishing best practice guidelines to improve the rigor, reproducibility, and transparency of the maternal immune activation (MIA) animal model of neurodevelopmental abnormalities. The goals of this session were to (a) evaluate the current literature and establish a consensus on best practices to be implemented in MIA studies, (b) identify remaining research gaps warranting additional data collection and lend to the development of evidence-based best practice design, and (c) inform the MIA research community of these findings. During this session, there was a detailed discussion on the importance of validating immunogen doses and standardizing the general design (e.g., species, immunogenic compound used, housing) of our MIA models both within and across laboratories. The…",total_citations:241,areas:{m:1,d:1}},{title:"Placental regulation of maternal‐fetal interactions and brain development",paperURL:"https://hsiao.science/static/pdf/7_EYH_Dev_Neuro_12.pdf",authors:["Elaine Y Hsiao","Paul H Patterson"],authors_slugs:["elainehsiao","paulpatterson"],publication_date:"2012/10",source:"Developmental neurobiology",volume:"72",issue:"10",pages:"1317-1326",publisher:"Wiley Subscription Services, Inc., A Wiley Company",description:"A variety prenatal insults are associated with the incidence of neurodevelopmental disorders such as schizophrenia, autism and cerebral palsy. While the precise mechanisms underlying how transient gestational challenges can lead to later life dysfunctions are largely unknown, the placenta is likely to play a key role. The literal interface between maternal and fetal cells resides in the placenta, and disruptions to the maternal or intrauterine environment are necessarily conveyed to the developing embryo via the placenta. Placental cells bear the responsibility of promoting maternal tolerance of the semiallogeneic fetus and regulating selective permeability of nutrients, gases, and antibodies, while still providing physiological protection of the embryo from adversity. The placenta's critical role in modulating immune protection and the availability of nutrients and endocrine factors to the offspring implicates its…",total_citations:238,areas:{m:1,d:1}},{title:"Effects of maternal immune activation on gene expression patterns in the fetal brain",paperURL:"https://www.nature.com/articles/tp201224",authors:["Krassimira A Garbett","Elaine Y Hsiao","Sára Kálmán","Paul H Patterson","Károly Mirnics"],authors_slugs:["krassimiragarbett","elainehsiao","sarakalman","paulpatterson","karolymirnics"],publication_date:"2012/4",journal:"Translational psychiatry",volume:"2",issue:"4",pages:"e98-e98",publisher:"Translational Psychiatry",description:"We are exploring the mechanisms underlying how maternal infection increases the risk for schizophrenia and autism in the offspring. Several mouse models of maternal immune activation (MIA) were used to examine the immediate effects of MIA induced by influenza virus, poly (I: C) and interleukin IL-6 on the fetal brain transcriptome. Our results indicate that all three MIA treatments lead to strong and common gene expression changes in the embryonic brain. Most notably, there is an acute and transient upregulation of the α, β and γ crystallin gene family. Furthermore, levels of crystallin gene expression are correlated with the severity of MIA as assessed by placental weight. The overall gene expression changes suggest that the response to MIA is a neuroprotective attempt by the developing brain to counteract environmental stress, but at a cost of disrupting typical neuronal differentiation and axonal growth. We…",total_citations:190,areas:{m:1,d:1}},{title:"The microbiome as a modifier of neurodegenerative disease risk",paperURL:"https://www.cell.com/cell-host-microbe/fulltext/S1931-3128(20)30349-8",authors:["Ping Fang","SA Kazmi","Kelly Jameson","Elaine Y Hsiao"],authors_slugs:["pingfang","sakazmi","kellyjameson","elainehsiao"],publication_date:"2020/8/12",source:"Cell Host & Microbe",volume:"28",issue:"2",pages:"201-222",publisher:"Elsevier",description:"The gut microbiome is increasingly implicated in modifying susceptibility to and progression of neurodegenerative diseases (NDs). In this review, we discuss roles for the microbiome in aging and in NDs. In particular, we summarize findings from human studies on microbiome alterations in Parkinson's disease, Alzheimer's disease, amyotrophic lateral sclerosis, and Huntington's disease. We assess animal studies of genetic and environmental models for NDs that investigate how manipulations of the microbiome causally impact the development of behavioral and neuropathological endophenotypes of disease. We additionally evaluate the likely immunological, neuronal, and metabolic mechanisms for how the gut microbiota may modulate risk for NDs. Finally, we speculate on cross-cutting features for microbial influences across multiple NDs and consider the potential for microbiome-targeted interventions for NDs.",total_citations:184,areas:{d:1,g:1}},{title:"The gut microbiota mediates reward and sensory responses associated with regimen-selective morphine dependence",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6224506/",authors:["Kevin Lee","Helen E Vuong","David J Nusbaum","Elaine Y Hsiao","Christopher J Evans","Anna MW Taylor"],authors_slugs:["kevinlee","helenvuong","davidnusbaum","elainehsiao","christopherevans","annataylor"],publication_date:"2018/12",journal:"Neuropsychopharmacology",volume:"43",issue:"13",pages:"2606-2614",publisher:"Neuropsychopharmacology",description:"Opioid use for long-term pain management is limited by adverse side effects, such as hyperalgesia and negative affect. Neuroinflammation in the brain and spinal cord is a contributing factor to the development of symptoms associated with chronic opioid use. Recent studies have described a link between neuroinflammation and behavior that is mediated by a gut–brain signaling axis, where alterations in indigenous gut bacteria contribute to several inflammation-related psychopathologies. As opioid receptors are highly expressed within the digestive tract and opioids influence gut motility, we hypothesized that systemic opioid treatment will impact the composition of the gut microbiota. Here, we explored how opioid treatments, and cessation, impacts the mouse gut microbiome and whether opioid-induced changes in the gut microbiota influences inflammation-driven hyperalgesia and impaired reward behavior…",total_citations:168,areas:{s:1}},{title:"Maternal immune activation alters nonspatial information processing in the hippocampus of the adult offspring",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2897971/",authors:["Hiroshi T Ito","Stephen EP Smith","Elaine Hsiao","Paul H Patterson"],authors_slugs:["hiroshiito","stephensmith","elainehsiao","paulpatterson"],publication_date:"2010/8/1",journal:"Brain, behavior, and immunity",volume:"24",issue:"6",pages:"930-941",publisher:"Brain Behav Immun",description:"The observation that maternal infection increases the risk for schizophrenia in the offspring suggests that the maternal immune system plays a key role in the etiology of schizophrenia. In a mouse model, maternal immune activation (MIA) by injection of poly(I:C) yields adult offspring that display abnormalities in a variety of behaviors relevant to schizophrenia. As abnormalities in the hippocampus are a consistent observation in schizophrenia patients, we examined synaptic properties in hippocampal slices prepared from the offspring of poly(I:C)- and saline-treated mothers. Compared to controls, CA1 pyramidal neurons from adult offspring of MIA mothers display reduced frequency and increased amplitude of miniature excitatory postsynaptic currents. In addition, the specific component of the temporoammonic pathway that mediates object-related information displays increased sensitivity to dopamine. To assess&nbsp;…",total_citations:158,areas:{m:1,d:1}},{title:"Autism spectrum disorders",paperURL:"https://www.academia.edu/download/32217292/Grinker_Yeargin_Allsopp_Boyle_2011_Culture___Autism_Spectrum_Disorders.pdf",authors:["David Amaral","Daniel Geschwind","Geraldine Dawson"],authors_slugs:["davidamaral","danielgeschwind","geraldinedawson"],publication_date:"2011/5/1",publisher:"Oxford University Press",description:`Autism is an emerging area of basic and clinical research, and has only recently been recognized as a major topic in biomedical research. Approximately 1 in 150 children are diagnosed as autistic, so it is also an intense growth area in behavioral and educational treatments. Financial resources have begun to be raised for more comprehensive research and an increasing number of scientists are becoming involved in autism research. In many respects, autism has become a model for conducting translational research on a psychiatric disorder. This text provides a comprehensive summary of all current knowledge related to the behavioral, experiential, and biomedical features of the autism spectrum disorders including major behavioral and cognitive syndromology, common co-morbid conditions, neuropathology, neuroimmunology, and other neurological correlates such as seizures, allergy and immunology, gastroenterology, infectious disease, and epidemiology. Edited by three leading researchers, this volume contains over 80 chapters and nine shorter commentaries by thought leaders in the field, making the book a virtual" who's who" of autism research. This carefully developed book is a comprehensive and authoritative reference for what we know in this area as well as a guidepost for the next several years in all areas of autism research.`,total_citations:153,areas:{m:1,d:1}},{title:"Perinatal interactions between the microbiome, immunity, and neurodevelopment",paperURL:"https://www.cell.com/immunity/fulltext/S1074-7613(18)30524-7",authors:["Geoffrey N Pronovost","Elaine Y Hsiao"],authors_slugs:["geoffpronovost","elainehsiao"],publication_date:"2019/1/15",source:"Immunity",volume:"50",issue:"1",pages:"18-36",publisher:"Elsevier",description:"The microbiome modulates host immune function across the gastrointestinal tract, peripheral lymphoid organs, and central nervous system. In this review, we highlight emerging evidence that microbial effects on select immune phenotypes arise developmentally, where the maternal and neonatal microbiome influence immune cell ontogeny in the offspring during gestation and early postnatal life. We further discuss roles for the perinatal microbiome and early-life immunity in regulating normal neurodevelopmental processes. In addition, we examine evidence that abnormalities in microbiota-neuroimmune interactions during early life are associated with altered risk of neurological disorders in humans. Finally, we conclude by evaluating the potential implications of microbiota-immune interventions for neurological conditions. Continued progress toward dissecting mechanistic interactions between the perinatal…",total_citations:131,areas:{m:1,d:1,g:1}},{title:"SnapShot: The microbiota-gut-brain axis",paperURL:"https://www.cell.com/cell/pdf/S0092-8674(21)00350-0.pdf?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0092867421003500%3Fshowall%3Dtrue",authors:["Gulistan Agirman","Elaine Y Hsiao"],authors_slugs:["gulistanagirman","elainehsiao"],publication_date:"2021/4/29",journal:"Cell",volume:"184",issue:"9",pages:"2524-2524. e1",publisher:"Elsevier",description:'Animals have co-evolved with a vast diversity of microorganisms, collectively named the microbiome, which are important modulators of host gastrointestinal, immune, metabolic, and behavioral functions. In this SnapShot, we provide an overview of the neurodevelopmental and functional influence of host-microbial interactions in the "microbiota-gut-brain axis," which refers to the bidirectional communication between the central nervous system and the gastrointestinal microbiome. To view this SnapShot, open or download the PDF.',total_citations:126,areas:{d:1,g:1}},{title:"Emerging roles for the intestinal microbiome in epilepsy",paperURL:"https://www.sciencedirect.com/science/article/pii/S096999611930244X",authors:["Greg R Lum","Christine A Olson","Elaine Y Hsiao"],authors_slugs:["greglum","christineolson","elainehsiao"],publication_date:"2020/2/1",source:"Neurobiology of Disease",volume:"135",pages:"104576",publisher:"Academic Press",description:"The gut microbiome is emerging as a key regulator of brain function and behavior and is associated with symptoms of several neurological disorders. There is emerging evidence that alterations in the gut microbiota are seen in epilepsy and in response to seizure interventions. In this review, we highlight recent studies reporting that individuals with refractory epilepsy exhibit altered composition of the gut microbiota. We further discuss antibiotic treatment and infection as microbiome-related factors that influence seizure susceptibility in humans and animal models. In addition, we evaluate how the microbiome may mediate effects of the ketogenic diet, probiotic treatment, and anti-epileptic drugs on reducing both seizure frequency and severity. Finally, we assess the open questions in interrogating roles for the microbiome in epilepsy and address the prospect that continued research may uncover fundamental insights…",total_citations:116,areas:{d:1}},{title:"Toward understanding microbiome-neuronal signaling",paperURL:"https://www.cell.com/molecular-cell/fulltext/S1097-2765(20)30154-4",authors:["Kelly G Jameson","Christine A Olson","Sabeen A Kazmi","Elaine Y Hsiao"],authors_slugs:["kellyjameson","christineolson","sabeenkazmi","elainehsiao"],publication_date:"2020/5/21",source:"Molecular cell",volume:"78",issue:"4",pages:"577-583",publisher:"Elsevier",description:"Host-associated microbiomes are emerging as important modifiers of brain activity and behavior. Metabolic, immune, and neuronal pathways are proposed to mediate communication across the so-called microbiota-gut-brain axis. However, strong mechanistic evidence, especially for direct signaling between microbes and sensory neurons, is lacking. Here, we discuss microbial regulation of short-chain fatty acids, neurotransmitters, as-yet-uncharacterized biochemicals, and derivatives of neuromodulatory drugs as important areas for assessing microbial interactions with the nervous system.",total_citations:113,areas:{s:1,d:1,g:1}},{title:"Evidence for an association of gut microbial Clostridia with brain functional connectivity and gastrointestinal sensorimotor function in patients with irritable bowel syndrome, based on tripartite network analysis",paperURL:"https://microbiomejournal.biomedcentral.com/articles/10.1186/s40168-019-0656-z",authors:["Jennifer S Labus","Vadim Osadchiy","Elaine Y Hsiao","Julien Tap","Muriel Derrien","Arpana Gupta","Kirsten Tillisch","Boris Le Nevé","Cecilia Grinsvall","Maria Ljungberg","Lena Öhman","Hans Törnblom","Magnus Simren","Emeran A Mayer"],authors_slugs:["jenniferlabus","vadimosadchiy","elainehsiao","julientap","murielderrien","arpanagupta","kirstentillisch","borisneve","ceciliagrinsvall","marialjungberg","lenaohman","hanstornblom","magnussimren","emeranmayer"],publication_date:"2019/12",journal:"Microbiome",volume:"7",pages:"1-15",publisher:"Microbiome",description:"Evidence from preclinical and clinical studies suggests that interactions among the brain, gut, and microbiota may affect the pathophysiology of irritable bowel syndrome (IBS). As disruptions in central and peripheral serotonergic signaling pathways have been found in patients with IBS, we explored the hypothesis that the abundance of serotonin-modulating microbes of the order Clostridiales is associated with functional connectivity of somatosensory brain regions and gastrointestinal (GI) sensorimotor function.",total_citations:110,areas:{s:1,g:1}},{title:"Correlation of tryptophan metabolites with connectivity of extended central reward network in healthy subjects",paperURL:"https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0201772",authors:["Vadim Osadchiy","Jennifer S Labus","Arpana Gupta","Jonathan Jacobs","Cody Ashe-McNalley","Elaine Y Hsiao","Emeran A Mayer"],authors_slugs:["vadimosadchiy","jenniferlabus","arpanagupta","jonathanjacobs","codyashe-mcnalley","elainehsiao","emeranmayer"],publication_date:"2018/8/6",journal:"PloS one",volume:"13",issue:"8",pages:"e0201772",publisher:"PLOS",description:"A growing body of preclinical and clinical literature suggests that brain-gut-microbiota interactions play an important role in human health and disease, including hedonic food intake and obesity. We performed a tripartite network analysis based on graph theory to test the hypothesis that microbiota-derived fecal metabolites are associated with connectivity of key regions of the brain’s extended reward network and clinical measures related to obesity.",total_citations:109,areas:{}},{title:"Immune dysregulation in autism spectrum disorder",paperURL:"https://pubmed.ncbi.nlm.nih.gov/24290389/",authors:["Elaine Y Hsiao"],authors_slugs:["elainehsiao"],publication_date:"2013/1/1",source:"International review of neurobiology",volume:"113",pages:"269-302",publisher:"Academic Press",description:"Autism spectrum disorder (ASD) is a highly heterogeneous disorder diagnosed based on the presence and severity of core abnormalities in social communication and repetitive behavior, yet several studies converge on immune dysregulation as a feature of ASD. Widespread alterations in immune molecules and responses are seen in the brains and periphery of ASD individuals, and early life immune disruptions are associated with ASD. This chapter discusses immune-related environmental and genetic risk factors for ASD, emphasizing population-wide studies and animal research that reveal potential mechanistic pathways involved in the development of ASD-related symptoms. It further reviews immunologic pathologies seen in ASD individuals and how such abnormalities can impact neurodevelopment and behavior. Finally, it evaluates emerging evidence for an immune contribution to the pathogenesis of ASD…",total_citations:106,areas:{m:1,d:1}},{title:"Diagnosis and treatment of autism spectrum disorder",paperURL:"https://patentimages.storage.googleapis.com/dd/e8/77/30d3e8b9e15641/US10220089.pdf",inventors:["Elaine Hsiao","Sarkis K Mazmanian","Paul H Patterson","Sara McBride"],authors_slugs:["elainehsiao","sarkismazmanian","paulpatterson","saramcbride"],publication_date:"2019/3/5",patent_office:"US",patent_number:"10220089",application_number:"14012769",description:"Disclosed herein are compositions, systems, and methods for diagnosing and treatment of subjects suffering from anxiety, autism spectrum disorder (ASD), or a pathological condition with one or more of the symptoms of ASD.",total_citations:103,areas:{m:1,d:1}},{title:"Probiotic therapies for autism",paperURL:"https://patentimages.storage.googleapis.com/41/d1/cd/3e6e81bd6b9b4d/US9452189.pdf",inventors:["Sarkis K Mazmanian","Paul H Patterson","Janet Chow","Elaine Hsiao","Sara McBride"],authors_slugs:["sarkismazmanian","paulpatterson","janetchow","elainehsiao","saramcbride"],publication_date:"2016/9/27",patent_office:"US",patent_number:"9452189",application_number:"13267748",description:"Provided is a method and a composition for improving behavioral performance in an individual comprising identifying an individual in need of treatment, and providing such an individual a composition comprising bacteria within the genus Bacteroides.",total_citations:93,areas:{m:1,d:1}},{title:"Linking the gut microbiota to a brain neurotransmitter",paperURL:"https://www.sciencedirect.com/science/article/abs/pii/S0166223618300869",authors:["Kelly G Jameson","Elaine Y Hsiao"],authors_slugs:["kellyjameson","elainehsiao"],publication_date:"2018/7/1",source:"Trends in Neurosciences",volume:"41",issue:"7",pages:"413-414",publisher:"Elsevier",description:"The past decade has yielded substantial evidence that the gut microbiome modulates brain function, including for instance behaviors relevant to anxiety and depression, pointing to a need to identify the biological pathways involved. In 2013 Clarke and colleagues reported that the early-life microbiome regulates the hippocampal serotonergic system in a sex-dependent manner, findings that opened up numerous lines of inquiry on the effects of the microbiome on neurodevelopment and behavior.",total_citations:78,areas:{}},{title:"Alterations in the gut microbiota contribute to cognitive impairment induced by the ketogenic diet and hypoxia",paperURL:"https://pubmed.ncbi.nlm.nih.gov/34358434/",notes:[{author_slug:"elainehsiao",note:`<p>Excited to share this work by <a href="https://twitter.com/cao_bio">@cao_bio</a> and colleagues <a href="https://twitter.com/PingFan78765311">@PingFan78765311</a>&nbsp;<a href="https://twitter.com/geoffpronovost">@geoffpronovost </a>-- a fascinating example of how environmental factors interact synergistically to alter the gut microbiome and impair hippocampal function and cognitive behavior in mice. Short&nbsp;🧵:</p><p>The ketogenic diet is widely used to treat refractory epilepsy and is increasingly being explored for other neurological and neurodegenerative disorders as well. But the results for other conditions seem to vary widely.</p><p>We<a href="https://www.cell.com/cell/fulltext/S0092-8674(18)30520-8?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0092867418305208%3Fshowall%3Dtrue"> previously found</a> that changes in the gut microbiome mediate the anti-seizure effects of the diet in mouse models of epilepsy, which led us to think about the context-specificity of our findings.</p><p>For example, if the ketogenic diet (+ associated  microbiome) can be beneficial for treating seizures in epilepsy, how would they impact cognitive ability in people that don’t have epilepsy? 🤔</p><p>To test this, Dr. Christine Olson + colleagues induced cognitive impairment in mice by subjecting them to acute intermittent hypoxia, and tested the effects of keto vs. control diet on their learning &amp; memory behavior.</p><p>The first really interesting finding was that the ketogenic diet alone had no impact on cognitive behavior, but when combined with the hypoxic stressor, it actually worsened behavior in the learning and memory task.</p><p>If mice were first depleted of the microbiome or raised with no microbiome, the ketogenic diet no longer worsened the effects of hypoxia on behavior. In contrast, transplanting the microbiota into new mice made them perform more poorly in the learning and memory task.</p><p>Mice with poor behavior &amp;  mice transplanted with their microbiomes had &gt;1000X higher Bilophila, with sequences best matching Bilophila wadsworthia. Colonizing mice with B. wadsworthia alone impaired their cognitive behavior.</p><p>Big thanks to <a href="https://twitter.com/Suzanne_Devkota">@Suzanne_Devkota</a> and <a href="https://twitter.com/ConnieWYHa">@ConnieWYHa </a>for teaching us almost everything we know about B. wadsworthia. <a href="https://twitter.com/Suzanne_Devkota">@Suzanne_Devkota</a>'s <a href="https://www.nature.com/articles/nature11225">prior work </a>showed that high fat diets increase B. wadsworthia via taurocholic acid &amp; that B. wadsworthia induces Th1 cells.</p><p>Following this, <a href="https://twitter.com/cao_bio">@cao_bio</a> <a href="https://twitter.com/geoffpronovost">@geoffpronovost</a> <a href="https://twitter.com/PingFan78765311">@PingFan78765311</a> saw that mice with poor cognitive behavior had higher levels of gut IFNg+ Th1 cells. Raising mice with no Th1 cells prevented the negative effects of B. wadsworthia (&amp; keto diet + hypoxia) on behavior.</p><p><a href="https://twitter.com/cao_bio">@cao_bio </a>saw that poor behavior in mice exposed to keto diet + hypoxia or colonized with B. wadsworthia alone tracked with decreased hippocampal LTP (+ altered gene expression). So, we think that keto+hypoxia -&gt; Bilophila -&gt; Th1 cells -&gt; IFNg -&gt; hippocampus -&gt; behavior.</p>`}],authors:["Christine A Olson","Alonso J Iñiguez","Grace E Yang","Ping Fang","Geoffrey N Pronovost","Kelly G Jameson","Tomiko K Rendon","Jorge Paramo","Jacob T Barlow","Rustem F Ismagilov","Elaine Y Hsiao"],authors_slugs:["christineolson","alonsoiniguez","graceyang","pingfang","geoffpronovost","kellyjameson","tomikorendon","jorgeparamo","jacobbarlow","rustemismagilov","elainehsiao"],publication_date:"2021/9/8",journal:"Cell Host & Microbe",volume:"29",issue:"9",pages:"1378-1392. e6",publisher:"Cell Host & Microbe",description:"Many genetic and environmental factors increase susceptibility to cognitive impairment (CI), and the gut microbiome is increasingly implicated. However, the identity of gut microbes associated with CI risk, their effects on CI, and their mechanisms remain unclear. Here, we show that a carbohydrate-restricted (ketogenic) diet potentiates CI induced by intermittent hypoxia in mice and alters the gut microbiota. Depleting the microbiome reduces CI, whereas transplantation of the risk-associated microbiome or monocolonization with Bilophila wadsworthia confers CI in mice fed a standard diet. B.&nbsp;wadsworthia and the risk-associated microbiome disrupt hippocampal synaptic plasticity, neurogenesis, and gene expression. The CI is associated with microbiome-dependent increases in intestinal interferon-gamma (IFNg)-producing Th1 cells. Inhibiting Th1 cell development abrogates the adverse effects of both B…",total_citations:77,areas:{d:1}},{title:"Gut microbiota Turicibacter strains differentially modify bile acids and host lipids",paperURL:"https://www.nature.com/articles/s41467-023-39403-7",authors:["Jonathan B Lynch","Erika L Gonzalez","Kayli Choy","Kym F Faull","Talia Jewell","Abelardo Arellano","Jennifer Liang","Kristie B Yu","Jorge Paramo","Elaine Y Hsiao"],authors_slugs:["jonathanlynch","erikagonzalez","kaylichoy","kymfaull","taliajewell","abelardoarellano","jenniferliang","kristieyu","jorgeparamo","elainehsiao"],publication_date:"2023/6/20",journal:"Nature communications",volume:"14",issue:"1",pages:"3669",publisher:"Nature Publishing Group UK",description:"Bacteria from the Turicibacter genus are prominent members of the mammalian gut microbiota and correlate with alterations in dietary fat and body weight, but the specific connections between these symbionts and host physiology are poorly understood. To address this knowledge gap, we characterize a diverse set of mouse- and human-derived Turicibacter isolates, and find they group into clades that differ in their&nbsp;transformations&nbsp;of specific bile acids. We identify Turicibacter bile salt hydrolases that confer strain-specific differences in bile deconjugation. Using male and female gnotobiotic mice, we find colonization with individual Turicibacter strains leads to changes in host bile acid profiles, generally aligning with those produced in vitro. Further, colonizing mice with another bacterium exogenously expressing bile-modifying genes from Turicibacter strains decreases serum cholesterol, triglycerides, and adipose…",total_citations:67,areas:{g:1}},{title:"Gut microbial taxa elevated by dietary sugar disrupt memory function",paperURL:"https://www.nature.com/articles/s41398-021-01309-7",authors:["Emily E Noble","Christine A Olson","Elizabeth Davis","Linda Tsan","Yen-Wei Chen","Ruth Schade","Clarissa Liu","Andrea Suarez","Roshonda B Jones","Claire de La Serre","Xia Yang","Elaine Y Hsiao","Scott E Kanoski"],authors_slugs:["emilynoble","christineolson","elizabethdavis","lindatsan","yen-weichen","ruthschade","clarissaliu","andreasuarez","roshondajones","claireserre","xiayang","elainehsiao","scottkanoski"],publication_date:"2021/3/31",journal:"Translational Psychiatry",volume:"11",issue:"1",pages:"194",publisher:"Neuropsychopharmacology",description:"Emerging evidence highlights a critical relationship between gut microbiota and neurocognitive development. Excessive consumption of sugar and other unhealthy dietary factors during early life developmental periods yields changes in the gut microbiome as well as neurocognitive impairments. However, it is unclear whether these two outcomes are functionally connected. Here we explore whether excessive early life consumption of added sugars negatively impacts memory function via the gut microbiome. Rats were given free access to a sugar-sweetened beverage (SSB) during the adolescent stage of development. Memory function and anxiety-like behavior were assessed during adulthood and gut bacterial and brain transcriptome analyses were conducted. Taxa-specific microbial enrichment experiments examined the functional relationship between sugar-induced microbiome changes and neurocognitive…",total_citations:64,areas:{d:1}},{title:"Environmental chemicals, the human microbiome, and health risk: a research strategy",paperURL:null,authors:["National Academies of Sciences","Division on Earth","Life Studies","Board on Life Sciences","Board on Environmental Studies","Committee on Advancing Understanding of the Implications of Environmental-Chemical Interactions with the Human Microbiome"],authors_slugs:["nationalsciences","divisionearth","lifestudies","boardsciences","boardstudies","committeemicrobiome"],publication_date:"2018/3/1",publisher:"National Academies Press",description:'A great number of diverse microorganisms inhabit the human body and are collectively referred to as the human microbiome. Until recently, the role of the human microbiome in maintaining human health was not fully appreciated. Today, however, research is beginning to elucidate associations between perturbations in the human microbiome and human disease and the factors that might be responsible for the perturbations. Studies have indicated that the human microbiome could be affected by environmental chemicals or could modulate exposure to environmental chemicals. Environmental Chemicals, the Human Microbiome, and Health Risk presents a research strategy to improve our understanding of the interactions between environmental chemicals and the human microbiome and the implications of those interactions for human health risk. This report identifies barriers to such research and opportunities for collaboration, highlights key aspects of the human microbiome and its relation to health, describes potential interactions between environmental chemicals and the human microbiome, reviews the risk-assessment framework and reasons for incorporating chemicalâ€" microbiome interactions.',total_citations:63,areas:{}},{title:"Roles for the gut microbiota in regulating neuronal feeding circuits",paperURL:"https://www.jci.org/articles/view/143772",notes:[{author_slug:"elainehsiao",note:"<p>Kristie Yu did a deep dive on literature linking the gut microbiota to feeding behavior -- exciting foundational work, with much more to do in this area!</p>"}],authors:["Kristie Yu","Elaine Y Hsiao"],authors_slugs:["kristieyu","elainehsiao"],publication_date:"2021/5/17",source:"The Journal of clinical investigation",volume:"131",issue:"10",publisher:"American Society for Clinical Investigation",description:"The gut microbiota has the capacity to affect host appetite via intestinal satiety pathways, as well as complex feeding behaviors. In this Review, we highlight recent evidence that the gut microbiota can modulate food preference across model organisms. We discuss effects of the gut microbiota on the vagus nerve and brain regions including the hypothalamus, mesolimbic system, and prefrontal cortex, which play key roles in regulating feeding behavior. Crosstalk between commensal bacteria and the central and peripheral nervous systems is associated with alterations in signaling of neurotransmitters and neuropeptides such as dopamine, brain-derived neurotrophic factor (BDNF), and glucagon-like peptide-1 (GLP-1). We further consider areas for future research on mechanisms by which gut microbes may influence feeding behavior involving these neural pathways. Understanding roles for the gut microbiota in…",total_citations:43,areas:{s:1}},{title:"Early life adversity predicts brain-gut alterations associated with increased stress and mood",paperURL:"https://www.sciencedirect.com/science/article/pii/S2352289521000564",authors:["Elena JL Coley","Emeran A Mayer","Vadim Osadchiy","Zixi Chen","Vishvak Subramanyam","Yurui Zhang","Elaine Y Hsiao","Kan Gao","Ravi Bhatt","Tien Dong","Priten Vora","Bruce Naliboff","Jonathan P Jacobs","Arpana Gupta"],authors_slugs:["elenacoley","emeranmayer","vadimosadchiy","zixichen","vishvaksubramanyam","yuruizhang","elainehsiao","kangao","ravibhatt","tiendong","pritenvora","brucenaliboff","jonathanjacobs","arpanagupta"],publication_date:"2021/11/1",journal:"Neurobiology of stress",volume:"15",pages:"100348",publisher:"Neurobiology of Stress",description:"Alterations in the brain-gut system have been implicated in various disease states, but little is known about how early-life adversity (ELA) impacts development and adult health as mediated by brain-gut interactions. We hypothesize that ELA disrupts components of the brain-gut system, thereby increasing susceptibility to disordered mood. In a sample of 128 healthy adult participants, a history of ELA and current stress, depression, and anxiety were assessed using validated questionnaires. Fecal metabolites were measured using liquid chromatography tandem mass spectrometry-based untargeted metabolomic profiling. Functional brain connectivity was evaluated by magnetic resonance imaging. Sparse partial least squares-discriminant analysis, controlling for sex, body mass index, age, and diet was used to predict brain-gut alterations as a function of ELA. ELA was correlated with four gut-regulated metabolites…",total_citations:41,areas:{}},{title:"The gut microbiome as a regulator of the neuroimmune landscape",paperURL:"https://www.annualreviews.org/doi/abs/10.1146/annurev-immunol-101320-014237",authors:["Lewis W Yu","Gulistan Agirman","Elaine Y Hsiao"],authors_slugs:["lewisyu","gulistanagirman","elainehsiao"],publication_date:"2022/4/26",source:"Annual review of immunology",volume:"40",issue:"1",pages:"143-167",publisher:"Annual Review of Immunology",description:"The gut microbiome influences many host physiologies, spanning gastrointestinal function, metabolism, immune homeostasis, neuroactivity, and behavior. Many microbial effects on the host are orchestrated by bidirectional interactions between the microbiome and immune system. Imbalances in this dialogue can lead to immune dysfunction and immune-mediated conditions in distal organs including the brain. Dysbiosis of the gut microbiome and dysregulated neuroimmune responses are common comorbidities of neurodevelopmental, neuropsychiatric, and neurological disorders, highlighting the importance of the gut microbiome–neuroimmune axis as a regulator of central nervous system homeostasis. In this review, we discuss recent evidence supporting a role for the gut microbiome in regulating the neuroimmune landscape in health and disease.",total_citations:36,areas:{d:1,g:1}},{title:"The gut and its microbiome as related to central nervous system functioning and psychological well-being: introduction to the special issue of psychosomatic medicine",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5924442/",authors:["Emeran A Mayer","Elaine Y Hsiao"],authors_slugs:["emeranmayer","elainehsiao"],publication_date:"2017/10/1",journal:"Psychosomatic medicine",volume:"79",issue:"8",pages:"844-846",publisher:"LWW",description:"Accumulating evidence indicates bidirectional associations between the brain and the gut microbiome with both top-down and bottom-up processes. This article describes new developments in brain-gut interactions as an introduction to a special issue of Psychosomatic Medicine, based on a joint symposium of the American Psychosomatic Society and the American Gastroenterological Association. Literature review articles indicate that several psychiatric disorders are associated with altered gut microbiota, whereas evidence linking functional gastrointestinal disorders and dysbiosis has not been firmly established. The association between dysbiosis with obesity, metabolic syndrome, and Type 2 diabetes mellitus is still inconclusive, but evidence suggests that bariatric surgery may favorably alter the gut microbial community structure. Consistent with the literature linking psychiatric disorders with dysbiosis is that life…",total_citations:32,areas:{g:1}},{title:"Host genetic background and gut microbiota contribute to differential metabolic responses to fructose consumption in mice",paperURL:"https://www.sciencedirect.com/science/article/pii/S0022316622023495",authors:["In Sook Ahn","Jennifer M Lang","Christine A Olson","Graciel Diamante","Guanglin Zhang","Zhe Ying","Hyae Ran Byun","Ingrid Cely","Jessica Ding","Peter Cohn","Ira Kurtz","Fernando Gomez-Pinilla","Aldons J Lusis","Elaine Y Hsiao","Xia Yang"],authors_slugs:["inahn","jenniferlang","christineolson","gracieldiamante","guanglinzhang","zheying","hyaebyun","ingridcely","jessicading","petercohn","irakurtz","fernandogomez-pinilla","aldonslusis","elainehsiao","xiayang"],publication_date:"2020/10/1",journal:"The Journal of nutrition",volume:"150",issue:"10",pages:"2716-2728",publisher:"The Journal of Nutrition",description:"It is unclear how high fructose consumption induces disparate metabolic responses in genetically diverse mouse strains.",total_citations:26,areas:{g:1}},{title:"Malnutrition and the microbiome as modifiers of early neurodevelopment",paperURL:"https://www.cell.com/trends/neurosciences/fulltext/S0166-2236(21)00116-8",notes:[{author_slug:"elainehsiao",note:"<p>Thrilled to see Elena Coley's labor of love shared with the community! Her review addresses a potential role of the gut microbiome in mediating effects of early life nutrition on neurodevelopment, especially in the context of the global prevalence of malnutrition.</p>"}],authors:["Elena JL Coley","Elaine Y Hsiao"],authors_slugs:["elenacoley","elainehsiao"],publication_date:"2021/9/1",source:"Trends in neurosciences",volume:"44",issue:"9",pages:"753-764",publisher:"Elsevier",description:"Malnutrition refers to a dearth, excess, or altered differential ratios of calories, macronutrients, or micronutrients. Malnutrition, particularly during early life, is a pressing global health and socioeconomic burden that is increasingly associated with neurodevelopmental impairments. Understanding how perinatal malnutrition influences brain development is crucial to uncovering fundamental mechanisms for establishing behavioral neurocircuits, with the potential to inform public policy and clinical interventions for neurodevelopmental conditions. Recent studies reveal that the gut microbiome can mediate dietary effects on host physiology and that the microbiome modulates the development and function of the nervous system. This review discusses evidence that perinatal malnutrition alters brain development and examines the maternal and neonatal microbiome as a potential contributing factor.",total_citations:25,areas:{m:1,d:1}},{title:"Defining dysbiosis in disorders of movement and motivation",paperURL:"https://www.jneurosci.org/content/jneuro/38/44/9414.full.pdf",authors:["Christopher T Fields","Timothy R Sampson","Annadora J Bruce-Keller","Drew D Kiraly","Elaine Y Hsiao","Geert J de Vries"],authors_slugs:["christopherfields","timothysampson","annadorabruce-keller","drewkiraly","elainehsiao","geertvries"],publication_date:"2018/10/31",source:"Journal of Neuroscience",volume:"38",issue:"44",pages:"9414-9422",publisher:"Society for Neuroscience",description:"The gut microbiota has emerged as a critical player in shaping and modulating brain function and has been shown to influence numerous behaviors, including anxiety and depression-like behaviors, sociability, and cognition. However, the effects of the gut microbiota on specific disorders associated with thalamo-cortico-basal ganglia circuits, ranging from compulsive behavior and addiction to altered sensation and motor output, are only recently being explored. Wholesale depletion and alteration of gut microbial communities in rodent models of disorders, such as Parkinson's disease, autism, and addiction, robustly affect movement and motivated behavior. A new frontier therefore lies in identifying specific microbial alterations that affect these behaviors and understanding the underlying mechanisms of action. Comparing alterations in gut microbiota across multiple basal-ganglia associated disease states allows for…",total_citations:25,areas:{m:1,d:1}},{title:"A novel pathway for microbial metabolism of levodopa",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7004239/",authors:["Kelly Jameson","Elaine Y Hsiao"],authors_slugs:["kellyjameson","elainehsiao"],publication_date:"2019/8",journal:"Nature medicine",volume:"25",issue:"8",pages:"1195-1197",publisher:"Nature Medicine",description:"Particular bacteria from the gut microbiota metabolize levodopa (l-dopa), reducing bioavailability of the drug for treating Parkinson’s disease.",total_citations:23,areas:{d:1}},{title:"The maternal microbiome promotes placental development in mice",paperURL:"https://www.science.org/doi/pdf/10.1126/sciadv.adk1887",authors:["Geoffrey N Pronovost","Kristie B Yu","Elena JL Coley-O’Rourke","Sahil S Telang","Angela S Chen","Helen E Vuong","Drake W Williams","Anisha Chandra","Tomiko K Rendon","Jorge Paramo","Reuben H Kim","Elaine Y Hsiao"],authors_slugs:["geoffpronovost","kristieyu","elenacoley-orourke","sahiltelang","angelachen","helenvuong","drakewilliams","anishachandra","tomikorendon","jorgeparamo","reubenkim","elainehsiao"],publication_date:"2023/10/6",journal:"Science Advances",volume:"9",issue:"40",pages:"eadk1887",publisher:"American Association for the Advancement of Science",description:"The maternal microbiome is an important regulator of gestational health, but how it affects the placenta as the interface between mother and fetus remains unexplored. Here, we show that the maternal gut microbiota supports placental development in mice. Depletion of the maternal gut microbiota restricts placental growth and impairs feto-placental vascularization. The maternal gut microbiota modulates metabolites in the maternal and fetal circulation. Short-chain fatty acids (SCFAs) stimulate cultured endothelial cell tube formation and prevent abnormalities in placental vascularization in microbiota-deficient mice. Furthermore, in a model of maternal malnutrition, gestational supplementation with SCFAs prevents placental growth restriction and vascular insufficiency. These findings highlight the importance of host-microbial symbioses during pregnancy and reveal that the maternal gut microbiome promotes…",total_citations:22,areas:{m:1}},{title:"Indigenous microbiota protects against inflammation-induced osteonecrosis",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7243424/",authors:["DW Williams","Helen Vuong","S Kim","A Lenon","K Ho","Elaine Y Hsiao","EC Sung","RH Kim"],authors_slugs:["dwwilliams","helenvuong","skim","alenon","kho","elainehsiao","ecsung","rhkim"],publication_date:"2020/6",journal:"Journal of dental research",volume:"99",issue:"6",pages:"676-684",publisher:"Journal of Dental Research",description:"Medication-related osteonecrosis of the jaw (MRONJ) is a rare intraoral lesion that occurs in patients undergoing long-term and/or high-dose therapy with nitrogen-containing bisphosphonates, a RANKL inhibitor, antiangiogenic agents, or mTOR inhibitors. The presence of pathogenic bacteria is highly associated with advanced stages of MRONJ lesions; however, the exact role of indigenous microbes in MRONJ development is unknown. Here, we report that the normal oral flora in mice protects against inflammation-induced osteonecrosis. In mice that developed osteonecrosis following tooth extraction, there was increased bacterial infiltration when compared with healed controls. Antibiotic-mediated oral dysbiosis led to a local inhibition of bone resorption in the presence of ligature-induced periodontitis (LIP). There was no significant difference in empty lacunae, necrotic bone formation, osteoclast number, and…",total_citations:22,areas:{}},{title:"Analysis of brain networks and fecal metabolites reveals brain–gut alterations in premenopausal females with irritable bowel syndrome",paperURL:"https://www.nature.com/articles/s41398-020-01071-2",authors:["Vadim Osadchiy","Emeran A Mayer","Kan Gao","Jennifer S Labus","Bruce Naliboff","Kirsten Tillisch","Lin Chang","Jonathan P Jacobs","Elaine Y Hsiao","Arpana Gupta"],authors_slugs:["vadimosadchiy","emeranmayer","kangao","jenniferlabus","brucenaliboff","kirstentillisch","linchang","jonathanjacobs","elainehsiao","arpanagupta"],publication_date:"2020/11/2",journal:"Translational psychiatry",volume:"10",issue:"1",pages:"367",publisher:"Translational Psychiatry",description:"Alterations in brain–gut–microbiome (BGM) interactions have been implicated in the pathogenesis of irritable bowel syndrome (IBS). Here, we apply a systems biology approach, leveraging neuroimaging and fecal metabolite data, to characterize BGM interactions that are driving IBS pathophysiology. Fecal samples and resting state fMRI images were obtained from 138 female subjects (99 IBS, 39 healthy controls (HCs)). Partial least-squares discriminant analysis (PLS-DA) was conducted to explore group differences, and partial correlation analysis explored significantly changed metabolites and neuroimaging data. All correlational tests were performed controlling for age, body mass index, and diet; results are reported after FDR correction, with q &lt; 0.05 as significant. Compared to HCs, IBS showed increased connectivity of the putamen with regions of the default mode and somatosensory networks. Metabolite…",total_citations:21,areas:{g:1}},{title:"Interactions between the gut microbiome and ketogenic diet in refractory epilepsy",paperURL:"https://www.sciencedirect.com/bookseries/international-review-of-neurobiology/chapters-in-press",authors:["Ezgi Özcan","Greg R Lum","Elaine Y Hsiao"],authors_slugs:["ezgiozcan","greglum","elainehsiao"],publication_date:"2022/1/1",source:"International Review of Neurobiology",volume:"167",pages:"217-249",publisher:"International Review of Neurobiology",description:"Epilepsy is one of the most common neurological diseases globally, afflicting approximately 50 million people worldwide. While many antiepileptic drugs exist, an estimated one-third of individuals do not respond to available medications. The high fat, low carbohydrate ketogenic diet (KD) has been used to treat refractory epilepsy in cases when existing antiepileptic drugs fail. However, there are many variations of the KD, each of which varies greatly in its efficacy and side effects. Increasing evidence suggests that interactions between the KD and gut microbiome may modulate the effects of the diet on host physiology. Herein, we review existing evidence of microbiome differences in epileptic individuals compared to healthy controls. We highlight in particular both clinical and animal studies revealing effects of the KD on the composition and function of the microbiome, as well as proof-of-concept animal studies that…",total_citations:14,areas:{d:1}},{title:"Compositions and methods comprising bacteria for improving behavior in neurodevelopmental disorders",paperURL:"https://patentimages.storage.googleapis.com/7e/3d/b7/471c18f537a2aa/US10124025.pdf",inventors:["Elaine Hsiao","Sara McBride","Sarkis K Mazmanian","Paul H Patterson"],authors_slugs:["elainehsiao","saramcbride","sarkismazmanian","paulpatterson"],publication_date:"2018/11/13",patent_office:"US",patent_number:"10124025",application_number:"14925242",description:"Some embodiments include bacterial species for use in treatment of one or more autism spectrum disorder (ASD), and/or schizophrenia symptoms in a subject in need thereof. The bacterial species can include Bacteroides (eg, B. fragilis, B. thetaiomtaomicron, and/or B. vulgatus), and/or Enterococcus (eg, E. faecalis, E. faecium, E. hirae, E. avium, E. durans, E. gallinarum, or E. casseliflavus). Upon treatment, one or more ASD-related behaviors can be improved in the subject.",total_citations:13,areas:{m:1,d:1}},{title:"Activation of the maternal immune system as a risk factor for neuropsychiatric disorders",paperURL:"https://link.springer.com/chapter/10.1007/978-1-60327-921-5_7",authors:["Stephen EP Smith","Elaine Hsiao","Paul H Patterson"],authors_slugs:["stephensmith","elainehsiao","paulpatterson"],publication_date:"2010",journal:"Maternal Influences on Fetal Neurodevelopment: Clinical and Research Aspects",pages:"97-115",publisher:"Maternal Influences on Fetal Neurodevelopment",description:"Maternal infection can alter the intrauterine environment, placing the developing fetus at risk. Serious infections of the mother or the fetus can cause severe problems or even miscarriage. The more common and seemingly benign infections, such as influenza, do not appear associated with such severe outcomes. However, recent work has shown that maternal inflammation associated with any infection has the potential to alter the fetal brain development. Epidemiological studies have demonstrated a strong association between maternal infection and subsequent development of neuropsychiatric illness in the offspring. Mouse models of maternal infection have shown long-lasting changes in the brain of offspring following maternal immune activation (MIA), as well as behavioral abnormalities related to human neuropsychiatric illness. Recent work has begun to elucidate the mechanisms through which the…",total_citations:13,areas:{m:1,d:1}},{title:"Interactions between maternal fluoxetine exposure, the maternal gut microbiome and fetal neurodevelopment in mice",paperURL:"https://pubmed.ncbi.nlm.nih.gov/33979656/",notes:[{author_slug:"elainehsiao",note:`<p>Congrats to <a href="https://twitter.com/helenvuongphd">@helenvuongphd</a> and co-authors on their  new work online! They model SSRI use in pregnant mice and find effects on the fetal brain that are modified by the maternal gut microbiome.</p><p>Don't miss the "negative" data in the supplementaries-- they were surprising and are my fave part! Doesn't seem like the microbiome alters fluoxetine bioavailability or its effects on the serotonergic system, as prior work would suggest 🤔</p>`}],authors:["Helen E Vuong","Elena JL Coley","Maria Kazantsev","Michaela E Cooke","Tomiko K Rendon","Jorge Paramo","Elaine Y Hsiao"],authors_slugs:["helenvuong","elenacoley","mariakazantsev","michaelacooke","tomikorendon","jorgeparamo","elainehsiao"],publication_date:"2021/7/23",journal:"Behavioural brain research",volume:"410",pages:"113353",publisher:"Behavioural Brain Research",description:"Selective serotonin reuptake inhibitors (SSRIs) are the most widely used treatment by women experiencing depression during pregnancy. However, the effects of maternal SSRI use on early offspring development remain poorly understood. Recent studies suggest that SSRIs can modify the gut microbiota and interact directly with particular gut bacteria, raising the question of whether the gut microbiome impacts host responses to SSRIs. In this study, we investigate effects of prenatal SSRI exposure on fetal neurodevelopment and further evaluate potential modulatory influences of the maternal gut microbiome. We demonstrate that maternal treatment with the SSRI fluoxetine induces widespread alterations in the fetal brain transcriptome during midgestation, including increases in the expression of genes relevant to synaptic organization and neuronal signaling and decreases in the expression of genes related to…",total_citations:11,areas:{m:1,s:1}},{title:"Gut microbes join the social network",paperURL:"https://www.cell.com/neuron/fulltext/S0896-6273(18)31155-3",authors:["Helen E Vuong","Elaine Y Hsiao"],authors_slugs:["helenvuong","elainehsiao"],publication_date:"2019/1/16",journal:"Neuron",volume:"101",issue:"2",pages:"196-198",publisher:"Neuron",description:"The gut microbiome is increasingly implicated in the regulation of social behavior across model organisms. In&nbsp;this issue of Neuron, Sgritta et&nbsp;al. (2018) examine the role of the gut microbiome in social reward circuits and sociability in three mouse models of autism spectrum disorder.",total_citations:11,areas:{m:1,d:1}},{title:"Compositions and methods comprising bacteria for improving behavior in neurodevelopmental disorders",paperURL:null,inventors:["Elaine Hsiao","Wei-Li Wu","Sarkis K Mazmanian","Paul H Patterson"],authors_slugs:["elainehsiao","wei-liwu","sarkismazmanian","paulpatterson"],publication_date:"2016/5/5",patent_office:"US",application_number:"14925240",description:"Some embodiments include probiotics for use in treatment of one or more autism spectrum disorder (ASD) or epilepsy in a subject in need thereof. The probiotics can comprise Bacteroides bacteria (eg, B. fragilis). In some embodiments, the subject is identified in need of treatment ASD or epilepsy based a combination of behavioral symptoms and optional genetic markers. Upon treatment, one or more ASD-related behaviors are improved in the subject.",total_citations:11,areas:{m:1,d:1}},{title:"Are changes in the gut microbiome a contributor or consequence of autism—why not both?",paperURL:"https://www.cell.com/cell-reports-medicine/fulltext/S2666-3791(21)00382-7",authors:["Ezgi Özcan","Elaine Y Hsiao"],authors_slugs:["ezgiozcan","elainehsiao"],publication_date:"2022/1/18",journal:"Cell Reports Medicine",volume:"3",issue:"1",publisher:"Cell Reports Medicine",description:"Alterations in the gut microbiome have been associated with autism spectrum disorder (ASD), but whether they are a cause, effect, or confounder remains unclear. In a recent issue of Cell, Yap and colleagues report that ASD-associated microbiota changes are likely a consequence of low diet diversity.1",total_citations:10,areas:{m:1,d:1}},{title:"Ketone bodies exert ester-ordinary suppression of bifidobacteria and Th17 cells",paperURL:"https://www.cell.com/cell-metabolism/pdf/S1550-4131(20)30250-3.pdf",authors:["Christine A Olson","Greg R Lum","Elaine Y Hsiao"],authors_slugs:["christineolson","greglum","elainehsiao"],publication_date:"2020/6/2",journal:"Cell Metabolism",volume:"31",issue:"6",pages:"1049-1051",publisher:"Cell Metabolism",description:"The ketogenic diet is used to treat neurological and metabolic symptoms of disease, but the extent of its influences across organ systems remains unclear. Ang et al., 2020 reveal that ketone bodies induced by the diet inhibit specific bacteria of the gut microbiota and suppress pro-inflammatory T&nbsp;cells in the intestine.",total_citations:9,areas:{d:1,g:1}},{title:"Clostridia from the gut microbiome are associated with brain functional connectivity and evoked symptoms in IBS",paperURL:"https://www.gastrojournal.org/article/S0016-5085(17)30496-1/pdf?referrer=https%3A%2F%2Fwww.semanticscholar.org%2F",authors:["Jennifer S Labus","Elaine Hsiao","Julien Tap","Muriel Derrien","Arpana Gupta","Boris Le Nevé","Rémi Brazeilles","Cecilia Grinsvall","Lena Ohman","Hans Törnblom","Kirsten Tillisch","Magnus Simren","Emeran A Mayer"],authors_slugs:["jenniferlabus","elainehsiao","julientap","murielderrien","arpanagupta","borisneve","remibrazeilles","ceciliagrinsvall","lenaohman","hanstornblom","kirstentillisch","magnussimren","emeranmayer"],publication_date:"2017/4/1",journal:"Gastroenterology",volume:"152",issue:"5",pages:"S40",publisher:"Gastroenterology",description:"Background Recent evidence reveals an important role for colonic spore-forming bacteria (including Clostridia) in stimulating 5-HT biosynthesis in the intestine and modulating GI sensorimotor function (Yano, 2015, Kashyap, 2014). Clostridiales-associated species are enriched in the fecal microbiome of a subset of IBS individuals and correlate with IBS symptom severity (Tap et al, 2016). Also, the composition of the gut microbiota correlates with alterations in brain structure in IBS compared to healthy controls (HC)(Labus et al, 2015). Aim Test the hypothesis that abundance of serotonin-promoting Clostridia in the fecal microbiome correlates with functional connectivity of sensorimotor regions (basal ganglia, posterior insula and thalamus), as well as with evoked symptoms. Methods 16S ribosomal DNA gene sequencing was performed on stool samples collected from 65 IBS patients (46 F) and 21 HCs (16 F) who…",total_citations:9,areas:{s:1,g:1}},{title:"The microbial olympics 2016",paperURL:"https://www.nature.com/articles/nmicrobiol2016122",authors:["Michaeline B Nelson","Alexander B Chase","Jennifer BH Martiny","Roman Stocker","Jen Nguyen","Karen Lloyd","Reid T Oshiro","Daniel B Kearns","Johannes P Schneider","Peter D Ringel","Marek Basler","Christine A Olson","Helen E Vuong","Elaine Y Hsiao","Benjamin RK Roller","Martin Ackermann","Chris Smillie","Diana Chien","Eric Alm","Andrew J Jermy"],authors_slugs:["michaelinenelson","alexanderchase","jennifermartiny","romanstocker","jennguyen","karenlloyd","reidoshiro","danielkearns","johannesschneider","peterringel","marekbasler","christineolson","helenvuong","elainehsiao","benjaminroller","martinackermann","chrissmillie","dianachien","ericalm","andrewjermy"],publication_date:"2016/7/26",journal:"Nature microbiology",volume:"1",issue:"8",pages:"1-5",publisher:"Nature Microbiology",description:"London games1, where phage burst through to take sprint glory and Rhodobacter dominated in the pool. Where Pseudomonas’s disgrace made MRSA mighty and the common cold took relay gold. Winners have become legend, while valiant losers fade from memory. The next generation comes along rapidly in the world of microbial sport though, and a fresh cohort of competitors now rises. Training hard for selection, our new crop of microbial athletes have been honing their fitness and acquiring the skills needed to compete. With operons switched on and secretion systems sharpened, our heroes are ready to do battle once more. The drums are beating, the torch is lit, let the carnival begin.",total_citations:7,areas:{}},{title:"Ketogenic diet therapy for pediatric epilepsy is associated with alterations in the human gut microbiome that confer seizure resistance in mice",paperURL:"https://www.cell.com/cell-reports/fulltext/S2211-1247(23)01533-4?uuid=uuid%3A37976875-ba6c-4cf1-b74a-76afa0e12f71",authors:["Greg R Lum","Sung Min Ha","Christine A Olson","Montgomery Blencowe","Jorge Paramo","Beck Reyes","Joyce H Matsumoto","Xia Yang","Elaine Y Hsiao"],authors_slugs:["greglum","sungha","christineolson","montgomeryblencowe","jorgeparamo","beckreyes","joycematsumoto","xiayang","elainehsiao"],publication_date:"2023/12/26",journal:"Cell reports",volume:"42",issue:"12",publisher:"Elsevier",description:"The gut microbiome modulates seizure susceptibility and the anti-seizure effects of the ketogenic diet (KD) in animal models, but whether these relationships translate to KD therapies for human epilepsy is unclear. We find that the clinical KD alters gut microbial function in children with refractory epilepsy. Colonizing mice with KD-associated microbes promotes seizure resistance relative to matched pre-treatment controls. Select metagenomic and metabolomic features, including those related to anaplerosis, fatty acid β-oxidation, and amino acid metabolism, are seen with human KD therapy and preserved upon microbiome transfer to mice. Mice colonized with KD-associated gut microbes exhibit altered hippocampal transcriptomes, including pathways related to ATP synthesis, glutathione metabolism, and oxidative phosphorylation, and are linked to susceptibility genes identified in human epilepsy. Our findings…",total_citations:6,areas:{d:1}},{title:"Gut microbes shape athletic motivation",paperURL:null,authors:["Gulistan Agirman","Elaine Y Hsiao"],authors_slugs:["gulistanagirman","elainehsiao"],publication_date:"2022/12/22",source:"Nature",volume:"612",issue:"7941",pages:"633-634",publisher:"Nature Publishing Group UK",description:"Microorganisms in the gut produce molecules that activate sensory neurons, stimulating exercise-associated reward circuits in the brain. This newly discovered pathway in mice affects motivation for prolonged exercise.",total_citations:5,areas:{}},{title:"Compositions and methods for modulating lipid and steroid metabolism",paperURL:null,inventors:["Elaine Y Hsiao","Thomas Fung"],authors_slugs:["elainehsiao","thomasfung"],publication_date:"2021/9/2",patent_office:"US",application_number:"17168944",description:"2022-07-14 Assigned to THE REGENTS OF THE UNIVERSITY OF CALIFORNIA reassignment THE REGENTS OF THE UNIVERSITY OF CALIFORNIA ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: FUNG, THOMAS, Hsiao, Elaine Y.",total_citations:5,areas:{}},{title:"Microbe-based modulation of serotonin biosynthesis",paperURL:"https://patentimages.storage.googleapis.com/98/b6/94/ad96c5a511af9d/US20160058808A1.pdf",inventors:["Elaine Hsiao","Jessica Yano"],authors_slugs:["elainehsiao","jessicayano"],publication_date:"2016/3/3",patent_office:"US",application_number:"14839041",description:"Methods and compositions that can be used to modulate serotonin level in a Subject are disclosed herein. In some embodiments, the methods include adjusting the composition of gut microbiota in the Subject. Also disclosed are methods of adjusting the level of one or more serotonin-related metabolites to modulate serotonin biosynthesis in a Subject, and methods for treating serotonin-related diseases, for example disorders caused by serotonin deficiency.",total_citations:5,areas:{s:1}},{title:"STENSL: Microbial Source Tracking with ENvironment SeLection",paperURL:"https://journals.asm.org/doi/full/10.1128/msystems.00995-21",authors:["Ulzee An","Liat Shenhav","Christine A Olson","Elaine Y Hsiao","Eran Halperin","Sriram Sankararaman"],authors_slugs:["ulzeean","liatshenhav","christineolson","elainehsiao","eranhalperin","sriramsankararaman"],publication_date:"2022/10/26",journal:"Msystems",volume:"7",issue:"5",pages:"e00995-21",publisher:"American Society for Microbiology",description:"Microbial source tracking analysis has emerged as a widespread technique for characterizing the properties of complex microbial communities. However, this analysis is currently limited to source environments sampled in a specific study. In order to expand the scope beyond one single study and allow the exploration of source environments using large databases and repositories, such as the Earth Microbiome Project, a source selection procedure is required. Such a procedure will allow differentiating between contributing environments and nuisance ones when the number of potential sources considered is high. Here, we introduce STENSL (microbial Source Tracking with ENvironment SeLection), a machine learning method that extends common microbial source tracking analysis by performing an unsupervised source selection and enabling sparse identification of latent source environments. By incorporating…",total_citations:4,areas:{}},{title:"Vagal interoception of microbial metabolites from the small intestinal lumen",paperURL:"https://www.biorxiv.org/content/biorxiv/early/2023/12/19/2023.12.18.572257.full.pdf",authors:["Kelly G Jameson","Sabeen A Kazmi","Celine Son","Donya Mazdeyasnan","Emma Leshan","Helen E Vuong","Jorge Paramo","Arlene Lopez-Romero","Felix E Schweizer","Long Yang","Elaine Y Hsiao"],authors_slugs:["kellyjameson","sabeenkazmi","celineson","donyamazdeyasnan","emmaleshan","helenvuong","jorgeparamo","arlenelopez-romero","felixschweizer","longyang","elainehsiao"],publication_date:"2023",journal:"bioRxiv",pages:"2023.12. 18.572257",publisher:"bioRxiv",description:"The vagus nerve is proposed to enable communication between the gut microbiome and brain, but activity-based evidence is lacking. Herein, we assess the extent of gut microbial influences on afferent vagal activity and metabolite signaling mechanisms involved. We find that mice reared without microbiota (germ-free, GF) exhibit decreased vagal afferent tone relative to conventionally colonized mice (specific pathogen-free, SPF), which is reversed by colonization with SPF microbiota. Perfusing non-absorbable antibiotics (ABX) into the small intestine of SPF mice, but not GF mice, acutely decreases vagal activity, which is restored upon re-perfusion with bulk lumenal contents or sterile filtrates from the small intestine and cecum of SPF, but not GF, mice. Of several candidates identified by metabolomic profiling, microbiome-dependent short-chain fatty acids, bile acids, and 3-indoxyl sulfate stimulate vagal activity with varied response kinetics, which is blocked by co-perfusion of pharmacological antagonists of FFAR2, TGR5, and TRPA1, respectively, into the small intestine. At the single-unit level, serial perfusion of each metabolite class elicits more singly responsive neurons than dually responsive neurons, suggesting distinct neuronal detection of different microbiome- and macronutrient- dependent metabolites. Finally, microbial metabolite-induced increases in vagal activity correspond with activation of neurons in the nucleus of the solitary tract, which is also blocked by co-administration of their respective receptor antagonists. Results from this study reveal that the gut microbiome regulates select metabolites in the intestinal lumen that…",total_citations:3,areas:{s:1}},{title:"Compositions and methods comprising bacteria for improving behavior in neurodevelopmental disorders",paperURL:"https://patentimages.storage.googleapis.com/5b/26/2e/83cab0643d3778/US20220016185A1.pdf",inventors:["Elaine Hsiao","Sara McBride","Sarkis K Mazmanian","Paul H Patterson"],authors_slugs:["elainehsiao","saramcbride","sarkismazmanian","paulpatterson"],publication_date:"2022/1/20",patent_office:"US",application_number:"17303946",description:"Some embodiments include bacterial species for use in treatment of one or more autism spectrum disorder (ASD), and/or schizophrenia symptoms in a subject in need thereof. The bacterial species can include Bacteroides (eg, B. fragilis, B. thetaiotaomicron, and/or B. vulgatus), and/or Enterococcus (eg, E. faecalis, E. faecium, E. hirae, E. avium, E. durans, E. gallinarum, or E. casseliflavus). Upon treatment, one or more ASD-related behaviors can be improved in the subject. a",total_citations:3,areas:{m:1,d:1}},{title:"Gut microbes tune inflammation and lifespan in a mouse model of amyotrophic lateral sclerosis",paperURL:"https://www.nature.com/articles/d41586-020-01335-3",authors:["Ping Fang","Elaine Y Hsiao"],authors_slugs:["pingfang","elainehsiao"],publication_date:"2020/6/4",source:"Nature",volume:"582",issue:"7810",pages:"34-35",publisher:"Nature Publishing Group UK",description:"There is growing evidence that gut microbes can influence disease. Analysis of a mouse model of the neurodegenerative condition amyotrophic lateral sclerosis offers insight into how gut bacteria might contribute to this illness.",total_citations:3,areas:{d:1}},{title:"Immune involvement in autism spectrum disorder as a basis for animal models",paperURL:"https://www.longdom.org/abstract/immune-involvement-in-autism-spectrum-disorder-as-a-basis-for-animal-models-32810.html",authors:["Elaine Y Hsiao","PH Patterson"],authors_slugs:["elainehsiao","phpatterson"],publication_date:"2012",source:"Autism",pages:"1-8",description:"Several of the environmental stimuli suggested to play a role in the pathogenesis of ASD involve altered immune responses during gestation. In this review, we discuss maternal immune activation as a primary risk factor for ASD, with an emphasis on recent findings from animal models of prenatal immune challenges. We further address the presence of autoantibodies as an additional immune-related autism risk factor, drawing upon work done in rodent and monkey models. We then explore the intersection between genetic and environmental susceptibility, with a focus on gene-environment interactions and immune involvement, in genetic risk factors for autism. Finally, we provide emerging evidence for the role of immune dysregulation in the pathogenesis of ASD.",total_citations:3,areas:{m:1,d:1},publisher:"Autism-Open Access"},{title:"Microbiome alterations in autism spectrum disorder",paperURL:null,authors:["Elena J Coley-O’Rourke","Elaine Y Hsiao"],authors_slugs:["elenacoley-orourke","elainehsiao"],publication_date:"2023/9",journal:"Nature Microbiology",volume:"8",issue:"9",pages:"1615-1616",publisher:"Nature Publishing Group UK",description:"Multi-cohort meta-analysis provides a framework for studies that aim to define causal relationships between the microbiome and autism spectrum disorder.",total_citations:2,areas:{m:1,d:1}},{title:"Gut microbiota: A sweet tale of mice and microbes",paperURL:"https://www.sciencedirect.com/science/article/pii/S0960982222018498",authors:["Kristie Yu","Elaine Y Hsiao"],authors_slugs:["kristieyu","elainehsiao"],publication_date:"2023/1/9",journal:"Current Biology",volume:"33",issue:"1",pages:"R18-R20",publisher:"Elsevier",description:"The gut microbiota regulates host metabolism and feeding behavior. A new study shows that microbiota depletion leads to sucrose overconsumption and increases motivation to obtain sucrose in mice, suggesting that the gut microbiota suppresses overconsumption of palatable foods.",total_citations:2,areas:{}},{title:"Microbes REV up host metabolism around the clock",paperURL:"https://www.cell.com/immunity/fulltext/S1074-7613(17)30435-1",authors:["Geoffrey N Pronovost","Elaine Y Hsiao"],authors_slugs:["geoffpronovost","elainehsiao"],publication_date:"2017/10/17",journal:"Immunity",volume:"47",issue:"4",pages:"618-620",publisher:"Elsevier",description:"There is increasing evidence that the microbiome regulates host metabolism, but specific mechanisms underlying these interactions remain poorly understood. In a recent paper in Science, Wang et&nbsp;al. (2017) reveal that the gut microbiota regulates the expression of circadian-clock genes to impact host lipid metabolism and body composition.",total_citations:2,areas:{}},{title:"Probiotic therapies for autism",paperURL:"https://patentimages.storage.googleapis.com/fd/e2/87/aeaa6b05f84c9e/US20160375065A1.pdf",inventors:["Sarkis K Mazmanian","Paul H Patterson","Janet Chow","Elaine Hsiao","Sara McBride"],authors_slugs:["sarkismazmanian","paulpatterson","janetchow","elainehsiao","saramcbride"],publication_date:"2016/12/29",patent_office:"US",application_number:"15249870",description:"Provided is a method and a composition for improving behavioral performance in an individual comprising identi fying an individual in need of treatment, and providing Such an individual a composition comprising bacteria within the genus Bacteroides.",total_citations:2,areas:{m:1,d:1}},{title:"Modeling the maternal immune activation risk factor for schizophrenia",paperURL:"https://www.sciencedirect.com/science/article/abs/pii/B9780128009819000110",authors:["Natalia Malkova","Wei-Li Wu","Elaine Y Hsiao"],authors_slugs:["nataliamalkova","wei-liwu","elainehsiao"],publication_date:"2016/1/1",book:"Handbook of Behavioral Neuroscience",volume:"23",pages:"175-191",publisher:"Handbook of Behavioral Neuroscience",description:"Maternal immune activation (MIA) is an important environmental risk factor for schizophrenia. Among various modes of MIA, modeling maternal viral infection by injecting pregnant rodents with the double-stranded RNA polyinosine-polycytidylic yields offspring with strong face, construct, and predictive validity for symptoms related to schizophrenia. The MIA model is a powerful tool for investigating molecular mechanisms underlying the etiopathogenesis of schizophrenia-related features and for uncovering key molecular targets for intervention. Here we introduce the epidemiological bases for the MIA model and present important findings on both prenatal and postnatal variations of the polyinosine-polycytidylic approach. We further describe applications of the MIA model to studies of gene–environment and environment–environment interactions in schizophrenia. Finally, we discuss the MIA risk factor in the context of…",total_citations:2,areas:{m:1,d:1}},{title:"Complex carbohydrate utilization by gut bacteria modulates host food preference",paperURL:"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10888876/",authors:["Kristie Yu","Celine Son","Anisha Chandra","Jorge Paramo","Anna Novoselov","Ezgi Özcan","Sabeen A Kazmi","Greg R Lum","Arlene Lopez-Romero","Jonathan B Lynch","Elaine Y Hsiao"],authors_slugs:["kristieyu","celineson","anishachandra","jorgeparamo","annanovoselov","ezgiozcan","sabeenkazmi","greglum","arlenelopez-romero","jonathanlynch","elainehsiao"],publication_date:"2024/2/14",journal:"bioRxiv",publisher:"bioRxiv",description:"The gut microbiota interacts directly with dietary nutrients and has the ability to modify host feeding behavior, but the underlying mechanisms remain poorly understood. Select gut bacteria digest complex carbohydrates that are non-digestible by the host and liberate metabolites that serve as additional energy sources and pleiotropic signaling molecules. Here we use a gnotobiotic mouse model to examine how differential fructose polysaccharide metabolism by commensal gut bacteria influences host preference for diets containing these carbohydrates. Bacteroides thetaiotaomicron and Bacteroides ovatus selectively ferment fructans with different glycosidic linkages: B. thetaiotaomicron ferments levan with β2–6 linkages, whereas B. ovatus ferments inulin with β2–1 linkages. Since inulin and levan are both fructose polymers, inulin and levan diet have similar perceptual salience to mice. We find that mice colonized…",total_citations:1,areas:{s:1}},{title:"Extending genetic risk for Alzheimer’s disease from host to holobiont",paperURL:"https://www.cell.com/cell/fulltext/S0092-8674(23)00004-1",authors:["Sabeen A Kazmi","Elaine Y Hsiao"],authors_slugs:["sabeenkazmi","elainehsiao"],publication_date:"2023/2/16",journal:"Cell",volume:"186",issue:"4",pages:"690-692",publisher:"Elsevier",description:"The gut microbiota is implicated in risk for Alzheimer's disease (AD). A study in Science reports that depleting gut bacteria in mice with genetic risk for AD reduces neuropathology in a sex-dependent manner. This is reversed by administering short-chain fatty acids, suggesting that specific bacterial metabolites increase susceptibility to AD.",total_citations:1,areas:{d:1}},{title:"Turicibacter strains differentially modify bile acids and host lipids",paperURL:"https://www.biorxiv.org/content/biorxiv/early/2022/06/27/2022.06.27.497673.full.pdf",authors:["Jonathan B Lynch","Erika L Gonzalez","Kayli Choy","Kym F Faull","Talia Jewell","Abelardo Arellano","Jennifer Liang","Kristie B Yu","Jorge Paramo","Elaine Y Hsiao"],authors_slugs:["jonathanlynch","erikagonzalez","kaylichoy","kymfaull","taliajewell","abelardoarellano","jenniferliang","kristieyu","jorgeparamo","elainehsiao"],publication_date:"2022/6/27",journal:"bioRxiv",pages:"2022.06. 27.497673",publisher:"bioRxiv",description:"Bacteria from the Turicibacter genus are prominent members of the mammalian gut microbiota and are associated with alterations in dietary fat and body weight, but the specific connections between these symbionts and host physiology are poorly understood. We genomically and phenotypically characterized a diverse set of mouse-and human-derived Turicibacter strains, and found they group into three clades that differ in their transformations of bile acids. We identified Turicibacter bile salt hydrolases that confer strain-specific differences in bile deconjugation. Colonization with individual Turicibacter strains led to changes in host bile acid profiles, generally aligning with those produced in vitro. Further, colonizing mice with another bacterium expressing bile-modifying genes from these strains decreased serum cholesterol and triglycerides, as well as adipose tissue mass. This work identifies genes that enable diverse Turicibacter strains to differentially modify host bile acids and lipid metabolism, and positions multiple Turicibacter strains as candidates for altering host fat biology.",total_citations:1,areas:{g:1}},{title:"Modulation of microbial synthesis of 4-etylphenol and 4-ethylphenyl sulfate in behavior and disease",paperURL:"https://patentimages.storage.googleapis.com/63/94/37/2e5760ef9ba4a7/US11224624.pdf",inventors:["Brittany D Needham","Sarkis K Mazmanian","Gil Sharon","Masanori Funabashi","Michael A Fischbach","Elaine Y Hsiao","Paul H Patterson"],authors_slugs:["brittanyneedham","sarkismazmanian","gilsharon","masanorifunabashi","michaelfischbach","elainehsiao","paulpatterson"],publication_date:"2022/1/18",patent_office:"US",patent_number:"11224624",application_number:"16485403",description:"Some embodiments relate to genetically engineered bacte rial strains for modulation of levels of the bacterial metabo lite 4-ethylphenol (4EP) and its sulfated form, 4-ethylphenyl sulfate (4EPS). In some embodiments, the bacteria reduce or inhibit production of 4EP or 4EPS in the gut of a subject.",total_citations:1,areas:{}},{title:"Compositions and methods for inhibiting seizures",paperURL:"https://patentimages.storage.googleapis.com/7b/dd/38/464d5c17499f95/US11129858.pdf",inventors:["Elaine Hsiao","Jessica Yano","Helen Vuong","Christine Olson"],authors_slugs:["elainehsiao","jessicayano","helenvuong","christineolson"],publication_date:"2021/9/28",patent_office:"US",patent_number:"11129858",application_number:"16471460",description:"Provided herein are methods and compositions related to treating or preventing seizures. In some aspects, provided herein are methods of treating or preventing seizures in a subject by administering to the subject a composition comprising Parabacteroides and Akkermansia bacteria.",total_citations:1,areas:{}},{title:"IL-33 Changes Our “Gut Feelings” about Serotonin",paperURL:"https://www.cell.com/immunity/fulltext/S1074-7613(20)30535-5?dgcid=raven_jbs_etoc_email",authors:["W Yu Lewis","Elaine Y Hsiao"],authors_slugs:["wlewis","elainehsiao"],publication_date:"2021/1/12",journal:"Immunity",volume:"54",issue:"1",pages:"9-11",publisher:"Immunity",description:"Many studies highlight direct interactions between immune cells and enteric neurons, but whether immune signals can indirectly modulate enteric function through neurotransmitter regulation is poorly understood. In this issue of Immunity, Chen et&nbsp;al. reveal how IL-33 induces intestinal serotonin to promote gut motility.",total_citations:1,areas:{s:1,d:1}},{title:"Commensal microbiota and its relationship to homeostasis and disease",paperURL:"https://www.taylorfrancis.com/chapters/edit/10.1201/9781317212942-19/commensal-microbiota-relationship-homeostasis-disease-jonathan-braun-elaine-hsiao-nicholas-powell",authors:["Jonathan Braun","Elaine Y Hsiao","Nicholas Powell"],authors_slugs:["jonathanbraun","elainehsiao","nicholaspowell"],publication_date:"2020/4/21",book:"Principles of Mucosal Immunology",pages:"285-301",publisher:"Principles of Mucosal Immunology",description:"A substantial portion of the human genome is devoted to host functions that affect host-microbe interaction: host barrier properties, antimicrobial defense, metabolic stress, and inflammation. Disrupting innate immune recognition of luminal organisms by the introduction of genetic deficiencies in particular pattern recognition receptors or their signaling pathways also results in disordered homeostasis and altered susceptibility to inflammatory insult. The critical importance of the cross talk between the innate immune system and the gut microbiota for the maintenance of intestinal homeostasis is readily demonstrated by experimental perturbation of either of these components. Commensal microbes within biofilms may be composed of beneficial, symbiotic, or potentially pathogenic bacteria. In fact, inflammatory disease of the oral cavity is usually caused by members of the healthy microbiota. One of the most important&nbsp;…",total_citations:1,areas:{s:1,d:1,g:1}},{title:"Mitochondrial and purinergic dysregulation promote abnormal behavior in mice",paperURL:null,authors:["Ping Fang","Elaine Y Hsiao"],authors_slugs:["pingfang","elainehsiao"],publication_date:"2020/2/1",source:"Trends in Immunology",volume:"41",issue:"2",pages:"97-99",publisher:"Elsevier",description:"Increasing evidence implicates immune dysregulation in the development of neurological disorders. Recent research by Fan and colleagues deepens our understanding of how physical stress alters the immune system to promote anxiety-like behavior.",total_citations:1,areas:{d:1}},{title:"Setting the stage for the next generation of neuroscience",paperURL:"https://www.cell.com/neuron/fulltext/S0896-6273(18)30539-7",authors:["Weizhe Hong","Nils Brose","Jeremiah Y Cohen","Pico Caroni","Elaine Y Hsiao","Pascal S Kaeser"],authors_slugs:["weizhehong","nilsbrose","jeremiahcohen","picocaroni","elainehsiao","pascalkaeser"],publication_date:"2018/7/11",journal:"Neuron",volume:"99",issue:"1",pages:"11-12",publisher:"Cell",description:"Neuroscientists share their vision—spanning from the nanoscale to complex social behavior—for what is needed to take on the big challenges of the field.",total_citations:1,areas:{}},{title:"Compositions and methods for inhibiting seizures",paperURL:null,inventors:["Elaine Hsiao","Jessica Yano","Helen Vuong","Christine Olson"],authors_slugs:["elainehsiao","jessicayano","helenvuong","christineolson"],publication_date:"2024/7/18",patent_office:"US",application_number:"18390652",description:"WQZGKKKJIJFFOK-VFUOTHLCSA-N beta-D-glucose Chemical compound OC [C@ H] 1O [C@@ H](O)[C@ H](O)[C@@ H](O)[C@@ H] 1O WQZGKKKJIJFFOK-VFUOTHLCSA-N 0.000 claims description 14",areas:{}},{title:"Dietary Fibers in Clinical Ketogenic Diets Promotes Seizure Resistance in Mice Through Modulation of Gut Microbiome",paperURL:null,authors:["Ezgi Özcan","Kristie Yu","Lyna Dinh","Greg R Lum","Jessie Hsu","Katie Lau","Mariana Arino","Jorge Paramo","Elaine Y Hsiao"],authors_slugs:["ezgiozcan","kristieyu","lynadinh","greglum","jessiehsu","katielau","marianaarino","jorgeparamo","elainehsiao"],publication_date:"2024/7/1",journal:"Current Developments in Nutrition",volume:"8",publisher:"Elsevier",description:"Objectives: Gut microbiome has been shown to play a pivotal role for the anti-seizure effects of the classical ketogenic diet (KD). However, how different variations of KD differentially modify the gut microbiome in ways that impact seizure outcome is poorly understood.",areas:{}},{title:"Sex-dependent interactions between prodromal intestinal inflammation and LRRK2 G2019S in mice promote endophenotypes of Parkinson’s disease",paperURL:"https://www.nature.com/articles/s42003-024-06256-9",authors:["Ping Fang","Lewis W Yu","Hannah Espey","Gulistan Agirman","Sabeen A Kazmi","Kai Li","Yongning Deng","Jamie Lee","Haley Hrncir","Arlene Romero-Lopez","Arthur P Arnold","Elaine Y Hsiao"],authors_slugs:["pingfang","lewisyu","hannahespey","gulistanagirman","sabeenkazmi","kaili","yongningdeng","jamielee","haleyhrncir","arleneromero-lopez","arthurarnold","elainehsiao"],publication_date:"2024/5/15",journal:"Communications Biology",volume:"7",issue:"1",pages:"570",publisher:"Nature Publishing Group UK",description:"Gastrointestinal (GI) disruptions and inflammatory bowel disease (IBD) are commonly associated with Parkinson’s disease (PD), but how they may impact risk for PD remains poorly understood. Herein, we provide evidence that prodromal intestinal inflammation expedites and exacerbates PD endophenotypes in rodent carriers of the human PD risk allele LRRK2 G2019S in a sex-dependent manner. Chronic intestinal damage in genetically predisposed male mice promotes α-synuclein aggregation in the substantia nigra, loss of dopaminergic neurons and motor impairment. This male bias is preserved in gonadectomized males, and similarly conferred by sex chromosomal complement in gonadal females expressing human LRRK2 G2019S. The early onset and heightened severity of neuropathological and behavioral outcomes in male LRRK2 G2019S mice is preceded by increases in α-synuclein in the colon, α…",areas:{d:1,g:1}},{title:"The Microbiome at the Interface of the Exposome and Risk for Psychiatric Disorders (vol 95, pg 298, 2024)",paperURL:null,authors:["Tamar L Gur","Elaine Y Hsiao"],authors_slugs:["tamargur","elainehsiao"],publication_date:"2024/3/15",journal:"BIOLOGICAL PSYCHIATRY",volume:"95",issue:"6",pages:"601-601",publisher:"ELSEVIER SCIENCE INC",areas:{}},{title:"Probiotic therapies for treating Rett syndrome",paperURL:null,inventors:["Sarkis K Mazmanian","Paul H Patterson","Janet Chow","Elaine Hsiao","Sara W McBride"],authors_slugs:["sarkismazmanian","paulpatterson","janetchow","elainehsiao","saramcbride"],publication_date:"2024/2/13",patent_office:"US",patent_number:"11896629",application_number:"16935837",description:"Provided is a method and a composition for improving behavioral performance in an individual comprising identifying an individual in need of treatment, and providing such an individual a composition comprising bacteria within the genus Bacteroides.",areas:{}},{title:"Compositions and methods for inhibiting seizures",paperURL:"https://patentimages.storage.googleapis.com/ba/87/01/c4cfce07f506be/US20220184144A1.pdf",inventors:["Elaine Y Hsiao","Jessica Yano","Helen E Vuong","Christine Olson"],authors_slugs:["elainehsiao","jessicayano","helenvuong","christineolson"],publication_date:"2024/1/30",patent_office:"US",patent_number:"11883441",application_number:"17486299",description:"WQZGKKKJIJFFOK-VFUOTHLCSA-N beta-D-glucose Chemical compound OC [C@ H] 1O [C@@ H](O)[C@ H](O)[C@@ H](O)[C@@ H] 1O WQZGKKKJIJFFOK-VFUOTHLCSA-N 0.000 claims description 14",areas:{}},{title:"Dietary fiber content in clinical ketogenic diets modifies the gut microbiome and seizure resistance in mice",paperURL:"https://www.biorxiv.org/content/10.1101/2024.07.31.606041.full.pdf",authors:["Ezgi Ozcan","Kristie B Yu","Lyna Dinh","Gregory Lum","Katie Lau","Jessie Hsu","Mariana Arino","Jorge Paramo","Arlene Lopez-Romero","Elaine Y Hsiao"],authors_slugs:["ezgiozcan","kristieyu","lynadinh","gregorylum","katielau","jessiehsu","marianaarino","jorgeparamo","arlenelopez-romero","elainehsiao"],publication_date:"2024",journal:"bioRxiv",pages:"2024.07. 31.606041",publisher:"bioRxiv",description:"The gut microbiome is emerging as an important modulator of the anti-seizure effects of the classic ketogenic diet. However, many variations of the ketogenic diet are used clinically to treat refractory epilepsy, and how different dietary formulations differentially modify the gut microbiome in ways that impact seizure outcome is poorly understood. We find that clinically prescribed ketogenic infant formulas vary in macronutrient ratio, fat source, and fiber content and also in their ability to promote resistance to 6-Hz psychomotor seizures in mice. By screening specific dietary variables for their effects on a model human infant microbial community, we observe that dietary fiber, rather than fat ratio or source, drives substantial metagenomic shifts. Addition of dietary fiber to a fiber-deficient ketogenic formula restores seizure resistance, and supplementing protective ketogenic formulas with excess dietary fiber further potentiates seizure resistance. By screening 13 fiber sources and types, we identify distinct subsets of metagenomic responses in the model human infant microbial community that correspond with increased seizure resistance in mice. In particular, supplementation with seizure-protective fibers enriches microbial representation of genes related to queuosine biosynthesis and preQ0 biosynthesis and decreases representation of microbial genes related to sucrose degradation, which is also seen in seizure-protected mice that are fed fiber-containing ketogenic infant formulas. Overall, this study reveals that different formulations of clinical ketogenic diets, and dietary fiber content in particular, differentially impact seizure outcome in mice, likely…",areas:{d:1}},{title:"The maternal microbiome modifies adverse effects of protein undernutrition on offspring neurobehavioral impairment in mice",paperURL:"https://www.biorxiv.org/content/10.1101/2024.02.22.581439.full.pdf",authors:["Elena Coley","Gregory Lum","Geoffrey Pronovost","Ezgi Ozcan","Kristie Yu","Janet Mcdermott","Anna Chakhoyan","Eliza Goldman","Helen Vuong","Jorge Paramo","Alison Chu","Kara Calkins","Elaine Y Hsiao"],authors_slugs:["elenacoley","gregorylum","geoffpronovost","ezgiozcan","kristieyu","janetmcdermott","annachakhoyan","elizagoldman","helenvuong","jorgeparamo","alisonchu","karacalkins","elainehsiao"],publication_date:"2024",journal:"bioRxiv",pages:"2024.02. 22.581439",publisher:"bioRxiv",description:"Protein undernutrition is a global risk factor for impaired growth and neurobehavioral development in children. However, the critical periods, environmental interactions, and maternal versus neonatal influences on programming lasting behavioral abnormalities are poorly understood. In a mouse model of fetal growth restriction, limiting maternal protein intake particularly during pregnancy leads to cognitive and anxiety-like behavioral abnormalities in adult offspring, indicating a critical role for the gestational period. By cross-fostering newborn mice to dams previously exposed to either low protein or standard diet, we find that the adult behavioral impairments require diet-induced conditioning of both fetal development and maternal peripartum physiology, rather than either alone. This suggests that protein undernutrition during pregnancy directly disrupts fetal neurodevelopment and indirectly alters maternal state in ways that interact postnatally to precipitate behavioral deficits. Consistent with this, maternal protein restriction during pregnancy reduces the diversity of the maternal gut microbiome, modulates maternal serum metabolomic profiles, and yields widespread alterations in fetal brain transcriptomic and metabolomic profiles, including subsets of microbiome-dependent metabolites. Depletion of the maternal microbiome in protein-restricted dams further alters fetal brain gene expression and exacerbates neurocognitive behavior in adult offspring, suggesting that the maternal microbiome modifies the impact of gestational protein undernutrition on risk for neurobehavioral impairment in the offspring. To explore the potential for microbiome…",areas:{m:1,d:1}},{title:"Microbiota–Gut–Brain Axis in Neurodevelopmental Disorders",paperURL:null,authors:["Gulistan Agirman","Elaine Y Hsiao"],authors_slugs:["gulistanagirman","elainehsiao"],publication_date:"2024/1/1",book:"The Gut-Brain Axis",pages:"201-216",publisher:"Academic Press",description:"Recent research into the complex interrelationship between the gastrointestinal and central nervous systems has led to an increased appreciation of the importance of commensal gut microbes to normal gut function and neurobehavioral health. Epidemiological and clinical studies indicate co-morbid gut dysfunction in many individuals with psychiatric or neurodevelopmental disorders. Moreover, animal model studies present promising evidence that microbe-based treatments may alleviate symptoms of disease. Autism spectrum disorder is of particular interest as a highly prevalent neurodevelopmental disorder in which a significant subset of patients present with gastrointestinal problems and in which microbial dysbiosis has been highlighted as a potential contributing factor to gastrointestinal and neuropathological abnormalities. Preclinical studies investigating probiotic treatments for gastrointestinal…",areas:{m:1,d:1,g:1}},{title:"Modulation of microbial synthesis of 4-ethylphenol and 4-ethylphenyl sulfate in behavior and disease",paperURL:null,inventors:["Brittany D Needham","Sarkis K Mazmanian","Gil Sharon","Masanori Funabashi","Michael A Fischbach","Elaine Y Hsiao","Paul H Patterson"],authors_slugs:["brittanyneedham","sarkismazmanian","gilsharon","masanorifunabashi","michaelfischbach","elainehsiao","paulpatterson"],publication_date:"2023/9/5",patent_office:"US",patent_number:"11744867",application_number:"17443273",description:"Some embodiments relate to genetically engineered bacterial strains for modulation of levels of the bacterial metabolite 4-ethylphenol (4EP) and its sulfated form, 4-ethylphenyl sulfate (4EPS). In some embodiments, the bacteria reduce or inhibit production of 4EP or 4EPS in the gut of a subject. The bacteria can ameliorate, delay the onset, or reduce the likelihood of one or more symptoms associated with anxiety and/or autism spectrum disorder (ASD) in the subject.",areas:{m:1,d:1}},{title:"The Gut Microbiome Informs Neurodevelopment and Cognitive Behavior in a Model of Maternal Malnutrition",paperURL:null,authors:["Elena Coley","Anna Chakhoyan","Geoffrey Pronovost","Janet McDermott","Eliza Goldman","Helen Vuong","Jorge Paramo","Elaine Hsiao"],authors_slugs:["elenacoley","annachakhoyan","geoffpronovost","janetmcdermott","elizagoldman","helenvuong","jorgeparamo","elainehsiao"],publication_date:"2023/5/1",journal:"Biological Psychiatry",volume:"93",issue:"9",pages:"S22",publisher:"Elsevier",description:"Background",areas:{m:1,d:1}},{title:"Sex-dependent interactions between prodromal intestinal inflammation and LRRK2 G2019S in mice promote symptoms of Parkinson’s disease",paperURL:"https://www.biorxiv.org/content/10.1101/2022.11.30.518591.full.pdf",authors:["Ping Fang","Hannah Espey","Lewis W Yu","Gulistan Agirman","Kai Li","Yongning Deng","Jamie Lee","Haley Hrncir","Arthur P Arnold","Elaine Y Hsiao"],authors_slugs:["pingfang","hannahespey","lewisyu","gulistanagirman","kaili","yongningdeng","jamielee","haleyhrncir","arthurarnold","elainehsiao"],publication_date:"2022/12/2",journal:"bioRxiv",pages:"2022.11. 30.518591",publisher:"bioRxiv",description:"Gastrointestinal (GI) disruptions, such as inflammatory bowel disease (IBD), are common prodromal symptoms of Parkinson’s disease (PD), but how they may impact risk for PD remains poorly understood. Herein, we provide evidence that prodromal intestinal inflammation expedites and exacerbates PD symptoms in rodent carriers of the human PD risk allele LRRK2 G2019S in a sex-dependent manner. Chronic intestinal damage in genetically predisposed male, but not female, mice promotes α-synuclein aggregation in the substantia nigra, elevated α-synuclein loads in microglia, loss of dopaminergic neurons, and motor impairment. This male bias in gene-environment interaction is preserved in gonadectomized males, and similarly conferred by sex chromosomal complement in gonadal females expressing human LRRK2 G2019S, revealing that XY chromosomes, not testicular hormones, mediate the male bias in the gut-brain-driven risk for endophenotypes of PD. The early onset and heightened severity of neuropathological and behavioral outcomes in male LRRK2 G2019S mice is preceded by the accumulation of α-synuclein in the colon, increases in α-synuclein-positive macrophages in the colonic lamina propria, and elevations in α-synuclein loads within microglia in the substantia nigra. Taken together, these data reveal that prodromal intestinal inflammation promotes the pathogenesis of PD symptoms in male carriers of LRRK2 G2019S, through mechanisms that depend on genotypic sex and involve early accumulation of α-synuclein in myeloid cells within the gut and brain.",areas:{d:1,g:1}},{title:"Compositions and methods for promoting healthy neural development in an unborn baby",paperURL:null,inventors:["Elaine Y Hsiao","Helen E Vuong"],authors_slugs:["elainehsiao","helenvuong"],publication_date:"2022/7/28",patent_office:"US",application_number:"17609269",description:"Disclosed herein are methods for promoting healthy neural development in an unborn baby, which include administering to a maternal subject gestating the unborn baby a composition or a bacterial composition. Compositions can include trimethylamine N-oxide (TMAO), 5-aminovalerate (5-AV), imidazole propionate (IP), hippurate (HIP), or a combination thereof, and the bacterial compositions can include bacteria of the order Clostridiales. Also disclosed are methods for conditioning a female subject for bringing about offspring with healthy neural development. Additionally disclosed are methods for reducing adverse effects of antibiotic treatment on an unborn baby in a pregnant subject. Also disclosed are methods for selecting a female subject for conditioning to foster healthy neural development in offspring.",areas:{m:1}},{title:"Compositions and methods for modulating cognitive behavior",paperURL:"https://patentimages.storage.googleapis.com/9b/83/bd/3e78082d038d49/US20220218762A1.pdf",inventors:["Elaine Y Hsiao","Christine Olson","Alonso Iniguez"],authors_slugs:["elainehsiao","christineolson","alonsoiniguez"],publication_date:"2022/7/14",patent_office:"US",application_number:"17615297",description:"The present disclosure provides methods of treating hyp oxia-induced cognitive impairment. Also disclosed are microbiome modulators, such as ketogenic-diet-suppressed bacterial species or antibiotics effective against a ketogenic diet-boosted bacterial species, for use in treatment of cog nitive impairment. The disclosure also provides methods of selecting a subject having hypoxia-induced cognitive impairment and methods of obtaining a prognostic indicator of hypoxia-induced cognitive impairment in a subject who receives a dosage of a microbiome modulator.",areas:{d:1}},{title:"Compositions, methods for regulating uterine, placental growth",paperURL:"https://patentimages.storage.googleapis.com/c9/a7/ad/3ae0c56b34971c/US20220175851A1.pdf",inventors:["Elaine Y Hsiao","Geoffrey N Pronovost"],authors_slugs:["elainehsiao","geoffpronovost"],publication_date:"2022/6/9",patent_office:"US",application_number:"17437643",description:"Disclosed herein are methods for promoting fetal growth, placental development, and angiogenesis, comprising administering to a female subject or to a maternal subject gestating an unborn baby (eg, fetus) a composition of the present disclosure. Also disclosed are methods of inhibiting development of a disease or disorder, such as preeclampsia or fetal growth reduction (FGR), in a subject, comprising administering to a female subject or to a maternal subject gestating an unborn baby (eg, fetus) a composition of the present disclosure.",areas:{m:1}},{title:"Methods of selecting subjects for treatment with metabolomic modulators",paperURL:"https://patentimages.storage.googleapis.com/18/13/af/da75695a9eb093/US20210364526A1.pdf",inventors:["Elaine Y Hsiao","Jessica Yano","Helen E Vuong","Christine Olson"],authors_slugs:["elainehsiao","jessicayano","helenvuong","christineolson"],publication_date:"2021/11/25",patent_office:"US",application_number:"17057500",description:"Provided herein are methods for selecting a subject with a disease or disorder for treatment, as well as methods of treating the subject, determining the efficacy of the treatment, and adjusting the treatment dosage and frequency.",areas:{}},{title:"Diagnosis and treatment of autism spectrum disorder",paperURL:"https://patentimages.storage.googleapis.com/96/46/c8/899a02485941aa/US11052151.pdf",inventors:["Elaine Hsiao","Sarkis K Mazmanian","Paul H Patterson","Sara McBride"],authors_slugs:["elainehsiao","sarkismazmanian","paulpatterson","saramcbride"],publication_date:"2021/7/6",patent_office:"US",patent_number:"11052151",application_number:"16193724",description:"Disclosed herein are compositions, systems, and methods for diagnosing and treatment of subjects suffering from anxiety, autism spectrum disorder (ASD), or a pathological condition with one or more of the symptoms of ASD.",areas:{m:1,d:1}},{title:"Compositions and methods comprising bacteria for improving behavior in neurodevelopmental disorders",paperURL:"https://patentimages.storage.googleapis.com/fd/47/ce/1de748437c7fcd/US20190125812A1.pdf",inventors:["Elaine Hsiao","Sara McBride","Sarkis K Mazmanian","Paul H Patterson"],authors_slugs:["elainehsiao","saramcbride","sarkismazmanian","paulpatterson"],publication_date:"2019/5/2",patent_office:"US",application_number:"16139741",description:"Some embodiments include bacterial species for use in treatment of one or more autism spectrum disorder (ASD), and/or schizophrenia symptoms in a subject in need thereof. The bacterial species can include Bacteroides (eg, B. fragilis, B. thetaiomtaomicron, and/or B. vulgatus), and/or Enterococcus (eg, E. faecalis, E. faecium, E. hirae, E. avium, E. durans, E. gallinarum, or E. casseliflavus). Upon treatment, one or more ASD-related behaviors can be improved in the subject.",areas:{m:1,d:1}}],mg={histogram:[{year:"2012",count:"82"},{year:"2013",count:"185"},{year:"2014",count:"301"},{year:"2015",count:"572"},{year:"2016",count:"752"},{year:"2017",count:"907"},{year:"2018",count:"1203"},{year:"2019",count:"1734"},{year:"2020",count:"2071"},{year:"2021",count:"2596"},{year:"2022",count:"2758"},{year:"2023",count:"2585"},{year:"2024",count:"2261"}],areaCounts:{m:45,s:16,d:65,g:28},areaPatentCounts:{m:11,s:1,d:10,g:0},citations:{all:18352,since2018:14024,m:9342,s:5393,d:13067,g:11668},hindex:{all:41,since2018:41},i10index:{all:58,since2018:57},patentCount:20,pubCount:85},fg={m:"Microbiome on maternal health and fetal neurodevelopment",s:"Microbiome and active neurochemical signaling",d:"Microbiome and neuroimmune influences on neurological disorders",g:"Microbiome and gastrointestinal and metabolic disorders"},Gn={papers:hg,stats:mg,areas:fg},Dc="data:image/svg+xml,%3csvg%20fill='none'%20height='24'%20viewBox='0%200%2024%2024'%20width='24'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-rule='evenodd'%20fill='%23265f58'%20fill-rule='evenodd'%3e%3cpath%20d='m14.4629%208.12289-2.1229-2.12289h-9.34c-.55%200-1%20.45-1%201v14c0%20.55.45%201%201%201h14c.55%200%201-.45%201-1v-9.34l-2.1229-2.12289-6.16999%206.16999c-.39053.3905-1.02369.3905-1.41422%200-.39052-.3905-.39052-1.0237%200-1.4142z'/%3e%3cpath%20d='m15%202c-.5523%200-1%20.44772-1%201s.4477%201%201%201h3.5858l-4.1229%204.12289%201.4142%201.41422%204.1229-4.1229v3.58579c0%20.55228.4477%201%201%201s1-.44772%201-1v-6c0-.27058-.1075-.51606-.282-.69609-.0072-.0074-.0145-.01469-.0219-.02186-.0925-.08976-.1981-.15809-.3105-.205-.1187-.04963-.2489-.07705-.3856-.07705z'/%3e%3c/g%3e%3c/svg%3e",pg="data:image/svg+xml,%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23275F58'%20style='background-color:%20transparent;%20color:%20transparent;'%3e%3cpath%20d='M20.3,3H4.3a1,1,0,0,0-1,1V20a1,1,0,0,0,1,1h16a1,1,0,0,0,1-1V4A1,1,0,0,0,20.3,3Zm-5,10h-2v2a1,1,0,0,1-2,0V13h-2a1,1,0,0,1,0-2h2V9a1,1,0,0,1,2,0v2h2a1,1,0,0,1,0,2Z'%20fill='%23275F58'%3e%3c/path%3e%3c/svg%3e",_g="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2024%2024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cpath%20d='M20.3,3l-16,0c-0.549,0%20-1,0.451%20-1,1l-0,16c-0,0.549%200.451,1%201,1l16,0c0.549,0%201,-0.451%201,-1l0,-16c0,-0.549%20-0.451,-1%20-1,-1Zm-5,10l-6,0c-0.549,0%20-1,-0.451%20-1,-1c0,-0.549%200.451,-1%201,-1l6,0c0.549,0%201,0.451%201,1c0,0.549%20-0.451,1%20-1,1Z'%20style='fill:%23275f58;fill-rule:nonzero;'/%3e%3c/svg%3e",bg={mixins:[cn,Sc],data:function(){return{researchAreas:Gn.areas,currentAreaFilter:"all",areaPapers:{},sortBy:"cited",paperStats:Gn.stats}},watch:{currentAreaFilter:function(){this.sortThePapers()}},computed:{labPapers:function(){return this.areaPapers[this.currentAreaFilter]?this.areaPapers[this.currentAreaFilter]:[]}},mounted:function(){const e=this.$route.query.q||"all";for(const t in this.researchAreas)this.areaPapers[t]=[],t===e&&(this.currentAreaFilter=t);this.$refs.filterSelect.value=this.currentAreaFilter;for(let t=0;t<Gn.papers.length;t++){const n=Gn.papers[t];for(const i in n.areas)this.areaPapers[i].push(n)}this.areaPapers.all=Gn.papers},methods:{sortThePapers:function(){this.areaPapers[this.currentAreaFilter].sort((e,t)=>{if(this.sortBy==="date")return new Date(e.publication_date)<new Date(t.publication_date)?1:-1;if(this.sortBy==="cited"){if((e.total_citations||0)>(t.total_citations||0))return-1;if((e.total_citations||0)<(t.total_citations||0))return 1}})},sortByCited:function(){this.sortBy==="cited"?this.sortBy="date":this.sortBy="cited",this.sortThePapers()},sortByDate:function(){this.sortBy==="date"?this.sortBy="cited":this.sortBy="date",this.sortThePapers()},onAreaFilterChange:function(e){this.currentAreaFilter=e.currentTarget.value},showDescription:function(e){e.showDescription=!e.showDescription},getAuthorFromSlug:function(e){return this.labMemberSlugLookup[e]},getAuthor:function(e){const t=this.getAuthorFromSlug(e);return t?{name:t.name,avatar:`https://api.flotiq.com/image/256x0/${t.small_photo[0].dataUrl.replace("/api/v1/content/_media/","")}.jpg`,twitter_handle:t.twitter_handle}:null},getAuthors:function(e){const t=[],n=e.authors?e.authors:e.inventors;for(let i=0;i<n.length;i++){const o=this.getAuthorFromSlug(e.authors_slugs[i]);o?t.push({name:n[i],avatar:`https://api.flotiq.com/image/256x0/${o.small_photo[0].dataUrl.replace("/api/v1/content/_media/","")}.jpg`}):t.push({name:n[i]})}return t},getPublisher:function(e){if(e.source)return e.source;if(e.publisher)return e.publisher;if(e.patent_number)return"US Patent "+e.patent_number;if(e.application_number)return"US Patent App "+e.application_number;if(e.institution)return e.institution}}},gg={class:"bg-gray-200 py-5"},wg={class:"lg:pb-5 pt-0 radius-for-skewed md:mx-9"},vg={class:"mx-auto px-4"},yg={default:"",value:"all"},Ag=["value"],kg={class:"w-full mb-5 grid rounded bg-white overflow-hidden shadow grid-cols-2 md:grid-cols-3 divide-y-0 divide-x"},Tg={class:"px-4 py-4 pb-2"},Eg={class:"text-base font-normal text-gray-900"},Sg={class:"mt-1 flex justify-between items-baseline block"},Pg={class:"flex items-baseline text-2xl font-semibold text-indigo-600"},xg={class:"px-4 py-4 pb-2"},Cg={class:"text-base font-normal text-gray-900"},Lg={class:"mt-1 flex-col justify-between items-baseline block"},Rg={class:"flex items-baseline text-2xl font-semibold text-indigo-600"},Ig={key:0,class:"mt-2 text-xs items-center font-bold bg-green-100 text-green-800 inline-flex px-2 rounded-full"},Mg=p("svg",{class:"w-3 mr-2",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},[p("path",{fill:"#68867e",d:"M5 17H8V21H5V17Z",undefined:"1"}),p("path",{fill:"#68867e",d:"M10 15H13V21H10V15Z",undefined:"1"}),p("path",{fill:"#68867e",d:"M15 13H18V21H15V13Z",undefined:"1"}),p("path",{fill:"#68867e",d:"M20 11H23V21H20V11Z",undefined:"1"}),p("path",{fill:"#68867e",d:"M15.8481 4.7554C16.0343 4.23545 16.6067 3.9649 17.1267 4.1511L19.8797 5.13701C20.1399 5.2302 20.35 5.42695 20.4599 5.68053C20.5699 5.93411 20.5701 6.22191 20.4603 6.47559L19.299 9.15934C19.0797 9.66621 18.491 9.8993 17.9841 9.67998C17.4773 9.46065 17.2442 8.87195 17.4635 8.36509L17.6205 8.00216L5.26183 13.3628C4.75516 13.5826 4.16626 13.35 3.94648 12.8433C3.72671 12.3366 3.95929 11.7477 4.46597 11.528L16.8247 6.16733L16.4524 6.034C15.9324 5.8478 15.6619 5.27535 15.8481 4.7554Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1"}),p("path",{fill:"#68867e",d:"M3 2V20H23V22H2C1.44772 22 1 21.5523 1 21V2H3Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1"})],-1),Ng={class:"px-4 py-4 pb-2 md:block hidden"},jg={class:"text-base font-normal text-gray-900"},$g={class:"mt-1 flex justify-between items-baseline block"},Fg={class:"flex items-baseline text-2xl font-semibold text-indigo-600"},Og={class:"-mx-4 overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:-mx-6 md:mx-0 md:rounded"},Dg={class:"min-w-full divide-y divide-gray-300"},Hg={class:"bg-gray-50"},Ug={class:"whitespace-nowrap"},Vg={scope:"col",class:"py-3.5 pl-4 pr-3 text-sm text-left font-bold text-green-600 sm:pl-6"},Bg={class:"flex"},zg={key:0,width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},Gg=p("path",{fill:"#1b906b",d:"M6 1C6.55228 1 7 1.44772 7 2V22C7 22.5523 6.55228 23 6 23C5.44772 23 5 22.5523 5 22V2C5 1.44772 5.44772 1 6 1Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),qg=p("path",{fill:"#1b906b",d:"M5.29289 1.29289C5.68342 0.902369 6.31658 0.902369 6.70711 1.29289L10.7071 5.29289C11.0976 5.68342 11.0976 6.31658 10.7071 6.70711C10.3166 7.09763 9.68342 7.09763 9.29289 6.70711L6 3.41421L2.70711 6.70711C2.31658 7.09763 1.68342 7.09763 1.29289 6.70711C0.902369 6.31658 0.902369 5.68342 1.29289 5.29289L5.29289 1.29289Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),Wg=p("path",{fill:"#1b906b",d:"M9 22C9 21.4477 9.44772 21 10 21H14C14.5523 21 15 21.4477 15 22C15 22.5523 14.5523 23 14 23H10C9.44772 23 9 22.5523 9 22Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),Kg=p("path",{fill:"#1b906b",d:"M9 17C9 16.4477 9.44772 16 10 16H18C18.5523 16 19 16.4477 19 17C19 17.5523 18.5523 18 18 18H10C9.44772 18 9 17.5523 9 17Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),Yg=p("path",{fill:"#1b906b",d:"M9 12C9 11.4477 9.44772 11 10 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H10C9.44772 13 9 12.5523 9 12Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),Jg=[Gg,qg,Wg,Kg,Yg],Qg={class:"ml-1"},Zg={class:"flex"},Xg={key:0,width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","data-reactroot":""},e1=p("path",{fill:"#1b906b",d:"M6 1C6.55228 1 7 1.44772 7 2V22C7 22.5523 6.55228 23 6 23C5.44772 23 5 22.5523 5 22V2C5 1.44772 5.44772 1 6 1Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),t1=p("path",{fill:"#1b906b",d:"M5.29289 1.29289C5.68342 0.902369 6.31658 0.902369 6.70711 1.29289L10.7071 5.29289C11.0976 5.68342 11.0976 6.31658 10.7071 6.70711C10.3166 7.09763 9.68342 7.09763 9.29289 6.70711L6 3.41421L2.70711 6.70711C2.31658 7.09763 1.68342 7.09763 1.29289 6.70711C0.902369 6.31658 0.902369 5.68342 1.29289 5.29289L5.29289 1.29289Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),n1=p("path",{fill:"#1b906b",d:"M9 22C9 21.4477 9.44772 21 10 21H14C14.5523 21 15 21.4477 15 22C15 22.5523 14.5523 23 14 23H10C9.44772 23 9 22.5523 9 22Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),i1=p("path",{fill:"#1b906b",d:"M9 17C9 16.4477 9.44772 16 10 16H18C18.5523 16 19 16.4477 19 17C19 17.5523 18.5523 18 18 18H10C9.44772 18 9 17.5523 9 17Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),a1=p("path",{fill:"#1b906b",d:"M9 12C9 11.4477 9.44772 11 10 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H10C9.44772 13 9 12.5523 9 12Z","clip-rule":"evenodd","fill-rule":"evenodd",undefined:"1.5"},null,-1),o1=[e1,t1,n1,i1,a1],s1={class:"ml-1"},r1={class:"divide-y divide-gray-200 bg-white"},l1={class:"w-full max-w-0 py-4 pl-4 pr-3 font-medium text-gray-900 sm:w-auto sm:max-w-none sm:pl-6"},c1={class:"mb-3 gap-y-2 flex flex-wrap"},d1={class:"capitalize py-1 px-2 text-xs font-bold bg-darkCoolGray-600 rounded-full text-white"},u1=["href"],h1=p("img",{src:Dc,alt:"Open Link",class:"w-5 h-5"},null,-1),m1={class:"text-xs px-1"},f1=["onClick"],p1=p("img",{src:pg,alt:"Open Link",class:"w-5 h-5"},null,-1),_1={class:"text-xs px-1"},b1=["onClick"],g1=p("img",{src:_g,alt:"Open Link",class:"w-5 h-5"},null,-1),w1={class:"text-xs px-1"},v1=["onClick"],y1={class:"flex gap-x-2 gap-y-2 flex-wrap mt-1 text-gray-700 text-xs"},A1=["src","alt"],k1={key:0,class:"text-sm my-2 mt-4"},T1={key:1,class:"paperNotes text-sm my-2 mt-4"},E1=p("div",{class:"mt-4 flex"},[p("span",{class:"ml-auto mr-5 p-1 px-2 bg-gray-900 text-white rounded-t-xl text-xs"},"Author notes")],-1),S1={class:"py-1 flex items-center"},P1=["src","alt"],x1={class:"text-gray-500"},C1=["href"],L1=p("img",{src:Oc,alt:"Twitter"},null,-1),R1=[L1],I1=["innerHTML"],M1={class:"hidden px-3 py-4 text-sm text-gray-500 lg:table-cell align-top"},N1={class:"hidden px-3 py-4 text-sm text-gray-500 sm:table-cell align-top"},j1={class:"flex w-full"};function $1(e,t,n,i,o,a){const s=rt("router-link");return J(),X("section",gg,[p("div",wg,[p("div",vg,[p("div",null,[p("select",{ref:"filterSelect",onChange:t[0]||(t[0]=(...l)=>a.onAreaFilterChange&&a.onAreaFilterChange(...l)),class:"mb-4 rounded border-green-500 border-2 text-green-700 text-lg shadow w-full font-bold p-2 rounded text-sm"},[p("option",yg,q(e.$t("F_show_all_pubs")),1),(J(!0),X(be,null,Qe(e.researchAreas,(l,r)=>(J(),X("option",{key:l,value:r},q(e.$t("F_filter"))+": "+q(e.$t("AREA_"+r)),9,Ag))),128))],544)]),p("dl",kg,[p("div",Tg,[p("dt",Eg,q(e.$t("A_publications")),1),p("dd",Sg,[p("div",Pg,q(a.labPapers.length.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")),1)])]),p("div",xg,[p("dt",Cg,q(e.$t("F_citations")),1),p("dd",Lg,[p("div",Rg,q(e.paperStats.citations[e.currentAreaFilter].toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")),1),e.currentAreaFilter==="all"?(J(),X("div",Ig,[Mg,p("span",null,q(e.paperStats.citations.since2018.toString().replace(/\B(?=(\d{3})+(?!\d))/g,","))+" since 2018",1)])):Me("",!0)])]),p("div",Ng,[p("dt",jg,q(e.$t("F_patents")),1),p("dd",$g,[p("div",Fg,[e.currentAreaFilter==="all"?(J(),X(be,{key:0},[We(q(e.paperStats.patentCount.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")),1)],64)):(J(),X(be,{key:1},[We(q(e.paperStats.areaPatentCounts[e.currentAreaFilter].toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")),1)],64))])])])]),p("div",Og,[p("table",Dg,[p("thead",Hg,[p("tr",Ug,[p("th",Vg,q(e.$t("A_publications")),1),p("th",{scope:"col",class:"cursor-pointer hidden px-3 py-3.5 text-sm text-left font-bold text-green-600 lg:table-cell",onClick:t[1]||(t[1]=l=>a.sortByCited())},[p("div",Bg,[e.sortBy!=="date"?(J(),X("svg",zg,Jg)):Me("",!0),p("div",Qg,q(e.$t("F_citations")),1)])]),p("th",{scope:"col",class:"cursor-pointer hidden px-3 py-3.5 text-sm text-left font-bold text-green-600 sm:table-cell",onClick:t[2]||(t[2]=l=>a.sortByDate())},[p("div",Zg,[e.sortBy==="date"?(J(),X("svg",Xg,o1)):Me("",!0),p("div",s1,q(e.$t("F_date")),1)])])])]),p("tbody",r1,[(J(!0),X(be,null,Qe(a.labPapers,l=>(J(),X("tr",{key:l},[p("td",l1,[p("div",c1,[p("span",d1,q(a.getPublisher(l)),1),l.paperURL?(J(),X("a",{key:0,target:"_blank",href:l.paperURL,class:"border rounded border-green-600 flex items-center ml-2 justify-center bg-green-50 hover:bg-green-100 px-1"},[h1,p("div",m1,q(e.$t("F_g_to_source")),1)],8,u1)):Me("",!0),!l.showDescription&&l.description?(J(),X("span",{key:1,onClick:r=>a.showDescription(l),class:"cursor-pointer border rounded border-green-600 flex items-center ml-2 justify-center bg-green-50 hover:bg-green-100 px-1"},[p1,p("div",_1,q(e.$t("F_show_abstract")),1)],8,f1)):Me("",!0),l.showDescription&&l.description?(J(),X("span",{key:2,onClick:r=>a.showDescription(l),class:"cursor-pointer border rounded border-green-600 flex items-center ml-2 justify-center bg-green-50 hover:bg-green-100 px-1"},[g1,p("div",w1,q(e.$t("F_hide_abstract")),1)],8,b1)):Me("",!0)]),p("div",{class:"my-3 cursor-pointer",onClick:r=>a.showDescription(l)},q(l.title),9,v1),p("div",y1,[(J(!0),X(be,null,Qe(a.getAuthors(l),r=>(J(),X("div",{class:"bg-gray-100 rounded py-1 px-2 flex items-center",key:r.name},[r.avatar?(J(),X("img",{key:0,class:"mr-2 rounded-full w-5 h-5",src:r.avatar,alt:r.name},null,8,A1)):Me("",!0),p("span",null,q(r.name),1)]))),128))]),l.showDescription?(J(),X("div",k1,q(l.description),1)):Me("",!0),l.notes?(J(),X("div",T1,[E1,(J(!0),X(be,null,Qe(l.notes,r=>(J(),X("div",{class:"border rounded-2xl p-3 border-gray-600",key:r},[p("div",S1,[p("img",{class:"mr-2 rounded-full w-5 h-5",src:a.getAuthor(r.author_slug).avatar,alt:a.getAuthor(r.author_slug).name},null,8,P1),p("span",x1,q(a.getAuthor(r.author_slug).name),1),p("a",{class:"h-6 mt-1 ml-1",href:`https://twitter.com/${a.getAuthor(r.author_slug).twitter_handle}`,target:"_blank"},R1,8,C1)]),p("div",{innerHTML:r.note},null,8,I1)]))),128))])):Me("",!0)]),p("td",M1,[l.total_citations?(J(),X(be,{key:0},[We(q(l.total_citations.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",")),1)],64)):Me("",!0)]),p("td",N1,q(l.publication_date),1)]))),128))])])])])]),p("div",j1,[we(s,{class:"mx-auto my-7 inline-block mb-10 w-auto py-2 px-6 leading-loose bg-purple-600 hover:bg-purple-700 text-white font-semibold border-2 border-purple-600 hover:border-purple-600 rounded-l-xl rounded-t-xl transition duration-200",to:`/news${e.lang}`},{default:ze(()=>[We(q(e.$t("F_see_activity")),1)]),_:1},8,["to"])])])}const F1=dn(bg,[["render",$1]]),O1=17,D1=1,H1=1,U1=17,V1=[{id:"hsiao_lab_events-124781",date:"2017-12-21",title:"White Elephant",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-b546d983-cc70-4a8b-bd56-dd815c473496"}],internal:{createdAt:"2022-07-09T04:54:03+00:00",deletedAt:"",updatedAt:"2022-07-09T04:54:03+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-713009",date:"2018-06-22",title:"Natural History Museum Party",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-aa92f682-f5fa-4740-a468-28d530fc018f"}],internal:{createdAt:"2022-07-09T04:43:26+00:00",deletedAt:"",updatedAt:"2022-07-09T04:43:26+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-71064",date:"2018-12-21",title:"Happy Holidays 2018",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-479b8d87-3cf9-42b4-9acf-d8e0aef0d2e0"}],internal:{createdAt:"2022-07-09T04:30:46+00:00",deletedAt:"",updatedAt:"2022-07-09T04:30:46+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-774472",date:"2019-06-12",title:"Sawtelle Hipsters",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-246d3f41-0793-43ec-aee1-2e6f57698381"}],internal:{createdAt:"2022-07-09T04:49:43+00:00",deletedAt:"",updatedAt:"2022-07-11T05:14:01+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-859103",date:"2019-06-28",title:"Lab Rats Smash!",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-ea5ab2c1-cad8-4c3f-89bc-4bd69f9b6e32"}],internal:{createdAt:"2022-07-09T04:50:42+00:00",deletedAt:"",updatedAt:"2022-07-09T04:50:42+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-70710",date:"2021-05-10",title:"Christine's Defense",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-f85d5210-03eb-4398-82dc-6fd3706a7e46"}],internal:{createdAt:"2022-07-09T04:39:50+00:00",deletedAt:"",updatedAt:"2022-07-09T04:40:07+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-657668",date:"2021-08-06",title:"NERF Wars: Thou Hsiao Not Pass",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-4316b2a4-4cdf-4819-a023-0647b2a9fd7a"}],internal:{createdAt:"2022-07-09T04:27:43+00:00",deletedAt:"",updatedAt:"2022-07-09T04:27:43+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"hsiao_lab_events-313793",date:"2021-09-17",title:"BBQ @ Home",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-214aab9e-d05b-4e39-82e1-bd9410ed0a65"}],internal:{createdAt:"2022-07-09T04:46:59+00:00",deletedAt:"",updatedAt:"2022-07-09T04:48:48+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_lab_events-146568",date:"2022-06-17",title:"Bowlero",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-373bea2b-7fc0-4c51-bebf-701a7dd40486"}],internal:{createdAt:"2022-07-09T04:15:27+00:00",deletedAt:"",updatedAt:"2022-08-31T21:53:33+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"7ba15472-c455-4b85-8661-0e2598d87224",date:"2022-09-22",title:"Axe Throwing",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-c09e7857-e2ec-4379-aa23-6f2b249252f5"}],internal:{createdAt:"2023-01-03T22:13:11+00:00",deletedAt:"",updatedAt:"2023-01-03T22:13:11+00:00",contentType:"hsiao_lab_events",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"67253692-7aa5-478e-9017-ea2b387ad9c1",date:"2023-03-30",title:"Swinging by! ⛳",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-92b278c7-9af7-4482-a0e5-5c1d4807ead9"}],internal:{createdAt:"2023-06-09T22:43:04+00:00",deletedAt:"",updatedAt:"2023-06-09T22:43:25+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:2,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"19df3549-8b11-41fe-9d9d-fb2282e35f87",date:"2023-05-22",title:"Kelly's Defense",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-38370c22-f476-430c-af52-842507127958"}],internal:{createdAt:"2023-06-09T22:44:15+00:00",deletedAt:"",updatedAt:"2023-06-09T22:44:15+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1}},{id:"cb7a6ba5-d63a-40ba-8f09-c19fa2561a7e",date:"2023-12-08",title:"Holiday fun",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-aaec9958-a111-4c86-ac3e-0ab3578a6259"}],internal:{createdAt:"2024-03-21T22:25:52+00:00",deletedAt:"",updatedAt:"2024-03-21T22:25:52+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"8b9f22ba-860a-40f5-ae0c-37b08006243b",date:"2024-03-05",title:"Kristie's thesis defense",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-37219985-5fe1-4acb-9ea5-e4065a634b05"}],internal:{createdAt:"2024-03-21T22:59:23+00:00",deletedAt:"",updatedAt:"2024-03-21T22:59:23+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"7e123557-714b-493c-af06-91093e8f0162",date:"2024-03-22",title:"Gel blaster battle ",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-66e724f7-3c3e-428a-9306-9c349ab869aa"}],internal:{createdAt:"2024-05-09T22:17:45+00:00",deletedAt:"",updatedAt:"2024-05-10T16:34:47+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:3,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"d8a64b75-052a-43f0-8dcc-4af1e20f0b86",date:"2024-04-04",title:"At the GLMC symposium",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-08d0e5c9-6598-4221-8ff5-53ccc2ef255e"}],internal:{createdAt:"2024-05-09T22:11:22+00:00",deletedAt:"",updatedAt:"2024-05-09T22:32:27+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:7,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"61604d55-81f1-4059-b81d-099f7301e9ea",date:"2024-04-30",title:"Elena's thesis defense",images:[{type:"internal",dataUrl:"/api/v1/content/_media/_media-9220163f-b871-47da-8b80-7602adc53fb0"}],internal:{createdAt:"2024-05-09T21:57:57+00:00",deletedAt:"",updatedAt:"2024-05-09T21:57:57+00:00",contentType:"hsiao_lab_events",objectTitle:"",latestVersion:1,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""}],B1={total_count:O1,total_pages:D1,current_page:H1,count:U1,data:V1},z1=8,G1=1,q1=1,W1=8,K1=[{id:"hsiao_media-86274",date:"2013-01-18",html:'<iframe src="https://www.youtube-nocookie.com/embed/FWT_BLVOASI" frameborder="0" allowfullscreen width="100%" height="250px"></iframe>',title:"Mind-altering microbes: how the microbiome affects brain and behavior at TEDxCaltech",internal:{createdAt:"2022-07-09T03:53:11+00:00",deletedAt:"",updatedAt:"2022-07-10T04:42:24+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_media-996678",date:"2014-08-19",html:'<iframe src="https://www.youtube-nocookie.com/embed/mY_fRFjteAw" frameborder="0" allowfullscreen width="100%" height="250px"></iframe>',title:"Brain, heart, gut - what drives us, really",internal:{createdAt:"2022-07-09T03:56:56+00:00",deletedAt:"",updatedAt:"2022-07-10T04:42:42+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_media-356024",date:"2016-05-16",html:'<iframe src="https://www.youtube-nocookie.com/embed/MjhDRG-mQ7w" frameborder="0" allowfullscreen width="100%" height="250px"></iframe>',title:"The HIDDEN World of Microbiomes",internal:{createdAt:"2022-07-09T03:43:44+00:00",deletedAt:"",updatedAt:"2022-07-10T04:42:14+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:"Biologist Elaine Hsiao explores the hidden world of microbial communities inside of us and in our surroundings, visualized by PHD Comics."},{id:"hsiao_media-962018",date:"2016-12-14",html:'<iframe src="https://www.youtube-nocookie.com/embed/3alSUTu9Uwc" frameborder="0" allowfullscreen width="100%" height="250px"></iframe>',title:"A Lesson in Bacteria at TEDYouth",internal:{createdAt:"2022-07-09T03:58:19+00:00",deletedAt:"",updatedAt:"2022-07-10T04:43:10+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"hsiao_media-69644",date:"2018-11-01",html:'<a href="https://mmm.hsiao.science/" target="_blank" class="w-full"><img src="https://api.flotiq.com/image/0x0/_media-1e9527d1-e96e-41db-99e4-92c04d9d9328.jpg" alt="Me, Myself & Microbes"  class="w-full"></a>',title:"Me, Myself & Microbes",internal:{createdAt:"2022-07-09T04:09:05+00:00",deletedAt:"",updatedAt:"2022-07-09T04:11:35+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:"A short animation on how how microbes affect brain and behavior."},{id:"hsiao_media-629449",date:"2018-11-26",html:'<iframe scrolling="no" seamless="" src="https://player.simplecast.com/61bf7fa2-53d1-4b04-bb95-789bf7a56a10?dark=true&amp;wmode=opaque" width="100%" data-embed="true" frameborder="no" height="200px"></iframe>',title:"Ologies: Microbiology (GUT BIOME) with Dr. Elaine Hsiao",internal:{createdAt:"2022-07-09T03:33:01+00:00",deletedAt:"",updatedAt:"2023-09-03T06:30:26+00:00",contentType:"hsiao_media",objectTitle:"",latestVersion:4,workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:"Listen to Oologie's interview with Elaine Hsiao"},{id:"hsiao_media-652913",date:"2022-04-05",html:'<iframe src="https://www.youtube-nocookie.com/embed/JgMWk4cMO-Q" frameborder="0" allowfullscreen width="100%" height="250px"></iframe>',title:"Innovators in Science Award: Leveraging the Gut-Brain Connection",internal:{createdAt:"2022-07-09T04:02:11+00:00",deletedAt:"",updatedAt:"2023-02-01T17:12:45+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:""},{id:"c7c8bfdd-3ac8-4683-9963-2ffd022d09fd",date:"2022-09-23",html:'<iframe src="https://www.youtube-nocookie.com/embed/b60b9BFbAMY" frameborder="0" allowfullscreen width="100%" height="250px"></iframe>',title:"Blavatnik National Awards Laureate in Life Sciences",internal:{createdAt:"2023-01-03T23:50:27+00:00",deletedAt:"",updatedAt:"2023-01-06T23:28:36+00:00",contentType:"hsiao_media",objectTitle:"",workflowState:"saved",workflowPublishedAt:"",workflowPublicVersion:-1},description:"Elaine Y. Hsiao was recognized by the Blavatnik Awards for discoveries that expand the understanding of how the gut microbiome interacts with the nervous system."}],Y1={total_count:z1,total_pages:G1,current_page:q1,count:W1,data:K1},J1={mixins:[cn],components:{},data:function(){return{showAllNews:!1,showAllMedia:!1,showAllEvents:!1,howManyToShow:10,labMedia:Y1.data.sort((e,t)=>e.date<t.date?1:-1),labEvents:B1.data.sort((e,t)=>e.date<t.date?1:-1)}},methods:{getMemberAvatarFromId:function(e){return`https://api.flotiq.com/image/256x0/${this.labMemberIdLookup[e].small_photo[0].dataUrl.replace("/api/v1/content/_media/","")}.jpg`}}},Q1={class:"bg-gray-200"},Z1={class:"pt-2 pb-5 radius-for-skewed"},X1={class:"md:mx-10"},e2={class:"w-full mb-5 grid overflow-hidden lg:grid-cols-3 grid-cols-1 divide-y-0 divide-x"},t2={class:"text-xl m-5 mb-6 mt-4 font-bold text-center"},n2={class:"text-sm mb-3"},i2={class:"text-sm font-bold"},a2={class:"text-sm"},o2={class:"rounded overflow-hidden mt-3 w-full bg-gray-300"},s2=["innerHTML"],r2={class:"flex"},l2={class:"text-xl m-5 mb-6 mt-4 font-bold text-center"},c2={class:"text-sm mb-3"},d2={class:"text-sm font-bold"},u2={key:0},h2={class:"flex flex-wrap space-x-2"},m2=["src"],f2=["href"],p2=p("img",{src:Dc,alt:"Open Link",class:"w-5 h-5"},null,-1),_2={class:"text-xs font-bold px-1"},b2={class:"flex"},g2={class:"text-xl m-5 mb-6 mt-4 font-bold text-center"},w2={class:"text-sm mb-3"},v2={class:"text-sm font-bold"},y2={class:"text-sm"},A2={class:"rounded overflow-hidden mt-3 w-full"},k2=["src","alt"],T2={class:"flex"},E2={class:"flex w-full"};function S2(e,t,n,i,o,a){return J(),X("section",Q1,[p("div",Z1,[p("div",X1,[p("div",e2,[p("div",null,[p("h2",t2,q(e.$t("G_multimedia")),1),(J(!0),X(be,null,Qe(e.labMedia,(s,l)=>(J(),X("div",{key:s,class:lt(["flex flex-col items-start bg-white rounded shadow p-4 m-3",l>e.howManyToShow&&!e.showAllMedia?"hidden":""])},[p("div",n2,q(s.date),1),p("div",i2,q(s.title),1),p("div",a2,q(s.description),1),p("div",o2,[s.html?(J(),X("div",{key:0,class:"w-full",innerHTML:s.html},null,8,s2)):Me("",!0)])],2))),128)),p("div",r2,[!e.showAllMedia&&e.labMedia.length>e.howManyToShow?(J(),X("div",{key:0,onClick:t[0]||(t[0]=s=>e.showAllMedia=!0),class:"text-center rounded-full p-1 px-2 mx-auto mb-3 text-sm cursor-pointer mt-2 bg-green-600 hover:bg-green-700 text-white font-semibold border-2 border-green-600 hover:border-green-600 transition duration-200"},q(e.$t("G_show_all_media")),1)):Me("",!0)])]),p("div",null,[p("h2",l2,q(e.$t("G_lab_news")),1),(J(!0),X(be,null,Qe(e.labNews,(s,l)=>(J(),X("div",{key:s,class:lt(["flex flex-col items-start bg-white rounded shadow p-4 m-3",l>e.howManyToShow&&!e.showAllNews?"hidden":""])},[p("div",c2,q(s.date),1),p("span",d2,q(s.headline),1),s.summary?(J(),X("div",u2,q(s.summary),1)):Me("",!0),p("div",h2,[(J(!0),X(be,null,Qe(s.people,r=>(J(),X("div",{class:"flex flex-wrap space-x-2",key:r},[(J(!0),X(be,null,Qe(r.lab_member,d=>(J(),X("img",{key:d,class:"w-8 h-8 mt-3 rounded-full",src:a.getMemberAvatarFromId(d.dataUrl.replace("/api/v1/content/hsiao_lab_member/","")),alt:"Lab Member"},null,8,m2))),128))]))),128))]),s.link?(J(),X("a",{key:1,target:"_blank",href:s.link,class:"border rounded border-green-600 flex items-center mt-3 justify-center bg-green-50 hover:bg-green-100 px-1"},[p2,p("div",_2,q(e.$t("F_g_to_source")),1)],8,f2)):Me("",!0)],2))),128)),p("div",b2,[!e.showAllNews&&e.labNews.length>e.howManyToShow?(J(),X("div",{key:0,onClick:t[1]||(t[1]=s=>e.showAllNews=!0),class:"text-center rounded-full p-1 px-2 mx-auto mb-3 text-sm cursor-pointer mt-2 bg-green-600 hover:bg-green-700 text-white font-semibold border-2 border-green-600 hover:border-green-600 transition duration-200"},q(e.$t("G_show_all_news")),1)):Me("",!0)])]),p("div",null,[p("h2",g2,q(e.$t("G_fun_events")),1),(J(!0),X(be,null,Qe(e.labEvents,(s,l)=>(J(),X("div",{key:s,class:lt(["flex flex-col items-start bg-white rounded shadow p-4 m-3",l>e.howManyToShow&&!e.showAllEvents?"hidden":""])},[p("div",w2,q(s.date),1),p("div",v2,q(s.title),1),p("div",y2,q(s.description),1),p("div",A2,[p("img",{class:"w-full",src:e.getURLFromDataUrl(s.images[0].dataUrl),alt:s.title},null,8,k2)])],2))),128)),p("div",T2,[!e.showAllEvents&&e.labEvents.length>e.howManyToShow?(J(),X("div",{key:0,onClick:t[2]||(t[2]=s=>e.showAllEvents=!0),class:"text-center rounded-full p-1 px-2 mx-auto mb-3 text-sm cursor-pointer mt-2 bg-green-600 hover:bg-green-700 text-white font-semibold border-2 border-green-600 hover:border-green-600 transition duration-200"},q(e.$t("G_show_all_events")),1)):Me("",!0)])])])])]),p("div",E2,[p("span",{class:"mx-auto my-7 inline-block mb-10 w-auto py-2 px-6 leading-loose bg-purple-600 hover:bg-purple-700 text-white font-semibold border-2 border-purple-600 hover:border-purple-600 rounded-l-xl rounded-t-xl transition duration-200 cursor-pointer",onClick:t[3]||(t[3]=(...s)=>e.openContact&&e.openContact(...s))},q(e.$t("G_send_us_a_note")),1)])])}const P2=dn(J1,[["render",S2]]),x2=[{name:"Microbiome on maternal health and fetal neurodevelopment",description:"During pregnancy, the maternal microbiome responds to environmental challenges, such as infection and dietary alterations, and regulates numerous biochemicals across the maternal and fetal bloodstreams. We find that the maternal microbiome during pregnancy modifies environmental influences on placental and fetal brain development, with lasting changes in brain function and behavior of the offspring.",code:"m",poster:"https://api.flotiq.com/image/0x0/_media-aefdaaa7-a691-4467-bb3c-8f3669479b95.jpg"},{name:"Microbiome and active neurochemical signaling",description:"The gut microbiome regulates hundreds of biochemicals in the host. We find  that specific gut microbes regulate the synthesis of neuroactive molecules, such as serotonin, which impact neuronal activity across the gut-brain axis. We further find that select bacteria can directly interact with neurochemicals to promote their own fitness in the gastrointestinal tract and alter host responses to common medications that target neurochemical signaling pathways.",code:"s",poster:"https://api.flotiq.com/image/0x0/_media-4a74d6f9-d962-4b94-942a-5bee4bb45227.jpg"},{name:"Microbiome and neuroimmune influences on neurological disorders",description:"The gut microbiome and immune system are at the interface of gene-environmental interactions across many neurodevelopmental, neuropsychiatric, and neurodegenerative conditions. We find that specific alterations in the gut microbiome and immune system can increase risk for brain and behavioral abnormalities in models of various neurological diseases, such as autism, epilepsy, cognitive impairment, Parkinson’s disease, and Alzheimer’s disease. We also find that specific microbiome-based interventions can be used to treat symptoms of neurological diseases.",code:"d",poster:"https://api.flotiq.com/image/0x0/_media-4a5001d2-6735-4895-9406-26e114972217.jpg"},{name:"Microbiome and gastrointestinal and metabolic disorders",description:"Many gastrointestinal and metabolic conditions are associated with alterations in the gut microbiome and neurochemicals. We find that microbiome-neurochemical interactions can contribute to risk for irritable bowel syndrome and influence metabolic health.",code:"g",poster:"https://api.flotiq.com/image/0x0/_media-14e9cc2b-3850-449d-b190-8789f5fd543f.jpg"}],C2="data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20192%20192'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;'%3e%3cpath%20d='M152,35.93c0,-5.519%20-4.481,-10%20-10,-10l-92,0c-5.519,0%20-10,4.481%20-10,10l0,125.75c0,5.519%204.481,10%2010,10l92,0c5.519,0%2010,-4.481%2010,-10l0,-125.75Z'%20style='fill:none;stroke:%23079669;stroke-width:12px;'/%3e%3cpath%20d='M57.96,25.89l0,145.75'%20style='fill:none;fill-rule:nonzero;stroke:%23079669;stroke-width:12px;'/%3e%3crect%20x='40'%20y='28.654'%20width='19.038'%20height='140.585'%20style='fill:%23079669;'/%3e%3cpath%20d='M125.89,67.15c0,-5.519%20-4.481,-10%20-10,-10l-21.89,-0c-5.519,-0%20-10,4.481%20-10,10l0,7.56c0,5.519%204.481,10%2010,10l21.89,-0c5.519,-0%2010,-4.481%2010,-10l0,-7.56Z'%20style='fill:none;stroke:%23079669;stroke-width:12px;'/%3e%3cpath%20d='M86.94,106.93l36,0'%20style='fill:none;fill-rule:nonzero;stroke:%23079669;stroke-width:12px;'/%3e%3cpath%20d='M93.44,126.93l23,0'%20style='fill:none;fill-rule:nonzero;stroke:%23079669;stroke-width:12px;'/%3e%3c/svg%3e",L2={mixins:[cn],data:function(){return{researchAreas:x2.sort((e,t)=>e.name<t.name?1:-1)}},methods:{}},R2={class:"bg-gray-200"},I2={class:"text-xl pt-6 mb-2 font-bold text-center"},M2={class:"pb-8 mb:pb-4 lg:pb-5 radius-for-skewed"},N2={class:"md:mx-10"},j2={class:"w-full mb-5 grid overflow-hidden lg:grid-cols-2 grid-cols-1 divide-y-0 divide-x"},$2={class:"flex flex-col h-full items-start bg-white rounded shadow p-6"},F2=["src","alt"],O2={class:"font-extrabold text-gray-700 mb-6 text-xl"},D2=["innerHTML"],H2=p("img",{src:C2,alt:"Open Link",class:"w-5 h-5"},null,-1),U2={class:"text-xs p-1 font-bold"},V2={class:"flex w-full"};function B2(e,t,n,i,o,a){const s=rt("router-link");return J(),X("section",R2,[p("h1",I2,q(e.$t("E_research_areas")),1),p("div",M2,[p("div",N2,[p("div",j2,[(J(!0),X(be,null,Qe(e.researchAreas,l=>(J(),X("div",{id:"researcharea",key:l,class:"auto-rows-fr m-3"},[p("div",$2,[p("img",{width:"994",height:"362",class:"bg-gray-300 mb-6 rounded",src:l.poster,alt:l.name},null,8,F2),p("h2",O2,q(e.$t("AREA_"+l.code)||l.name),1),p("div",{innerHTML:e.$t("AREA_"+l.code+"_desc")||l.description,class:"mb-5"},null,8,D2),we(s,{to:`/publications${e.lang}?q=${l.code}`,class:"border rounded border-green-600 flex items-center ml-auto justify-center bg-green-50 hover:bg-green-100 px-1 mt-2 mt-auto"},{default:ze(()=>[H2,p("div",U2,q(e.$t("E_view_pubs")),1)]),_:2},1032,["to"])])]))),128))])])]),p("div",V2,[we(s,{class:"mx-auto mb-10 inline-block w-auto py-2 px-6 leading-loose bg-purple-600 hover:bg-purple-700 text-white font-semibold border-2 border-purple-600 hover:border-purple-600 rounded-l-xl rounded-t-xl transition duration-200",to:`/publications${e.lang}`},{default:ze(()=>[We(q(e.$t("E_view_all_pubs")),1)]),_:1},8,["to"])])])}const z2=dn(L2,[["render",B2]]),G2={mixins:[cn],components:{},data:function(){return{animInterval:null,frameN:0,tardigradeSprite:"tardigrade0"}},beforeUnmount(){clearInterval(this.animInterval)},mounted:function(){this.animInterval=setInterval(this.onNewFrame,100)},methods:{onNewFrame:function(){this.frameN+=1,this.tardigradeSprite=`tardigrade${this.frameN%19}`}}},q2={class:"py-2 pb-10 bg-gray-900"},W2={class:"container mx-auto px-4"},K2={class:"max-w-xl mx-auto"},Y2={class:"mx-auto w-48 my-20"},J2=p("div",{class:"text-center"},[p("h3",{class:"mb-2 text-white text-4xl font-bold"},"Something went wrong!"),p("p",{class:"mb-8 text-gray-400"},"Sorry, but we are unable to open this page"),p("div",null,[p("a",{class:"w-full lg:w-auto mb-2 lg:mb-0 lg:mr-4 inline-block py-2 px-6 rounded-l-xl rounded-t-xl font-bold leading-loose text-gray-50 bg-purple-600 hover:bg-purple-700",href:"/"},"Go back to Homepage")])],-1);function Q2(e,t,n,i,o,a){return J(),X("section",q2,[p("div",W2,[p("div",K2,[p("div",Y2,[p("div",{class:lt(e.tardigradeSprite)},null,2)]),J2])])])}const fr=dn(G2,[["render",Q2]]),Z2=[{path:"/publications/:lang?",name:"Publications",component:F1},{path:"/research/:lang?",name:"Research",component:z2},{path:"/news/:lang?",name:"News",component:P2},{path:"/:lang?",name:"Home",component:ug},{path:"/muri",name:"Muri",component:fr},{path:"/:pathMatch(.*)*",component:fr}],X2=i_({history:Ip("/"),routes:Z2,scrollBehavior(e,t,n){return{top:0,left:0,behavior:"auto"}}});var ew=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function tw(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Hc={exports:{}};(function(e,t){(function(n,i){e.exports=i()})(ew,function(){return function(n){function i(a){if(o[a])return o[a].exports;var s=o[a]={exports:{},id:a,loaded:!1};return n[a].call(s.exports,s,s.exports,i),s.loaded=!0,s.exports}var o={};return i.m=n,i.c=o,i.p="dist/",i(0)}([function(n,i,o){function a(ee){return ee&&ee.__esModule?ee:{default:ee}}var s=Object.assign||function(ee){for(var _e=1;_e<arguments.length;_e++){var re=arguments[_e];for(var ie in re)Object.prototype.hasOwnProperty.call(re,ie)&&(ee[ie]=re[ie])}return ee},l=o(1),r=(a(l),o(6)),d=a(r),c=o(7),u=a(c),h=o(8),w=a(h),y=o(9),k=a(y),R=o(10),x=a(R),L=o(11),g=a(L),v=o(14),P=a(v),A=[],j=!1,I={offset:120,delay:0,easing:"ease",duration:400,disable:!1,once:!1,startEvent:"DOMContentLoaded",throttleDelay:99,debounceDelay:50,disableMutationObserver:!1},D=function(){var ee=arguments.length>0&&arguments[0]!==void 0&&arguments[0];if(ee&&(j=!0),j)return A=(0,g.default)(A,I),(0,x.default)(A,I.once),A},W=function(){A=(0,P.default)(),D()},B=function(){A.forEach(function(ee,_e){ee.node.removeAttribute("data-aos"),ee.node.removeAttribute("data-aos-easing"),ee.node.removeAttribute("data-aos-duration"),ee.node.removeAttribute("data-aos-delay")})},C=function(ee){return ee===!0||ee==="mobile"&&k.default.mobile()||ee==="phone"&&k.default.phone()||ee==="tablet"&&k.default.tablet()||typeof ee=="function"&&ee()===!0},z=function(ee){I=s(I,ee),A=(0,P.default)();var _e=document.all&&!window.atob;return C(I.disable)||_e?B():(I.disableMutationObserver||w.default.isSupported()||(console.info(`
      aos: MutationObserver is not supported on this browser,
      code mutations observing has been disabled.
      You may have to call "refreshHard()" by yourself.
    `),I.disableMutationObserver=!0),document.querySelector("body").setAttribute("data-aos-easing",I.easing),document.querySelector("body").setAttribute("data-aos-duration",I.duration),document.querySelector("body").setAttribute("data-aos-delay",I.delay),I.startEvent==="DOMContentLoaded"&&["complete","interactive"].indexOf(document.readyState)>-1?D(!0):I.startEvent==="load"?window.addEventListener(I.startEvent,function(){D(!0)}):document.addEventListener(I.startEvent,function(){D(!0)}),window.addEventListener("resize",(0,u.default)(D,I.debounceDelay,!0)),window.addEventListener("orientationchange",(0,u.default)(D,I.debounceDelay,!0)),window.addEventListener("scroll",(0,d.default)(function(){(0,x.default)(A,I.once)},I.throttleDelay)),I.disableMutationObserver||w.default.ready("[data-aos]",W),A)};n.exports={init:z,refresh:D,refreshHard:W}},function(n,i){},,,,,function(n,i){(function(o){function a(C,z,ee){function _e(m){var E=Se,F=Le;return Se=Le=void 0,Q=m,M=C.apply(F,E)}function re(m){return Q=m,U=setTimeout(ke,z),de?_e(m):M}function ie(m){var E=m-V,F=m-Q,$=z-E;return me?W($,ge-F):$}function ae(m){var E=m-V,F=m-Q;return V===void 0||E>=z||E<0||me&&F>=ge}function ke(){var m=B();return ae(m)?Fe(m):void(U=setTimeout(ke,ie(m)))}function Fe(m){return U=void 0,_&&Se?_e(m):(Se=Le=void 0,M)}function Te(){U!==void 0&&clearTimeout(U),Q=0,Se=V=Le=U=void 0}function ye(){return U===void 0?M:Fe(B())}function Ee(){var m=B(),E=ae(m);if(Se=arguments,Le=this,V=m,E){if(U===void 0)return re(V);if(me)return U=setTimeout(ke,z),_e(V)}return U===void 0&&(U=setTimeout(ke,z)),M}var Se,Le,ge,M,U,V,Q=0,de=!1,me=!1,_=!0;if(typeof C!="function")throw new TypeError(h);return z=c(z)||0,l(ee)&&(de=!!ee.leading,me="maxWait"in ee,ge=me?D(c(ee.maxWait)||0,z):ge,_="trailing"in ee?!!ee.trailing:_),Ee.cancel=Te,Ee.flush=ye,Ee}function s(C,z,ee){var _e=!0,re=!0;if(typeof C!="function")throw new TypeError(h);return l(ee)&&(_e="leading"in ee?!!ee.leading:_e,re="trailing"in ee?!!ee.trailing:re),a(C,z,{leading:_e,maxWait:z,trailing:re})}function l(C){var z=typeof C>"u"?"undefined":u(C);return!!C&&(z=="object"||z=="function")}function r(C){return!!C&&(typeof C>"u"?"undefined":u(C))=="object"}function d(C){return(typeof C>"u"?"undefined":u(C))=="symbol"||r(C)&&I.call(C)==y}function c(C){if(typeof C=="number")return C;if(d(C))return w;if(l(C)){var z=typeof C.valueOf=="function"?C.valueOf():C;C=l(z)?z+"":z}if(typeof C!="string")return C===0?C:+C;C=C.replace(k,"");var ee=x.test(C);return ee||L.test(C)?g(C.slice(2),ee?2:8):R.test(C)?w:+C}var u=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(C){return typeof C}:function(C){return C&&typeof Symbol=="function"&&C.constructor===Symbol&&C!==Symbol.prototype?"symbol":typeof C},h="Expected a function",w=NaN,y="[object Symbol]",k=/^\s+|\s+$/g,R=/^[-+]0x[0-9a-f]+$/i,x=/^0b[01]+$/i,L=/^0o[0-7]+$/i,g=parseInt,v=(typeof o>"u"?"undefined":u(o))=="object"&&o&&o.Object===Object&&o,P=(typeof self>"u"?"undefined":u(self))=="object"&&self&&self.Object===Object&&self,A=v||P||Function("return this")(),j=Object.prototype,I=j.toString,D=Math.max,W=Math.min,B=function(){return A.Date.now()};n.exports=s}).call(i,function(){return this}())},function(n,i){(function(o){function a(B,C,z){function ee(_){var m=Ee,E=Se;return Ee=Se=void 0,V=_,ge=B.apply(E,m)}function _e(_){return V=_,M=setTimeout(ae,C),Q?ee(_):ge}function re(_){var m=_-U,E=_-V,F=C-m;return de?D(F,Le-E):F}function ie(_){var m=_-U,E=_-V;return U===void 0||m>=C||m<0||de&&E>=Le}function ae(){var _=W();return ie(_)?ke(_):void(M=setTimeout(ae,re(_)))}function ke(_){return M=void 0,me&&Ee?ee(_):(Ee=Se=void 0,ge)}function Fe(){M!==void 0&&clearTimeout(M),V=0,Ee=U=Se=M=void 0}function Te(){return M===void 0?ge:ke(W())}function ye(){var _=W(),m=ie(_);if(Ee=arguments,Se=this,U=_,m){if(M===void 0)return _e(U);if(de)return M=setTimeout(ae,C),ee(U)}return M===void 0&&(M=setTimeout(ae,C)),ge}var Ee,Se,Le,ge,M,U,V=0,Q=!1,de=!1,me=!0;if(typeof B!="function")throw new TypeError(u);return C=d(C)||0,s(z)&&(Q=!!z.leading,de="maxWait"in z,Le=de?I(d(z.maxWait)||0,C):Le,me="trailing"in z?!!z.trailing:me),ye.cancel=Fe,ye.flush=Te,ye}function s(B){var C=typeof B>"u"?"undefined":c(B);return!!B&&(C=="object"||C=="function")}function l(B){return!!B&&(typeof B>"u"?"undefined":c(B))=="object"}function r(B){return(typeof B>"u"?"undefined":c(B))=="symbol"||l(B)&&j.call(B)==w}function d(B){if(typeof B=="number")return B;if(r(B))return h;if(s(B)){var C=typeof B.valueOf=="function"?B.valueOf():B;B=s(C)?C+"":C}if(typeof B!="string")return B===0?B:+B;B=B.replace(y,"");var z=R.test(B);return z||x.test(B)?L(B.slice(2),z?2:8):k.test(B)?h:+B}var c=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(B){return typeof B}:function(B){return B&&typeof Symbol=="function"&&B.constructor===Symbol&&B!==Symbol.prototype?"symbol":typeof B},u="Expected a function",h=NaN,w="[object Symbol]",y=/^\s+|\s+$/g,k=/^[-+]0x[0-9a-f]+$/i,R=/^0b[01]+$/i,x=/^0o[0-7]+$/i,L=parseInt,g=(typeof o>"u"?"undefined":c(o))=="object"&&o&&o.Object===Object&&o,v=(typeof self>"u"?"undefined":c(self))=="object"&&self&&self.Object===Object&&self,P=g||v||Function("return this")(),A=Object.prototype,j=A.toString,I=Math.max,D=Math.min,W=function(){return P.Date.now()};n.exports=a}).call(i,function(){return this}())},function(n,i){function o(c){var u=void 0,h=void 0;for(u=0;u<c.length;u+=1)if(h=c[u],h.dataset&&h.dataset.aos||h.children&&o(h.children))return!0;return!1}function a(){return window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver}function s(){return!!a()}function l(c,u){var h=window.document,w=a(),y=new w(r);d=u,y.observe(h.documentElement,{childList:!0,subtree:!0,removedNodes:!0})}function r(c){c&&c.forEach(function(u){var h=Array.prototype.slice.call(u.addedNodes),w=Array.prototype.slice.call(u.removedNodes),y=h.concat(w);if(o(y))return d()})}Object.defineProperty(i,"__esModule",{value:!0});var d=function(){};i.default={isSupported:s,ready:l}},function(n,i){function o(h,w){if(!(h instanceof w))throw new TypeError("Cannot call a class as a function")}function a(){return navigator.userAgent||navigator.vendor||window.opera||""}Object.defineProperty(i,"__esModule",{value:!0});var s=function(){function h(w,y){for(var k=0;k<y.length;k++){var R=y[k];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(w,R.key,R)}}return function(w,y,k){return y&&h(w.prototype,y),k&&h(w,k),w}}(),l=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i,r=/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,d=/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i,c=/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i,u=function(){function h(){o(this,h)}return s(h,[{key:"phone",value:function(){var w=a();return!(!l.test(w)&&!r.test(w.substr(0,4)))}},{key:"mobile",value:function(){var w=a();return!(!d.test(w)&&!c.test(w.substr(0,4)))}},{key:"tablet",value:function(){return this.mobile()&&!this.phone()}}]),h}();i.default=new u},function(n,i){Object.defineProperty(i,"__esModule",{value:!0});var o=function(s,l,r){var d=s.node.getAttribute("data-aos-once");l>s.position?s.node.classList.add("aos-animate"):typeof d<"u"&&(d==="false"||!r&&d!=="true")&&s.node.classList.remove("aos-animate")},a=function(s,l){var r=window.pageYOffset,d=window.innerHeight;s.forEach(function(c,u){o(c,d+r,l)})};i.default=a},function(n,i,o){function a(d){return d&&d.__esModule?d:{default:d}}Object.defineProperty(i,"__esModule",{value:!0});var s=o(12),l=a(s),r=function(d,c){return d.forEach(function(u,h){u.node.classList.add("aos-init"),u.position=(0,l.default)(u.node,c.offset)}),d};i.default=r},function(n,i,o){function a(d){return d&&d.__esModule?d:{default:d}}Object.defineProperty(i,"__esModule",{value:!0});var s=o(13),l=a(s),r=function(d,c){var u=0,h=0,w=window.innerHeight,y={offset:d.getAttribute("data-aos-offset"),anchor:d.getAttribute("data-aos-anchor"),anchorPlacement:d.getAttribute("data-aos-anchor-placement")};switch(y.offset&&!isNaN(y.offset)&&(h=parseInt(y.offset)),y.anchor&&document.querySelectorAll(y.anchor)&&(d=document.querySelectorAll(y.anchor)[0]),u=(0,l.default)(d).top,y.anchorPlacement){case"top-bottom":break;case"center-bottom":u+=d.offsetHeight/2;break;case"bottom-bottom":u+=d.offsetHeight;break;case"top-center":u+=w/2;break;case"bottom-center":u+=w/2+d.offsetHeight;break;case"center-center":u+=w/2+d.offsetHeight/2;break;case"top-top":u+=w;break;case"bottom-top":u+=d.offsetHeight+w;break;case"center-top":u+=d.offsetHeight/2+w}return y.anchorPlacement||y.offset||isNaN(c)||(h=c),u+h};i.default=r},function(n,i){Object.defineProperty(i,"__esModule",{value:!0});var o=function(a){for(var s=0,l=0;a&&!isNaN(a.offsetLeft)&&!isNaN(a.offsetTop);)s+=a.offsetLeft-(a.tagName!="BODY"?a.scrollLeft:0),l+=a.offsetTop-(a.tagName!="BODY"?a.scrollTop:0),a=a.offsetParent;return{top:l,left:s}};i.default=o},function(n,i){Object.defineProperty(i,"__esModule",{value:!0});var o=function(a){return a=a||document.querySelectorAll("[data-aos]"),Array.prototype.map.call(a,function(s){return{node:s}})};i.default=o}])})})(Hc);var nw=Hc.exports;const iw=tw(nw);/*!
  * shared v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */const Oi=typeof window<"u",un=(e,t=!1)=>t?Symbol.for(e):Symbol(e),aw=(e,t,n)=>ow({l:e,k:t,s:n}),ow=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),Ue=e=>typeof e=="number"&&isFinite(e),sw=e=>Vc(e)==="[object Date]",on=e=>Vc(e)==="[object RegExp]",sa=e=>ce(e)&&Object.keys(e).length===0,Ke=Object.assign;let pr;const Ft=()=>pr||(pr=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function _r(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const rw=Object.prototype.hasOwnProperty;function Di(e,t){return rw.call(e,t)}const Re=Array.isArray,Ce=e=>typeof e=="function",Z=e=>typeof e=="string",pe=e=>typeof e=="boolean",Ae=e=>e!==null&&typeof e=="object",lw=e=>Ae(e)&&Ce(e.then)&&Ce(e.catch),Uc=Object.prototype.toString,Vc=e=>Uc.call(e),ce=e=>{if(!Ae(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},cw=e=>e==null?"":Re(e)||ce(e)&&e.toString===Uc?JSON.stringify(e,null,2):String(e);function dw(e,t=""){return e.reduce((n,i,o)=>o===0?n+i:n+t+i,"")}function ra(e){let t=e;return()=>++t}function uw(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const Si=e=>!Ae(e)||Re(e);function Ii(e,t){if(Si(e)||Si(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:i,des:o}=n.pop();Object.keys(i).forEach(a=>{Si(i[a])||Si(o[a])?o[a]=i[a]:n.push({src:i[a],des:o[a]})})}}/*!
  * message-compiler v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */function hw(e,t,n){return{line:e,column:t,offset:n}}function Hi(e,t,n){return{start:e,end:t}}const mw=/\{([0-9a-zA-Z]+)\}/g;function Bc(e,...t){return t.length===1&&fw(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(mw,(n,i)=>t.hasOwnProperty(i)?t[i]:"")}const zc=Object.assign,br=e=>typeof e=="string",fw=e=>e!==null&&typeof e=="object";function Gc(e,t=""){return e.reduce((n,i,o)=>o===0?n+i:n+t+i,"")}const Uo={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},pw={[Uo.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function _w(e,t,...n){const i=Bc(pw[e],...n||[]),o={message:String(i),code:e};return t&&(o.location=t),o}const oe={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},bw={[oe.EXPECTED_TOKEN]:"Expected token: '{0}'",[oe.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[oe.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[oe.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[oe.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[oe.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[oe.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[oe.EMPTY_PLACEHOLDER]:"Empty placeholder",[oe.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[oe.INVALID_LINKED_FORMAT]:"Invalid linked format",[oe.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[oe.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[oe.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[oe.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[oe.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[oe.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function Vn(e,t,n={}){const{domain:i,messages:o,args:a}=n,s=Bc((o||bw)[e]||"",...a||[]),l=new SyntaxError(String(s));return l.code=e,t&&(l.location=t),l.domain=i,l}function gw(e){throw e}const jt=" ",ww="\r",Xe=`
`,vw="\u2028",yw="\u2029";function Aw(e){const t=e;let n=0,i=1,o=1,a=0;const s=j=>t[j]===ww&&t[j+1]===Xe,l=j=>t[j]===Xe,r=j=>t[j]===yw,d=j=>t[j]===vw,c=j=>s(j)||l(j)||r(j)||d(j),u=()=>n,h=()=>i,w=()=>o,y=()=>a,k=j=>s(j)||r(j)||d(j)?Xe:t[j],R=()=>k(n),x=()=>k(n+a);function L(){return a=0,c(n)&&(i++,o=0),s(n)&&n++,n++,o++,t[n]}function g(){return s(n+a)&&a++,a++,t[n+a]}function v(){n=0,i=1,o=1,a=0}function P(j=0){a=j}function A(){const j=n+a;for(;j!==n;)L();a=0}return{index:u,line:h,column:w,peekOffset:y,charAt:k,currentChar:R,currentPeek:x,next:L,peek:g,reset:v,resetPeek:P,skipToPeek:A}}const Kt=void 0,kw=".",gr="'",Tw="tokenizer";function Ew(e,t={}){const n=t.location!==!1,i=Aw(e),o=()=>i.index(),a=()=>hw(i.line(),i.column(),i.index()),s=a(),l=o(),r={currentType:14,offset:l,startLoc:s,endLoc:s,lastType:14,lastOffset:l,lastStartLoc:s,lastEndLoc:s,braceNest:0,inLinked:!1,text:""},d=()=>r,{onError:c}=t;function u(f,b,T,...O){const Y=d();if(b.column+=T,b.offset+=T,c){const H=n?Hi(Y.startLoc,b):null,S=Vn(f,H,{domain:Tw,args:O});c(S)}}function h(f,b,T){f.endLoc=a(),f.currentType=b;const O={type:b};return n&&(O.loc=Hi(f.startLoc,f.endLoc)),T!=null&&(O.value=T),O}const w=f=>h(f,14);function y(f,b){return f.currentChar()===b?(f.next(),b):(u(oe.EXPECTED_TOKEN,a(),0,b),"")}function k(f){let b="";for(;f.currentPeek()===jt||f.currentPeek()===Xe;)b+=f.currentPeek(),f.peek();return b}function R(f){const b=k(f);return f.skipToPeek(),b}function x(f){if(f===Kt)return!1;const b=f.charCodeAt(0);return b>=97&&b<=122||b>=65&&b<=90||b===95}function L(f){if(f===Kt)return!1;const b=f.charCodeAt(0);return b>=48&&b<=57}function g(f,b){const{currentType:T}=b;if(T!==2)return!1;k(f);const O=x(f.currentPeek());return f.resetPeek(),O}function v(f,b){const{currentType:T}=b;if(T!==2)return!1;k(f);const O=f.currentPeek()==="-"?f.peek():f.currentPeek(),Y=L(O);return f.resetPeek(),Y}function P(f,b){const{currentType:T}=b;if(T!==2)return!1;k(f);const O=f.currentPeek()===gr;return f.resetPeek(),O}function A(f,b){const{currentType:T}=b;if(T!==8)return!1;k(f);const O=f.currentPeek()===".";return f.resetPeek(),O}function j(f,b){const{currentType:T}=b;if(T!==9)return!1;k(f);const O=x(f.currentPeek());return f.resetPeek(),O}function I(f,b){const{currentType:T}=b;if(!(T===8||T===12))return!1;k(f);const O=f.currentPeek()===":";return f.resetPeek(),O}function D(f,b){const{currentType:T}=b;if(T!==10)return!1;const O=()=>{const H=f.currentPeek();return H==="{"?x(f.peek()):H==="@"||H==="%"||H==="|"||H===":"||H==="."||H===jt||!H?!1:H===Xe?(f.peek(),O()):C(f,!1)},Y=O();return f.resetPeek(),Y}function W(f){k(f);const b=f.currentPeek()==="|";return f.resetPeek(),b}function B(f){const b=k(f),T=f.currentPeek()==="%"&&f.peek()==="{";return f.resetPeek(),{isModulo:T,hasSpace:b.length>0}}function C(f,b=!0){const T=(Y=!1,H="",S=!1)=>{const N=f.currentPeek();return N==="{"?H==="%"?!1:Y:N==="@"||!N?H==="%"?!0:Y:N==="%"?(f.peek(),T(Y,"%",!0)):N==="|"?H==="%"||S?!0:!(H===jt||H===Xe):N===jt?(f.peek(),T(!0,jt,S)):N===Xe?(f.peek(),T(!0,Xe,S)):!0},O=T();return b&&f.resetPeek(),O}function z(f,b){const T=f.currentChar();return T===Kt?Kt:b(T)?(f.next(),T):null}function ee(f){const b=f.charCodeAt(0);return b>=97&&b<=122||b>=65&&b<=90||b>=48&&b<=57||b===95||b===36}function _e(f){return z(f,ee)}function re(f){const b=f.charCodeAt(0);return b>=97&&b<=122||b>=65&&b<=90||b>=48&&b<=57||b===95||b===36||b===45}function ie(f){return z(f,re)}function ae(f){const b=f.charCodeAt(0);return b>=48&&b<=57}function ke(f){return z(f,ae)}function Fe(f){const b=f.charCodeAt(0);return b>=48&&b<=57||b>=65&&b<=70||b>=97&&b<=102}function Te(f){return z(f,Fe)}function ye(f){let b="",T="";for(;b=ke(f);)T+=b;return T}function Ee(f){R(f);const b=f.currentChar();return b!=="%"&&u(oe.EXPECTED_TOKEN,a(),0,b),f.next(),"%"}function Se(f){let b="";for(;;){const T=f.currentChar();if(T==="{"||T==="}"||T==="@"||T==="|"||!T)break;if(T==="%")if(C(f))b+=T,f.next();else break;else if(T===jt||T===Xe)if(C(f))b+=T,f.next();else{if(W(f))break;b+=T,f.next()}else b+=T,f.next()}return b}function Le(f){R(f);let b="",T="";for(;b=ie(f);)T+=b;return f.currentChar()===Kt&&u(oe.UNTERMINATED_CLOSING_BRACE,a(),0),T}function ge(f){R(f);let b="";return f.currentChar()==="-"?(f.next(),b+=`-${ye(f)}`):b+=ye(f),f.currentChar()===Kt&&u(oe.UNTERMINATED_CLOSING_BRACE,a(),0),b}function M(f){return f!==gr&&f!==Xe}function U(f){R(f),y(f,"'");let b="",T="";for(;b=z(f,M);)b==="\\"?T+=V(f):T+=b;const O=f.currentChar();return O===Xe||O===Kt?(u(oe.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),O===Xe&&(f.next(),y(f,"'")),T):(y(f,"'"),T)}function V(f){const b=f.currentChar();switch(b){case"\\":case"'":return f.next(),`\\${b}`;case"u":return Q(f,b,4);case"U":return Q(f,b,6);default:return u(oe.UNKNOWN_ESCAPE_SEQUENCE,a(),0,b),""}}function Q(f,b,T){y(f,b);let O="";for(let Y=0;Y<T;Y++){const H=Te(f);if(!H){u(oe.INVALID_UNICODE_ESCAPE_SEQUENCE,a(),0,`\\${b}${O}${f.currentChar()}`);break}O+=H}return`\\${b}${O}`}function de(f){return f!=="{"&&f!=="}"&&f!==jt&&f!==Xe}function me(f){R(f);let b="",T="";for(;b=z(f,de);)T+=b;return T}function _(f){let b="",T="";for(;b=_e(f);)T+=b;return T}function m(f){const b=T=>{const O=f.currentChar();return O==="{"||O==="%"||O==="@"||O==="|"||O==="("||O===")"||!O||O===jt?T:(T+=O,f.next(),b(T))};return b("")}function E(f){R(f);const b=y(f,"|");return R(f),b}function F(f,b){let T=null;switch(f.currentChar()){case"{":return b.braceNest>=1&&u(oe.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),f.next(),T=h(b,2,"{"),R(f),b.braceNest++,T;case"}":return b.braceNest>0&&b.currentType===2&&u(oe.EMPTY_PLACEHOLDER,a(),0),f.next(),T=h(b,3,"}"),b.braceNest--,b.braceNest>0&&R(f),b.inLinked&&b.braceNest===0&&(b.inLinked=!1),T;case"@":return b.braceNest>0&&u(oe.UNTERMINATED_CLOSING_BRACE,a(),0),T=$(f,b)||w(b),b.braceNest=0,T;default:{let Y=!0,H=!0,S=!0;if(W(f))return b.braceNest>0&&u(oe.UNTERMINATED_CLOSING_BRACE,a(),0),T=h(b,1,E(f)),b.braceNest=0,b.inLinked=!1,T;if(b.braceNest>0&&(b.currentType===5||b.currentType===6||b.currentType===7))return u(oe.UNTERMINATED_CLOSING_BRACE,a(),0),b.braceNest=0,G(f,b);if(Y=g(f,b))return T=h(b,5,Le(f)),R(f),T;if(H=v(f,b))return T=h(b,6,ge(f)),R(f),T;if(S=P(f,b))return T=h(b,7,U(f)),R(f),T;if(!Y&&!H&&!S)return T=h(b,13,me(f)),u(oe.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,T.value),R(f),T;break}}return T}function $(f,b){const{currentType:T}=b;let O=null;const Y=f.currentChar();switch((T===8||T===9||T===12||T===10)&&(Y===Xe||Y===jt)&&u(oe.INVALID_LINKED_FORMAT,a(),0),Y){case"@":return f.next(),O=h(b,8,"@"),b.inLinked=!0,O;case".":return R(f),f.next(),h(b,9,".");case":":return R(f),f.next(),h(b,10,":");default:return W(f)?(O=h(b,1,E(f)),b.braceNest=0,b.inLinked=!1,O):A(f,b)||I(f,b)?(R(f),$(f,b)):j(f,b)?(R(f),h(b,12,_(f))):D(f,b)?(R(f),Y==="{"?F(f,b)||O:h(b,11,m(f))):(T===8&&u(oe.INVALID_LINKED_FORMAT,a(),0),b.braceNest=0,b.inLinked=!1,G(f,b))}}function G(f,b){let T={type:14};if(b.braceNest>0)return F(f,b)||w(b);if(b.inLinked)return $(f,b)||w(b);switch(f.currentChar()){case"{":return F(f,b)||w(b);case"}":return u(oe.UNBALANCED_CLOSING_BRACE,a(),0),f.next(),h(b,3,"}");case"@":return $(f,b)||w(b);default:{if(W(f))return T=h(b,1,E(f)),b.braceNest=0,b.inLinked=!1,T;const{isModulo:Y,hasSpace:H}=B(f);if(Y)return H?h(b,0,Se(f)):h(b,4,Ee(f));if(C(f))return h(b,0,Se(f));break}}return T}function K(){const{currentType:f,offset:b,startLoc:T,endLoc:O}=r;return r.lastType=f,r.lastOffset=b,r.lastStartLoc=T,r.lastEndLoc=O,r.offset=o(),r.startLoc=a(),i.currentChar()===Kt?h(r,14):G(i,r)}return{nextToken:K,currentOffset:o,currentPosition:a,context:d}}const Sw="parser",Pw=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function xw(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const i=parseInt(t||n,16);return i<=55295||i>=57344?String.fromCodePoint(i):"�"}}}function Cw(e={}){const t=e.location!==!1,{onError:n,onWarn:i}=e;function o(g,v,P,A,...j){const I=g.currentPosition();if(I.offset+=A,I.column+=A,n){const D=t?Hi(P,I):null,W=Vn(v,D,{domain:Sw,args:j});n(W)}}function a(g,v,P,A,...j){const I=g.currentPosition();if(I.offset+=A,I.column+=A,i){const D=t?Hi(P,I):null;i(_w(v,D,j))}}function s(g,v,P){const A={type:g};return t&&(A.start=v,A.end=v,A.loc={start:P,end:P}),A}function l(g,v,P,A){t&&(g.end=v,g.loc&&(g.loc.end=P))}function r(g,v){const P=g.context(),A=s(3,P.offset,P.startLoc);return A.value=v,l(A,g.currentOffset(),g.currentPosition()),A}function d(g,v){const P=g.context(),{lastOffset:A,lastStartLoc:j}=P,I=s(5,A,j);return I.index=parseInt(v,10),g.nextToken(),l(I,g.currentOffset(),g.currentPosition()),I}function c(g,v,P){const A=g.context(),{lastOffset:j,lastStartLoc:I}=A,D=s(4,j,I);return D.key=v,P===!0&&(D.modulo=!0),g.nextToken(),l(D,g.currentOffset(),g.currentPosition()),D}function u(g,v){const P=g.context(),{lastOffset:A,lastStartLoc:j}=P,I=s(9,A,j);return I.value=v.replace(Pw,xw),g.nextToken(),l(I,g.currentOffset(),g.currentPosition()),I}function h(g){const v=g.nextToken(),P=g.context(),{lastOffset:A,lastStartLoc:j}=P,I=s(8,A,j);return v.type!==12?(o(g,oe.UNEXPECTED_EMPTY_LINKED_MODIFIER,P.lastStartLoc,0),I.value="",l(I,A,j),{nextConsumeToken:v,node:I}):(v.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,P.lastStartLoc,0,bt(v)),I.value=v.value||"",l(I,g.currentOffset(),g.currentPosition()),{node:I})}function w(g,v){const P=g.context(),A=s(7,P.offset,P.startLoc);return A.value=v,l(A,g.currentOffset(),g.currentPosition()),A}function y(g){const v=g.context(),P=s(6,v.offset,v.startLoc);let A=g.nextToken();if(A.type===9){const j=h(g);P.modifier=j.node,A=j.nextConsumeToken||g.nextToken()}switch(A.type!==10&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(A)),A=g.nextToken(),A.type===2&&(A=g.nextToken()),A.type){case 11:A.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(A)),P.key=w(g,A.value||"");break;case 5:A.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(A)),P.key=c(g,A.value||"");break;case 6:A.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(A)),P.key=d(g,A.value||"");break;case 7:A.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(A)),P.key=u(g,A.value||"");break;default:{o(g,oe.UNEXPECTED_EMPTY_LINKED_KEY,v.lastStartLoc,0);const j=g.context(),I=s(7,j.offset,j.startLoc);return I.value="",l(I,j.offset,j.startLoc),P.key=I,l(P,j.offset,j.startLoc),{nextConsumeToken:A,node:P}}}return l(P,g.currentOffset(),g.currentPosition()),{node:P}}function k(g){const v=g.context(),P=v.currentType===1?g.currentOffset():v.offset,A=v.currentType===1?v.endLoc:v.startLoc,j=s(2,P,A);j.items=[];let I=null,D=null;do{const C=I||g.nextToken();switch(I=null,C.type){case 0:C.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(C)),j.items.push(r(g,C.value||""));break;case 6:C.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(C)),j.items.push(d(g,C.value||""));break;case 4:D=!0;break;case 5:C.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(C)),j.items.push(c(g,C.value||"",!!D)),D&&(a(g,Uo.USE_MODULO_SYNTAX,v.lastStartLoc,0,bt(C)),D=null);break;case 7:C.value==null&&o(g,oe.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,bt(C)),j.items.push(u(g,C.value||""));break;case 8:{const z=y(g);j.items.push(z.node),I=z.nextConsumeToken||null;break}}}while(v.currentType!==14&&v.currentType!==1);const W=v.currentType===1?v.lastOffset:g.currentOffset(),B=v.currentType===1?v.lastEndLoc:g.currentPosition();return l(j,W,B),j}function R(g,v,P,A){const j=g.context();let I=A.items.length===0;const D=s(1,v,P);D.cases=[],D.cases.push(A);do{const W=k(g);I||(I=W.items.length===0),D.cases.push(W)}while(j.currentType!==14);return I&&o(g,oe.MUST_HAVE_MESSAGES_IN_PLURAL,P,0),l(D,g.currentOffset(),g.currentPosition()),D}function x(g){const v=g.context(),{offset:P,startLoc:A}=v,j=k(g);return v.currentType===14?j:R(g,P,A,j)}function L(g){const v=Ew(g,zc({},e)),P=v.context(),A=s(0,P.offset,P.startLoc);return t&&A.loc&&(A.loc.source=g),A.body=x(v),e.onCacheKey&&(A.cacheKey=e.onCacheKey(g)),P.currentType!==14&&o(v,oe.UNEXPECTED_LEXICAL_ANALYSIS,P.lastStartLoc,0,g[P.offset]||""),l(A,v.currentOffset(),v.currentPosition()),A}return{parse:L}}function bt(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function Lw(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function wr(e,t){for(let n=0;n<e.length;n++)Vo(e[n],t)}function Vo(e,t){switch(e.type){case 1:wr(e.cases,t),t.helper("plural");break;case 2:wr(e.items,t);break;case 6:{Vo(e.key,t),t.helper("linked"),t.helper("type");break}case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function Rw(e,t={}){const n=Lw(e);n.helper("normalize"),e.body&&Vo(e.body,n);const i=n.context();e.helpers=Array.from(i.helpers)}function Iw(e){const t=e.body;return t.type===2?vr(t):t.cases.forEach(n=>vr(n)),e}function vr(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const i=e.items[n];if(!(i.type===3||i.type===9)||i.value==null)break;t.push(i.value)}if(t.length===e.items.length){e.static=Gc(t);for(let n=0;n<e.items.length;n++){const i=e.items[n];(i.type===3||i.type===9)&&delete i.value}}}}const Mw="minifier";function Pn(e){switch(e.t=e.type,e.type){case 0:{const t=e;Pn(t.body),t.b=t.body,delete t.body;break}case 1:{const t=e,n=t.cases;for(let i=0;i<n.length;i++)Pn(n[i]);t.c=n,delete t.cases;break}case 2:{const t=e,n=t.items;for(let i=0;i<n.length;i++)Pn(n[i]);t.i=n,delete t.items,t.static&&(t.s=t.static,delete t.static);break}case 3:case 9:case 8:case 7:{const t=e;t.value&&(t.v=t.value,delete t.value);break}case 6:{const t=e;Pn(t.key),t.k=t.key,delete t.key,t.modifier&&(Pn(t.modifier),t.m=t.modifier,delete t.modifier);break}case 5:{const t=e;t.i=t.index,delete t.index;break}case 4:{const t=e;t.k=t.key,delete t.key;break}default:throw Vn(oe.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:Mw,args:[e.type]})}delete e.type}const Nw="parser";function jw(e,t){const{sourceMap:n,filename:i,breakLineCode:o,needIndent:a}=t,s=t.location!==!1,l={filename:i,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:o,needIndent:a,indentLevel:0};s&&e.loc&&(l.source=e.loc.source);const r=()=>l;function d(R,x){l.code+=R}function c(R,x=!0){const L=x?o:"";d(a?L+"  ".repeat(R):L)}function u(R=!0){const x=++l.indentLevel;R&&c(x)}function h(R=!0){const x=--l.indentLevel;R&&c(x)}function w(){c(l.indentLevel)}return{context:r,push:d,indent:u,deindent:h,newline:w,helper:R=>`_${R}`,needIndent:()=>l.needIndent}}function $w(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),On(e,t.key),t.modifier?(e.push(", "),On(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function Fw(e,t){const{helper:n,needIndent:i}=e;e.push(`${n("normalize")}([`),e.indent(i());const o=t.items.length;for(let a=0;a<o&&(On(e,t.items[a]),a!==o-1);a++)e.push(", ");e.deindent(i()),e.push("])")}function Ow(e,t){const{helper:n,needIndent:i}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(i());const o=t.cases.length;for(let a=0;a<o&&(On(e,t.cases[a]),a!==o-1);a++)e.push(", ");e.deindent(i()),e.push("])")}}function Dw(e,t){t.body?On(e,t.body):e.push("null")}function On(e,t){const{helper:n}=e;switch(t.type){case 0:Dw(e,t);break;case 1:Ow(e,t);break;case 2:Fw(e,t);break;case 6:$w(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:throw Vn(oe.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:Nw,args:[t.type]})}}const Hw=(e,t={})=>{const n=br(t.mode)?t.mode:"normal",i=br(t.filename)?t.filename:"message.intl",o=!!t.sourceMap,a=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
`,s=t.needIndent?t.needIndent:n!=="arrow",l=e.helpers||[],r=jw(e,{mode:n,filename:i,sourceMap:o,breakLineCode:a,needIndent:s});r.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),r.indent(s),l.length>0&&(r.push(`const { ${Gc(l.map(u=>`${u}: _${u}`),", ")} } = ctx`),r.newline()),r.push("return "),On(r,e),r.deindent(s),r.push("}"),delete e.helpers;const{code:d,map:c}=r.context();return{ast:e,code:d,map:c?c.toJSON():void 0}};function Uw(e,t={}){const n=zc({},t),i=!!n.jit,o=!!n.minify,a=n.optimize==null?!0:n.optimize,l=Cw(n).parse(e);return i?(a&&Iw(l),o&&Pn(l),{ast:l,code:""}):(Rw(l,n),Hw(l,n))}/*!
  * core-base v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */function Vw(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Ft().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Ft().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Ft().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const hn=[];hn[0]={w:[0],i:[3,0],"[":[4],o:[7]};hn[1]={w:[1],".":[2],"[":[4],o:[7]};hn[2]={w:[2],i:[3,0],0:[3,0]};hn[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};hn[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};hn[5]={"'":[4,0],o:8,l:[5,0]};hn[6]={'"':[4,0],o:8,l:[6,0]};const Bw=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function zw(e){return Bw.test(e)}function Gw(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function qw(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function Ww(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:zw(t)?Gw(t):"*"+t}function Kw(e){const t=[];let n=-1,i=0,o=0,a,s,l,r,d,c,u;const h=[];h[0]=()=>{s===void 0?s=l:s+=l},h[1]=()=>{s!==void 0&&(t.push(s),s=void 0)},h[2]=()=>{h[0](),o++},h[3]=()=>{if(o>0)o--,i=4,h[0]();else{if(o=0,s===void 0||(s=Ww(s),s===!1))return!1;h[1]()}};function w(){const y=e[n+1];if(i===5&&y==="'"||i===6&&y==='"')return n++,l="\\"+y,h[0](),!0}for(;i!==null;)if(n++,a=e[n],!(a==="\\"&&w())){if(r=qw(a),u=hn[i],d=u[r]||u.l||8,d===8||(i=d[0],d[1]!==void 0&&(c=h[d[1]],c&&(l=a,c()===!1))))return;if(i===7)return t}}const yr=new Map;function Yw(e,t){return Ae(e)?e[t]:null}function Jw(e,t){if(!Ae(e))return null;let n=yr.get(t);if(n||(n=Kw(t),n&&yr.set(t,n)),!n)return null;const i=n.length;let o=e,a=0;for(;a<i;){const s=o[n[a]];if(s===void 0||Ce(o))return null;o=s,a++}return o}const Qw=e=>e,Zw=e=>"",Xw="text",ev=e=>e.length===0?"":dw(e),tv=cw;function Ar(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function nv(e){const t=Ue(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Ue(e.named.count)||Ue(e.named.n))?Ue(e.named.count)?e.named.count:Ue(e.named.n)?e.named.n:t:t}function iv(e,t){t.count||(t.count=e),t.n||(t.n=e)}function av(e={}){const t=e.locale,n=nv(e),i=Ae(e.pluralRules)&&Z(t)&&Ce(e.pluralRules[t])?e.pluralRules[t]:Ar,o=Ae(e.pluralRules)&&Z(t)&&Ce(e.pluralRules[t])?Ar:void 0,a=x=>x[i(n,x.length,o)],s=e.list||[],l=x=>s[x],r=e.named||{};Ue(e.pluralIndex)&&iv(n,r);const d=x=>r[x];function c(x){const L=Ce(e.messages)?e.messages(x):Ae(e.messages)?e.messages[x]:!1;return L||(e.parent?e.parent.message(x):Zw)}const u=x=>e.modifiers?e.modifiers[x]:Qw,h=ce(e.processor)&&Ce(e.processor.normalize)?e.processor.normalize:ev,w=ce(e.processor)&&Ce(e.processor.interpolate)?e.processor.interpolate:tv,y=ce(e.processor)&&Z(e.processor.type)?e.processor.type:Xw,R={list:l,named:d,plural:a,linked:(x,...L)=>{const[g,v]=L;let P="text",A="";L.length===1?Ae(g)?(A=g.modifier||A,P=g.type||P):Z(g)&&(A=g||A):L.length===2&&(Z(g)&&(A=g||A),Z(v)&&(P=v||P));const j=c(x)(R),I=P==="vnode"&&Re(j)&&A?j[0]:j;return A?u(A)(I,P):I},message:c,type:y,interpolate:w,normalize:h,values:Ke({},s,r)};return R}let hi=null;function ov(e){hi=e}function sv(e,t,n){hi&&hi.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const rv=lv("function:translate");function lv(e){return t=>hi&&hi.emit(e,t)}const qc=Uo.__EXTEND_POINT__,bn=ra(qc),cv={NOT_FOUND_KEY:qc,FALLBACK_TO_TRANSLATE:bn(),CANNOT_FORMAT_NUMBER:bn(),FALLBACK_TO_NUMBER_FORMAT:bn(),CANNOT_FORMAT_DATE:bn(),FALLBACK_TO_DATE_FORMAT:bn(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:bn(),__EXTEND_POINT__:bn()},Wc=oe.__EXTEND_POINT__,gn=ra(Wc),At={INVALID_ARGUMENT:Wc,INVALID_DATE_ARGUMENT:gn(),INVALID_ISO_DATE_ARGUMENT:gn(),NOT_SUPPORT_NON_STRING_MESSAGE:gn(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:gn(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:gn(),NOT_SUPPORT_LOCALE_TYPE:gn(),__EXTEND_POINT__:gn()};function Rt(e){return Vn(e,null,void 0)}function Bo(e,t){return t.locale!=null?kr(t.locale):kr(e.locale)}let Sa;function kr(e){if(Z(e))return e;if(Ce(e)){if(e.resolvedOnce&&Sa!=null)return Sa;if(e.constructor.name==="Function"){const t=e();if(lw(t))throw Rt(At.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Sa=t}else throw Rt(At.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Rt(At.NOT_SUPPORT_LOCALE_TYPE)}function dv(e,t,n){return[...new Set([n,...Re(t)?t:Ae(t)?Object.keys(t):Z(t)?[t]:[n]])]}function Kc(e,t,n){const i=Z(n)?n:Dn,o=e;o.__localeChainCache||(o.__localeChainCache=new Map);let a=o.__localeChainCache.get(i);if(!a){a=[];let s=[n];for(;Re(s);)s=Tr(a,s,t);const l=Re(t)||!ce(t)?t:t.default?t.default:null;s=Z(l)?[l]:l,Re(s)&&Tr(a,s,!1),o.__localeChainCache.set(i,a)}return a}function Tr(e,t,n){let i=!0;for(let o=0;o<t.length&&pe(i);o++){const a=t[o];Z(a)&&(i=uv(e,t[o],n))}return i}function uv(e,t,n){let i;const o=t.split("-");do{const a=o.join("-");i=hv(e,a,n),o.splice(-1,1)}while(o.length&&i===!0);return i}function hv(e,t,n){let i=!1;if(!e.includes(t)&&(i=!0,t)){i=t[t.length-1]!=="!";const o=t.replace(/!/g,"");e.push(o),(Re(n)||ce(n))&&n[o]&&(i=n[o])}return i}const mv="9.13.1",la=-1,Dn="en-US",Er="",Sr=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function fv(){return{upper:(e,t)=>t==="text"&&Z(e)?e.toUpperCase():t==="vnode"&&Ae(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&Z(e)?e.toLowerCase():t==="vnode"&&Ae(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&Z(e)?Sr(e):t==="vnode"&&Ae(e)&&"__v_isVNode"in e?Sr(e.children):e}}let Yc;function Pr(e){Yc=e}let Jc;function pv(e){Jc=e}let Qc;function _v(e){Qc=e}let Zc=null;const bv=e=>{Zc=e},gv=()=>Zc;let Xc=null;const xr=e=>{Xc=e},wv=()=>Xc;let Cr=0;function vv(e={}){const t=Ce(e.onWarn)?e.onWarn:uw,n=Z(e.version)?e.version:mv,i=Z(e.locale)||Ce(e.locale)?e.locale:Dn,o=Ce(i)?Dn:i,a=Re(e.fallbackLocale)||ce(e.fallbackLocale)||Z(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:o,s=ce(e.messages)?e.messages:{[o]:{}},l=ce(e.datetimeFormats)?e.datetimeFormats:{[o]:{}},r=ce(e.numberFormats)?e.numberFormats:{[o]:{}},d=Ke({},e.modifiers||{},fv()),c=e.pluralRules||{},u=Ce(e.missing)?e.missing:null,h=pe(e.missingWarn)||on(e.missingWarn)?e.missingWarn:!0,w=pe(e.fallbackWarn)||on(e.fallbackWarn)?e.fallbackWarn:!0,y=!!e.fallbackFormat,k=!!e.unresolving,R=Ce(e.postTranslation)?e.postTranslation:null,x=ce(e.processor)?e.processor:null,L=pe(e.warnHtmlMessage)?e.warnHtmlMessage:!0,g=!!e.escapeParameter,v=Ce(e.messageCompiler)?e.messageCompiler:Yc,P=Ce(e.messageResolver)?e.messageResolver:Jc||Yw,A=Ce(e.localeFallbacker)?e.localeFallbacker:Qc||dv,j=Ae(e.fallbackContext)?e.fallbackContext:void 0,I=e,D=Ae(I.__datetimeFormatters)?I.__datetimeFormatters:new Map,W=Ae(I.__numberFormatters)?I.__numberFormatters:new Map,B=Ae(I.__meta)?I.__meta:{};Cr++;const C={version:n,cid:Cr,locale:i,fallbackLocale:a,messages:s,modifiers:d,pluralRules:c,missing:u,missingWarn:h,fallbackWarn:w,fallbackFormat:y,unresolving:k,postTranslation:R,processor:x,warnHtmlMessage:L,escapeParameter:g,messageCompiler:v,messageResolver:P,localeFallbacker:A,fallbackContext:j,onWarn:t,__meta:B};return C.datetimeFormats=l,C.numberFormats=r,C.__datetimeFormatters=D,C.__numberFormatters=W,__INTLIFY_PROD_DEVTOOLS__&&sv(C,n,B),C}function zo(e,t,n,i,o){const{missing:a,onWarn:s}=e;if(a!==null){const l=a(e,n,t,o);return Z(l)?l:t}else return t}function qn(e,t,n){const i=e;i.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function yv(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function Av(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let i=n+1;i<t.length;i++)if(yv(e,t[i]))return!0;return!1}function Pa(e){return n=>kv(n,e)}function kv(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const i=n,o=i.c||i.cases;return e.plural(o.reduce((a,s)=>[...a,Lr(e,s)],[]))}else return Lr(e,n)}function Lr(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const i=(t.i||t.items).reduce((o,a)=>[...o,Ka(e,a)],[]);return e.normalize(i)}}function Ka(e,t){const n=t.t||t.type;switch(n){case 3:{const i=t;return i.v||i.value}case 9:{const i=t;return i.v||i.value}case 4:{const i=t;return e.interpolate(e.named(i.k||i.key))}case 5:{const i=t;return e.interpolate(e.list(i.i!=null?i.i:i.index))}case 6:{const i=t,o=i.m||i.modifier;return e.linked(Ka(e,i.k||i.key),o?Ka(e,o):void 0,e.type)}case 7:{const i=t;return i.v||i.value}case 8:{const i=t;return i.v||i.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const ed=e=>e;let Cn=Object.create(null);const Hn=e=>Ae(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function td(e,t={}){let n=!1;const i=t.onError||gw;return t.onError=o=>{n=!0,i(o)},{...Uw(e,t),detectError:n}}const Tv=(e,t)=>{if(!Z(e))throw Rt(At.NOT_SUPPORT_NON_STRING_MESSAGE);{pe(t.warnHtmlMessage)&&t.warnHtmlMessage;const i=(t.onCacheKey||ed)(e),o=Cn[i];if(o)return o;const{code:a,detectError:s}=td(e,t),l=new Function(`return ${a}`)();return s?l:Cn[i]=l}};function Ev(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&Z(e)){pe(t.warnHtmlMessage)&&t.warnHtmlMessage;const i=(t.onCacheKey||ed)(e),o=Cn[i];if(o)return o;const{ast:a,detectError:s}=td(e,{...t,location:!1,jit:!0}),l=Pa(a);return s?l:Cn[i]=l}else{const n=e.cacheKey;if(n){const i=Cn[n];return i||(Cn[n]=Pa(e))}else return Pa(e)}}const Rr=()=>"",ht=e=>Ce(e);function Ir(e,...t){const{fallbackFormat:n,postTranslation:i,unresolving:o,messageCompiler:a,fallbackLocale:s,messages:l}=e,[r,d]=Ya(...t),c=pe(d.missingWarn)?d.missingWarn:e.missingWarn,u=pe(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn,h=pe(d.escapeParameter)?d.escapeParameter:e.escapeParameter,w=!!d.resolvedMessage,y=Z(d.default)||pe(d.default)?pe(d.default)?a?r:()=>r:d.default:n?a?r:()=>r:"",k=n||y!=="",R=Bo(e,d);h&&Sv(d);let[x,L,g]=w?[r,R,l[R]||{}]:nd(e,r,R,s,u,c),v=x,P=r;if(!w&&!(Z(v)||Hn(v)||ht(v))&&k&&(v=y,P=v),!w&&(!(Z(v)||Hn(v)||ht(v))||!Z(L)))return o?la:r;let A=!1;const j=()=>{A=!0},I=ht(v)?v:id(e,r,L,v,P,j);if(A)return v;const D=Cv(e,L,g,d),W=av(D),B=Pv(e,I,W),C=i?i(B,r):B;if(__INTLIFY_PROD_DEVTOOLS__){const z={timestamp:Date.now(),key:Z(r)?r:ht(v)?v.key:"",locale:L||(ht(v)?v.locale:""),format:Z(v)?v:ht(v)?v.source:"",message:C};z.meta=Ke({},e.__meta,gv()||{}),rv(z)}return C}function Sv(e){Re(e.list)?e.list=e.list.map(t=>Z(t)?_r(t):t):Ae(e.named)&&Object.keys(e.named).forEach(t=>{Z(e.named[t])&&(e.named[t]=_r(e.named[t]))})}function nd(e,t,n,i,o,a){const{messages:s,onWarn:l,messageResolver:r,localeFallbacker:d}=e,c=d(e,i,n);let u={},h,w=null;const y="translate";for(let k=0;k<c.length&&(h=c[k],u=s[h]||{},(w=r(u,t))===null&&(w=u[t]),!(Z(w)||Hn(w)||ht(w)));k++)if(!Av(h,c)){const R=zo(e,t,h,a,y);R!==t&&(w=R)}return[w,h,u]}function id(e,t,n,i,o,a){const{messageCompiler:s,warnHtmlMessage:l}=e;if(ht(i)){const d=i;return d.locale=d.locale||n,d.key=d.key||t,d}if(s==null){const d=()=>i;return d.locale=n,d.key=t,d}const r=s(i,xv(e,n,o,i,l,a));return r.locale=n,r.key=t,r.source=i,r}function Pv(e,t,n){return t(n)}function Ya(...e){const[t,n,i]=e,o={};if(!Z(t)&&!Ue(t)&&!ht(t)&&!Hn(t))throw Rt(At.INVALID_ARGUMENT);const a=Ue(t)?String(t):(ht(t),t);return Ue(n)?o.plural=n:Z(n)?o.default=n:ce(n)&&!sa(n)?o.named=n:Re(n)&&(o.list=n),Ue(i)?o.plural=i:Z(i)?o.default=i:ce(i)&&Ke(o,i),[a,o]}function xv(e,t,n,i,o,a){return{locale:t,key:n,warnHtmlMessage:o,onError:s=>{throw a&&a(s),s},onCacheKey:s=>aw(t,n,s)}}function Cv(e,t,n,i){const{modifiers:o,pluralRules:a,messageResolver:s,fallbackLocale:l,fallbackWarn:r,missingWarn:d,fallbackContext:c}=e,h={locale:t,modifiers:o,pluralRules:a,messages:w=>{let y=s(n,w);if(y==null&&c){const[,,k]=nd(c,w,t,l,r,d);y=s(k,w)}if(Z(y)||Hn(y)){let k=!1;const x=id(e,w,t,y,w,()=>{k=!0});return k?Rr:x}else return ht(y)?y:Rr}};return e.processor&&(h.processor=e.processor),i.list&&(h.list=i.list),i.named&&(h.named=i.named),Ue(i.plural)&&(h.pluralIndex=i.plural),h}function Mr(e,...t){const{datetimeFormats:n,unresolving:i,fallbackLocale:o,onWarn:a,localeFallbacker:s}=e,{__datetimeFormatters:l}=e,[r,d,c,u]=Ja(...t),h=pe(c.missingWarn)?c.missingWarn:e.missingWarn;pe(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn;const w=!!c.part,y=Bo(e,c),k=s(e,o,y);if(!Z(r)||r==="")return new Intl.DateTimeFormat(y,u).format(d);let R={},x,L=null;const g="datetime format";for(let A=0;A<k.length&&(x=k[A],R=n[x]||{},L=R[r],!ce(L));A++)zo(e,r,x,h,g);if(!ce(L)||!Z(x))return i?la:r;let v=`${x}__${r}`;sa(u)||(v=`${v}__${JSON.stringify(u)}`);let P=l.get(v);return P||(P=new Intl.DateTimeFormat(x,Ke({},L,u)),l.set(v,P)),w?P.formatToParts(d):P.format(d)}const ad=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Ja(...e){const[t,n,i,o]=e,a={};let s={},l;if(Z(t)){const r=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!r)throw Rt(At.INVALID_ISO_DATE_ARGUMENT);const d=r[3]?r[3].trim().startsWith("T")?`${r[1].trim()}${r[3].trim()}`:`${r[1].trim()}T${r[3].trim()}`:r[1].trim();l=new Date(d);try{l.toISOString()}catch{throw Rt(At.INVALID_ISO_DATE_ARGUMENT)}}else if(sw(t)){if(isNaN(t.getTime()))throw Rt(At.INVALID_DATE_ARGUMENT);l=t}else if(Ue(t))l=t;else throw Rt(At.INVALID_ARGUMENT);return Z(n)?a.key=n:ce(n)&&Object.keys(n).forEach(r=>{ad.includes(r)?s[r]=n[r]:a[r]=n[r]}),Z(i)?a.locale=i:ce(i)&&(s=i),ce(o)&&(s=o),[a.key||"",l,a,s]}function Nr(e,t,n){const i=e;for(const o in n){const a=`${t}__${o}`;i.__datetimeFormatters.has(a)&&i.__datetimeFormatters.delete(a)}}function jr(e,...t){const{numberFormats:n,unresolving:i,fallbackLocale:o,onWarn:a,localeFallbacker:s}=e,{__numberFormatters:l}=e,[r,d,c,u]=Qa(...t),h=pe(c.missingWarn)?c.missingWarn:e.missingWarn;pe(c.fallbackWarn)?c.fallbackWarn:e.fallbackWarn;const w=!!c.part,y=Bo(e,c),k=s(e,o,y);if(!Z(r)||r==="")return new Intl.NumberFormat(y,u).format(d);let R={},x,L=null;const g="number format";for(let A=0;A<k.length&&(x=k[A],R=n[x]||{},L=R[r],!ce(L));A++)zo(e,r,x,h,g);if(!ce(L)||!Z(x))return i?la:r;let v=`${x}__${r}`;sa(u)||(v=`${v}__${JSON.stringify(u)}`);let P=l.get(v);return P||(P=new Intl.NumberFormat(x,Ke({},L,u)),l.set(v,P)),w?P.formatToParts(d):P.format(d)}const od=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Qa(...e){const[t,n,i,o]=e,a={};let s={};if(!Ue(t))throw Rt(At.INVALID_ARGUMENT);const l=t;return Z(n)?a.key=n:ce(n)&&Object.keys(n).forEach(r=>{od.includes(r)?s[r]=n[r]:a[r]=n[r]}),Z(i)?a.locale=i:ce(i)&&(s=i),ce(o)&&(s=o),[a.key||"",l,a,s]}function $r(e,t,n){const i=e;for(const o in n){const a=`${t}__${o}`;i.__numberFormatters.has(a)&&i.__numberFormatters.delete(a)}}Vw();/*!
  * vue-i18n v9.13.1
  * (c) 2024 kazuya kawaguchi
  * Released under the MIT License.
  */const Lv="9.13.1";function Rv(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(Ft().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(Ft().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Ft().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Ft().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Ft().__INTLIFY_PROD_DEVTOOLS__=!1)}const sd=cv.__EXTEND_POINT__,$t=ra(sd);$t(),$t(),$t(),$t(),$t(),$t(),$t(),$t(),$t();const rd=At.__EXTEND_POINT__,nt=ra(rd),Ve={UNEXPECTED_RETURN_TYPE:rd,INVALID_ARGUMENT:nt(),MUST_BE_CALL_SETUP_TOP:nt(),NOT_INSTALLED:nt(),NOT_AVAILABLE_IN_LEGACY_MODE:nt(),REQUIRED_VALUE:nt(),INVALID_VALUE:nt(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:nt(),NOT_INSTALLED_WITH_PROVIDE:nt(),UNEXPECTED_ERROR:nt(),NOT_COMPATIBLE_LEGACY_VUE_I18N:nt(),BRIDGE_SUPPORT_VUE_2_ONLY:nt(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:nt(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:nt(),__EXTEND_POINT__:nt()};function Ge(e,...t){return Vn(e,null,void 0)}const Za=un("__translateVNode"),Xa=un("__datetimeParts"),eo=un("__numberParts"),ld=un("__setPluralRules"),cd=un("__injectWithOption"),to=un("__dispose");function mi(e){if(!Ae(e))return e;for(const t in e)if(Di(e,t))if(!t.includes("."))Ae(e[t])&&mi(e[t]);else{const n=t.split("."),i=n.length-1;let o=e,a=!1;for(let s=0;s<i;s++){if(n[s]in o||(o[n[s]]={}),!Ae(o[n[s]])){a=!0;break}o=o[n[s]]}a||(o[n[i]]=e[t],delete e[t]),Ae(o[n[i]])&&mi(o[n[i]])}return e}function ca(e,t){const{messages:n,__i18n:i,messageResolver:o,flatJson:a}=t,s=ce(n)?n:Re(i)?{}:{[e]:{}};if(Re(i)&&i.forEach(l=>{if("locale"in l&&"resource"in l){const{locale:r,resource:d}=l;r?(s[r]=s[r]||{},Ii(d,s[r])):Ii(d,s)}else Z(l)&&Ii(JSON.parse(l),s)}),o==null&&a)for(const l in s)Di(s,l)&&mi(s[l]);return s}function dd(e){return e.type}function ud(e,t,n){let i=Ae(t.messages)?t.messages:{};"__i18nGlobal"in n&&(i=ca(e.locale.value,{messages:i,__i18n:n.__i18nGlobal}));const o=Object.keys(i);o.length&&o.forEach(a=>{e.mergeLocaleMessage(a,i[a])});{if(Ae(t.datetimeFormats)){const a=Object.keys(t.datetimeFormats);a.length&&a.forEach(s=>{e.mergeDateTimeFormat(s,t.datetimeFormats[s])})}if(Ae(t.numberFormats)){const a=Object.keys(t.numberFormats);a.length&&a.forEach(s=>{e.mergeNumberFormat(s,t.numberFormats[s])})}}}function Fr(e){return we(fi,null,e,0)}const Or="__INTLIFY_META__",Dr=()=>[],Iv=()=>!1;let Hr=0;function Ur(e){return(t,n,i,o)=>e(n,i,jn()||void 0,o)}const Mv=()=>{const e=jn();let t=null;return e&&(t=dd(e)[Or])?{[Or]:t}:null};function Go(e={},t){const{__root:n,__injectWithOption:i}=e,o=n===void 0,a=e.flatJson,s=Oi?$e:po,l=!!e.translateExistCompatible;let r=pe(e.inheritLocale)?e.inheritLocale:!0;const d=s(n&&r?n.locale.value:Z(e.locale)?e.locale:Dn),c=s(n&&r?n.fallbackLocale.value:Z(e.fallbackLocale)||Re(e.fallbackLocale)||ce(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:d.value),u=s(ca(d.value,e)),h=s(ce(e.datetimeFormats)?e.datetimeFormats:{[d.value]:{}}),w=s(ce(e.numberFormats)?e.numberFormats:{[d.value]:{}});let y=n?n.missingWarn:pe(e.missingWarn)||on(e.missingWarn)?e.missingWarn:!0,k=n?n.fallbackWarn:pe(e.fallbackWarn)||on(e.fallbackWarn)?e.fallbackWarn:!0,R=n?n.fallbackRoot:pe(e.fallbackRoot)?e.fallbackRoot:!0,x=!!e.fallbackFormat,L=Ce(e.missing)?e.missing:null,g=Ce(e.missing)?Ur(e.missing):null,v=Ce(e.postTranslation)?e.postTranslation:null,P=n?n.warnHtmlMessage:pe(e.warnHtmlMessage)?e.warnHtmlMessage:!0,A=!!e.escapeParameter;const j=n?n.modifiers:ce(e.modifiers)?e.modifiers:{};let I=e.pluralRules||n&&n.pluralRules,D;D=(()=>{o&&xr(null);const S={version:Lv,locale:d.value,fallbackLocale:c.value,messages:u.value,modifiers:j,pluralRules:I,missing:g===null?void 0:g,missingWarn:y,fallbackWarn:k,fallbackFormat:x,unresolving:!0,postTranslation:v===null?void 0:v,warnHtmlMessage:P,escapeParameter:A,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};S.datetimeFormats=h.value,S.numberFormats=w.value,S.__datetimeFormatters=ce(D)?D.__datetimeFormatters:void 0,S.__numberFormatters=ce(D)?D.__numberFormatters:void 0;const N=vv(S);return o&&xr(N),N})(),qn(D,d.value,c.value);function B(){return[d.value,c.value,u.value,h.value,w.value]}const C=fe({get:()=>d.value,set:S=>{d.value=S,D.locale=d.value}}),z=fe({get:()=>c.value,set:S=>{c.value=S,D.fallbackLocale=c.value,qn(D,d.value,S)}}),ee=fe(()=>u.value),_e=fe(()=>h.value),re=fe(()=>w.value);function ie(){return Ce(v)?v:null}function ae(S){v=S,D.postTranslation=S}function ke(){return L}function Fe(S){S!==null&&(g=Ur(S)),L=S,D.missing=g}const Te=(S,N,te,le,xe,Ye)=>{B();let ot;try{__INTLIFY_PROD_DEVTOOLS__,o||(D.fallbackContext=n?wv():void 0),ot=S(D)}finally{__INTLIFY_PROD_DEVTOOLS__,o||(D.fallbackContext=void 0)}if(te!=="translate exists"&&Ue(ot)&&ot===la||te==="translate exists"&&!ot){const[bi,En]=N();return n&&R?le(n):xe(bi)}else{if(Ye(ot))return ot;throw Ge(Ve.UNEXPECTED_RETURN_TYPE)}};function ye(...S){return Te(N=>Reflect.apply(Ir,null,[N,...S]),()=>Ya(...S),"translate",N=>Reflect.apply(N.t,N,[...S]),N=>N,N=>Z(N))}function Ee(...S){const[N,te,le]=S;if(le&&!Ae(le))throw Ge(Ve.INVALID_ARGUMENT);return ye(N,te,Ke({resolvedMessage:!0},le||{}))}function Se(...S){return Te(N=>Reflect.apply(Mr,null,[N,...S]),()=>Ja(...S),"datetime format",N=>Reflect.apply(N.d,N,[...S]),()=>Er,N=>Z(N))}function Le(...S){return Te(N=>Reflect.apply(jr,null,[N,...S]),()=>Qa(...S),"number format",N=>Reflect.apply(N.n,N,[...S]),()=>Er,N=>Z(N))}function ge(S){return S.map(N=>Z(N)||Ue(N)||pe(N)?Fr(String(N)):N)}const U={normalize:ge,interpolate:S=>S,type:"vnode"};function V(...S){return Te(N=>{let te;const le=N;try{le.processor=U,te=Reflect.apply(Ir,null,[le,...S])}finally{le.processor=null}return te},()=>Ya(...S),"translate",N=>N[Za](...S),N=>[Fr(N)],N=>Re(N))}function Q(...S){return Te(N=>Reflect.apply(jr,null,[N,...S]),()=>Qa(...S),"number format",N=>N[eo](...S),Dr,N=>Z(N)||Re(N))}function de(...S){return Te(N=>Reflect.apply(Mr,null,[N,...S]),()=>Ja(...S),"datetime format",N=>N[Xa](...S),Dr,N=>Z(N)||Re(N))}function me(S){I=S,D.pluralRules=I}function _(S,N){return Te(()=>{if(!S)return!1;const te=Z(N)?N:d.value,le=F(te),xe=D.messageResolver(le,S);return l?xe!=null:Hn(xe)||ht(xe)||Z(xe)},()=>[S],"translate exists",te=>Reflect.apply(te.te,te,[S,N]),Iv,te=>pe(te))}function m(S){let N=null;const te=Kc(D,c.value,d.value);for(let le=0;le<te.length;le++){const xe=u.value[te[le]]||{},Ye=D.messageResolver(xe,S);if(Ye!=null){N=Ye;break}}return N}function E(S){const N=m(S);return N??(n?n.tm(S)||{}:{})}function F(S){return u.value[S]||{}}function $(S,N){if(a){const te={[S]:N};for(const le in te)Di(te,le)&&mi(te[le]);N=te[S]}u.value[S]=N,D.messages=u.value}function G(S,N){u.value[S]=u.value[S]||{};const te={[S]:N};if(a)for(const le in te)Di(te,le)&&mi(te[le]);N=te[S],Ii(N,u.value[S]),D.messages=u.value}function K(S){return h.value[S]||{}}function f(S,N){h.value[S]=N,D.datetimeFormats=h.value,Nr(D,S,N)}function b(S,N){h.value[S]=Ke(h.value[S]||{},N),D.datetimeFormats=h.value,Nr(D,S,N)}function T(S){return w.value[S]||{}}function O(S,N){w.value[S]=N,D.numberFormats=w.value,$r(D,S,N)}function Y(S,N){w.value[S]=Ke(w.value[S]||{},N),D.numberFormats=w.value,$r(D,S,N)}Hr++,n&&Oi&&(Ht(n.locale,S=>{r&&(d.value=S,D.locale=S,qn(D,d.value,c.value))}),Ht(n.fallbackLocale,S=>{r&&(c.value=S,D.fallbackLocale=S,qn(D,d.value,c.value))}));const H={id:Hr,locale:C,fallbackLocale:z,get inheritLocale(){return r},set inheritLocale(S){r=S,S&&n&&(d.value=n.locale.value,c.value=n.fallbackLocale.value,qn(D,d.value,c.value))},get availableLocales(){return Object.keys(u.value).sort()},messages:ee,get modifiers(){return j},get pluralRules(){return I||{}},get isGlobal(){return o},get missingWarn(){return y},set missingWarn(S){y=S,D.missingWarn=y},get fallbackWarn(){return k},set fallbackWarn(S){k=S,D.fallbackWarn=k},get fallbackRoot(){return R},set fallbackRoot(S){R=S},get fallbackFormat(){return x},set fallbackFormat(S){x=S,D.fallbackFormat=x},get warnHtmlMessage(){return P},set warnHtmlMessage(S){P=S,D.warnHtmlMessage=S},get escapeParameter(){return A},set escapeParameter(S){A=S,D.escapeParameter=S},t:ye,getLocaleMessage:F,setLocaleMessage:$,mergeLocaleMessage:G,getPostTranslationHandler:ie,setPostTranslationHandler:ae,getMissingHandler:ke,setMissingHandler:Fe,[ld]:me};return H.datetimeFormats=_e,H.numberFormats=re,H.rt=Ee,H.te=_,H.tm=E,H.d=Se,H.n=Le,H.getDateTimeFormat=K,H.setDateTimeFormat=f,H.mergeDateTimeFormat=b,H.getNumberFormat=T,H.setNumberFormat=O,H.mergeNumberFormat=Y,H[cd]=i,H[Za]=V,H[Xa]=de,H[eo]=Q,H}function Nv(e){const t=Z(e.locale)?e.locale:Dn,n=Z(e.fallbackLocale)||Re(e.fallbackLocale)||ce(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,i=Ce(e.missing)?e.missing:void 0,o=pe(e.silentTranslationWarn)||on(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,a=pe(e.silentFallbackWarn)||on(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,s=pe(e.fallbackRoot)?e.fallbackRoot:!0,l=!!e.formatFallbackMessages,r=ce(e.modifiers)?e.modifiers:{},d=e.pluralizationRules,c=Ce(e.postTranslation)?e.postTranslation:void 0,u=Z(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,h=!!e.escapeParameterHtml,w=pe(e.sync)?e.sync:!0;let y=e.messages;if(ce(e.sharedMessages)){const A=e.sharedMessages;y=Object.keys(A).reduce((I,D)=>{const W=I[D]||(I[D]={});return Ke(W,A[D]),I},y||{})}const{__i18n:k,__root:R,__injectWithOption:x}=e,L=e.datetimeFormats,g=e.numberFormats,v=e.flatJson,P=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:y,flatJson:v,datetimeFormats:L,numberFormats:g,missing:i,missingWarn:o,fallbackWarn:a,fallbackRoot:s,fallbackFormat:l,modifiers:r,pluralRules:d,postTranslation:c,warnHtmlMessage:u,escapeParameter:h,messageResolver:e.messageResolver,inheritLocale:w,translateExistCompatible:P,__i18n:k,__root:R,__injectWithOption:x}}function no(e={},t){{const n=Go(Nv(e)),{__extender:i}=e,o={id:n.id,get locale(){return n.locale.value},set locale(a){n.locale.value=a},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(a){n.fallbackLocale.value=a},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return{interpolate(){return[]}}},set formatter(a){},get missing(){return n.getMissingHandler()},set missing(a){n.setMissingHandler(a)},get silentTranslationWarn(){return pe(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(a){n.missingWarn=pe(a)?!a:a},get silentFallbackWarn(){return pe(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(a){n.fallbackWarn=pe(a)?!a:a},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(a){n.fallbackFormat=a},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(a){n.setPostTranslationHandler(a)},get sync(){return n.inheritLocale},set sync(a){n.inheritLocale=a},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(a){n.warnHtmlMessage=a!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(a){n.escapeParameter=a},get preserveDirectiveContent(){return!0},set preserveDirectiveContent(a){},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...a){const[s,l,r]=a,d={};let c=null,u=null;if(!Z(s))throw Ge(Ve.INVALID_ARGUMENT);const h=s;return Z(l)?d.locale=l:Re(l)?c=l:ce(l)&&(u=l),Re(r)?c=r:ce(r)&&(u=r),Reflect.apply(n.t,n,[h,c||u||{},d])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[s,l,r]=a,d={plural:1};let c=null,u=null;if(!Z(s))throw Ge(Ve.INVALID_ARGUMENT);const h=s;return Z(l)?d.locale=l:Ue(l)?d.plural=l:Re(l)?c=l:ce(l)&&(u=l),Z(r)?d.locale=r:Re(r)?c=r:ce(r)&&(u=r),Reflect.apply(n.t,n,[h,c||u||{},d])},te(a,s){return n.te(a,s)},tm(a){return n.tm(a)},getLocaleMessage(a){return n.getLocaleMessage(a)},setLocaleMessage(a,s){n.setLocaleMessage(a,s)},mergeLocaleMessage(a,s){n.mergeLocaleMessage(a,s)},d(...a){return Reflect.apply(n.d,n,[...a])},getDateTimeFormat(a){return n.getDateTimeFormat(a)},setDateTimeFormat(a,s){n.setDateTimeFormat(a,s)},mergeDateTimeFormat(a,s){n.mergeDateTimeFormat(a,s)},n(...a){return Reflect.apply(n.n,n,[...a])},getNumberFormat(a){return n.getNumberFormat(a)},setNumberFormat(a,s){n.setNumberFormat(a,s)},mergeNumberFormat(a,s){n.mergeNumberFormat(a,s)},getChoiceIndex(a,s){return-1}};return o.__extender=i,o}}const qo={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function jv({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((i,o)=>[...i,...o.type===be?o.children:[o]],[]):t.reduce((n,i)=>{const o=e[i];return o&&(n[i]=o()),n},{})}function hd(e){return be}const $v=Mt({name:"i18n-t",props:Ke({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Ue(e)||!isNaN(e)}},qo),setup(e,t){const{slots:n,attrs:i}=t,o=e.i18n||Wo({useScope:e.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(u=>u!=="_"),s={};e.locale&&(s.locale=e.locale),e.plural!==void 0&&(s.plural=Z(e.plural)?+e.plural:e.plural);const l=jv(t,a),r=o[Za](e.keypath,l,s),d=Ke({},i),c=Z(e.tag)||Ae(e.tag)?e.tag:hd();return an(c,d,r)}}}),Vr=$v;function Fv(e){return Re(e)&&!Z(e[0])}function md(e,t,n,i){const{slots:o,attrs:a}=t;return()=>{const s={part:!0};let l={};e.locale&&(s.locale=e.locale),Z(e.format)?s.key=e.format:Ae(e.format)&&(Z(e.format.key)&&(s.key=e.format.key),l=Object.keys(e.format).reduce((h,w)=>n.includes(w)?Ke({},h,{[w]:e.format[w]}):h,{}));const r=i(e.value,s,l);let d=[s.key];Re(r)?d=r.map((h,w)=>{const y=o[h.type],k=y?y({[h.type]:h.value,index:w,parts:r}):[h.value];return Fv(k)&&(k[0].key=`${h.type}-${w}`),k}):Z(r)&&(d=[r]);const c=Ke({},a),u=Z(e.tag)||Ae(e.tag)?e.tag:hd();return an(u,c,d)}}const Ov=Mt({name:"i18n-n",props:Ke({value:{type:Number,required:!0},format:{type:[String,Object]}},qo),setup(e,t){const n=e.i18n||Wo({useScope:e.scope,__useComponent:!0});return md(e,t,od,(...i)=>n[eo](...i))}}),Br=Ov,Dv=Mt({name:"i18n-d",props:Ke({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},qo),setup(e,t){const n=e.i18n||Wo({useScope:e.scope,__useComponent:!0});return md(e,t,ad,(...i)=>n[Xa](...i))}}),zr=Dv;function Hv(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const i=n.__getInstance(t);return i!=null?i.__composer:e.global.__composer}}function Uv(e){const t=s=>{const{instance:l,modifiers:r,value:d}=s;if(!l||!l.$)throw Ge(Ve.UNEXPECTED_ERROR);const c=Hv(e,l.$),u=Gr(d);return[Reflect.apply(c.t,c,[...qr(u)]),c]};return{created:(s,l)=>{const[r,d]=t(l);Oi&&e.global===d&&(s.__i18nWatcher=Ht(d.locale,()=>{l.instance&&l.instance.$forceUpdate()})),s.__composer=d,s.textContent=r},unmounted:s=>{Oi&&s.__i18nWatcher&&(s.__i18nWatcher(),s.__i18nWatcher=void 0,delete s.__i18nWatcher),s.__composer&&(s.__composer=void 0,delete s.__composer)},beforeUpdate:(s,{value:l})=>{if(s.__composer){const r=s.__composer,d=Gr(l);s.textContent=Reflect.apply(r.t,r,[...qr(d)])}},getSSRProps:s=>{const[l]=t(s);return{textContent:l}}}}function Gr(e){if(Z(e))return{path:e};if(ce(e)){if(!("path"in e))throw Ge(Ve.REQUIRED_VALUE,"path");return e}else throw Ge(Ve.INVALID_VALUE)}function qr(e){const{path:t,locale:n,args:i,choice:o,plural:a}=e,s={},l=i||{};return Z(n)&&(s.locale=n),Ue(o)&&(s.plural=o),Ue(a)&&(s.plural=a),[t,l,s]}function Vv(e,t,...n){const i=ce(n[0])?n[0]:{},o=!!i.useI18nComponentName;(pe(i.globalInstall)?i.globalInstall:!0)&&([o?"i18n":Vr.name,"I18nT"].forEach(s=>e.component(s,Vr)),[Br.name,"I18nN"].forEach(s=>e.component(s,Br)),[zr.name,"I18nD"].forEach(s=>e.component(s,zr))),e.directive("t",Uv(t))}function Bv(e,t,n){return{beforeCreate(){const i=jn();if(!i)throw Ge(Ve.UNEXPECTED_ERROR);const o=this.$options;if(o.i18n){const a=o.i18n;if(o.__i18n&&(a.__i18n=o.__i18n),a.__root=t,this===this.$root)this.$i18n=Wr(e,a);else{a.__injectWithOption=!0,a.__extender=n.__vueI18nExtend,this.$i18n=no(a);const s=this.$i18n;s.__extender&&(s.__disposer=s.__extender(this.$i18n))}}else if(o.__i18n)if(this===this.$root)this.$i18n=Wr(e,o);else{this.$i18n=no({__i18n:o.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const a=this.$i18n;a.__extender&&(a.__disposer=a.__extender(this.$i18n))}else this.$i18n=e;o.__i18nGlobal&&ud(t,o,o),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,s)=>this.$i18n.te(a,s),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a),n.__setInstance(i,this.$i18n)},mounted(){},unmounted(){const i=jn();if(!i)throw Ge(Ve.UNEXPECTED_ERROR);const o=this.$i18n;delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,o.__disposer&&(o.__disposer(),delete o.__disposer,delete o.__extender),n.__deleteInstance(i),delete this.$i18n}}}function Wr(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[ld](t.pluralizationRules||e.pluralizationRules);const n=ca(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(i=>e.mergeLocaleMessage(i,n[i])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(i=>e.mergeDateTimeFormat(i,t.datetimeFormats[i])),t.numberFormats&&Object.keys(t.numberFormats).forEach(i=>e.mergeNumberFormat(i,t.numberFormats[i])),e}const zv=un("global-vue-i18n");function Gv(e={},t){const n=__VUE_I18N_LEGACY_API__&&pe(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,i=pe(e.globalInjection)?e.globalInjection:!0,o=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,a=new Map,[s,l]=qv(e,n),r=un("");function d(h){return a.get(h)||null}function c(h,w){a.set(h,w)}function u(h){a.delete(h)}{const h={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return o},async install(w,...y){if(w.__VUE_I18N_SYMBOL__=r,w.provide(w.__VUE_I18N_SYMBOL__,h),ce(y[0])){const x=y[0];h.__composerExtend=x.__composerExtend,h.__vueI18nExtend=x.__vueI18nExtend}let k=null;!n&&i&&(k=ty(w,h.global)),__VUE_I18N_FULL_INSTALL__&&Vv(w,h,...y),__VUE_I18N_LEGACY_API__&&n&&w.mixin(Bv(l,l.__composer,h));const R=w.unmount;w.unmount=()=>{k&&k(),h.dispose(),R()}},get global(){return l},dispose(){s.stop()},__instances:a,__getInstance:d,__setInstance:c,__deleteInstance:u};return h}}function Wo(e={}){const t=jn();if(t==null)throw Ge(Ve.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Ge(Ve.NOT_INSTALLED);const n=Wv(t),i=Yv(n),o=dd(t),a=Kv(e,o);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw Ge(Ve.NOT_AVAILABLE_IN_LEGACY_MODE);return Xv(t,a,i,e)}if(a==="global")return ud(i,e,o),i;if(a==="parent"){let r=Jv(n,t,e.__useComponent);return r==null&&(r=i),r}const s=n;let l=s.__getInstance(t);if(l==null){const r=Ke({},e);"__i18n"in o&&(r.__i18n=o.__i18n),i&&(r.__root=i),l=Go(r),s.__composerExtend&&(l[to]=s.__composerExtend(l)),Zv(s,t,l),s.__setInstance(t,l)}return l}function qv(e,t,n){const i=Pd();{const o=__VUE_I18N_LEGACY_API__&&t?i.run(()=>no(e)):i.run(()=>Go(e));if(o==null)throw Ge(Ve.UNEXPECTED_ERROR);return[i,o]}}function Wv(e){{const t=ct(e.isCE?zv:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Ge(e.isCE?Ve.NOT_INSTALLED_WITH_PROVIDE:Ve.UNEXPECTED_ERROR);return t}}function Kv(e,t){return sa(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function Yv(e){return e.mode==="composition"?e.global:e.global.__composer}function Jv(e,t,n=!1){let i=null;const o=t.root;let a=Qv(t,n);for(;a!=null;){const s=e;if(e.mode==="composition")i=s.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const l=s.__getInstance(a);l!=null&&(i=l.__composer,n&&i&&!i[cd]&&(i=null))}if(i!=null||o===a)break;a=a.parent}return i}function Qv(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function Zv(e,t,n){kn(()=>{},t),Zi(()=>{const i=n;e.__deleteInstance(t);const o=i[to];o&&(o(),delete i[to])},t)}function Xv(e,t,n,i={}){const o=t==="local",a=po(null);if(o&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw Ge(Ve.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const s=pe(i.inheritLocale)?i.inheritLocale:!Z(i.locale),l=$e(!o||s?n.locale.value:Z(i.locale)?i.locale:Dn),r=$e(!o||s?n.fallbackLocale.value:Z(i.fallbackLocale)||Re(i.fallbackLocale)||ce(i.fallbackLocale)||i.fallbackLocale===!1?i.fallbackLocale:l.value),d=$e(ca(l.value,i)),c=$e(ce(i.datetimeFormats)?i.datetimeFormats:{[l.value]:{}}),u=$e(ce(i.numberFormats)?i.numberFormats:{[l.value]:{}}),h=o?n.missingWarn:pe(i.missingWarn)||on(i.missingWarn)?i.missingWarn:!0,w=o?n.fallbackWarn:pe(i.fallbackWarn)||on(i.fallbackWarn)?i.fallbackWarn:!0,y=o?n.fallbackRoot:pe(i.fallbackRoot)?i.fallbackRoot:!0,k=!!i.fallbackFormat,R=Ce(i.missing)?i.missing:null,x=Ce(i.postTranslation)?i.postTranslation:null,L=o?n.warnHtmlMessage:pe(i.warnHtmlMessage)?i.warnHtmlMessage:!0,g=!!i.escapeParameter,v=o?n.modifiers:ce(i.modifiers)?i.modifiers:{},P=i.pluralRules||o&&n.pluralRules;function A(){return[l.value,r.value,d.value,c.value,u.value]}const j=fe({get:()=>a.value?a.value.locale.value:l.value,set:m=>{a.value&&(a.value.locale.value=m),l.value=m}}),I=fe({get:()=>a.value?a.value.fallbackLocale.value:r.value,set:m=>{a.value&&(a.value.fallbackLocale.value=m),r.value=m}}),D=fe(()=>a.value?a.value.messages.value:d.value),W=fe(()=>c.value),B=fe(()=>u.value);function C(){return a.value?a.value.getPostTranslationHandler():x}function z(m){a.value&&a.value.setPostTranslationHandler(m)}function ee(){return a.value?a.value.getMissingHandler():R}function _e(m){a.value&&a.value.setMissingHandler(m)}function re(m){return A(),m()}function ie(...m){return a.value?re(()=>Reflect.apply(a.value.t,null,[...m])):re(()=>"")}function ae(...m){return a.value?Reflect.apply(a.value.rt,null,[...m]):""}function ke(...m){return a.value?re(()=>Reflect.apply(a.value.d,null,[...m])):re(()=>"")}function Fe(...m){return a.value?re(()=>Reflect.apply(a.value.n,null,[...m])):re(()=>"")}function Te(m){return a.value?a.value.tm(m):{}}function ye(m,E){return a.value?a.value.te(m,E):!1}function Ee(m){return a.value?a.value.getLocaleMessage(m):{}}function Se(m,E){a.value&&(a.value.setLocaleMessage(m,E),d.value[m]=E)}function Le(m,E){a.value&&a.value.mergeLocaleMessage(m,E)}function ge(m){return a.value?a.value.getDateTimeFormat(m):{}}function M(m,E){a.value&&(a.value.setDateTimeFormat(m,E),c.value[m]=E)}function U(m,E){a.value&&a.value.mergeDateTimeFormat(m,E)}function V(m){return a.value?a.value.getNumberFormat(m):{}}function Q(m,E){a.value&&(a.value.setNumberFormat(m,E),u.value[m]=E)}function de(m,E){a.value&&a.value.mergeNumberFormat(m,E)}const me={get id(){return a.value?a.value.id:-1},locale:j,fallbackLocale:I,messages:D,datetimeFormats:W,numberFormats:B,get inheritLocale(){return a.value?a.value.inheritLocale:s},set inheritLocale(m){a.value&&(a.value.inheritLocale=m)},get availableLocales(){return a.value?a.value.availableLocales:Object.keys(d.value)},get modifiers(){return a.value?a.value.modifiers:v},get pluralRules(){return a.value?a.value.pluralRules:P},get isGlobal(){return a.value?a.value.isGlobal:!1},get missingWarn(){return a.value?a.value.missingWarn:h},set missingWarn(m){a.value&&(a.value.missingWarn=m)},get fallbackWarn(){return a.value?a.value.fallbackWarn:w},set fallbackWarn(m){a.value&&(a.value.missingWarn=m)},get fallbackRoot(){return a.value?a.value.fallbackRoot:y},set fallbackRoot(m){a.value&&(a.value.fallbackRoot=m)},get fallbackFormat(){return a.value?a.value.fallbackFormat:k},set fallbackFormat(m){a.value&&(a.value.fallbackFormat=m)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:L},set warnHtmlMessage(m){a.value&&(a.value.warnHtmlMessage=m)},get escapeParameter(){return a.value?a.value.escapeParameter:g},set escapeParameter(m){a.value&&(a.value.escapeParameter=m)},t:ie,getPostTranslationHandler:C,setPostTranslationHandler:z,getMissingHandler:ee,setMissingHandler:_e,rt:ae,d:ke,n:Fe,tm:Te,te:ye,getLocaleMessage:Ee,setLocaleMessage:Se,mergeLocaleMessage:Le,getDateTimeFormat:ge,setDateTimeFormat:M,mergeDateTimeFormat:U,getNumberFormat:V,setNumberFormat:Q,mergeNumberFormat:de};function _(m){m.locale.value=l.value,m.fallbackLocale.value=r.value,Object.keys(d.value).forEach(E=>{m.mergeLocaleMessage(E,d.value[E])}),Object.keys(c.value).forEach(E=>{m.mergeDateTimeFormat(E,c.value[E])}),Object.keys(u.value).forEach(E=>{m.mergeNumberFormat(E,u.value[E])}),m.escapeParameter=g,m.fallbackFormat=k,m.fallbackRoot=y,m.fallbackWarn=w,m.missingWarn=h,m.warnHtmlMessage=L}return Nl(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw Ge(Ve.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const m=a.value=e.proxy.$i18n.__composer;t==="global"?(l.value=m.locale.value,r.value=m.fallbackLocale.value,d.value=m.messages.value,c.value=m.datetimeFormats.value,u.value=m.numberFormats.value):o&&_(m)}),me}const ey=["locale","fallbackLocale","availableLocales"],Kr=["t","rt","d","n","tm","te"];function ty(e,t){const n=Object.create(null);return ey.forEach(o=>{const a=Object.getOwnPropertyDescriptor(t,o);if(!a)throw Ge(Ve.UNEXPECTED_ERROR);const s=tt(a.value)?{get(){return a.value.value},set(l){a.value.value=l}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,o,s)}),e.config.globalProperties.$i18n=n,Kr.forEach(o=>{const a=Object.getOwnPropertyDescriptor(t,o);if(!a||!a.value)throw Ge(Ve.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${o}`,a)}),()=>{delete e.config.globalProperties.$i18n,Kr.forEach(o=>{delete e.config.globalProperties[`$${o}`]})}}Rv();__INTLIFY_JIT_COMPILATION__?Pr(Ev):Pr(Tv);pv(Jw);_v(Kc);if(__INTLIFY_PROD_DEVTOOLS__){const e=Ft();e.__INTLIFY__=!0,ov(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const ny="Alumni",iy="Der Körper enthält Billionen von Mikroben, die Gesundheit und Krankheit beeinflussen. Wir wollen verstehen, wie sie Gehirn und Verhalten beeinflussen.",ay="Startseite",oy="Jobs",sy="Über unsere Forschung",ry="Die Mannschaft",ly="Nachrichten",cy="Veröffentlichungen",dy="Forschung",uy="Mikrobiom und neuroimmune Einflüsse auf neurologische Störungen",hy="Das Darmmikrobiom und das Immunsystem befinden sich an der Schnittstelle von Gen-Umwelt-Interaktionen bei vielen neurologischen, neuropsychiatrischen und neurodegenerativen Erkrankungen. Wir haben herausgefunden, dass spezifische Veränderungen des Darmmikrobioms und des Immunsystems das Risiko für Gehirn- und Verhaltensanomalien in Modellen verschiedener neurologischer Erkrankungen wie Autismus, Epilepsie, kognitive Beeinträchtigung, Parkinson und Alzheimer erhöhen können. Wir stellen auch fest, dass spezifische mikrobiombasierte Interventionen zur Behandlung von Symptomen neurologischer Erkrankungen eingesetzt werden können.",my="Mikrobiom und gastrointestinale und metabolische Störungen",fy="Viele gastrointestinale und metabolische Erkrankungen werden mit Veränderungen des Darmmikrobioms und der Neurochemie in Verbindung gebracht. Wir stellen fest, dass die Wechselwirkungen zwischen Mikrobiom und Neurochemie zum Risiko für das Reizdarmsyndrom beitragen und die Stoffwechselgesundheit beeinflussen können.",py="Mikrobiom auf mütterliche Gesundheit und fötale Neuroentwicklung",_y="Während der Schwangerschaft reagiert das mütterliche Mikrobiom auf Umwelteinflüsse wie Infektionen und Veränderungen in der Ernährung und reguliert zahlreiche biochemische Stoffe im mütterlichen und fötalen Blutkreislauf. Wir stellen fest, dass das mütterliche Mikrobiom während der Schwangerschaft Umwelteinflüsse auf die Entwicklung der Plazenta und des fötalen Gehirns modifiziert, was zu dauerhaften Veränderungen der Gehirnfunktion und des Verhaltens der Nachkommen führt.",by="Mikrobiom und aktive neurochemische Signalübertragung",gy="Das Darmmikrobiom reguliert Hunderte von biochemischen Stoffen im Wirt. Wir haben festgestellt, dass bestimmte Darmmikroben die Synthese neuroaktiver Moleküle wie Serotonin regulieren, die die neuronale Aktivität auf der Darm-Hirn-Achse beeinflussen. Darüber hinaus stellen wir fest, dass ausgewählte Bakterien direkt mit Neurochemikalien interagieren können, um ihre eigene Fitness im Magen-Darm-Trakt zu fördern und die Reaktionen des Wirts auf gängige Medikamente zu verändern, die auf neurochemische Signalwege abzielen.",wy="Gehirn und Verhalten",vy="Was sind die Auswirkungen der Mikrobiota auf das Nervensystem? Und wie kommunizieren die Mikroben mit dem Nervensystem?",yy="Gesundheit und Krankheit",Ay="Wie wirken sich die Wechselwirkungen zwischen Mikroben und Nervensystem auf Gesundheit und Krankheit aus? Und kann eine Veränderung der Mikrobiota die Symptome neurologischer Erkrankungen behandeln?",ky="Untersuchung von Fragen der Integrativen Biologie",Ty="Der Schwerpunkt des Labors",Ey="Neueste Nachrichten",Sy="Ursprünge und Wechselwirkungen",Py="Welche Arten oder Gemeinschaften haben besondere funktionelle Auswirkungen? Und was sind die evolutionären Vorteile der Interaktionen zwischen Mikroben und Nervensystem?",xy="Weitere Labor-Nachrichten anzeigen",Cy="Kompilieren",Ly="Das Hsiao-Labor an der UCLA will verstehen, wie sie Gehirn und Verhalten beeinflussen.",Ry="Der Körper enthält Billionen von Mikroben, die Gesundheit und Krankheit beeinflussen.",Iy="Forschungsgebiete",My="Alle Veröffentlichungen",Ny="Veröffentlichungen ansehen",jy="Zitate",$y="Datum",Fy="Filter",Oy="Weiter zur Quelle",Dy="verbergen",Hy="Patente",Uy="Sehen Sie, was wir sonst noch so gemacht haben",Vy="Zusammenfassung",By="Alle Veröffentlichungen anzeigen",zy="Spaß & Veranstaltungen",Gy="Labor-Nachrichten",qy="Multimedia",Wy="Kontaktieren Sie uns!",Ky="Alle Ereignisse anzeigen",Yy="Alle Medien anzeigen",Jy="Alle Nachrichten anzeigen",Qy="Für Job bewerben",Zy="Werbeflyer",Xy="Wir sind ein Team von Wissenschaftlern und Fachkräften, die verstehen wollen, wie Darmmikroben das Gehirn und das Verhalten beeinflussen.",eA="Helfen Sie, wissenschaftliche Entdeckungen zu machen",tA="Interaktion mit freundlichen Menschen",nA="Arbeiten im sonnigen Los Angeles",iA="Treten Sie dem Team bei",aA="Wissenschaft!",oA={A_alumni:ny,A_body_contains_trillions:iy,A_home:ay,A_jobs:oy,A_learn_about_our_research:sy,A_meet_the_team:ry,A_news:ly,A_publications:cy,A_research:dy,AREA_d:uy,AREA_d_desc:hy,AREA_g:my,AREA_g_desc:fy,AREA_m:py,AREA_m_desc:_y,AREA_s:by,AREA_s_desc:gy,"Assistant Project Scientist":"Stellvertretender Projektwissenschaftler",B_brain_and_behavior:wy,B_brain_behavior_questions:vy,B_health_and_disease:yy,B_heath_disease_questions:Ay,B_investigating_questions:ky,B_labs_focus:Ty,B_latest_news:Ey,B_origins_and_interactions:Sy,B_origins_interactions_questions:Py,B_see_more_news:xy,compiling:Cy,D_footer_hsiao_lab:Ly,D_footer_trillion:Ry,E_research_areas:Iy,E_view_all_pubs:My,E_view_pubs:Ny,F_citations:jy,F_date:$y,F_filter:Fy,F_g_to_source:Oy,F_hide_abstract:Dy,F_patents:Hy,F_see_activity:Uy,F_show_abstract:Vy,F_show_all_pubs:By,G_fun_events:zy,G_lab_news:Gy,G_multimedia:qy,G_send_us_a_note:Wy,G_show_all_events:Ky,G_show_all_media:Yy,G_show_all_news:Jy,"Gnotobiotics Manager":"Gnotobiotika-Manager",H_apply:Qy,H_flyer:Zy,H_jobs_desc:Xy,H_jobs_discover:eA,H_jobs_friends:tA,H_jobs_sun:nA,H_join_team:iA,"lg:text-6xl":"lg:text-5xl","Master's Researcher":"Masterstudent, Forscher","MD Researcher":"MD-Forscher","MD/PhD Researcher":"MD/PhD-Forscher","Microbes, Guts & Brains":"Mikroben, Gedärme und Gehirne","Minding Our Microbes":"Mikroben, Gedärme <br>und Gehirne","PhD Researcher":"PhD-Forscher","Postdoctoral Scholar":"Postdoc-Stipendiat","Principal Investigator":"Hauptuntersuchungsleiter","Public Administration Analyst":"Analyst für öffentliche Verwaltung",science:aA,"Staff Research Associate":"Wissenschaftliche Mitarbeiterin","Undergraduate Researcher":"Undergraduate Researcher","Visiting Scholar":"Gastwissenschaftler"},sA="Alumni",rA="The body contains trillions of microbes that impact health & disease. We aim to understand how they influence brain & behavior.",lA="Home",cA="Jobs",dA="Learn about our research",uA="Meet the team",hA="News",mA="Publications",fA="Research",pA="Microbiome and neuroimmune influences on neurological disorders",_A="The gut microbiome and immune system are at the interface of gene-environmental interactions across many neurodevelopmental, neuropsychiatric, and neurodegenerative conditions. We find that specific alterations in the gut microbiome and immune system can increase risk for brain and behavioral abnormalities in models of various neurological diseases, such as autism, epilepsy, cognitive impairment, Parkinson’s disease, and Alzheimer’s disease. We also find that specific microbiome-based interventions can be used to treat symptoms of neurological diseases.",bA="Microbiome and gastrointestinal and metabolic disorders",gA="Many gastrointestinal and metabolic conditions are associated with alterations in the gut microbiome and neurochemicals. We find that microbiome-neurochemical interactions can contribute to risk for irritable bowel syndrome and influence metabolic health.",wA="Microbiome on maternal health and fetal neurodevelopment",vA="During pregnancy, the maternal microbiome responds to environmental challenges, such as infection and dietary alterations, and regulates numerous biochemicals across the maternal and fetal bloodstreams. We find that the maternal microbiome during pregnancy modifies environmental influences on placental and fetal brain development, with lasting changes in brain function and behavior of the offspring.",yA="Microbiome and active neurochemical signaling",AA="The gut microbiome regulates hundreds of biochemicals in the host. We find that specific gut microbes regulate the synthesis of neuroactive molecules, such as serotonin, which impact neuronal activity across the gut-brain axis. We further find that select bacteria can directly interact with neurochemicals to promote their own fitness in the gastrointestinal tract and alter host responses to common medications that target neurochemical signaling pathways.",kA="Brain & Behavior",TA="What are the effects of the microbiota on the nervous system? And how do microbes communicate with the nervous system?",EA="Health & Disease",SA="How do microbe-nervous system interactions impact health and disease? And can modification of the microbiota treat symptoms of neurological diseases?",PA="Investigating Questions in Integrative Biology",xA="The Lab's Focus",CA="Latest News",LA="Origins & Interactions",RA="Which species or communities confer particular functional effects? And what are the evolutionary benefits of microbe-nervous system interactions?",IA="See more lab news",MA="Compiling",NA="The Hsiao Lab at UCLA aims to understand how they influence brain & behavior.",jA="The body contains trillions of microbes that impact health & disease.",$A="Research Areas",FA="View all publications",OA="View publications",DA="Citations",HA="Date",UA="Filter",VA="Go to source",BA="Hide Abstract",zA="Patents",GA="See what else we've been up to",qA="Show abstract",WA="Show all publications",KA="Fun & Events",YA="Lab News",JA="Multimedia",QA="Send us a note!",ZA="Show All Events",XA="Show All Media",e3="Show all news",t3="Apply for job",n3="Ad flyer",i3="We are a team of scientists and skilled staff who want to understand how gut microbes impact the brain and behavior.",a3="Help make scientific discoveries",o3="Interact with friendly people",s3="Work in sunny Los Angeles",r3="Join the team",l3="Science!",c3={A_alumni:sA,A_body_contains_trillions:rA,A_home:lA,A_jobs:cA,A_learn_about_our_research:dA,A_meet_the_team:uA,A_news:hA,A_publications:mA,A_research:fA,AREA_d:pA,AREA_d_desc:_A,AREA_g:bA,AREA_g_desc:gA,AREA_m:wA,AREA_m_desc:vA,AREA_s:yA,AREA_s_desc:AA,"Assistant Project Scientist":"Assistant Project Scientist",B_brain_and_behavior:kA,B_brain_behavior_questions:TA,B_health_and_disease:EA,B_heath_disease_questions:SA,B_investigating_questions:PA,B_labs_focus:xA,B_latest_news:CA,B_origins_and_interactions:LA,B_origins_interactions_questions:RA,B_see_more_news:IA,compiling:MA,D_footer_hsiao_lab:NA,D_footer_trillion:jA,E_research_areas:$A,E_view_all_pubs:FA,E_view_pubs:OA,F_citations:DA,F_date:HA,F_filter:UA,F_g_to_source:VA,F_hide_abstract:BA,F_patents:zA,F_see_activity:GA,F_show_abstract:qA,F_show_all_pubs:WA,G_fun_events:KA,G_lab_news:YA,G_multimedia:JA,G_send_us_a_note:QA,G_show_all_events:ZA,G_show_all_media:XA,G_show_all_news:e3,"Gnotobiotics Manager":"Gnotobiotics Manager",H_apply:t3,H_flyer:n3,H_jobs_desc:i3,H_jobs_discover:a3,H_jobs_friends:o3,H_jobs_sun:s3,H_join_team:r3,"lg:text-6xl":"lg:text-6xl","Master's Researcher":"Master's Researcher","MD Researcher":"MD Researcher","MD/PhD Researcher":"MD/PhD Researcher","Microbes, Guts & Brains":"Microbes, Guts & Brains","Minding Our Microbes":"Minding Our Microbes","PhD Researcher":"PhD Researcher","Postdoctoral Scholar":"Postdoctoral Scholar","Principal Investigator":"Principal Investigator","Public Administration Analyst":"Public Administration Analyst",science:l3,"Staff Research Associate":"Staff Research Associate","Undergraduate Researcher":"Undergraduate Researcher","Visiting Scholar":"Visiting Scholar"},d3="Alumni",u3="El cuerpo contiene billones de microbios que influyen en la salud y la enfermedad. Nuestro objetivo es comprender cómo influyen en el cerebro y el comportamiento.",h3="Inicio",m3="empleos",f3="Nuestra investigación",p3="Conoce al equipo",_3="Noticias",b3="Publicaciones",g3="Investigar",w3="Influencias del microbioma y el neuroinmune en los trastornos neurológicos",v3="El microbioma intestinal y el sistema inmunitario están en la interfaz de las interacciones genético-ambientales en muchas enfermedades del neurodesarrollo, neuropsiquiátricas y neurodegenerativas. Descubrimos que las alteraciones específicas del microbioma intestinal y del sistema inmunitario pueden aumentar el riesgo de anomalías cerebrales y conductuales en modelos de diversas enfermedades neurológicas, como el autismo, la epilepsia, el deterioro cognitivo, la enfermedad de Parkinson y la enfermedad de Alzheimer. También descubrimos que pueden utilizarse intervenciones específicas basadas en el microbioma para tratar los síntomas de las enfermedades neurológicas.",y3="Microbioma y trastornos gastrointestinales y metabólicos",A3="Muchas afecciones gastrointestinales y metabólicas se asocian a alteraciones del microbioma intestinal y de los neuroquímicos. Descubrimos que las interacciones microbioma-neuroquímica pueden contribuir al riesgo de padecer el síndrome del intestino irritable e influir en la salud metabólica.",k3="El microbioma en la salud materna y el neurodesarrollo del feto",T3="Durante el embarazo, el microbioma materno responde a los desafíos ambientales, como las infecciones y las alteraciones dietéticas, y regula numerosos productos bioquímicos en el torrente sanguíneo materno y fetal. Descubrimos que el microbioma materno durante el embarazo modifica las influencias ambientales en el desarrollo cerebral de la placenta y el feto, con cambios duraderos en la función cerebral y el comportamiento de la descendencia.",E3="Microbioma y señalización neuroquímica activa",S3="El microbioma intestinal regula cientos de sustancias bioquímicas en el huésped. Descubrimos que determinados microbios intestinales regulan la síntesis de moléculas neuroactivas, como la serotonina, que influyen en la actividad neuronal del eje intestino-cerebro. Además, descubrimos que determinadas bacterias pueden interactuar directamente con los productos neuroquímicos para promover su propia aptitud en el tracto gastrointestinal y alterar las respuestas del huésped a los medicamentos comunes que se dirigen a las vías de señalización neuroquímica.",P3="Cerebro y comportamiento",x3="¿Cuáles son los efectos de la microbiota en el sistema nervioso? ¿Y cómo se comunican los microbios con el sistema nervioso?",C3="Salud y enfermedad",L3="¿Cómo influyen las interacciones entre los microbios y el sistema nervioso en la salud y la enfermedad? ¿Y puede la modificación de la microbiota tratar los síntomas de las enfermedades neurológicas?",R3="Investigación de cuestiones de biología integradora",I3="El enfoque del laboratorio",M3="Ultimas Noticias",N3="Orígenes e interacciones",j3="¿Qué especies o comunidades confieren determinados efectos funcionales? ¿Y cuáles son los beneficios evolutivos de las interacciones entre los microbios y el sistema nervioso?",$3="Ver más noticias del laboratorio",F3="Compilación de",O3="El laboratorio Hsiao de la UCLA pretende entender cómo influyen en el cerebro y el comportamiento.",D3="El cuerpo contiene billones de microbios que influyen en la salud y la enfermedad.",H3="Áreas de investigación",U3="Todas las publicaciones",V3="Ver publicaciones",B3="Citas",z3="Fecha",G3="filtro",q3="Ir a la fuente",W3="Ocultar resumen",K3="Patentes",Y3="Vea qué más hemos hecho",J3="Mostrar resumen",Q3="Mostrar todas las publicaciones",Z3="Diversión y eventos",X3="Noticias de laboratorio",e4="Multimedia",t4="Envíenos una nota.",n4="Mostrar todos los eventos",i4="Mostrar todos los medios",a4="Mostrar todas las noticias",o4="Solicitar trabajo",s4="Folleto publicitario",r4="Somos un equipo de científicos y personal cualificado que quiere entender cómo los microbios intestinales influyen en el cerebro y el comportamiento.",l4="Ayudar a hacer descubrimientos científicos",c4="Interactuar con gente amable",d4="Trabajar en la soleada Los Ángeles",u4="Unete al Equipo",h4="¡Ciencia!",m4={A_alumni:d3,A_body_contains_trillions:u3,A_home:h3,A_jobs:m3,A_learn_about_our_research:f3,A_meet_the_team:p3,A_news:_3,A_publications:b3,A_research:g3,AREA_d:w3,AREA_d_desc:v3,AREA_g:y3,AREA_g_desc:A3,AREA_m:k3,AREA_m_desc:T3,AREA_s:E3,AREA_s_desc:S3,"Assistant Project Scientist":"Asistente del científico del proyecto",B_brain_and_behavior:P3,B_brain_behavior_questions:x3,B_health_and_disease:C3,B_heath_disease_questions:L3,B_investigating_questions:R3,B_labs_focus:I3,B_latest_news:M3,B_origins_and_interactions:N3,B_origins_interactions_questions:j3,B_see_more_news:$3,compiling:F3,D_footer_hsiao_lab:O3,D_footer_trillion:D3,E_research_areas:H3,E_view_all_pubs:U3,E_view_pubs:V3,F_citations:B3,F_date:z3,F_filter:G3,F_g_to_source:q3,F_hide_abstract:W3,F_patents:K3,F_see_activity:Y3,F_show_abstract:J3,F_show_all_pubs:Q3,G_fun_events:Z3,G_lab_news:X3,G_multimedia:e4,G_send_us_a_note:t4,G_show_all_events:n4,G_show_all_media:i4,G_show_all_news:a4,"Gnotobiotics Manager":"Gerente de Gnotobiotics",H_apply:o4,H_flyer:s4,H_jobs_desc:r4,H_jobs_discover:l4,H_jobs_friends:c4,H_jobs_sun:d4,H_join_team:u4,"lg:text-6xl":"lg:text-5xl","Master's Researcher":"Investigador de Maestría","MD Researcher":"Investigador MD","MD/PhD Researcher":"Investigador MD/PhD","Microbes, Guts & Brains":"Microbios, tripas y cerebros","Minding Our Microbes":"Microbios, <br>tripas y cerebros","PhD Researcher":"Investigador de doctorado","Postdoctoral Scholar":"Becario postdoctoral","Principal Investigator":"Investigador principal","Public Administration Analyst":"Analista de la Administración Pública",science:h4,"Staff Research Associate":"Personal de investigación asociado","Undergraduate Researcher":"Investigador de grado","Visiting Scholar":"Becario visitante"},f4="Anciens",p4="Le corps contient des trillions de microbes qui ont un impact sur la santé et la maladie. Nous cherchons à comprendre comment ils influencent le cerveau et le comportement.",_4="Accueil",b4="Emplois",g4="Nos recherches",w4="L'équipe",v4="Nouvelles",y4="Publications",A4="Recherche",k4="Influences du microbiome et du système neuro-immunitaire sur les troubles neurologiques",T4="Le microbiome intestinal et le système immunitaire sont à l'interface des interactions gènes-environnement dans de nombreuses maladies neurodéveloppementales, neuropsychiatriques et neurodégénératives. Nous constatons que des altérations spécifiques du microbiome intestinal et du système immunitaire peuvent augmenter le risque d'anomalies cérébrales et comportementales dans des modèles de diverses maladies neurologiques, telles que l'autisme, l'épilepsie, les troubles cognitifs, la maladie de Parkinson et la maladie d'Alzheimer. Nous constatons également que des interventions spécifiques basées sur le microbiome peuvent être utilisées pour traiter les symptômes des maladies neurologiques.",E4="Microbiome et troubles gastro-intestinaux et métaboliques",S4="De nombreuses affections gastro-intestinales et métaboliques sont associées à des altérations du microbiome intestinal et des substances neurochimiques. Nous constatons que les interactions microbiome-neurochimique peuvent contribuer au risque de syndrome du côlon irritable et influencer la santé métabolique.",P4="Le microbiome sur la santé maternelle et le neurodéveloppement fœtal",x4="Pendant la grossesse, le microbiome maternel répond aux défis environnementaux, tels que les infections et les altérations alimentaires, et régule de nombreux produits biochimiques dans les flux sanguins maternels et fœtaux. Nous constatons que le microbiome maternel pendant la grossesse modifie les influences environnementales sur le développement du cerveau placentaire et fœtal, avec des changements durables dans la fonction cérébrale et le comportement de la progéniture.",C4="Microbiome et signalisation neurochimique active",L4="Le microbiome intestinal régule des centaines de substances biochimiques chez l'hôte. Nous avons découvert que certains microbes intestinaux régulent la synthèse de molécules neuroactives, telles que la sérotonine, qui ont un impact sur l'activité neuronale dans l'axe intestin-cerveau. Nous constatons en outre que certaines bactéries peuvent interagir directement avec les substances neurochimiques pour favoriser leur propre adaptation dans le tractus gastro-intestinal et modifier les réponses de l'hôte aux médicaments courants qui ciblent les voies de signalisation neurochimiques.",R4="Cerveau et comportement",I4="Quels sont les effets du microbiote sur le système nerveux ? Et comment les microbes communiquent-ils avec le système nerveux ?",M4="Santé et maladie",N4="Comment les interactions entre les microbes et le système nerveux influent-elles sur la santé et la maladie ? Et la modification du microbiote peut-elle traiter les symptômes des maladies neurologiques ?",j4="Questions de recherche en biologie intégrative",$4="L'objectif du laboratoire",F4="Dernières nouvelles",O4="Origines et interactions",D4="Quelles espèces ou communautés confèrent des effets fonctionnels particuliers ? Et quels sont les avantages évolutifs des interactions entre les microbes et le système nerveux ?",H4="Voir plus de nouvelles du laboratoire",U4="Compiler",V4="Le laboratoire Hsiao de l'UCLA vise à comprendre comment ils influencent le cerveau et le comportement.",B4="Le corps contient des trillions de microbes qui ont un impact sur la santé et la maladie.",z4="Domaines de recherche",G4="Toutes les publications",q4="Voir les publications",W4="Citations",K4="Date",Y4="Filtrez",J4="Aller à la source",Q4="Masquer le résumé",Z4="Brevets",X4="Voir ce que nous avons fait d'autre",ek="Afficher le résumé",tk="Afficher toutes les publications",nk="Loisirs et événements",ik="Nouvelles du laboratoire",ak="Multimédia",ok="Contactez nous !",sk="Afficher tous les événements",rk="Afficher tous les médias",lk="Afficher toutes les nouvelles",ck="Postuler pour un emploi",dk="Dépliant publicitaire",uk="Nous sommes une équipe de scientifiques et de personnel qualifié qui veulent comprendre l'impact des microbes intestinaux sur le cerveau et le comportement.",hk="Contribuer à faire des découvertes scientifiques",mk="Interagir avec des personnes amicales",fk="Travailler sous le soleil de Los Angeles",pk="Rejoignez l'équipe",_k="La science !",bk={A_alumni:f4,A_body_contains_trillions:p4,A_home:_4,A_jobs:b4,A_learn_about_our_research:g4,A_meet_the_team:w4,A_news:v4,A_publications:y4,A_research:A4,AREA_d:k4,AREA_d_desc:T4,AREA_g:E4,AREA_g_desc:S4,AREA_m:P4,AREA_m_desc:x4,AREA_s:C4,AREA_s_desc:L4,"Assistant Project Scientist":"Assistant scientifique de projet",B_brain_and_behavior:R4,B_brain_behavior_questions:I4,B_health_and_disease:M4,B_heath_disease_questions:N4,B_investigating_questions:j4,B_labs_focus:$4,B_latest_news:F4,B_origins_and_interactions:O4,B_origins_interactions_questions:D4,B_see_more_news:H4,compiling:U4,D_footer_hsiao_lab:V4,D_footer_trillion:B4,E_research_areas:z4,E_view_all_pubs:G4,E_view_pubs:q4,F_citations:W4,F_date:K4,F_filter:Y4,F_g_to_source:J4,F_hide_abstract:Q4,F_patents:Z4,F_see_activity:X4,F_show_abstract:ek,F_show_all_pubs:tk,G_fun_events:nk,G_lab_news:ik,G_multimedia:ak,G_send_us_a_note:ok,G_show_all_events:sk,G_show_all_media:rk,G_show_all_news:lk,"Gnotobiotics Manager":"Responsable Gnotobiotiques",H_apply:ck,H_flyer:dk,H_jobs_desc:uk,H_jobs_discover:hk,H_jobs_friends:mk,H_jobs_sun:fk,H_join_team:pk,"lg:text-6xl":"lg:text-5xl","Master's Researcher":"Chercheur étudiant en master","MD Researcher":"Chercheur MD","MD/PhD Researcher":"Chercheur MD/PhD","Microbes, Guts & Brains":"Microbes, tripes et cerveaux","Minding Our Microbes":"Microbes, tripes<br> et cerveaux","PhD Researcher":"Chercheur doctoral","Postdoctoral Scholar":"Chercheur postdoctoral","Principal Investigator":"Chercheur principal","Public Administration Analyst":"Analyste de l'administration publique",science:_k,"Staff Research Associate":"Associé de recherche","Undergraduate Researcher":"Chercheur de premier cycle","Visiting Scholar":"Chercheur invité"},gk="Alumni",wk="Il corpo contiene trilioni di microbi che hanno un impatto sulla salute e sulle malattie. Il nostro obiettivo è capire come influenzano il cervello e il comportamento.",vk="Home",yk="Lavori",Ak="Scopri la nostra ricerca",kk="Incontrare il team",Tk="Notizie",Ek="Pubblicazioni",Sk="Ricerca",Pk="Influenze del microbioma e della neuroimmunità sui disturbi neurologici",xk="Il microbioma intestinale e il sistema immunitario sono all'interfaccia delle interazioni tra geni e ambiente in molte patologie del neurosviluppo, neuropsichiatriche e neurodegenerative. Abbiamo scoperto che alterazioni specifiche del microbioma intestinale e del sistema immunitario possono aumentare il rischio di anomalie cerebrali e comportamentali in modelli di varie malattie neurologiche, come l'autismo, l'epilessia, il deterioramento cognitivo, il morbo di Parkinson e il morbo di Alzheimer. Abbiamo anche scoperto che interventi specifici basati sul microbioma possono essere utilizzati per trattare i sintomi delle malattie neurologiche.",Ck="Microbioma e disturbi gastrointestinali e metabolici",Lk="Molte condizioni gastrointestinali e metaboliche sono associate ad alterazioni del microbioma intestinale e delle sostanze neurochimiche. Scopriamo che le interazioni microbioma-neurochimica possono contribuire al rischio di sindrome dell'intestino irritabile e influenzare la salute metabolica.",Rk="Il microbioma sulla salute materna e il neurosviluppo fetale",Ik="Durante la gravidanza, il microbioma materno risponde alle sfide ambientali, come le infezioni e le alterazioni della dieta, e regola numerose sostanze biochimiche nel flusso sanguigno materno e fetale. Abbiamo scoperto che il microbioma materno durante la gravidanza modifica le influenze ambientali sullo sviluppo cerebrale della placenta e del feto, con cambiamenti duraturi nella funzione cerebrale e nel comportamento della prole.",Mk="Microbioma e segnalazione neurochimica attiva",Nk="Il microbioma intestinale regola centinaia di sostanze biochimiche nell'ospite. Abbiamo scoperto che specifici microbi intestinali regolano la sintesi di molecole neuroattive, come la serotonina, che hanno un impatto sull'attività neuronale attraverso l'asse intestino-cervello. Abbiamo inoltre scoperto che alcuni batteri selezionati possono interagire direttamente con le sostanze neurochimiche per promuovere la propria idoneità nel tratto gastrointestinale e alterare le risposte dell'ospite ai comuni farmaci che hanno come bersaglio le vie di segnalazione neurochimiche.",jk="Cervello e comportamento",$k="Quali sono gli effetti del microbiota sul sistema nervoso? E come comunicano i microbi con il sistema nervoso?",Fk="Salute e malattia",Ok="In che modo le interazioni tra microbi e sistema nervoso influiscono sulla salute e sulla malattia? E la modifica del microbiota può trattare i sintomi delle malattie neurologiche?",Dk="Domande di approfondimento in Biologia Integrativa",Hk="L'obiettivo del laboratorio",Uk="Ultime notizie",Vk="Origini e interazioni",Bk="Quali specie o comunità conferiscono particolari effetti funzionali? E quali sono i vantaggi evolutivi delle interazioni tra microbi e sistema nervoso?",zk="Vedi altre notizie sul laboratorio",Gk="Compilazione",qk="Il laboratorio Hsiao dell'UCLA si propone di capire come influenzano il cervello e il comportamento.",Wk="Il corpo contiene trilioni di microbi che hanno un impatto sulla salute e sulle malattie.",Kk="Aree di ricerca",Yk="Tutte le pubblicazioni",Jk="Visualizza le pubblicazioni",Qk="Citazioni",Zk="Data",Xk="Filtro",e5="Vai alla fonte",t5="Nascondi abstract",n5="Brevetti",i5="Scoprite cos'altro abbiamo fatto",a5="Mostra abstract",o5="Mostra tutte le pubblicazioni",s5="Divertimento ed eventi",r5="Notizie dal laboratorio",l5="Multimedia",c5="Contattateci!",d5="Mostra tutti gli eventi",u5="Mostra tutti i media",h5="Mostra tutte le notizie",m5="Candidarsi per il lavoro",f5="Volantino pubblicitario",p5="Siamo un team di scienziati e personale specializzato che vuole capire come i microbi intestinali influenzino il cervello e il comportamento.",_5="Contribuire a fare scoperte scientifiche",b5="Interagire con persone amichevoli",g5="Lavorare nella soleggiata Los Angeles",w5="Unisciti al team",v5="Scienza!",y5={A_alumni:gk,A_body_contains_trillions:wk,A_home:vk,A_jobs:yk,A_learn_about_our_research:Ak,A_meet_the_team:kk,A_news:Tk,A_publications:Ek,A_research:Sk,AREA_d:Pk,AREA_d_desc:xk,AREA_g:Ck,AREA_g_desc:Lk,AREA_m:Rk,AREA_m_desc:Ik,AREA_s:Mk,AREA_s_desc:Nk,"Assistant Project Scientist":"Assistente scienziato di progetto",B_brain_and_behavior:jk,B_brain_behavior_questions:$k,B_health_and_disease:Fk,B_heath_disease_questions:Ok,B_investigating_questions:Dk,B_labs_focus:Hk,B_latest_news:Uk,B_origins_and_interactions:Vk,B_origins_interactions_questions:Bk,B_see_more_news:zk,compiling:Gk,D_footer_hsiao_lab:qk,D_footer_trillion:Wk,E_research_areas:Kk,E_view_all_pubs:Yk,E_view_pubs:Jk,F_citations:Qk,F_date:Zk,F_filter:Xk,F_g_to_source:e5,F_hide_abstract:t5,F_patents:n5,F_see_activity:i5,F_show_abstract:a5,F_show_all_pubs:o5,G_fun_events:s5,G_lab_news:r5,G_multimedia:l5,G_send_us_a_note:c5,G_show_all_events:d5,G_show_all_media:u5,G_show_all_news:h5,"Gnotobiotics Manager":"Responsabile Gnotobiotici",H_apply:m5,H_flyer:f5,H_jobs_desc:p5,H_jobs_discover:_5,H_jobs_friends:b5,H_jobs_sun:g5,H_join_team:w5,"lg:text-6xl":"lg:text-5xl","Master's Researcher":"Studente ricercatore di Master","MD Researcher":"Ricercatore MD","MD/PhD Researcher":"Ricercatore MD/PhD","Microbes, Guts & Brains":"Microbi, budella e cervello","Minding Our Microbes":"Microbi, budella <br>e cervello","PhD Researcher":"Ricercatore PhD","Postdoctoral Scholar":"Borsista post-dottorato","Principal Investigator":"Sperimentatore principale","Public Administration Analyst":"Analista della Pubblica Amministrazione",science:v5,"Staff Research Associate":"Personale di ricerca associato","Undergraduate Researcher":"Ricercatore universitario","Visiting Scholar":"Studioso in visita"},A5="卒業生",k5="体内には何兆個もの微生物が存在し、健康や病気に影響を与えています。私たちは、それらがどのように脳や行動に影響を与えるかを理解することを目指しています。",T5="ホーム",E5="求人情報",S5="研究内容についてはこちら",P5="チーム紹介",x5="ニュース",C5="出版物",L5="リサーチ",R5="神経疾患におけるマイクロバイオームと神経免疫の影響",I5="腸内細菌と免疫系は、多くの神経発達、神経精神、神経変性疾患において、遺伝子と環境の相互作用の接点にあります。私たちは、自閉症、てんかん、認知障害、パーキンソン病、アルツハイマー病などの様々な神経疾患モデルにおいて、腸内細菌と免疫系の特定の変化が脳と行動の異常のリスクを高めることを発見しています。また、特定のマイクロバイオームベースの介入を行うことで、神経疾患の症状を治療できることもわかっています。",M5="マイクロバイオームと消化器・代謝疾患",N5="多くの胃腸疾患や代謝疾患は、腸内細菌叢や神経化学物質の変化と関連しています。我々は、マイクロバイオームと神経化学物質の相互作用が過敏性腸症候群のリスクに寄与し、代謝の健康に影響を与えることを発見しています。",j5="母体の健康と胎児の神経発達に及ぼすマイクロバイオームの影響",$5="妊娠中、母体マイクロバイオームは、感染や食事の変化などの環境課題に対応し、母体と胎児の血流全体で数多くの生化学物質を制御しています。私たちは、妊娠中の母体マイクロバイオームが胎盤および胎児の脳の発達に対する環境影響を修飾し、子孫の脳機能や行動に持続的な変化をもたらすことを発見しています。",F5="マイクロバイオームと活発な神経化学シグナル伝達",O5="腸内細菌は、宿主の何百もの生化学物質を制御しています。私たちは、特定の腸内細菌がセロトニンなどの神経活性分子の合成を制御し、それが腸脳軸全体の神経細胞の活動に影響を与えることを発見しました。さらに、特定の細菌が神経化学物質と直接相互作用することで、消化管における自らの体力を促進し、神経化学物質のシグナル伝達経路を標的とする一般的な薬物に対する宿主の反応を変化させることも分かっている。",D5="脳と行動",H5="微生物叢が神経系に及ぼす影響とは？また、微生物はどのように神経系とコミュニケーションをとっているのでしょうか？",U5="健康・疾病",V5="微生物と神経系の相互作用は、健康や病気にどのような影響を与えるのでしょうか？そして、微生物叢の改変は神経疾患の症状を治療できるのか？",B5="統合生物学の疑問を解明する",z5="研究室のこだわり",G5="最新ニュース",q5="起源と相互作用",W5="どの種や集団が特定の機能的効果をもたらすのか？また、微生物と神経系の相互作用がもたらす進化上の利点は何か？",K5="研究所のニュースをもっと見る",Y5="コンパイル",J5="UCLAの蕭研究室は、これらの物質が脳や行動にどのような影響を及ぼすのかを解明することを目的としています。",Q5="体内には何兆もの微生物が存在し、健康や病気に影響を与えています。",Z5="研究分野",X5="すべての出版物を見る",e9="出版物を見る",t9="引用文献",n9="日付",i9="フィルター",a9="ソースへ移動",o9="抄録を隠す",s9="特許",r9="その他、私たちの活動を見る",l9="抄録を表示する",c9="すべての出版物を表示する",d9="お楽しみ・イベント",u9="研究室だより",h9="マルチメディア",m9="お問い合わせはこちら",f9="すべてのイベントを表示",p9="すべてのメディアを表示",_9="すべてのニュースを表示する",b9="求人に応募する",g9="広告フライヤー",w9="私たちは、腸内細菌が脳や行動にどのような影響を与えるのかを理解しようとする科学者と熟練したスタッフで構成されるチームです。",v9="科学的発見に貢献する",y9="友好的な人々との交流",A9="晴れの国ロサンゼルスで働く",k9="チームに参加する",T9="科学だ！",E9={A_alumni:A5,A_body_contains_trillions:k5,A_home:T5,A_jobs:E5,A_learn_about_our_research:S5,A_meet_the_team:P5,A_news:x5,A_publications:C5,A_research:L5,AREA_d:R5,AREA_d_desc:I5,AREA_g:M5,AREA_g_desc:N5,AREA_m:j5,AREA_m_desc:$5,AREA_s:F5,AREA_s_desc:O5,"Assistant Project Scientist":"アシスタントプロジェクトサイエンティスト",B_brain_and_behavior:D5,B_brain_behavior_questions:H5,B_health_and_disease:U5,B_heath_disease_questions:V5,B_investigating_questions:B5,B_labs_focus:z5,B_latest_news:G5,B_origins_and_interactions:q5,B_origins_interactions_questions:W5,B_see_more_news:K5,compiling:Y5,D_footer_hsiao_lab:J5,D_footer_trillion:Q5,E_research_areas:Z5,E_view_all_pubs:X5,E_view_pubs:e9,F_citations:t9,F_date:n9,F_filter:i9,F_g_to_source:a9,F_hide_abstract:o9,F_patents:s9,F_see_activity:r9,F_show_abstract:l9,F_show_all_pubs:c9,G_fun_events:d9,G_lab_news:u9,G_multimedia:h9,G_send_us_a_note:m9,G_show_all_events:f9,G_show_all_media:p9,G_show_all_news:_9,"Gnotobiotics Manager":"グノバイオティクスマネージャー",H_apply:b9,H_flyer:g9,H_jobs_desc:w9,H_jobs_discover:v9,H_jobs_friends:y9,H_jobs_sun:A9,H_join_team:k9,"lg:text-6xl":"lg:text-6xl","Master's Researcher":"修士課程研究員","MD Researcher":"医学博士研究員","MD/PhD Researcher":"MD/PhD研究員","Microbes, Guts & Brains":"微生物、腸、脳","Minding Our Microbes":"微生物、腸、脳","PhD Researcher":"博士課程研究員","Postdoctoral Scholar":"ポスドク研究員","Principal Investigator":"研究代表者","Public Administration Analyst":"行政アナリスト",science:T9,"Staff Research Associate":"リサーチアソシエイト","Undergraduate Researcher":"学部生研究員","Visiting Scholar":"客員研究員"},S9="Alumni",P9="Het lichaam bevat triljoenen microben die gezondheid en ziekte beïnvloeden. Wij streven ernaar te begrijpen hoe zij hersenen en gedrag beïnvloeden.",x9="Home",C9="Banen",L9="Over ons onderzoek",R9="Ontmoet het team",I9="Nieuws",M9="Publicaties",N9="Onderzoek",j9="Microbioom en neuroimmuun invloeden op neurologische aandoeningen",$9="Het darmmicrobioom en het immuunsysteem bevinden zich op het raakvlak van gen-omgevingsinteracties in vele neurologische, neuropsychiatrische en neurodegeneratieve aandoeningen. We vinden dat specifieke veranderingen in het darm microbioom en immuunsysteem het risico op hersen- en gedragsafwijkingen kunnen verhogen in modellen van verschillende neurologische aandoeningen, zoals autisme, epilepsie, cognitieve stoornissen, de ziekte van Parkinson, en de ziekte van Alzheimer. We vinden ook dat specifieke microbioom-gebaseerde interventies kunnen worden gebruikt om symptomen van neurologische ziekten te behandelen.",F9="Microbioom en maag-darm- en stofwisselingsstoornissen",O9="Veel gastro-intestinale en metabole aandoeningen zijn geassocieerd met veranderingen in het darm microbioom en neurochemische stoffen. Wij stellen vast dat microbioom-neurochemische interacties kunnen bijdragen tot het risico op prikkelbare darm syndroom en de metabole gezondheid kunnen beïnvloeden.",D9="Microbioom op de gezondheid van de moeder en de neurologische ontwikkeling van de foetus",H9="Tijdens de zwangerschap reageert het maternale microbioom op omgevingsfactoren, zoals infecties en veranderingen in de voeding, en reguleert het talrijke biochemische stoffen in de bloedstroom van de moeder en de foetus. Wij hebben ontdekt dat het microbioom van de moeder tijdens de zwangerschap de omgevingsinvloeden op de ontwikkeling van de placenta en de hersenen van de foetus wijzigt, met blijvende veranderingen in de hersenfunctie en het gedrag van de nakomelingen tot gevolg.",U9="Microbiome en actieve neurochemische signalering",V9="Het microbioom in de darm reguleert honderden biochemicaliën in de gastheer. We hebben ontdekt dat specifieke darmmicroben de synthese reguleren van neuroactieve moleculen, zoals serotonine, die de neuronale activiteit op de darm-hersenas beïnvloeden. Verder hebben we ontdekt dat geselecteerde bacteriën direct kunnen interageren met neurochemische stoffen om hun eigen fitness in het maag-darmkanaal te bevorderen en de reacties van de gastheer op gangbare medicijnen die neurochemische signaalwegen beïnvloeden, te veranderen.",B9="Hersenen en gedrag",z9="Wat zijn de effecten van de microbiota op het zenuwstelsel? En hoe communiceren microben met het zenuwstelsel?",G9="Gezondheid & Ziekte",q9="Hoe beïnvloeden interacties tussen microben en het zenuwstelsel de gezondheid en de ziekte? En kan wijziging van de microbiota symptomen van neurologische ziekten behandelen?",W9="Onderzoek van vragen in de geïntegreerde biologie",K9="De focus van het lab",Y9="Laatste nieuws",J9="Oorsprong en interacties",Q9="Welke soorten of gemeenschappen verlenen bijzondere functionele effecten? En wat zijn de evolutionaire voordelen van interacties tussen microben en het zenuwstelsel?",Z9="Zie meer laboratorium nieuws",X9="Compileren",e7="Het Hsiao Lab aan de UCLA wil begrijpen hoe ze hersenen en gedrag beïnvloeden.",t7="Het lichaam bevat triljoenen microben die gezondheid en ziekte beïnvloeden.",n7="Onderzoeksgebieden",i7="Bekijk alle publicaties",a7="Bekijk publicaties",o7="Citaten",s7="Datum",r7="Filter",l7="Ga naar bron",c7="Verbergen",d7="Octrooien",u7="Kijk wat we nog meer gedaan hebben",h7="Toon abstract",m7="Toon alle publicaties",f7="Plezier & evenementen",p7="Lab nieuws",_7="Multimedia",b7="Neem contact met ons op!",g7="Toon alle evenementen",w7="Toon alle media",v7="Toon alle nieuws",y7="Solliciteer naar een baan",A7="Advertentie Flyer",k7="Wij zijn een team van wetenschappers en bekwame medewerkers die willen begrijpen hoe darmmicroben de hersenen en het gedrag beïnvloeden.",T7="Wetenschappelijke ontdekkingen helpen doen",E7="Interactie met vriendelijke mensen",S7="Werken in het zonnige Los Angeles",P7="Kom bij het team",x7="Wetenschap!",C7={A_alumni:S9,A_body_contains_trillions:P9,A_home:x9,A_jobs:C9,A_learn_about_our_research:L9,A_meet_the_team:R9,A_news:I9,A_publications:M9,A_research:N9,AREA_d:j9,AREA_d_desc:$9,AREA_g:F9,AREA_g_desc:O9,AREA_m:D9,AREA_m_desc:H9,AREA_s:U9,AREA_s_desc:V9,"Assistant Project Scientist":"Assistent projectwetenschapper",B_brain_and_behavior:B9,B_brain_behavior_questions:z9,B_health_and_disease:G9,B_heath_disease_questions:q9,B_investigating_questions:W9,B_labs_focus:K9,B_latest_news:Y9,B_origins_and_interactions:J9,B_origins_interactions_questions:Q9,B_see_more_news:Z9,compiling:X9,D_footer_hsiao_lab:e7,D_footer_trillion:t7,E_research_areas:n7,E_view_all_pubs:i7,E_view_pubs:a7,F_citations:o7,F_date:s7,F_filter:r7,F_g_to_source:l7,F_hide_abstract:c7,F_patents:d7,F_see_activity:u7,F_show_abstract:h7,F_show_all_pubs:m7,G_fun_events:f7,G_lab_news:p7,G_multimedia:_7,G_send_us_a_note:b7,G_show_all_events:g7,G_show_all_media:w7,G_show_all_news:v7,"Gnotobiotics Manager":"Gnotobiotica Manager",H_apply:y7,H_flyer:A7,H_jobs_desc:k7,H_jobs_discover:T7,H_jobs_friends:E7,H_jobs_sun:S7,H_join_team:P7,"lg:text-6xl":"lg:text-5xl","Master's Researcher":"Master's Student Onderzoeker","MD Researcher":"MD Onderzoeker","MD/PhD Researcher":"MD/PhD onderzoeker","Microbes, Guts & Brains":"Microben, Darmen & Hersenen","Minding Our Microbes":"Microben, Darmen & Hersenen","PhD Researcher":"PhD onderzoeker","Postdoctoral Scholar":"Postdoctoraal Onderzoeker","Principal Investigator":"Hoofdonderzoeker","Public Administration Analyst":"Analist Bestuurskunde",science:x7,"Staff Research Associate":"Onderzoeker","Undergraduate Researcher":"Onderzoeker","Visiting Scholar":"Gastonderzoeker"},L7="Alumni",R7="O corpo contém triliões de micróbios que têm impacto na saúde e na doença. O nosso objectivo é compreender como eles influenciam o cérebro e o comportamento.",I7="home",M7="Empregos",N7="A nossa investigação",j7="Conheça a equipa",$7="Notícias",F7="Publicações",O7="Investigação",D7="Influências microbianas e neuroimunes nas perturbações neurológicas",H7="O microbioma intestinal e o sistema imunitário estão na interface das interacções genes-ambientais em muitas condições de desenvolvimento neurológico, neuropsiquiátrico, e neurodegenerativo. Verificamos que alterações específicas no microbioma intestinal e no sistema imunitário podem aumentar o risco de anomalias cerebrais e comportamentais em modelos de várias doenças neurológicas, tais como o autismo, epilepsia, deficiência cognitiva, doença de Parkinson, e doença de Alzheimer. Verificamos também que intervenções específicas baseadas em microbiologia podem ser utilizadas para tratar sintomas de doenças neurológicas.",U7="Perturbações microbiológicas, gastrointestinais e metabólicas",V7="Muitas condições gastrointestinais e metabólicas estão associadas a alterações no microbioma intestinal e neuroquímicos. Verificamos que as interacções microbiome-neuroquímicas podem contribuir para o risco de síndrome do intestino irritável e influenciar a saúde metabólica.",B7="Microbioma sobre saúde materna e neurodesenvolvimento fetal",z7="Durante a gravidez, o microbioma materno responde a desafios ambientais, tais como infecções e alterações dietéticas, e regula numerosos bioquímicos nas correntes sanguíneas materna e fetal. Verificamos que o microbioma materno durante a gravidez modifica as influências ambientais no desenvolvimento da placenta e do cérebro fetal, com alterações duradouras na função cerebral e no comportamento da descendência.",G7="Sinalização microbiométrica e neuroquímica activa",q7="O microbioma intestinal regula centenas de bioquímicos no hospedeiro. Descobrimos que micróbios intestinais específicos regulam a síntese de moléculas neuroactivas, tais como a serotonina, que têm impacto na actividade neuronal através do eixo do cérebro intestinal. Descobrimos ainda que bactérias seleccionadas podem interagir directamente com os neuroquímicos para promover a sua própria aptidão no tracto gastrointestinal e alterar as respostas do hospedeiro a medicamentos comuns que visam vias de sinalização neuroquímica.",W7="Cérebro e Comportamento",K7="Quais são os efeitos da microbiota sobre o sistema nervoso? E como é que os micróbios comunicam com o sistema nervoso?",Y7="Saúde e Doença",J7="Como é que as interacções entre os micróbios e os sistemas nervosos têm impacto na saúde e na doença? E a modificação da microbiota pode tratar os sintomas de doenças neurológicas?",Q7="Questões de Investigação em Biologia Integrativa",Z7="O foco do laboratório",X7="Notícias mais recentes",eT="Origens e Interacções",tT="Que espécies ou comunidades conferem efeitos funcionais particulares? E quais são os benefícios evolutivos das interacções do sistema micronervoso?",nT="Ver mais notícias de laboratório",iT="Compilação",aT="O Laboratório Hsiao da UCLA pretende compreender como influenciam o cérebro e o comportamento.",oT="O corpo contém triliões de micróbios que têm impacto na saúde e na doença.",sT="Áreas de Investigação",rT="Ver todas as publicações",lT="Ver publicações",cT="Citações",dT="Data",uT="Filtro",hT="Ir à fonte",mT="Ocultar resumo",fT="Patentes",pT="Veja o que mais temos andado a fazer",_T="Mostrar resumo",bT="Mostrar todas as publicações",gT="Diversão e Eventos",wT="Notícias do Laboratório",vT="Multimédia",yT="Contacte-nos!",AT="Mostrar todos os eventos",kT="Mostrar todos os meios de comunicação",TT="Mostrar todas as notícias",ET="Candidatura a emprego",ST="Folheto publicitário",PT="Somos uma equipa de cientistas e pessoal qualificado que quer compreender como os micróbios intestinais influenciam o cérebro e o comportamento.",xT="Ajudar a fazer descobertas científicas",CT="Interagir com pessoas amigáveis",LT="Trabalhar na ensolarada Los Angeles",RT="Junte-se à equipa",IT="Ciência!",MT={A_alumni:L7,A_body_contains_trillions:R7,A_home:I7,A_jobs:M7,A_learn_about_our_research:N7,A_meet_the_team:j7,A_news:$7,A_publications:F7,A_research:O7,AREA_d:D7,AREA_d_desc:H7,AREA_g:U7,AREA_g_desc:V7,AREA_m:B7,AREA_m_desc:z7,AREA_s:G7,AREA_s_desc:q7,"Assistant Project Scientist":"Cientista Assistente de Projecto",B_brain_and_behavior:W7,B_brain_behavior_questions:K7,B_health_and_disease:Y7,B_heath_disease_questions:J7,B_investigating_questions:Q7,B_labs_focus:Z7,B_latest_news:X7,B_origins_and_interactions:eT,B_origins_interactions_questions:tT,B_see_more_news:nT,compiling:iT,D_footer_hsiao_lab:aT,D_footer_trillion:oT,E_research_areas:sT,E_view_all_pubs:rT,E_view_pubs:lT,F_citations:cT,F_date:dT,F_filter:uT,F_g_to_source:hT,F_hide_abstract:mT,F_patents:fT,F_see_activity:pT,F_show_abstract:_T,F_show_all_pubs:bT,G_fun_events:gT,G_lab_news:wT,G_multimedia:vT,G_send_us_a_note:yT,G_show_all_events:AT,G_show_all_media:kT,G_show_all_news:TT,"Gnotobiotics Manager":"Gestor de Gnotobiótica",H_apply:ET,H_flyer:ST,H_jobs_desc:PT,H_jobs_discover:xT,H_jobs_friends:CT,H_jobs_sun:LT,H_join_team:RT,"lg:text-6xl":"lg:text-4xl","Master's Researcher":"Pesquisador de mestrado","MD Researcher":"Investigador MD","MD/PhD Researcher":"Investigador MD/PhD","Microbes, Guts & Brains":"Micróbios, entranhas e cérebros","Minding Our Microbes":"Micróbios, entranhas e cérebros","PhD Researcher":"Investigador PhD","Postdoctoral Scholar":"Bolseiro de Pós-Doutoramento","Principal Investigator":"Investigador Principal","Public Administration Analyst":"Analista da Administração Pública",science:IT,"Staff Research Associate":"Investigador Associado","Undergraduate Researcher":"Investigador de Graduação","Visiting Scholar":"Bolseiro Visitante"},NT="校友",jT="人体含有数万亿的微生物，它们影响着健康和疾病。我们的目标是了解它们如何影响大脑和行为。",$T="首页",FT="工作",OT="了解我们的研究",DT="认识我们的团队",HT="新闻中心",UT="著作",VT="研究",BT="微生物组和神经免疫对神经系统疾病的影响",zT="肠道微生物组和免疫系统处于许多神经发育、神经精神和神经退行性疾病的基因-环境相互作用的界面。我们发现，肠道微生物组和免疫系统的特定改变可以增加各种神经系统疾病模型中大脑和行为异常的风险，如自闭症、癫痫、认知障碍、帕金森病和阿尔茨海默病。我们还发现，基于微生物的特定干预措施可用于治疗神经系统疾病的症状。",GT="微生物组和胃肠道及代谢疾病",qT="许多胃肠道和代谢状况都与肠道微生物组和神经化学物质的改变有关。我们发现，微生物组-神经化学的相互作用可以促成肠易激综合征的风险，并影响代谢健康。",WT="微生物组对孕产妇健康和胎儿神经发育的影响",KT="在怀孕期间，母体微生物组对环境挑战作出反应，如感染和饮食改变，并调节整个母体和胎儿血液中的许多生化物质。我们发现，怀孕期间的母体微生物组改变了环境对胎盘和胎儿大脑发育的影响，对后代的大脑功能和行为产生了持久的变化。",YT="微生物组和活跃的神经化学信号传递",JT="肠道微生物群调节着宿主体内的数百种生化物质。我们发现，特定的肠道微生物调节神经活性分子的合成，如5-羟色胺，它影响整个肠脑轴的神经元活动。我们进一步发现，选定的细菌可以直接与神经化学物质相互作用，以促进它们在胃肠道中的自身健康，并改变宿主对针对神经化学物质信号通路的普通药物的反应。",QT="大脑与行为",ZT="微生物群对神经系统有什么影响？微生物又是如何与神经系统沟通的？",XT="健康与疾病",e8="微生物-神经系统的相互作用如何影响健康和疾病？而改变微生物群是否能治疗神经系统疾病的症状？",t8="综合生物学中的调查问题",n8="实验室的重点",i8="最新新闻",a8="起源和相互作用",o8="哪些物种或群落赋予了特殊的功能效应？而微生物-神经系统的相互作用在进化上有什么好处？",s8="查看更多实验室新闻",r8="汇编",l8="加州大学洛杉矶分校的Hsiao实验室旨在了解它们如何影响大脑和行为。",c8="人体含有数万亿的微生物，影响着健康和疾病。",d8="研究领域",u8="查看所有出版物",h8="查看出版物",m8="参考文献",f8="日期",p8="滤波器",_8="转到来源",b8="隐藏摘要",g8="专利",w8="看看我们还做了什么",v8="显示摘要",y8="显示所有出版物",A8="乐趣与活动",k8="实验室新闻",T8="多媒体",E8="联系我们!",S8="显示所有活动",P8="显示所有媒体",x8="显示所有新闻",C8="申请工作",L8="广告传单",R8="我们是一个由科学家和熟练工作人员组成的团队，希望了解肠道微生物如何影响大脑和行为。",I8="帮助做出科学发现",M8="与友好的人互动",N8="在阳光明媚的洛杉矶工作",j8="加入我们的团队",$8="科学!",F8={A_alumni:NT,A_body_contains_trillions:jT,A_home:$T,A_jobs:FT,A_learn_about_our_research:OT,A_meet_the_team:DT,A_news:HT,A_publications:UT,A_research:VT,AREA_d:BT,AREA_d_desc:zT,AREA_g:GT,AREA_g_desc:qT,AREA_m:WT,AREA_m_desc:KT,AREA_s:YT,AREA_s_desc:JT,"Assistant Project Scientist":"助理项目科学家",B_brain_and_behavior:QT,B_brain_behavior_questions:ZT,B_health_and_disease:XT,B_heath_disease_questions:e8,B_investigating_questions:t8,B_labs_focus:n8,B_latest_news:i8,B_origins_and_interactions:a8,B_origins_interactions_questions:o8,B_see_more_news:s8,compiling:r8,D_footer_hsiao_lab:l8,D_footer_trillion:c8,E_research_areas:d8,E_view_all_pubs:u8,E_view_pubs:h8,F_citations:m8,F_date:f8,F_filter:p8,F_g_to_source:_8,F_hide_abstract:b8,F_patents:g8,F_see_activity:w8,F_show_abstract:v8,F_show_all_pubs:y8,G_fun_events:A8,G_lab_news:k8,G_multimedia:T8,G_send_us_a_note:E8,G_show_all_events:S8,G_show_all_media:P8,G_show_all_news:x8,"Gnotobiotics Manager":"Gnotobiotics经理",H_apply:C8,H_flyer:L8,H_jobs_desc:R8,H_jobs_discover:I8,H_jobs_friends:M8,H_jobs_sun:N8,H_join_team:j8,"lg:text-6xl":"lg:text-6xl","Master's Researcher":"硕士生研究人员","MD Researcher":"医学博士研究员","MD/PhD Researcher":"医学博士/博士生研究员","Microbes, Guts & Brains":"微生物、内脏和大脑","Minding Our Microbes":"微生物、<br>内脏和大脑","PhD Researcher":"博士研究人员","Postdoctoral Scholar":"博士后学者","Principal Investigator":"首席调查员","Public Administration Analyst":"公共行政分析员",science:$8,"Staff Research Associate":"工作人员研究助理","Undergraduate Researcher":"本科生研究人员","Visiting Scholar":"访问学者"},O8="校友",D8="人體含有數萬億的微生物，它們影響著健康和疾病。我們的目標是瞭解它們如何影響大腦和行為。",H8="首頁",U8="工作",V8="瞭解我們的研究",B8="認識我們的團隊",z8="新聞中心",G8="著作",q8="研究",W8="微生物組和神經免疫對神經系統疾病的影響",K8="腸道微生物組和免疫系統處於許多神經發育、神經精神和神經退行性疾病的基因-環境相互作用的介面。我們發現，腸道微生物組和免疫系統的特定改變可以增加各種神經系統疾病模型中大腦和行為異常的風險，如自閉症、癲癇、認知障礙、帕金森病和阿爾茨海默病。我們還發現，基於微生物的特定干預措施可用於治療神經系統疾病的症狀。",Y8="微生物組和胃腸道及代謝疾病",J8="許多胃腸道和代謝狀況都與腸道微生物組和神經化學物質的改變有關。我們發現，微生物組-神經化學的相互作用可以促成腸易激綜合徵的風險，並影響代謝健康。",Q8="微生物組對孕產婦健康和胎兒神經發育的影響",Z8="在懷孕期間，母體微生物組對環境挑戰作出反應，如感染和飲食改變，並調節整個母體和胎兒血液中的許多生化物質。我們發現，懷孕期間的母體微生物組改變了環境對胎盤和胎兒大腦發育的影響，對後代的大腦功能和行為產生了持久的變化。",X8="微生物組和活躍的神經化學訊號傳遞",e6="腸道微生物群調節著宿主體內的數百種生化物質。我們發現，特定的腸道微生物調節神經活性分子的合成，如5-羥色胺，它影響整個腸腦軸的神經元活動。我們進一步發現，選定的細菌可以直接與神經化學物質相互作用，以促進它們在胃腸道中的自身健康，並改變宿主對針對神經化學物質訊號通路的普通藥物的反應。",t6="大腦與行為",n6="微生物群對神經系統有什麼影響？微生物又是如何與神經系統溝通的？",i6="健康與疾病",a6="微生物-神經系統的相互作用如何影響健康和疾病？而改變微生物群是否能治療神經系統疾病的症狀？",o6="綜合生物學中的調查問題",s6="實驗室的重點",r6="最新新聞",l6="起源和相互作用",c6="哪些物種或群落賦予了特殊的功能效應？而微生物-神經系統的相互作用在進化上有什麼好處？",d6="檢視更多實驗室新聞",u6="彙編",h6="加州大學洛杉磯分校的Hsiao實驗室旨在瞭解它們如何影響大腦和行為。",m6="人體含有數萬億的微生物，影響著健康和疾病。",f6="研究領域",p6="檢視所有出版物",_6="查看出版物",b6="參考文獻",g6="日期",w6="濾波器",v6="轉到來源",y6="隱藏摘要",A6="專利",k6="看看我們還做了什麼",T6="顯示摘要",E6="顯示所有出版物",S6="樂趣與活動",P6="實驗室新聞",x6="多媒體",C6="聯絡我們!",L6="顯示所有活動",R6="顯示所有媒體",I6="顯示所有新聞",M6="申請工作",N6="廣告傳單",j6="我們是一個由科學家和熟練工作人員組成的團隊，希望瞭解腸道微生物如何影響大腦和行為。",$6="幫助做出科學發現",F6="與友好的人互動",O6="在陽光明媚的洛杉磯工作",D6="加入我們的團隊",H6="科學！",U6={A_alumni:O8,A_body_contains_trillions:D8,A_home:H8,A_jobs:U8,A_learn_about_our_research:V8,A_meet_the_team:B8,A_news:z8,A_publications:G8,A_research:q8,AREA_d:W8,AREA_d_desc:K8,AREA_g:Y8,AREA_g_desc:J8,AREA_m:Q8,AREA_m_desc:Z8,AREA_s:X8,AREA_s_desc:e6,"Assistant Project Scientist":"助理專案科學家",B_brain_and_behavior:t6,B_brain_behavior_questions:n6,B_health_and_disease:i6,B_heath_disease_questions:a6,B_investigating_questions:o6,B_labs_focus:s6,B_latest_news:r6,B_origins_and_interactions:l6,B_origins_interactions_questions:c6,B_see_more_news:d6,compiling:u6,D_footer_hsiao_lab:h6,D_footer_trillion:m6,E_research_areas:f6,E_view_all_pubs:p6,E_view_pubs:_6,F_citations:b6,F_date:g6,F_filter:w6,F_g_to_source:v6,F_hide_abstract:y6,F_patents:A6,F_see_activity:k6,F_show_abstract:T6,F_show_all_pubs:E6,G_fun_events:S6,G_lab_news:P6,G_multimedia:x6,G_send_us_a_note:C6,G_show_all_events:L6,G_show_all_media:R6,G_show_all_news:I6,"Gnotobiotics Manager":"Gnotobiotics經理",H_apply:M6,H_flyer:N6,H_jobs_desc:j6,H_jobs_discover:$6,H_jobs_friends:F6,H_jobs_sun:O6,H_join_team:D6,"lg:text-6xl":"lg:text-6xl","Master's Researcher":"碩士生研究人員","MD Researcher":"醫學博士研究員","MD/PhD Researcher":"醫學博士/博士生研究員","Microbes, Guts & Brains":"微生物、內臟和大腦","Minding Our Microbes":"微生物、<br>內臟和大腦","PhD Researcher":"博士研究人員","Postdoctoral Scholar":"博士後學者","Principal Investigator":"首席調查員","Public Administration Analyst":"公共行政分析師",science:H6,"Staff Research Associate":"工作人員研究助理","Undergraduate Researcher":"本科生研究人員","Visiting Scholar":"訪問學者"};var Yr={BASE_URL:"/",MODE:"production",DEV:!1,PROD:!0,SSR:!1};const V6=Gv({locale:Yr.VUE_APP_I18N_LOCALE||"en-US",fallbackLocale:Yr.VUE_APP_I18N_FALLBACK_LOCALE||"en-US",messages:{"de-DE":oA,"en-US":c3,"es-ES":m4,"fr-FR":bk,"it-IT":y5,"ja-JP":E9,"nl-NL":C7,"pt-PT":MT,"zh-CN":F8,"zh-TW":U6}});Fh(tp).use(V6).use(X2).mount("#app");iw.init({once:!0});
