var wpAjaxUrl='https://blogs.studentlife.utoronto.ca/innovationhub/wp-admin/admin-ajax.php';var flBuilderUrl='https://blogs.studentlife.utoronto.ca/innovationhub/wp-content/plugins/bb-plugin/';var FLBuilderLayoutConfig={anchorLinkAnimations:{duration:1000,easing:'swing',offset:100},paths:{pluginUrl:'https://blogs.studentlife.utoronto.ca/innovationhub/wp-content/plugins/bb-plugin/',wpAjaxUrl:'https://blogs.studentlife.utoronto.ca/innovationhub/wp-admin/admin-ajax.php'},breakpoints:{small:880,medium:1280,large:1200},waypoint:{offset:80},emptyColWidth:'0%'};(function($){if(typeof FLBuilderLayout!='undefined'){return;} FLBuilderLayout={init:function(){FLBuilderLayout._destroy();FLBuilderLayout._initClasses();FLBuilderLayout._initBackgrounds();FLBuilderLayout._initRowShapeLayerHeight();if(0===$('.fl-builder-edit').length){FLBuilderLayout._initModuleAnimations();FLBuilderLayout._initAnchorLinks();FLBuilderLayout._initHash();FLBuilderLayout._initForms();FLBuilderLayout._reorderMenu();} else{FLBuilderLayout._initNestedColsWidth();}},refreshGalleries:function(element){var $element='undefined'==typeof element?$('body'):$(element),mfContent=$element.find('.fl-mosaicflow-content'),wmContent=$element.find('.fl-gallery'),mfObject=null;if(mfContent){mfObject=mfContent.data('mosaicflow');if(mfObject){mfObject.columns=$([]);mfObject.columnsHeights=[];mfContent.data('mosaicflow',mfObject);mfContent.mosaicflow('refill');}} if(wmContent){wmContent.trigger('refreshWookmark');}},refreshGridLayout:function(element){var $element='undefined'==typeof element?$('body'):$(element),msnryContent=$element.find('.masonry');if(msnryContent.length){msnryContent.masonry('layout');}},reloadSlider:function(content){var $content='undefined'==typeof content?$('body'):$(content);if($content.find('.bx-viewport > div').length>0){$.each($content.find('.bx-viewport > div'),function(key,slider){setTimeout(function(){$(slider).data('bxSlider').reloadSlider();},100);});}},resizeAudio:function(element){var $element='undefined'==typeof element?$('body'):$(element),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio'),player=null,mejsPlayer=null,rail=null,railWidth=400;if(audioPlayers.length&&typeof mejs!=='undefined'){audioPlayers.each(function(){player=$(this);mejsPlayer=mejs.players[player.attr('id')];rail=player.find('.mejs-controls .mejs-time-rail');var innerMejs=player.find('.mejs-inner'),total=player.find('.mejs-controls .mejs-time-total');if(typeof mejsPlayer!=='undefined'){railWidth=Math.ceil(player.width()*0.8);if(innerMejs.length){rail.css('width',railWidth+'px!important');mejsPlayer.options.autosizeProgress=true;setTimeout(function(){mejsPlayer.setControlsSize();},50);player.find('.mejs-inner').css({visibility:'visible',height:'inherit'});}}});}},preloadAudio:function(element){var $element='undefined'==typeof element?$('body'):$(element),contentWrap=$element.closest('.fl-accordion-item'),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio');if(!contentWrap.hasClass('fl-accordion-item-active')&&audioPlayers.find('.mejs-inner').length){audioPlayers.find('.mejs-inner').css({visibility:'hidden',height:0});}},resizeSlideshow:function(){if(typeof YUI!=='undefined'){YUI().use('node-event-simulate',function(Y){Y.one(window).simulate("resize");});}},reloadGoogleMap:function(element){var $element='undefined'==typeof element?$('body'):$(element),googleMap=$element.find('iframe[src*="google.com/maps"]');if(googleMap.length){googleMap.attr('src',function(i,val){return val;});}},_destroy:function(){var win=$(window);win.off('scroll.fl-bg-parallax');win.off('resize.fl-bg-video');},_isTouch:function(){if(('ontouchstart'in window)||(window.DocumentTouch&&document instanceof DocumentTouch)){return true;} return false;},_isMobile:function(){return/Mobile|Android|Silk\/|Kindle|BlackBerry|Opera Mini|Opera Mobi|webOS/i.test(navigator.userAgent);},_initClasses:function(){var body=$('body'),ua=navigator.userAgent;if(!body.hasClass('archive')&&$('.fl-builder-content-primary').length>0){body.addClass('fl-builder');} if(FLBuilderLayout._isTouch()){body.addClass('fl-builder-touch');} if(FLBuilderLayout._isMobile()){body.addClass('fl-builder-mobile');} if($(window).width()<FLBuilderLayoutConfig.breakpoints.small){body.addClass('fl-builder-breakpoint-small');} if($(window).width()>FLBuilderLayoutConfig.breakpoints.small&&$(window).width()<FLBuilderLayoutConfig.breakpoints.medium){body.addClass('fl-builder-breakpoint-medium');} if($(window).width()>FLBuilderLayoutConfig.breakpoints.medium&&$(window).width()<FLBuilderLayoutConfig.breakpoints.large){body.addClass('fl-builder-breakpoint-large');} if($(window).width()>FLBuilderLayoutConfig.breakpoints.large){body.addClass('fl-builder-breakpoint-default');} if(ua.indexOf('Trident/7.0')>-1&&ua.indexOf('rv:11.0')>-1){body.addClass('fl-builder-ie-11');}},_initBackgrounds:function(){var win=$(window);if($('.fl-row-bg-parallax').length>0&&!FLBuilderLayout._isMobile()){FLBuilderLayout._scrollParallaxBackgrounds();FLBuilderLayout._initParallaxBackgrounds();win.on('resize.fl-bg-parallax',FLBuilderLayout._initParallaxBackgrounds);win.on('scroll.fl-bg-parallax',FLBuilderLayout._scrollParallaxBackgrounds);} if($('.fl-bg-video').length>0){FLBuilderLayout._initBgVideos();FLBuilderLayout._resizeBgVideos();var resizeBGTimer=null;win.on('resize.fl-bg-video',function(e){clearTimeout(resizeBGTimer);resizeBGTimer=setTimeout(function(){FLBuilderLayout._resizeBgVideos(e);},100);});}},_initParallaxBackgrounds:function(){$('.fl-row-bg-parallax').each(FLBuilderLayout._initParallaxBackground);},_initParallaxBackground:function(){var row=$(this),content=row.find('> .fl-row-content-wrap'),winWidth=$(window).width(),screenSize='',imageSrc={default:'',medium:'',responsive:'',};imageSrc.default=row.data('parallax-image')||'';imageSrc.medium=row.data('parallax-image-medium')||imageSrc.default;imageSrc.responsive=row.data('parallax-image-responsive')||imageSrc.medium;if(winWidth>FLBuilderLayoutConfig.breakpoints.medium){screenSize='default';}else if(winWidth>FLBuilderLayoutConfig.breakpoints.small&&winWidth<=FLBuilderLayoutConfig.breakpoints.medium){screenSize='medium';}else if(winWidth<=FLBuilderLayoutConfig.breakpoints.small){screenSize='responsive';} content.css('background-image','url('+imageSrc[screenSize]+')');row.data('current-image-loaded',screenSize);},_scrollParallaxBackgrounds:function(){$('.fl-row-bg-parallax').each(FLBuilderLayout._scrollParallaxBackground);},_scrollParallaxBackground:function(){var win=$(window),row=$(this),content=row.find('> .fl-row-content-wrap'),speed=row.data('parallax-speed'),offset=content.offset(),yPos=-((win.scrollTop()-offset.top)/ speed),initialOffset=(row.data('parallax-offset')!=null)?row.data('parallax-offset'):0,totalOffset=yPos-initialOffset;content.css('background-position','center '+totalOffset+'px');},_initBgVideos:function(){$('.fl-bg-video').each(FLBuilderLayout._initBgVideo);},_initBgVideo:function(){var wrap=$(this),width=wrap.data('width'),height=wrap.data('height'),mp4=wrap.data('mp4'),youtube=wrap.data('youtube'),vimeo=wrap.data('vimeo'),mp4Type=wrap.data('mp4-type'),webm=wrap.data('webm'),webmType=wrap.data('webm-type'),fallback=wrap.data('fallback'),loaded=wrap.data('loaded'),videoMobile=wrap.data('video-mobile'),fallbackTag='',videoTag=null,mp4Tag=null,webmTag=null;if(loaded){return;} videoTag=$('<video autoplay loop muted playsinline></video>');if('undefined'!=typeof fallback&&''!=fallback){videoTag.attr('poster','data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') videoTag.css({backgroundImage:'url("'+fallback+'")',backgroundColor:'transparent',backgroundRepeat:'no-repeat',backgroundSize:'cover',backgroundPosition:'center center',})} if('undefined'!=typeof mp4&&''!=mp4){mp4Tag=$('<source />');mp4Tag.attr('src',mp4);mp4Tag.attr('type',mp4Type);videoTag.append(mp4Tag);} if('undefined'!=typeof webm&&''!=webm){webmTag=$('<source />');webmTag.attr('src',webm);webmTag.attr('type',webmType);videoTag.append(webmTag);} if(!FLBuilderLayout._isMobile()||(FLBuilderLayout._isMobile()&&"yes"==videoMobile)){if('undefined'!=typeof youtube){FLBuilderLayout._initYoutubeBgVideo.apply(this);} else if('undefined'!=typeof vimeo){FLBuilderLayout._initVimeoBgVideo.apply(this);} else{wrap.append(videoTag);}} else{videoTag.attr('src','') wrap.append(videoTag);} wrap.data('loaded',true);},_initYoutubeBgVideo:function(){var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),startTime='undefined'!==typeof playerWrap.data('start')?playerWrap.data('start'):0,startTime='undefined'!==typeof playerWrap.data('t')&&startTime===0?playerWrap.data('t'):startTime,endTime='undefined'!==typeof playerWrap.data('end')?playerWrap.data('end'):0,loop='undefined'!==typeof playerWrap.data('loop')?playerWrap.data('loop'):1,stateCount=0,player,fallback_showing;if(videoId){fallback=playerWrap.data('fallback')||false if(fallback){playerWrap.find('iframe').remove() fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+playerWrap.data('fallback')+')');fallbackTag.css('background-size','cover');fallbackTag.css('transition','background-image 1s') playerWrap.append(fallbackTag);fallback_showing=true;} FLBuilderLayout._onYoutubeApiReady(function(YT){setTimeout(function(){player=new YT.Player(videoPlayer[0],{videoId:videoId,events:{onReady:function(event){if("no"===enableAudio||FLBuilderLayout._isMobile()){event.target.mute();} else if("yes"===enableAudio&&event.target.isMuted){event.target.unMute();} playerWrap.data('YTPlayer',player);FLBuilderLayout._resizeYoutubeBgVideo.apply(playerWrap);event.target.playVideo();if(audioButton.length>0&&!FLBuilderLayout._isMobile()){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}},onStateChange:function(event){if(event.data===1){if(fallback_showing){$('.fl-bg-video-fallback').css('background-image','url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)')}} if(stateCount<4){stateCount++;} if(stateCount>1&&(-1===event.data||2===event.data)&&"yes"===enableAudio){player.mute();player.playVideo();audioButton.show();} if(event.data===YT.PlayerState.ENDED&&1===loop){if(startTime>0){player.seekTo(startTime);} else{player.playVideo();}}},onError:function(event){console.info('YT Error: '+event.data) FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)}},playerVars:{playsinline:FLBuilderLayout._isMobile()?1:0,controls:0,showinfo:0,rel:0,start:startTime,end:endTime,}});},1);});}},_onErrorYoutubeVimeo:function(playerWrap){fallback=playerWrap.data('fallback')||false if(!fallback){return false;} playerWrap.find('iframe').remove() fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+playerWrap.data('fallback')+')');playerWrap.append(fallbackTag);},_onYoutubeApiReady:function(callback){if(window.YT&&YT.loaded){callback(YT);}else{setTimeout(function(){FLBuilderLayout._onYoutubeApiReady(callback);},350);}},_initVimeoBgVideo:function(){var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),player,width=playerWrap.outerWidth(),ua=navigator.userAgent;if(typeof Vimeo!=='undefined'&&videoId){player=new Vimeo.Player(videoPlayer[0],{id:videoId,loop:true,title:false,portrait:false,background:true,autopause:false,muted:true});playerWrap.data('VMPlayer',player);if("no"===enableAudio){player.setVolume(0);} else if("yes"===enableAudio){if(ua.indexOf("Safari")>-1||ua.indexOf("Chrome")>-1||ua.indexOf("Firefox")>-1){player.setVolume(0);audioButton.show();} else{player.setVolume(1);}} player.play().catch(function(error){FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)});if(audioButton.length>0){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}}},_toggleBgVideoAudio:function(e){var player=e.data.player,control=e.data.button.find('.fl-audio-control');if(control.hasClass('fa-volume-off')){control.removeClass('fa-volume-off').addClass('fa-volume-up');e.data.button.find('.fa-times').hide();if('function'===typeof player.unMute){player.unMute();} else{player.setVolume(1);}} else{control.removeClass('fa-volume-up').addClass('fa-volume-off');e.data.button.find('.fa-times').show();if('function'===typeof player.unMute){player.mute();} else{player.setVolume(0);}}},_videoBgSourceError:function(e){var source=$(e.target),wrap=source.closest('.fl-bg-video'),vid=wrap.find('video'),fallback=wrap.data('fallback'),fallbackTag='';source.remove();if(vid.find('source').length){return;}else if(''!==fallback){fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+fallback+')');wrap.append(fallbackTag);vid.remove();}},_resizeBgVideos:function(){$('.fl-bg-video').each(function(){FLBuilderLayout._resizeBgVideo.apply(this);if($(this).parent().find('img').length>0){$(this).parent().imagesLoaded($.proxy(FLBuilderLayout._resizeBgVideo,this));}});},_resizeBgVideo:function(){if(0===$(this).find('video').length&&0===$(this).find('iframe').length){return;} var wrap=$(this),wrapHeight=wrap.outerHeight(),wrapWidth=wrap.outerWidth(),vid=wrap.find('video'),vidHeight=wrap.data('height'),vidWidth=wrap.data('width'),newWidth=wrapWidth,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newLeft=0,newTop=0,iframe=wrap.find('iframe'),isRowFullHeight=$(this).closest('.fl-row-bg-video').hasClass('fl-row-full-height'),vidCSS={top:'50%',left:'50%',transform:'translate(-50%,-50%)',};if(vid.length){if(vidHeight===''||typeof vidHeight==='undefined'||vidWidth===''||typeof vidWidth==='undefined'){vid.css({'left':'0px','top':'0px','width':newWidth+'px'});vid.on('loadedmetadata',FLBuilderLayout._resizeOnLoadedMeta);return;} if(!isRowFullHeight){if(newHeight<wrapHeight){newHeight=wrapHeight;newLeft=-((newWidth-wrapWidth)/ 2);newWidth=vidHeight?Math.round(vidWidth*wrapHeight/vidHeight):newWidth;} else{newTop=-((newHeight-wrapHeight)/2);} vidCSS={left:newLeft+'px',top:newTop+'px',height:newHeight+'px',width:newWidth+'px',}} vid.css(vidCSS);} else if(iframe.length){if(typeof wrap.data('youtube')!=='undefined'){FLBuilderLayout._resizeYoutubeBgVideo.apply(this);}}},_resizeOnLoadedMeta:function(){var video=$(this),wrapHeight=video.parent().outerHeight(),wrapWidth=video.parent().outerWidth(),vidWidth=video[0].videoWidth,vidHeight=video[0].videoHeight,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newWidth=wrapWidth,newLeft=0,newTop=0;if(newHeight<wrapHeight){newHeight=wrapHeight;newWidth=Math.round(vidWidth*wrapHeight/vidHeight);newLeft=-((newWidth-wrapWidth)/2);} else{newTop=-((newHeight-wrapHeight)/2);} video.parent().data('width',vidWidth);video.parent().data('height',vidHeight);video.css({'left':newLeft+'px','top':newTop+'px','width':newWidth+'px','height':newHeight+'px'});},_resizeYoutubeBgVideo:function(){var wrap=$(this),wrapWidth=wrap.outerWidth(),wrapHeight=wrap.outerHeight(),player=wrap.data('YTPlayer'),video=player?player.getIframe():null,aspectRatioSetting='16:9',aspectRatioArray=aspectRatioSetting.split(':'),aspectRatio=aspectRatioArray[0]/ aspectRatioArray[1],ratioWidth=wrapWidth / aspectRatio,ratioHeight=wrapHeight*aspectRatio,isWidthFixed=wrapWidth / wrapHeight>aspectRatio,width=isWidthFixed?wrapWidth:ratioHeight,height=isWidthFixed?ratioWidth:wrapHeight;if(video){$(video).width(width).height(height);}},_initModuleAnimations:function(){if(typeof jQuery.fn.waypoint!=='undefined'){$('.fl-animation').each(function(){var node=$(this),nodeTop=node.offset().top,winHeight=$(window).height(),bodyHeight=$('body').height(),waypoint=FLBuilderLayoutConfig.waypoint,offset='80%';if(typeof waypoint.offset!==undefined){offset=FLBuilderLayoutConfig.waypoint.offset+'%';} if(bodyHeight-nodeTop<winHeight*0.2){offset='100%';} node.waypoint({offset:offset,handler:FLBuilderLayout._doModuleAnimation});});}},_doModuleAnimation:function(){var module='undefined'==typeof this.element?$(this):$(this.element),delay=parseFloat(module.data('animation-delay')),duration=parseFloat(module.data('animation-duration'));if(!isNaN(duration)){module.css('animation-duration',duration+'s');} if(!isNaN(delay)&&delay>0){setTimeout(function(){module.addClass('fl-animated');},delay*1000);}else{setTimeout(function(){module.addClass('fl-animated');},1);}},_initHash:function(){var hash=window.location.hash.replace('#','').split('/').shift(),element=null,tabs=null,responsiveLabel=null,tabIndex=null,label=null;if(''!==hash){try{element=$('#'+hash);if(element.length>0){if(element.hasClass('fl-accordion-item')){setTimeout(function(){element.find('.fl-accordion-button').trigger('click');},100);} if(element.hasClass('fl-tabs-panel')){setTimeout(function(){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');label[0].click();FLBuilderLayout._scrollToElement(element);},100);}}} catch(e){}}},_initAnchorLinks:function(){$('a').each(FLBuilderLayout._initAnchorLink);},_initAnchorLink:function(){var link=$(this),href=link.attr('href'),loc=window.location,id=null,element=null,flNode=false;if('undefined'!=typeof href&&href.indexOf('#')>-1&&link.closest('svg').length<1){if(loc.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&loc.hostname==this.hostname){try{id=href.split('#').pop();if(!id){return;} element=$('#'+id);if(element.length>0){flNode=element.hasClass('fl-row')||element.hasClass('fl-col')||element.hasClass('fl-module');if(!element.hasClass('fl-no-scroll')&&(link.hasClass('fl-scroll-link')||flNode)){$(link).on('click',FLBuilderLayout._scrollToElementOnLinkClick);} if(element.hasClass('fl-accordion-item')){$(link).on('click',FLBuilderLayout._scrollToAccordionOnLinkClick);} if(element.hasClass('fl-tabs-panel')){$(link).on('click',FLBuilderLayout._scrollToTabOnLinkClick);}}} catch(e){}}}},_scrollToElementOnLinkClick:function(e,callback){var element=$('#'+$(this).attr('href').split('#').pop());FLBuilderLayout._scrollToElement(element,callback);e.preventDefault();},_scrollToElement:function(element,callback){var config=FLBuilderLayoutConfig.anchorLinkAnimations,dest=0,win=$(window),doc=$(document);if(element.length>0){if('fixed'===element.css('position')||'fixed'===element.parent().css('position')){dest=element.position().top;} else if(element.offset().top>doc.height()-win.height()){dest=doc.height()-win.height();} else{dest=element.offset().top-config.offset;} $('html, body').animate({scrollTop:dest},config.duration,config.easing,function(){if('undefined'!=typeof callback){callback();} if(undefined!=element.attr('id')){if(history.pushState){history.pushState(null,null,'#'+element.attr('id'));} else{window.location.hash=element.attr('id');}}});}},_scrollToAccordionOnLinkClick:function(e){var element=$('#'+$(this).attr('href').split('#').pop());if(element.length>0){var callback=function(){if(element){element.find('.fl-accordion-button').trigger('click');element=false;}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}},_scrollToTabOnLinkClick:function(e){var element=$('#'+$(this).attr('href').split('#').pop()),tabs=null,label=null,responsiveLabel=null;if(element.length>0){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');if(responsiveLabel.is(':visible')){var callback=function(){if(element){responsiveLabel.trigger($.Event('click',{which:1}));}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);} else{label[0].click();FLBuilderLayout._scrollToElement(element);} e.preventDefault();}},_initForms:function(){if(!FLBuilderLayout._hasPlaceholderSupport){$('.fl-form-field input').each(FLBuilderLayout._initFormFieldPlaceholderFallback);} $('.fl-form-field input').on('focus',FLBuilderLayout._clearFormFieldError);},_hasPlaceholderSupport:function(){var input=document.createElement('input');return'undefined'!=input.placeholder;},_initFormFieldPlaceholderFallback:function(){var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if('undefined'!=placeholder&&''===val){field.val(placeholder);field.on('focus',FLBuilderLayout._hideFormFieldPlaceholderFallback);field.on('blur',FLBuilderLayout._showFormFieldPlaceholderFallback);}},_hideFormFieldPlaceholderFallback:function(){var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(val==placeholder){field.val('');}},_showFormFieldPlaceholderFallback:function(){var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(''===val){field.val(placeholder);}},_clearFormFieldError:function(){var field=$(this);field.removeClass('fl-form-error');field.siblings('.fl-form-error-message').hide();},_initRowShapeLayerHeight:function(){FLBuilderLayout._adjustRowShapeLayerHeight();$(window).on('resize',FLBuilderLayout._adjustRowShapeLayerHeight);},_initNestedColsWidth:function(){var nestedCols=$('.fl-col-has-cols');if(nestedCols.length<=0){return;} $(nestedCols).each(function(index,col){if($(col).width()<=0){$(col).css('width',FLBuilderLayoutConfig.emptyColWidth);}});},_adjustRowShapeLayerHeight:function(){var rowShapeLayers=$('.fl-builder-shape-layer');$(rowShapeLayers).each(function(index){var rowShapeLayer=$(this),shape=$(rowShapeLayer).find('svg'),height=shape.height(),excludeShapes='.fl-builder-shape-circle, .fl-builder-shape-dot-cluster, .fl-builder-shape-topography, .fl-builder-shape-rect';if(!rowShapeLayer.is(excludeShapes)){$(shape).css('height',Math.ceil(height));}});},_string_to_slug:function(str){str=str.replace(/^\s+|\s+$/g,'');if('undefined'==typeof window._fl_string_to_slug_regex){regex=new RegExp('[^a-zA-Z0-9\'":() !.,-_|]','g');}else{regex=new RegExp('[^'+window._fl_string_to_slug_regex+'\'":\(\) !.,-_|\\\p{Letter}]','ug');} str=str.replace(regex,'').replace(/\s+/g,' ');return str;},_reorderMenu:function(){if($('#wp-admin-bar-fl-builder-frontend-edit-link-default li').length>1){$('#wp-admin-bar-fl-builder-frontend-duplicate-link').appendTo('#wp-admin-bar-fl-builder-frontend-edit-link-default').css('padding-top','5px').css('border-top','2px solid #1D2125').css('margin-top','5px')}}};$(function(){FLBuilderLayout.init();});})(jQuery);document.addEventListener("DOMContentLoaded",function(){const backTop=document.querySelector(".back-top");window.addEventListener("scroll",()=>{let scroll=window.scrollY;console.log(scroll);if(scroll>2178&&scroll<9502){backTop.classList.remove("hidden");backTop.classList.add("visible");}else{backTop.classList.remove("visible");backTop.classList.add("hidden");}});});;jQuery(function($){$(function(){$('.fl-node-z2naqujx78pr .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-ublwfch0ngqj .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-cngzhlxprd2t .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-ho1lp3bwrynj .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-02adnckyfq7l .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-zej4plr1dxs0 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-bgmtfsju1wk2 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;;jQuery(function($){$(function(){$('.fl-node-36xkphegnvwf .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-ldz1a6upyt8m .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-iwmzt2lcaqon .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-nsl37gc14wit .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-pcgs8h3qmvkr .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-d3sm8jlgtiwk .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-xws2fubrmldt .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-h40ysuk187ir .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-j8ilz35c4nb9 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;;jQuery(function($){$(function(){$('.fl-node-y7ubth9xf54v .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-bpwry2hve417 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-6ig7uacpbxqs .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-eoct40inw3p7 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-kdtfjsbo9qiw .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-4fcjl8muw7zi .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;;jQuery(function($){$(function(){$('.fl-node-jd3876a5xvu1 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-fys4ejhbqwtn .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-ge1juw0ck48n .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-se4b65pv7l31 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;;jQuery(function($){$(function(){$('.fl-node-o4aft71pk9v8 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;jQuery(function($){$(function(){$('.fl-node-4g5h8bxtesr2 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;(function($){FLBuilderAccordion=function(settings){this.settings=settings;this.nodeClass='.fl-node-'+settings.id;this.wasToggled=false;this.expandOnTab=settings.expandOnTab;this._init();};FLBuilderAccordion.prototype={settings:{},nodeClass:'',wasToggled:false,expandOnTab:false,_init:function(){$(this.nodeClass+' .fl-accordion-button').on('click',$.proxy(this._buttonClick,this));$(this.nodeClass+' .fl-accordion-button').on('keypress',$.proxy(this._buttonClick,this));$(this.nodeClass+' .fl-accordion-button-label').on('focusin',$.proxy(this._labelFocusIn,this));$(this.nodeClass+' .fl-accordion-button').on('focusout',$.proxy(this._focusOut,this));FLBuilderLayout.preloadAudio(this.nodeClass+' .fl-accordion-content');this._openActiveAccordion();},_openActiveAccordion:function(e){var activeAccordion=$(this.nodeClass+' .fl-accordion-item.fl-accordion-item-active');if(activeAccordion.length>0){activeAccordion.find('.fl-accordion-content:first').show();}},_labelFocusIn:function(e){var button=$(e.target).closest('.fl-accordion-button') if(!e.relatedTarget){return;} if(!this.expandOnTab){return;} button.attr('aria-selected','true');this._toggleAccordion(button);e.preventDefault();e.stopImmediatePropagation();this.wasToggled=true;},_buttonClick:function(e){var button=$(e.target).closest('.fl-accordion-button'),targetModule=$(e.target).closest('.fl-module-accordion'),targetNodeClass='fl-node-'+targetModule.data('node'),nodeClassName=this.nodeClass.replace('.','');if(!this._validClick(e)){return;} if(nodeClassName!==targetNodeClass){return;} if(this.expandOnTab&&this.wasToggled){this.wasToggled=false;e.preventDefault();return;} e.preventDefault();e.stopPropagation();this._toggleAccordion(button);},_toggleAccordion:function(button){var accordion=button.closest('.fl-accordion'),item=button.closest('.fl-accordion-item'),allContent=accordion.find('.fl-accordion-content'),allIcons=accordion.find('.fl-accordion-button i.fl-accordion-button-icon'),content=button.siblings('.fl-accordion-content'),icon=button.find('i.fl-accordion-button-icon');if(accordion.hasClass('fl-accordion-collapse')){accordion.find('> .fl-accordion-item-active').removeClass('fl-accordion-item-active');accordion.find('> .fl-accordion-button').attr('aria-expanded','false');accordion.find('> .fl-accordion-content').attr('aria-hidden','true');allContent.slideUp('normal');if(allIcons.find('svg').length>0){allIcons.find('svg').attr("data-icon",'plus');}else{allIcons.removeClass(this.settings.activeIcon);allIcons.addClass(this.settings.labelIcon);}} if(content.is(':hidden')){button.attr('aria-expanded','true');item.addClass('fl-accordion-item-active');item.find('.fl-accordion-content').attr('aria-hidden','false');content.slideDown('normal',this._slideDownComplete);if(icon.find('svg').length>0){icon.find('svg').attr("data-icon",'minus');}else{icon.removeClass(this.settings.labelIcon);icon.addClass(this.settings.activeIcon);} icon.find('span').text('Collapse');} else{button.attr('aria-expanded','false');item.removeClass('fl-accordion-item-active');item.find('.fl-accordion-content').attr('aria-hidden','true');content.slideUp('normal',this._slideUpComplete);if(icon.find('svg').length>0){icon.find('svg').attr("data-icon",'plus');}else{icon.removeClass(this.settings.activeIcon);icon.addClass(this.settings.labelIcon);} icon.find('span').text('Expand');}},_focusOut:function(e){var button=$(e.target).closest('.fl-accordion-button');button.attr('aria-selected','false');},_slideUpComplete:function(){var content=$(this),accordion=content.closest('.fl-accordion');accordion.trigger('fl-builder.fl-accordion-toggle-complete');},_slideDownComplete:function(){var content=$(this),accordion=content.closest('.fl-accordion'),item=content.parent(),win=$(window);FLBuilderLayout.refreshGalleries(content);FLBuilderLayout.refreshGridLayout(content);FLBuilderLayout.reloadSlider(content);FLBuilderLayout.resizeAudio(content);FLBuilderLayout.reloadGoogleMap(content);FLBuilderLayout.resizeSlideshow();if(item.offset().top<win.scrollTop()+100){$('html, body').animate({scrollTop:item.offset().top-100},500,'swing');} accordion.trigger('fl-builder.fl-accordion-toggle-complete');},_validClick:function(e){return(e.which==1||e.which==13||e.which==32||e.which==undefined)?true:false;}};})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'2klxhtozmuve',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;;jQuery(function($){$(function(){$('.fl-node-6dxfus5oh784 .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});;;(function($){$(function(){new FLBuilderAccordion({id:'q5nhr76e1xp8',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'y6rowfqu9gjc',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;;;;(function($){$(function(){new FLBuilderAccordion({id:'mn0zge3qwj8r',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;;;(function($){$(function(){new FLBuilderAccordion({id:'ybgtvn79l8ke',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'pg1f3la5vkn9',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;;;(function($){$(function(){new FLBuilderAccordion({id:'wv5k87r46to3',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'gjpy245fexiw',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'rcm2ja3pd85x',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'rlbgnf1iescp',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'ql5b1xhtodrw',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'nh260wutc1yv',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'crk408vap2nf',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;;;(function($){$(function(){new FLBuilderAccordion({id:'6y0lxnbsp89t',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;;;(function($){$(function(){new FLBuilderAccordion({id:'3vehtxcw6rz4',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'akqvfu1jrp0z',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'5a1zj6xvw9y8',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'jhm34yti16gz',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'uwk5fhytzg1v',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'6dlnp1y93cv2',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);;(function($){$(function(){new FLBuilderAccordion({id:'7wglo24v3dxs',defaultItem:false,labelIcon:'fas fa-angle-up',activeIcon:'fas fa-angle-down',expandOnTab:false,});});})(jQuery);document.addEventListener('DOMContentLoaded',function(){const leaders={"Julia Allworth":{name:"Julia Allworth",title:"Manager, Innovation Projects",bio:"Julia (she/her) is a leader, innovator, and 'intrapreneur' who specializes in design thinking, collaboration, and related methodologies that strive to design programs with students. As the Leader of the Innovation Hub at the University of Toronto, she works with hundreds of students, faculty and staff on campus to improve the community’s campus experience. Julia holds an MBA in Global Leadership and a BA in Psychology. Julia has presented her work at various higher education conferences across North America. She is the co-author of a book, Design Thinking in Student Affairs, and delivered a TEDx talk entitled Design yourself to change the world. Outside of her work, Julia is a single mom to neurodiverse twins Joshua and Victoria who are in middle school."},"Hayley Park":{name:"Hayley Park",title:"Senior Project Assistant & Communications Lead",bio:"Hayley (she/her) is a visual designer with a passion for supporting and inspiring the student community. She previously completed her Honours Bachelor of Arts in Communication, Culture, Information & Technology at U of T, and holds a certificate in Digital Communications from Sheridan College. Combined with her extensive background in graphic design, Hayley loves to use design thinking and creative leadership to bring ideas to life, channeling perspectives on sustainability, accessibility, and equity throughout the process. When she is not designing, you can find her making music, travelling, and always learning."},"Lidiia Tulenkova":{name:"Lidiia Tulenkova",title:"Research Lead",bio:"Lidiia (she/her) is a creative strategist and leader with an intrapreneurial mindset and extensive experience in project management. With an Honours Bachelor's Degree in Sociocultural Anthropology and Material Culture, she recently joined the team as a Research Lead, overseeing a team of design researchers and their team leads. Before joining Innovation Hub, Lidiia became a published anthropologist, founded the first U of T museum club curating exhibitions and multi-media initiatives, and received the Muldoon-Mosaic Award leading a national team of change-makers in the social justice sector, organizing an educational conference and filming a short documentary."},"Joseph Lek":{name:"Joseph Lek",title:"Digital Communications Coordinator",bio:"Joseph Lek (he/him) completed his Honours Bachelor of Arts in both Communication, Culture, Information & Technology and Art & Art History at UTM jointly with Sheridan College. As the Digital Communications Coordinator, Joseph leads the digital communications planning and strategy for Innovation Hub projects. As a former U of T student, Joseph is eager to use his passion for art, communications, and design to reconnect with the U of T community and help improve campus life for everyone. Outside of work, Joseph loves to watch movies and create art based on pop culture."},"Amelia Di Meo":{name:"Amelia Di Meo",title:"Research Coordinator",bio:"Amelia (she/her) recently graduated from the University of Toronto with a Master of Health Science Degree in Translational Research where she also received an Honours Bachelor of Science with a double major in Neuroscience and Physiology. In between degrees, Amelia worked as a clinical research assistant, where she was introduced to design-thinking and qualitative research. Amelia is very excited to join the Innovation Hub as the Research Coordinator and is looking forward to working together with project teams to identify student needs and improve life on campus. In her free time, Amelia can be found rock climbing, playing piano and guitar."},"Jueun Kang":{name:"Jueun Kang",title:"Project Assistant",bio:"Jueun (she/her) is a recent graduate from the University of Toronto with a Bachelor of Information Degree, specializing in UX/UI, coding and data. With experience as a User Experience designer and President of a student design club, she is passionate about design thinking, product strategy and project management. As a Project Assistant, Jueun is excited to contribute to enhancing student experiences on campus. Outside of work, you'll often find Jueun designing, journaling or running."},"Thaksha Krishnagumar":{name:"Thaksha Krishnagumar",title:"Design Research Team Lead",bio:"Thaksha (she/her/hers) recently graduated from the Master of Information program, specializing in User Experience Design. Coming from a background with a double major in Mathematics & Linguistics, as well as a minor in French, she leverages cognitive diversity to understand the variability of experiences. As a Design Research Team Lead for the Reception Experiences at Health and Wellness Project, she wants to advocate for students by letting their voices lead the way for innovative design solutions. In her spare time, she enjoys watching TV shows and listening to music."},"Nicole Shi":{name:"Nicole Shi",title:"Design Research Team Lead",bio:"Nicole Shi (she/her) is a Contemporary Asian Studies graduate at U of T. Realizing that her high-quality education is largely due to the luck of encountering the right people who facilitated her access to resources and support, she is motivated to ensure that equal access to quality education is less dependent on luck and more as an intentional outcome of informed decisions. As a Team Lead, Nicole is so excited to engage in the research field and methods that align so closely with her beliefs. In her free time, Nicole enjoys journalling, doodling, and playing tennis."},"Antik Dey":{name:"Antik Dey",title:"Design Research Team Lead",bio:"Antik Dey (he/him) is a Master of Educational Leadership and Policy student at OISE. As the Design Research Team Lead for the Equity, Diversity, Inclusion, and Access at the School of the Environment project, Antik leverages his previous experience as an educator and design researcher to support his team. Equity, diversity, inclusivity, and access are of particular interest to Antik, who is a student parent himself and has lived experience as a religious minority in a South Asian country. A fun fact about Antik is that he loves to travel and experience diverse cuisines."},"Diana Radenko":{name:"Diana Radenko",title:"Audiovisual Storytelling Team Lead",bio:"Diana (she/her) is a digital storyteller with a passion for community cultivation through design and creativity. She is currently in her fourth year of undergraduate studies at St. Michael’s College, majoring in Book and Media Studies. Diana strives to direct her team towards solving problems in new ways and fostering connectedness and is excited to bring new projects to life in this role. During her free time, she can be found sketching, writing, or otherwise engaged in creative practice."},"Lauren Law":{name:"Lauren Law",title:"UI/UX Team Lead",bio:"Lauren (she/her) is a Master of Information student specializing in UX Design. She completed her Bachelors in Cognitive Science and The Study of Religion, with a Minor in Buddhism, Psychology, and Mental Health. Joining the iHub last September as a Design Researcher and later as a UI/UX Web Designer, she contributed to the successful launch of the new website. Now, as UI/UX Team Lead, she focuses on fostering collaboration and creating meaningful designs. Outside work, Lauren enjoys golfing, biking, and snowboarding with friends."},"Katrina Sze Ching Soong":{name:"Katrina Sze Ching Soong",title:"Qualitative Data Archivist Team Lead",bio:"Katrina (she/her) is in a fourth-year English and Philosophy double major and a History minor. As the Qualitative Data Archivist Team Lead, she aims to further develop her skills in qualitative research to improve student experiences. Some of Katrina's other interests include crocheting and playing Stardew Valley."},"Ruth Rodrigues":{name:"Ruth Rodrigues",title:"A&S UTQAP Research Lead & Team Coordinator",bio:"Ruth (she/her) is a graduate student completing a Master of Education in Social Justice Education at OISE, with a specialization in Development, Policy, and Power. She started at the Innovation Hub in 2022 as a Qualitative Data Archivist, later becoming the Team Lead. As UTQAP Research Lead & Program Coordinator, Ruth is excited to share her passion for applied research and guide work-students on how to make practical use of their research skills."}};const teamLeads=document.querySelectorAll('.team-lead');teamLeads.forEach(teamLead=>{teamLead.addEventListener('click',function(){const img=teamLead.querySelector('img');if(!img){console.error('No image found in team-lead');return;} let name=img.getAttribute('title');if(!name){const nameEl=teamLead.querySelector('strong');if(nameEl){name=nameEl.innerText.trim();}else{console.error('No name found for team-lead');return;}} const leader=leaders[name];if(leader){let overlay=document.getElementById('overlay');let overlaybg=document.getElementById('overlay-bg');if(!overlaybg){overlaybg=document.createElement('div');overlaybg.id='overlay-bg';document.body.appendChild(overlaybg);} overlaybg.style.position='fixed';overlaybg.style.top='0';overlaybg.style.left='0';overlaybg.style.width='100%';overlaybg.style.height='100%';overlaybg.style.backgroundColor='rgba(51,51,51,0.88)';overlaybg.style.display='flex';overlaybg.style.justifyContent='center';overlaybg.style.alignItems='center';overlaybg.style.zIndex='9999';overlaybg.innerHTML='';const card=document.createElement('div');card.style.width='90%';card.style.maxWidth='600px';card.style.backgroundColor='white';card.style.border='1px solid #012A5D';card.style.borderRadius='4px';card.style.display='flex';card.style.flexDirection='column';card.style.alignItems='center';card.style.justifyContent='flex-start';card.style.padding='21px';card.style.boxSizing='border-box';card.style.maxHeight='80vh';card.style.overflowY='auto';const imgClone=img.cloneNode(true);imgClone.classList.add('overlay-img');const nameEl=document.createElement('h2');nameEl.classList.add('overlay-name');nameEl.innerText=leader.name;const titleEl=document.createElement('h3');titleEl.classList.add('overlay-title');titleEl.innerText=leader.title;const bioEl=document.createElement('p');bioEl.classList.add('overlay-bio');bioEl.innerText=leader.bio;card.appendChild(imgClone);card.appendChild(nameEl);card.appendChild(titleEl);card.appendChild(bioEl);overlaybg.appendChild(card);overlaybg.style.display='flex';overlaybg.addEventListener('click',function(event){if(event.target===overlaybg){overlaybg.style.display='none';}});card.addEventListener('click',function(event){if(event.target===card){overlaybg.style.display='none';}});}else{console.error('Leader not found: '+name);}});});});