CINXE.COM

Welcome - SISO Leadership Conference 2024

<!DOCTYPE html> <html lang="en-GB" class="no-js"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title> Welcome - SISO Leadership Conference 2024 </title> <meta name="generator" content="SHOWOFF by ASP.events" /> <meta name="author" content=""> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta property="og:title" content="Welcome" /> <meta property="og:site_name" content="SISO&#x20;Leadership&#x20;Conference&#x20;2024" /> <meta property="schema:name" typeof="http://schema.org/WebPage" content="Welcome" /> <meta property="schema:image" typeof="http://schema.org/WebPage" content="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/logo_SisoLeadershipConf_rgb_logo.jpg/fit-in/1200x630/filters:no_upscale()" /> <meta property="og:image" content="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/logo_SisoLeadershipConf_rgb_logo.jpg/fit-in/1200x630/filters:no_upscale()" /> <meta property="og:type" content="website" /> <!-- 33A65E1DB18601C51E8C54D95231115E477A848CDB12790A19DCB01E85F55820 --> <base href="https://www.siso.org/leadership/" > <meta name="robots" content="index, follow" /> <link rel="icon" href="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/favicon.ico" type="image/x-icon" /> <link rel="canonical" href="https://www.siso.org/leadership" /> <link rel="stylesheet" href="https://use.typekit.net/unc3wwt.css"> <link rel="stylesheet" href="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/__theme/css/site.css?v=1ACAC98C" /> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i" rel="stylesheet"> <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script defer src="https://code.jquery.com/ui/1.14.0/jquery-ui.min.js" integrity="sha256-Fb0zP4jE3JHqu+IBB9YktLcSjI1Zc6J2b6gTjB0LpoM=" crossorigin="anonymous"></script> <script src="https://cdn.asp.events/includes/js/script.min.js"></script> <script src="https://themes.asp.events/_base/1-2-0/includes/javascripts/dist/essentials.min.js?v=2"></script> <script src="https://themes.asp.events/_base/1-2-0/includes/javascripts/dist/global/accessibility.min.js" async></script> <script src="https://themes.asp.events/_template_expo_crio_01/includes/javascripts/site.js?v=42"></script> <link rel="preload" href="https://themes.asp.events/_base/1-2-0/includes/fonts/fontawesome/fontawesome-all.min.css?v=1" as="style" fetchPriority="low" onload="this.onload=null;this.rel='stylesheet'" /> <link rel="preload" href="https://themes.asp.events/_base/1-2-0/includes/fonts/fontawesome/v4-shims.min.css?v=1" as="style" fetchPriority="low" onload="this.onload=null;this.rel='stylesheet'" /> <noscript> <link href="https://themes.asp.events/_base/1-2-0/includes/fonts/fontawesome/fontawesome-all.min.css?v=1" rel="stylesheet" fetchPriority="low"> <link href="https://themes.asp.events/_base/1-2-0/includes/fonts/fontawesome/v4-shims.min.css?v=1" rel="stylesheet" fetchPriority="low"> </noscript> <script src="https://themes.asp.events/_template_expo_crio_01/includes/javascripts/accessibility.js"></script> <script type="text/javascript" src="https://themes.asp.events/_base/1-2-0/includes/javascripts/dist/global/accessibility.min.js"></script> <script src="https://themes.asp.events/_template_expo_crio_01/includes/javascripts/animations.js"></script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W743DLFC');</script> <!-- End Google Tag Manager --> <script> $script('https://cdn.asp.events/includes/js/jquery/magnificPopup/jquery.magnific-popup.min.js', function(){ $script('/includes/javascript/ASPModal.old.min.js'); }); jQuery(document).ready(function(){ jQuery(document).on('click','.js-share-button',showShareDialog); function showShareDialog(e) { e.preventDefault(); var Site = jQuery(this).attr('data-site'); if (jQuery(this).attr('data-slug') != '') { var PageUrl = jQuery(this).attr('data-slug'); } else { var PageUrl = location.href; } var contentId = ''; if (jQuery(this).attr('data-contentId') != '') { var contentId = jQuery(this).attr('data-contentId'); } var shareText = jQuery(this).attr('data-shareText'); var shareTitle = jQuery(this).attr('data-shareTitle'); jQuery.get ( '__share/buttons/getShareUrl' , { Site:Site , PageUrl:PageUrl , PageTitle:document.title, contentId:contentId, shareText:shareText, shareTitle:shareTitle } , redirectToShare ); //var _paq = _paq || []; //piwik - track share event, and set value for dimension6 in action scope _paq.push(['trackEvent','General','Share',Site,null,{dimension6:PageUrl}]); } function redirectToShare(data) { //open email share in modal if(data.ShareTo.indexOf('__share/email') == 0) openRemoteModal(data.ShareTo); else{ var popupBlockerChecker = { check: function(popup_window){ var _scope = this; if (popup_window) { if(/chrome/.test(navigator.userAgent.toLowerCase())){ setTimeout(function () { _scope._is_popup_blocked(_scope, popup_window); },200); }else{ popup_window.onload = function () { _scope._is_popup_blocked(_scope, popup_window); }; } }else{ _scope._displayError(); } }, _is_popup_blocked: function(scope, popup_window){ if ((popup_window.innerHeight > 0)==false){ scope._displayError(); } }, _displayError: function(){ alert("Popup Blocker is enabled! Please add this site to your exception list."); } }; var popup = window.open(data.ShareTo,'_blank','width=800,height=650'); //'width=620,height=440' popupBlockerChecker.check(popup); } } }); </script> </head> <body class="body--id-12102 t-homepage SISOconference-2023 "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W743DLFC" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <a class="s-skip-to-main" href="#main" style="opacity: 0; position: absolute; transform: translateY(-100%);">Skip to main content</a> <div class="site"> <div class="l-navigation-mobile js-navigation-mobile" id="l-navigation-mobile"> <button class="l-navigation-mobile__close js-navigation-mobile-close" type="button" aria-label="Close Menu" aria-controls="l-navigation-mobile"> <i class="l-navigation-mobile__close__icon fal fa-times"></i> </button> <div class="l-navigation-mobile__quick-links"> <a class="l-navigation-mobile__quick-links__button" href="https://www.siso.org/leadership/"> <i class="l-navigation-mobile__quick-links__button__icon fal fa-home"></i> </a> <a class="l-navigation-mobile__quick-links__button js-search-trigger" href="#search"> <i class="l-navigation-mobile__quick-links__button__icon fal fa-search"></i> </a> </div> <nav class="l-navigation-mobile__menu" aria-label="Mobile Main Navigation"> <!--seed:9DE17DA753B7DFDCF4A60BC60DBCE716EC25B61D--> <ul class="menu menu--dropdown-toggle js-menu js-menu-dropdown-toggle menublock" menuid="18"> <li title="Home" class="menu__item menu__item--home"> <a href="" target="_self" class="menu__item__link menuitem menuitem--id-348">Home</a> </li> <li title="About " class="menu__item"> <span class="menu__item__link menuitem menuitem--id-567">About </span> <button class="menu__item__toggle" style="display: none;"><i class="fal fa-chevron-down"></i></button> <ul class="menu--sub-menu menu--sub-menu--level-1"> <li title="About SISO Leadership Conference " class="menu__item"> <a href="the-siso-leadership-conference" target="_self" class="menu__item__link menuitem menuitem--id-568">About SISO Leadership Conference </a> </li> <li title="Why attend" class="menu__item"> <a href="about-siso" target="_self" class="menu__item__link menuitem menuitem--id-569">Why attend</a> </li> </ul> </li> <li title="Leadership Conference " class="menu__item"> <span class="menu__item__link menuitem menuitem--id-570">Leadership Conference </span> <button class="menu__item__toggle" style="display: none;"><i class="fal fa-chevron-down"></i></button> <ul class="menu--sub-menu menu--sub-menu--level-1"> <li title="Program" class="menu__item"> <a href="the-siso-leadership-conference/2024-siso-summer-conference-program" target="_self" class="menu__item__link menuitem menuitem--id-592">Program</a> </li> <li title="Who is attending?" class="menu__item"> <a href="who-is-attending" target="_self" class="menu__item__link menuitem menuitem--id-572">Who is attending?</a> </li> <li title="Sponsors" class="menu__item"> <a href="the-siso-leadership-conference/siso-summer-conference-sponsors" target="_self" class="menu__item__link menuitem menuitem--id-595">Sponsors</a> </li> <li title="SISO Leadership Conference 2023 Highlights" class="menu__item"> <a href="siso-leadership-conference-2023-highlights" target="_self" class="menu__item__link menuitem menuitem--id-575">SISO Leadership Conference 2023 Highlights</a> </li> <li title="Speakers presentations" class="menu__item"> <a href="speaker-presentations" target="_self" class="menu__item__link menuitem menuitem--id-574">Speakers presentations</a> </li> <li title="SISO Leadership Photo Gallery" class="menu__item"> <a href="photo-gallery" target="_self" class="menu__item__link menuitem menuitem--id-579">SISO Leadership Photo Gallery</a> </li> </ul> </li> <li title="SISO TV" class="menu__item"> <a href="siso-tv" target="_self" class="menu__item__link menuitem menuitem--id-596">SISO TV</a> </li> <li title="Contact Us" class="menu__item"> <a href="contact" target="_self" class="menu__item__link menuitem menuitem--id-580">Contact Us</a> </li> <li title="Search" class="menu__item menu__item--search"> <a href="http://searchToggle" target="_self" class="menu__item__link menuitem menuitem--id-565">Search</a> </li> </ul> </nav> <div class="l-navigation-mobile__navigation__social"> <div class="panel panel--default panel--id-12342"> <div class="panel__body"> <ul class="ck-social-icons"> <li><a href="https://www.linkedin.com/company/sisoorg" target="_blank" title="https://www.linkedin.com/company/sisoorg">LinkedIn</a></li> <li><a href="https://www.facebook.com/pages/Society-of-Independent-Show-Organizers-SISO/457751875353?ref=ts" target="_blank" title="https://www.facebook.com/pages/Society-of-Independent-Show-Organizers-SISO/457751875353?ref=ts">Facebook</a></li> </ul> </div> </div> </div> </div> <div class="l-header-sticky"> <div class="l-header-sticky__wrapper"> <div class="l-header-sticky__branding-dates"> <div class="l-header-sticky__branding"> <div class="panel panel--default panel--id-12363"> <div class="panel__body"> <p><img alt="SISO Leadership Conference" src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/branding/logo_SisoLeadershipConf_rgb_logo.jpg" style="width: 100px; height: 87px;" /></p> </div> </div> </div> <div class="l-header-sticky__dates"> <div class="panel panel--default panel--id-12340"> <div class="panel__body"> <p>August 19-21, 2025 | Indiana Convention Center I Indianapolis, IN</p> </div> </div> </div> </div> <div class="l-header-sticky__call-to-actions-navigation"> <div class="l-header-sticky__call-to-actions"> <div class="panel panel--default panel--id-12365"> <div class="panel__body"> <ul> <li><a class="ck-button-one" href="https://www.siso.org/about-siso/why-join-siso" target="_blank" title="https://www.siso.org/about-siso/why-join-siso">Become a Member</a></li> <li><a class="ck-button-one" href="https://www.siso.org/siso-tv" target="_blank" title="https://www.siso.org/siso-tv">SISO TV</a></li> </ul> </div> </div> </div> <div class="l-header-sticky__navigation"> <a class="l-header-sticky__navigation__menu-trigger js-navigation-mobile-open" href="#"> <i class="l-header-sticky__navigation__menu-trigger__icon fal fa-bars"></i> </a> <nav class="l-header-sticky__navigation__menu js-navigation" data-name="main" aria-label="Main Navigation"> <ul class="menu menu--dropdown-responsive js-menu js-menu-dropdown-responsive menublock"> <!--seed:85501DA38C6F7A11C429093C2B5B1C9403EF50A3--> <li title="Home" class="menu__item menu__item--home"> <a href="" target="_self" class="menu__item__link menuitem menuitem--id-348">Home</a> </li> <li title="About " class="menu__item"> <span class="menu__item__link menuitem menuitem--id-567">About </span> <button class="menu__item__toggle" style="display: none;"><i class="fal fa-chevron-down"></i></button> <ul class="menu--sub-menu menu--sub-menu--level-1"> <li title="About SISO Leadership Conference " class="menu__item"> <a href="the-siso-leadership-conference" target="_self" class="menu__item__link menuitem menuitem--id-568">About SISO Leadership Conference </a> </li> <li title="Why attend" class="menu__item"> <a href="about-siso" target="_self" class="menu__item__link menuitem menuitem--id-569">Why attend</a> </li> </ul> </li> <li title="Leadership Conference " class="menu__item"> <span class="menu__item__link menuitem menuitem--id-570">Leadership Conference </span> <button class="menu__item__toggle" style="display: none;"><i class="fal fa-chevron-down"></i></button> <ul class="menu--sub-menu menu--sub-menu--level-1"> <li title="Program" class="menu__item"> <a href="the-siso-leadership-conference/2024-siso-summer-conference-program" target="_self" class="menu__item__link menuitem menuitem--id-592">Program</a> </li> <li title="Who is attending?" class="menu__item"> <a href="who-is-attending" target="_self" class="menu__item__link menuitem menuitem--id-572">Who is attending?</a> </li> <li title="Sponsors" class="menu__item"> <a href="the-siso-leadership-conference/siso-summer-conference-sponsors" target="_self" class="menu__item__link menuitem menuitem--id-595">Sponsors</a> </li> <li title="SISO Leadership Conference 2023 Highlights" class="menu__item"> <a href="siso-leadership-conference-2023-highlights" target="_self" class="menu__item__link menuitem menuitem--id-575">SISO Leadership Conference 2023 Highlights</a> </li> <li title="Speakers presentations" class="menu__item"> <a href="speaker-presentations" target="_self" class="menu__item__link menuitem menuitem--id-574">Speakers presentations</a> </li> <li title="SISO Leadership Photo Gallery" class="menu__item"> <a href="photo-gallery" target="_self" class="menu__item__link menuitem menuitem--id-579">SISO Leadership Photo Gallery</a> </li> </ul> </li> <li title="SISO TV" class="menu__item"> <a href="siso-tv" target="_self" class="menu__item__link menuitem menuitem--id-596">SISO TV</a> </li> <li title="Contact Us" class="menu__item"> <a href="contact" target="_self" class="menu__item__link menuitem menuitem--id-580">Contact Us</a> </li> <li title="Search" class="menu__item menu__item--search"> <a href="http://searchToggle" target="_self" class="menu__item__link menuitem menuitem--id-565">Search</a> </li> </ul> </nav> </div> </div> </div> </div> <header class="l-header js-header" data-header-option="1"> <div class="l-header__wrapper"> <div class="l-header__branding-dates"> <div class="l-header__branding"> <div class="panel panel--default panel--id-12339"> <div class="panel__body"> <p><a href="welcome" target="_self" title="welcome"><img alt="SISO Summer Conference" src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/branding/SisoLeadershipConf_cmyk_logo_WhiteandColor-ai.png" style="width: 220px; height: 188px;" /></a></p> </div> </div> </div> <div class="l-header__dates"> <div class="panel panel--default panel--id-12340"> <div class="panel__body"> <p>August 19-21, 2025 | Indiana Convention Center I Indianapolis, IN</p> </div> </div> </div> </div> <div class="l-header__extras-navigation"> <div class="l-header__links-social-language"> <div class="l-header__links"> <div class="panel panel--default panel--id-12345"> <div class="panel__body"> <ul> <li><a href="https://www.siso.org" target="_blank" title="https://www.siso.org">SISO</a></li> <li><a href="https://www.siso.org/Ceo" target="_blank" title="https://www.siso.org/Ceo">SISO CEO SUMMIT</a></li> </ul> </div> </div> </div> <div class="l-header__social"> <div class="panel panel--default panel--id-12342"> <div class="panel__body"> <ul class="ck-social-icons"> <li><a href="https://www.linkedin.com/company/sisoorg" target="_blank" title="https://www.linkedin.com/company/sisoorg">LinkedIn</a></li> <li><a href="https://www.facebook.com/pages/Society-of-Independent-Show-Organizers-SISO/457751875353?ref=ts" target="_blank" title="https://www.facebook.com/pages/Society-of-Independent-Show-Organizers-SISO/457751875353?ref=ts">Facebook</a></li> </ul> </div> </div> </div> </div> <div class="l-header__navigation"> <a class="l-header__navigation__menu-trigger js-navigation-mobile-open" href="#"> <i class="l-header__navigation__menu-trigger__icon fal fa-bars"></i> </a> <nav class="l-header__navigation__menu js-navigation" data-name="main" aria-label="Main Navigation"> <ul class="menu menu--dropdown-responsive js-menu js-menu-dropdown-responsive menublock"> <!--seed:85501DA38C6F7A11C429093C2B5B1C9403EF50A3--> <li title="Home" class="menu__item menu__item--home"> <a href="" target="_self" class="menu__item__link menuitem menuitem--id-348">Home</a> </li> <li title="About " class="menu__item"> <span class="menu__item__link menuitem menuitem--id-567">About </span> <button class="menu__item__toggle" style="display: none;"><i class="fal fa-chevron-down"></i></button> <ul class="menu--sub-menu menu--sub-menu--level-1"> <li title="About SISO Leadership Conference " class="menu__item"> <a href="the-siso-leadership-conference" target="_self" class="menu__item__link menuitem menuitem--id-568">About SISO Leadership Conference </a> </li> <li title="Why attend" class="menu__item"> <a href="about-siso" target="_self" class="menu__item__link menuitem menuitem--id-569">Why attend</a> </li> </ul> </li> <li title="Leadership Conference " class="menu__item"> <span class="menu__item__link menuitem menuitem--id-570">Leadership Conference </span> <button class="menu__item__toggle" style="display: none;"><i class="fal fa-chevron-down"></i></button> <ul class="menu--sub-menu menu--sub-menu--level-1"> <li title="Program" class="menu__item"> <a href="the-siso-leadership-conference/2024-siso-summer-conference-program" target="_self" class="menu__item__link menuitem menuitem--id-592">Program</a> </li> <li title="Who is attending?" class="menu__item"> <a href="who-is-attending" target="_self" class="menu__item__link menuitem menuitem--id-572">Who is attending?</a> </li> <li title="Sponsors" class="menu__item"> <a href="the-siso-leadership-conference/siso-summer-conference-sponsors" target="_self" class="menu__item__link menuitem menuitem--id-595">Sponsors</a> </li> <li title="SISO Leadership Conference 2023 Highlights" class="menu__item"> <a href="siso-leadership-conference-2023-highlights" target="_self" class="menu__item__link menuitem menuitem--id-575">SISO Leadership Conference 2023 Highlights</a> </li> <li title="Speakers presentations" class="menu__item"> <a href="speaker-presentations" target="_self" class="menu__item__link menuitem menuitem--id-574">Speakers presentations</a> </li> <li title="SISO Leadership Photo Gallery" class="menu__item"> <a href="photo-gallery" target="_self" class="menu__item__link menuitem menuitem--id-579">SISO Leadership Photo Gallery</a> </li> </ul> </li> <li title="SISO TV" class="menu__item"> <a href="siso-tv" target="_self" class="menu__item__link menuitem menuitem--id-596">SISO TV</a> </li> <li title="Contact Us" class="menu__item"> <a href="contact" target="_self" class="menu__item__link menuitem menuitem--id-580">Contact Us</a> </li> <li title="Search" class="menu__item menu__item--search"> <a href="http://searchToggle" target="_self" class="menu__item__link menuitem menuitem--id-565">Search</a> </li> </ul> </nav> </div> </div> </div> </header> <div class="l-hero js-hero" data-hero-option="2" data-hero-style="1"> <div class="panel panel--default panel--id-12348"> <div class="panel__header"> <h1 class="panel__header__title"> Welcome </h1> </div> <div class="panel__body"> <p> <div class="w-icatcher-slider w-icatcher-slider--id-uid_AEEA4"> <script src="https://themes.asp.events/_base/1-2-0/includes/javascripts/src/global/plugins/slick.min.js"></script> <script> $( document ).ready(function(){ var rand = 0; if ( false ) { var total = $(".w-icatcher-slider--id-uid_AEEA4 .w-icatcher-slider__list__item").length, rand = Math.floor( Math.random() * total ); } $( ".w-icatcher-slider--id-uid_AEEA4 .w-icatcher-slider__list" ).slick({ autoplay: true, autoplaySpeed:4000, speed: 1000, fade: false, arrows: true, dots: true, draggable: false, respondTo: "slider", initialSlide: rand, appendArrows: ".w-icatcher-slider--id-uid_AEEA4 .w-icatcher-slider__navigation", appendDots: ".w-icatcher-slider--id-uid_AEEA4 .w-icatcher-slider__pager" }); }); </script> <div class="w-icatcher-slider__list"> <div class="w-icatcher-slider__list__item"> <div class="w-icatcher-slider__list__item__image" style="background-image: url('https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/DSC_8752_websize.jpg'); transition-duration: 1000ms;"> <a href="https://SISO.customreg.net/register/278764bf-7fbd-467c-bc7a-abd078386e2a" target="_blank"><img src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/DSC_8752_websize.jpg" alt="" /></a> </div> <div class="w-icatcher-slider__list__item__body"> <div class="w-icatcher-slider__list__item__body__inner"> <h1 class="w-icatcher-slider__list__item__body__title"> AUGUST 19-21, 2025 </h1> <div class="w-icatcher-slider__list__item__body__description"> <h3 class="ck-headline ck-headline--white">INDIANAPOLIS, IN</h3> </div> <div class="w-icatcher-slider__list__item__body__button"> <a href="https://SISO.customreg.net/register/278764bf-7fbd-467c-bc7a-abd078386e2a" target="_blank" class="w-icatcher-slider__list__item__body__button__link">Register Now!</a> </div> </div> </div> </div> <div class="w-icatcher-slider__list__item"> <div class="w-icatcher-slider__list__item__image" style="background-image: url('https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/DSC_8484_websize.jpg'); transition-duration: 1000ms;"> <a href="https://SISO.customreg.net/register/278764bf-7fbd-467c-bc7a-abd078386e2a" target="_blank"><img src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/DSC_8484_websize.jpg" alt="" /></a> </div> <div class="w-icatcher-slider__list__item__body"> <div class="w-icatcher-slider__list__item__body__inner"> <h1 class="w-icatcher-slider__list__item__body__title"> AUGUST 19-21, 2025 </h1> <div class="w-icatcher-slider__list__item__body__description"> INDIANAPOLIS, IN </div> <div class="w-icatcher-slider__list__item__body__button"> <a href="https://SISO.customreg.net/register/278764bf-7fbd-467c-bc7a-abd078386e2a" target="_blank" class="w-icatcher-slider__list__item__body__button__link">Register Now!</a> </div> </div> </div> </div> <div class="w-icatcher-slider__list__item"> <div class="w-icatcher-slider__list__item__image" style="background-image: url('https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/GCZ_7201_websize.jpg'); transition-duration: 1000ms;"> <a href="https://SISO.customreg.net/register/278764bf-7fbd-467c-bc7a-abd078386e2a" target="_blank"><img src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/GCZ_7201_websize.jpg" alt="" /></a> </div> <div class="w-icatcher-slider__list__item__body"> <div class="w-icatcher-slider__list__item__body__inner"> <h1 class="w-icatcher-slider__list__item__body__title"> AUGUST 19-21, 2025 </h1> <div class="w-icatcher-slider__list__item__body__description"> <h3 class="ck-headline ck-headline--white">INDIANAPOLIS, IN</h3> </div> <div class="w-icatcher-slider__list__item__body__button"> <a href="https://SISO.customreg.net/register/278764bf-7fbd-467c-bc7a-abd078386e2a" target="_blank" class="w-icatcher-slider__list__item__body__button__link">REGISTER NOW</a> </div> </div> </div> </div> </div> <div class="w-icatcher-slider__navigation"></div> <div class="w-icatcher-slider__pager"></div> </div> </p> </div> </div> </div> <div class="l-content" id="main"> <main class="l-content__main"> <div class="l-content__main__body"> <div class="section section--four-column section--id-1 section--Grid-4-Style-7"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <article class="article article--boxed article--boxed--colour-three"> <div class="article__wrapper"> <div class="article__header-body"> <div class="article__body"> <h3 class="ck-headline ck-headline--white">The must-attend leadership event for the for-profit show organizer.</h3> <p><a class="ck-button-two" href="siso-summer-conference-2024" target="_self" title="siso-summer-conference-2024">Program</a></p> </div> </div> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> <div class="section__body__article section__body__article--id-2"> <a class="anchor" name="Latest Updates"></a> <article class="article article--boxed article--boxed--colour-muted"> <div class="article__wrapper"> <div class="article__header-body"> <div class="article__header"> <h3 class="article__header__title"> Latest Updates </h3> </div> <div class="article__body"> <div class="widget-rss"> <ul class="widget-rss__list"> <li class="widget-rss__list__item"> <div class="widget-rss__list__item__title"> <a class="widget-rss__list__item__title__link" href="https://www.siso.org/latest-news/note-ceo-ceo-summit-items" target="_blank">A Note for our CEO about the CEO Summit and other items</a> </div></li> <li class="widget-rss__list__item"> <div class="widget-rss__list__item__title"> <a class="widget-rss__list__item__title__link" href="https://www.siso.org/latest-news/reminders-ceo-ceo-summit-items" target="_blank">Some Reminders from our CEO about the CEO Summit and other items</a> </div></li> <li class="widget-rss__list__item"> <div class="widget-rss__list__item__title"> <a class="widget-rss__list__item__title__link" href="https://www.siso.org/latest-news/note-ceo-siso-ceo-summit-coka" target="_blank">A Note from our CEO about SISO and the CEO Summit</a> </div></li> </ul> </div> <p style="text-align: center;"><br /> <a class="ck-button-one" href="http://www.siso.org/press-releases" target="_blank" title="http://www.siso.org/press-releases">More</a></p> </div> </div> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> <div class="section__body__article section__body__article--id-3"> <a class="anchor" name="SISO CEO SUMMIT 2025"></a> <article class="article article--button article--button--colour-four"> <div class="article__header-body"> <div class="article__header"> <h3 class="article__header__title"> SISO CEO SUMMIT 2025 </h3> </div> <div class="article__body"> <p>March 31 - April 3, 2025<br /> Omni Barton Creek Resort &amp; Spa<br /> Austin, Texas</p> <p><a class="ck-button-two" href="https://www.siso.org/Ceo" target="_blank" title="https://www.siso.org/Ceo">MORE INFORMATION</a></p> </div> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> <div class="section__body__article section__body__article--id-4"> <article class="article article--iframe"> <div class="article__header-body"> <div class="article__body"> <iframe width="700" height="315" src="https://www.youtube.com/embed/YURLZKvynow" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen=""></iframe> </div> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> </div> </div> <div class="section section--three-column section--id-3 section--Grid-3-Style-3"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Why Join SISO?"></a> <article class="article article--button article--button--colour-one"> <div class="article__header-body"> <div class="article__header"> <h3 class="article__header__title"> Why Join SISO? </h3> </div> <div class="article__body"> <a class="ck-button-five" href="http://www.siso.org/about-siso/why-join-siso" target="_blank" title="http://www.siso.org/about-siso/why-join-siso">VIEW</a> </div> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> <div class="section__body__article section__body__article--id-2"> <a class="anchor" name="1"></a> <article class="article article--image-only " style="background-image: url('https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/DSC_8484_websize.jpg')"> <div class="article__image"> <img src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/homepageslider/DSC_8484_websize.jpg" alt="1" /> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> <div class="section__body__article section__body__article--id-3"> <a class="anchor" name="Photo Gallery"></a> <article class="article article--button article--button--colour-one"> <div class="article__header-body"> <div class="article__header"> <h3 class="article__header__title"> Photo Gallery </h3> </div> <div class="article__body"> <p style="text-align: center;"><a class="ck-button-five" href="photo-gallery" target="_self" title="photo-gallery">VIEW</a></p> </div> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/anchor.js?v=1'); </script> </div> </div> </div> </div> </main> </div> <div class="l-testimonials"> <div class="l-testimonials__body"><div class="panel panel--default panel--id-12362"> <div class="panel__header"> <h4 class="panel__header__title"> Testimonials </h4> </div> <div class="panel__body"> <div class="w-testimonials w-testimonials--id-uid_BC0A5"> <script src="/__widgets/slider/jquery.bxslider.min.js"></script> <script> $(document).ready(function(){ var widgetTestimonial_uid_BC0A5 = $(".w-testimonials--id-uid_BC0A5 .w-testimonials__list").bxSlider({ pause:4000 , speed: 7 , mode:"fade" , randomStart:true , auto: true , controls: false , pager: true , captions: true }); $(document).on("toggleTab", ".p-tabs", function( e ){ widgetTestimonial_uid_BC0A5.redrawSlider(); }); /* Force the carousel to reload after the page has finished loading in case it is the first tab */ $(window).load(function () { if(widgetTestimonial_uid_BC0A5.closest(".p-tabs").length) { widgetTestimonial_uid_BC0A5.redrawSlider(); } }); }); </script> <ul class="w-testimonials__list"> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “Without a doubt the most valuable three days of the year for networking, learning, and meeting colleagues.” <div class="w-testimonials__list__item__author"> Tony Calanca, Executive Vice President, UBM </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “Two of the best acquisitions Access Intelligence had executed came directly from contacts and discussions held at the SISO CEO Summit. Beyond that important networking for transactions, I learn best practices from the best in the industry. The ROI for membership is immeasurable.” <div class="w-testimonials__list__item__author"> Don Pazour, CEO, Access Intelligence </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “The impact of SISO is so much bigger than its size. It feels more like a global council of important tribes than a traditional trade association.” <div class="w-testimonials__list__item__author"> David Adler, CEO &amp; Founder, Bizbash Media </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “Our industry thrives on the personal relationships that face-to-face builds, and the CEO Summit is the ultimate place to build YOUR network!” <div class="w-testimonials__list__item__author"> Tom Mitchell, President, Messe Dusseldorf North America </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “As busy, independent, for-profit organizer, SISO keeps our company connected to all the key players working in this industry and allows great relationships and ongoing learning of best practices from the best in the business. All invaluable assets to help move our business forward.&quot; <div class="w-testimonials__list__item__author"> Howard Hauben, CEO, H2 Events </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “The SISO membership represents the entire for-profit tradeshow community and the annual SISO conferences are must-attend events for their educational and networking value.” <div class="w-testimonials__list__item__author"> Joel A. Davis, Founder &amp; CEO, JD Events </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “SISO connects strategic minds through invaluable networking opportunities and face-to-face executive conferences focused on excellence and inspiration.” <div class="w-testimonials__list__item__author"> Dana Teague, Vice President, Informa Global Exhibitions </div> </div> </li> <li class="w-testimonials__list__item w-testimonials__list__item--text-alignment-center w-testimonials__list__item--text-size-x-large"> <div class="w-testimonials__list__item__quote"> “Participating in SISO puts you on the leading edge of the events world.” <div class="w-testimonials__list__item__author"> Charles McCurdy, CEO, Informa Global Exhibitions </div> </div> </li> </ul> </div> <p>&nbsp;</p> </div> </div></div> </div> <div class="l-newsletter"> <div class="panel panel--default panel--id-12364"> <div class="panel__header-body"> <div class="panel__body"> <p style="text-align: center;"><a class="ck-button-two" href="https://www.siso.org/about-siso/why-join-siso" target="_blank" title="https://www.siso.org/about-siso/why-join-siso">JOIN SISO TODAY</a></p> <p style="text-align: center;"><a class="ck-button-two" href="https://www.siso.org/become-a-member" target="_blank" title="https://www.siso.org/become-a-member">BECOME A MEMBER</a></p> </div> </div> </div> </div> <footer class="l-footer"> <div class="l-footer__wrapper"> <div class="l-footer__info"> <div class="panel panel--default panel--id-12349"> <div class="panel__header"> <h4 class="panel__header__title"> Useful Links </h4> </div> <div class="panel__body"> <ul> <li><a href="http://www.siso.org/about-siso" target="_blank" title="http://www.siso.org/about-siso">About SISO</a></li> <li><a href="https://www.siso.org/become-a-member" target="_blank" title="https://www.siso.org/become-a-member">Become a Member</a></li> </ul> </div> </div> <div class="panel panel--default panel--id-12366"> <div class="panel__header"> <h4 class="panel__header__title">  Shows </h4> </div> <div class="panel__body"> <ul> <li><a href="https://www.siso.org/Ceo" target="_blank" title="https://www.siso.org/Ceo">CEO Summit</a></li> <li><a href="https://www.asiaceosummit.com/" target="_blank" title="https://www.asiaceosummit.com/">Asia CEO Summit</a></li> <li><a href="https://www.exhibitionsconferencesalliance.org/" target="_blank" title="https://www.exhibitionsconferencesalliance.org/">Exhibitions &amp; Conferences Alliance</a></li> </ul> </div> </div> <div class="panel panel--default panel--id-16205"> <div class="panel__body"> <ul> <li><a href="https://www.siso.org/conferences/sponsorships" target="_blank" title="https://www.siso.org/conferences/sponsorships">Sponsorship Opportunities</a></li> <li><a href="https://www.siso.org/industry-links" target="_blank" title="https://www.siso.org/industry-links">Industry Links</a></li> <li><a href="contact" target="_self" title="contact">Contact Us</a></li> </ul> </div> </div> <div class="panel panel--default panel--id-12350"> <div class="panel__header"> <h4 class="panel__header__title"> Contact SISO </h4> </div> <div class="panel__body"> <ul> <li><a href="mailto:Vincent@SISO.org?Subject=Website%20Inquiry" target="_top" title="Vincent@SISO.org">Vincent Polito</a>:&nbsp; +1 (203) 500-1586</li> <li><a href="mailto:anna@SISO.org?subject=SISO%20Inquiry" target="_top" title="anna@SISO.org">Anna Osnower</a>:&nbsp; +1 (678) 567-6465</li> <li><a href="mailto:katherine@SISO.org?subject=RE%3A%20SISO%20Membership%20Inquiry" target="_top" title="katherine@SISO.org">Katherine Truesdale</a>:&nbsp; +1 (678) 567-6466</li> </ul> <p>&nbsp;</p> <ul class="ck-social-icons"> <li><a href="https://www.linkedin.com/company/sisoorg" target="_blank" title="https://www.linkedin.com/company/sisoorg">LinkedIn</a></li> <li><a href="https://www.facebook.com/pages/Society-of-Independent-Show-Organizers-SISO/457751875353?ref=ts" target="_blank" title="https://www.facebook.com/pages/Society-of-Independent-Show-Organizers-SISO/457751875353?ref=ts">Facebook</a></li> </ul> </div> </div> </div> <div class="l-footer__menu-showoff"> <div class="l-footer__menu"> <!--seed:DE1048A94166A6B59494044CB712315E94650FD4--> <ul class="menu menu--footer menublock" menuid="19"> <li title="&lt;img alt=&quot;SISO&quot; src=&quot;https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/branding/sisofooter.png&quot; style=&quot;width: 55px; height: 55px;&quot;&gt;" class="menu__item"> <a href="http://siso.org" target="_blank" class="menu__item__link menuitem menuitem--id-588"><img alt="SISO" src="https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/sites/SISOconference-2023/media/branding/sisofooter.png" style="width: 55px; height: 55px;"></a> </li> <li title="© Copyright 2025" class="menu__item"> <a href="welcome/copyright" target="_self" class="menu__item__link menuitem menuitem--id-416">© Copyright 2025</a> </li> <li title="Privacy Policy" class="menu__item"> <a href="welcome/privacy-policy" target="_self" class="menu__item__link menuitem menuitem--id-417">Privacy Policy</a> </li> </ul> </div> <div class="l-footer__showoff"> <svg class="l-footer__showoff__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://themes.asp.events/_template_expo_crio_01/includes/icons/asp_logo.svg#Layer_1"></use> </svg> <a class="l-footer__showoff__link" href="https://www.asp.events/client" target="_blank">Exhibition Website by ASP</a> </div> </div> </div> </footer> <div class="w-modal-search"> <a href="#searchToggle" class="js-search-trigger"></a> <div class="w-search" data-cachestatic="1" data-search-hint="Type in what you're looking for then press search"> <form name="searchform" action="__search" class="w-search__form" method="post"> <div class="w-search__form__title"> Search </div> <div class='p-form__group form__group'><div class='p-form__group__controls form__group__controls'><input type="text" name="q" class="w-search__form__input" placeholder="Search" id="q"/></div></div> <div class='p-form__group form__group'><div class='p-form__group__controls form__group__controls'><button name="searchSubmitButton" type="submit" class="w-search__form__submit" id="searchSubmitButton">Search</button></div></div> </form> </div> </div> <div class="floating"> <div class='w-zone-loginwrapper' data-lostpassword='false'><div> <div class="w-zone-login js-zone-login"> <div class="w-zone-login__no-access js-zone-login__no-access"> </div> <div class="w-zone-login__form-wrapper"> <form action="__zone/dologin" class="w-zone-login__form zoneloginform" method="post"> <input type="hidden" name="formID" value="LOGIN" id="formID"/> <div class='p-form__group form__group'><div class='p-form__group__title form__group__title'><label class="p-form__group__title__label form__group__title__label" required="required" showrequiredicon="true" for="username">Username *</label></div><div class='p-form__group__controls form__group__controls'><input type="text" name="username" class="w-zone-login__form__input" required="required" placeholder="Username" autocomplete="off" id="username"/></div></div> <div class='p-form__group form__group'><div class='p-form__group__title form__group__title'><label class="p-form__group__title__label form__group__title__label" required="required" showrequiredicon="true" for="password">Password *</label></div><div class='p-form__group__controls form__group__controls'><input type="password" name="password" class="w-zone-login__form__input" required="required" placeholder="Password" autocomplete="off" id="password"/></div></div> <div class='p-form__group form__group'><div class='p-form__group__controls form__group__controls'><button name="loginSubmitButton" type="submit" class="button w-zone-login__form__submit" id="loginSubmitButton">Login</button></div></div> </form> </div> </div> </div></div><script type='text/javascript'> $script('https://cdn.asp.events/includes/js/jquery/magnificPopup/jquery.magnific-popup.min.js', function(){ $script('/includes/javascript/ASPModal.old.min.js', function(){ $script('/includes/javascript/modules/zone/zone.js?v=rc/4.4.25', function(){ js_zone.login_init(); }); }); }); </script> </div> </div> <style> /* Sponsors Library */ .m-libraries-sponsors-entry--default .m-libraries-sponsors-entry__item__logo { width: 250px; } /* Gallery Arrows */ .slick-next, .slick-prev { border: solid 3px #fff; color: #fff; } .slick-next::before, .slick-prev::before { color: #fff; } /* Bordered Articles */ .article--bordered .article__header-body { padding: 30px; } /* BUTTONS */ .ck-button-one, .p-button--primary { padding: 12px 24px !important; } .ck-button-two, .p-button--secondary { padding: 12px 24px !important; } .ck-button-three, .p-button--tertiary { padding: 12px 24px !important; } .ck-button-four, .p-button--quaternary { padding: 12px 24px !important; } .ck-button-five, .p-button--quinary { padding: 12px 24px !important; } .l-hero .w-icatcher-slider .w-icatcher-slider__list__item__body__button__link { padding: 12px 24px !important; } /* DATES */ .l-header__dates .panel .panel__body, .l-header-sticky__dates .panel .panel__body { font-family: Roboto Condensed; font-weight: 600; } .l-header-sticky__dates .panel .panel__body { color: #e4771a; } .l-header-sticky { box-shadow: 0 0.1rem 0.5rem rgb(115 115 115 / 24%); padding: 10px 0; } /* WHITE TEXT ON COLOURED ARTICLES */ .article--accordion .article__header { color: #fff; } .article--slide-up--colour-one .article__header__title, .article--slide-up--colour-two .article__header__title, .article--slide-up--colour-three .article__header__title, .article--slide-up--colour-four .article__header__title, .article--slide-up--colour-five .article__header__title { color: #fff; } .article--boxed--colour-one .article__header__title, .article--boxed--colour-one .article__body { color: #fff; } .article--boxed--colour-two .article__header__title, .article--boxed--colour-two .article__body { color: #fff; } .article--boxed--colour-three .article__header__title, .article--boxed--colour-three .article__body { color: #fff; } .article--boxed--colour-four .article__header__title, .article--boxed--colour-four .article__body { color: #fff; } .article--boxed--colour-five .article__header__title, .article--boxed--colour-five .article__body { color: #fff; } .article--button--colour-one .article__header__title, .article--button--colour-one .article__body { color: #fff; } .article--button--colour-two .article__header__title, .article--button--colour-two .article__body { color: #fff; } .article--button--colour-three .article__header__title, .article--button--colour-three .article__body { color: #fff; } .article--button--colour-four .article__header__title, .article--button--colour-four .article__body { color: #fff; } .article--button--colour-five .article__header__title, .article--button--colour-five .article__body { color: #fff; } .section--Background-Colour-One .section__header__title, .section--Background-Colour-two .section__header__title, .section--Background-Colour-three .section__header__title, .section--Background-Colour-four .section__header__title, .section--Background-Colour-five .section__header__title { color: #fff; } .section--Background-Colour-One .article--default .article__body, .section--Background-Colour-One .article--default .article__header__title { color: #fff; } .section--Background-Colour-two .article--default .article__body, .section--Background-Colour-two .article--default .article__header__title { color: #fff; } .section--Background-Colour-three .article--default .article__body, .section--Background-Colour-three .article--default .article__header__title { color: #fff; } .section--Background-Colour-four .article--default .article__body, .section--Background-Colour-four .article--default .article__header__title { color: #fff; } .section--Background-Colour-five .article--default .article__body, .section--Background-Colour-five .article--default .article__header__title { color: #fff; } .l-newsletter .panel .panel__body { display: flex; justify-content: center; } .l-newsletter .panel .panel__body p:not(last-child) { margin-right: 10px; } @media (max-width: 600px) { .l-newsletter .panel .panel__body { flex-direction: column; } } @media (min-width: 768px) { .l-page-title__title { font-size: 2.2rem; } } </style> <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; var piwikPageTracked = piwikPageTracked || false; // tracker methods like 'setCustomDimension' should be called before 'trackPageView' if (!piwikPageTracked) { //loop through page tags and set custom dimensions for contentID and Tags var tagArray = []; for(i=0; i < tagArray.length ; i++){ _paq.push(['trackEvent','General','Tags','View',null,{dimension7:'12102',dimension13:'Page', dimension15:'welcome', dimension9:tagArray[i]}]); } //loop through page tags and set custom dimensions for contentID and prod cats var catArray = []; for(i=0; i < catArray.length ; i++){ _paq.push(['trackEvent','General','Product Categories','View',null,{dimension7:'12102',dimension13:'Page', dimension15:'welcome', dimension10:catArray[i]}]); } //track page as well as contentId _paq.push(['trackPageView',null,{dimension7:'12102',dimension13:'Page', dimension15:'welcome'}]); } _paq.push(['enableLinkTracking']); (function() { var u='//analytics.showoff.asp.events/'; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '185']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Piwik Code --> <script src="/includes/javascript/showoff.global.min.js" ></script> <script type="application/ld+json">{"@context":"http://schema.org","endDate":"2025-08-21T00:00:00Z","@type":"Event","startDate":"2025-08-19T00:00:00Z","sameAs":[],"eventAttendanceMode":"","image":["https://cdn.asp.events/CLIENT_Society__29E39640_5056_B733_49E3722D57F04B89/productImages//includes/images/profiles/ico_group.png"],"eventStatus":"","audience":{"@type":"Audience","name":""},"organizer":{"@type":"Organization","sameAs":[],"url":"","logo":"/includes/images/profiles/ico_group.png","name":"Society of Independent Show Organizers"},"name":"SISO Leadership Conference 2025","description":""}</script> </body> </html>

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