CINXE.COM
Attend | SPE Hydraulic Fracturing Technology Conference & Exhibition
<!DOCTYPE html> <html lang="en-GB" class="no-js"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title> Attend | SPE Hydraulic Fracturing Technology Conference & Exhibition </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="Attend | SPE Hydraulic Fracturing Technology Conference & Exhibition" /> <meta property="og:site_name" content="2025 SPE Hydraulic Fracturing Technology Conference and Exhibition (25HFTC)" /> <meta property="schema:name" typeof="http://schema.org/WebPage" content="Registration" /> <meta property="schema:image" typeof="http://schema.org/WebPage" content="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/logos/spe-logo-2020.png/fit-in/1200x630/filters:no_upscale()" /> <meta property="og:image" content="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/logos/spe-logo-2020.png/fit-in/1200x630/filters:no_upscale()" /> <meta property="og:type" content="article" /> <!-- 33A65E1DB18601C51E8C54D95231115E477A848CDB12790A19DCB01E85F55820 --> <base href="https://www.spe-events.org/hydraulicfracturing/" > <meta name="robots" content="index, follow" /> <link rel="icon" href="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/favicon.ico" type="image/x-icon" /> <link rel="canonical" href="https://www.spe-events.org/hydraulicfracturing/attend" /> <link rel="stylesheet" href="https://use.typekit.net/rvs0vpe.css"> <!--Data Layer --> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({"content": {"category": "events", "title": "<2025_SPE_Hydraulic_Fracturing_Technology_Conference_and_Exhibition_25HFTC>"}}); </script> <!-- End Data Layer --> <!-- 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-N64VZH');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('833-LLT-087'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'http://munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); </script> <link rel="stylesheet" href="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/__theme/css/site.css?v=62CC5609"/> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link href="https://themes.asp.events/_base/1-2-0/includes/fonts/fontawesome/fontawesome-all.min.css" rel="stylesheet"> <script type="text/javascript" src="https://themes.asp.events/_template_expo_bloom_01/includes/javascripts/global/core/jquery.min.js"></script> <script type="text/javascript" src="https://themes.asp.events/_template_expo_bloom_01/includes/javascripts/global/core/jquery-ui.min.js"></script> <script type="text/javascript" src="https://cdn.asp.events/includes/js/script.min.js"></script> <script type="text/javascript" src="https://themes.asp.events/_template_expo_bloom_01/includes/javascripts/animations.js?v=2"></script> <script type="text/javascript" src="https://themes.asp.events/_base/1-2-0/includes/javascripts/dist/essentials.min.js"></script> <script type="text/javascript" src="https://themes.asp.events/_template_expo_bloom_01/includes/javascripts/site.js?v=7"></script> <script type="text/javascript" src="https://themes.asp.events/_template_expo_bloom_01/includes/javascripts/patterns/menus.js"></script> <script src="https://themes.asp.events/_template_expo_bloom_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> $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-79411 t-default 25HFTC "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N64VZH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> _linkedin_partner_id = "69831"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=69831&fmt=gif" /> </noscript> <script type="text/javascript"> _linkedin_partner_id = "92595"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=92595&fmt=gif" /> </noscript> <script type="text/javascript"> _linkedin_partner_id = "62781"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=62781&fmt=gif" /> </noscript> <script type="text/javascript"> _linkedin_partner_id = "92595"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=92595&fmt=gif" /> </noscript> <script type="text/javascript"> _linkedin_partner_id = "69831"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=69831&fmt=gif" /> </noscript> <script type="text/javascript"> _linkedin_partner_id = "69831"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=69831&fmt=gif" /> </noscript> <script type="text/javascript"> _linkedin_partner_id = "568242"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=568242&fmt=gif" /> </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"> <button class="l-navigation-mobile-trigger js-menu-mobile-trigger" type="button" aria-label="Open Menu" aria-controls="navigation"> <svg class="l-navigation-mobile-trigger__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://themes.asp.events/_template_expo_bloom_01/includes/icons/general.svg#icon-menu"></use> </svg> </button> <div class="l-navigation-mobile js-menu-mobile-target"> <button class="l-navigation-mobile__close js-menu-mobile-close" type="button" aria-label="Close Menu" aria-controls="navigation"> <svg class="l-navigation-mobile__close__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://themes.asp.events/_template_expo_bloom_01/includes/icons/general.svg#icon-cross"></use> </svg> </button> <nav class="l-navigation-mobile__menu" aria-label="Mobile Main Navigation"> <ul class="menu menu--mobile js-menu js-menu-mobile menublock" menuid="524"> <li title="Home" class="menu__item menu__item--home"> <a href="homepage" target="_self" class="menu__item__link menuitem menuitem--id-5457">Home</a> </li> <li title="About" class="menu__item"> <a href="about-the-conference" target="_self" class="menu__item__link menuitem menuitem--id-5458">About</a> <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 Committee" class="menu__item"> <a href="about-the-conference/committee" target="_self" class="menu__item__link menuitem menuitem--id-5675">Program Committee</a> </li> <li title="Message from the Program Committee Chairperson" class="menu__item"> <a href="about-the-conference/message-from-the-program-committee-chair" target="_self" class="menu__item__link menuitem menuitem--id-5674">Message from the Program Committee Chairperson</a> </li> <li title="Industry Insights " class="menu__item"> <a href="industry-insights" target="_self" class="menu__item__link menuitem menuitem--id-5467">Industry Insights </a> </li> <li title="SPE Legends of Hydraulic Fracturing Award" class="menu__item"> <a href="attend/spe-legends-hydraulic-fracturing" target="_self" class="menu__item__link menuitem menuitem--id-6858">SPE Legends of Hydraulic Fracturing Award</a> </li> </ul> </li> <li title="Attend" class="menu__item"> <span class="menu__item__link menuitem menuitem--id-5462">Attend</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="Schedule of Events" class="menu__item"> <a href="attend/schedule" target="_self" class="menu__item__link menuitem menuitem--id-5679">Schedule of Events</a> </li> <li title="Training Courses" class="menu__item"> <a href="attend/training-courses" target="_self" class="menu__item__link menuitem menuitem--id-5534">Training Courses</a> </li> <li title="Travel & Accommodations" class="menu__item"> <a href="attend/travel-and-accommodations" target="_self" class="menu__item__link menuitem menuitem--id-6701">Travel & Accommodations</a> </li> </ul> </li> <li title="Technical Program" class="menu__item"> <a href="attend/technical-program" target="_self" class="menu__item__link menuitem menuitem--id-6658">Technical Program</a> </li> <li title="Sponsor" class="menu__item"> <a href="sponsor" target="_self" class="menu__item__link menuitem menuitem--id-5464">Sponsor</a> </li> <li title="Exhibit" class="menu__item"> <a href="exhibit" target="_self" class="menu__item__link menuitem menuitem--id-5465">Exhibit</a> <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="Exhibitor Contract & Pricing" class="menu__item"> <a href="exhibit/2025-exhibit-contract-pricing" target="_self" class="menu__item__link menuitem menuitem--id-5541">Exhibitor Contract & Pricing</a> </li> <li title="Exhibit Floorplan" class="menu__item"> <a href="https://exhibits.spe.org/HFTC2025/Public/eventmap.aspx?shMode=E&ID=32581" target="_blank" class="menu__item__link menuitem menuitem--id-5542">Exhibit Floorplan</a> </li> <li title="Exhibitor Resources" class="menu__item"> <a href="exhibit/exhibitor-resources-copy" target="_self" class="menu__item__link menuitem menuitem--id-5543">Exhibitor Resources</a> </li> </ul> </li> </ul> </nav> </div> <div class="l-header-sticky"> <div class="l-header-sticky__branding-dates-navigation"> <div class="l-header-sticky__branding-dates"> <div class="l-header-sticky__branding"> <div class="panel panel--default panel--id-79025"> <div class="panel__body"> <p><img alt="SPE Logo" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/Logos/spe-logo-2020.png" style="width: 100px; height: 52px;" /></p> <p><strong>2025 SPE Hydraulic Fracturing Technology Conference and Exhibition</strong><br /> 4–6 February 2025<br /> The Woodlands Waterway Marriott Hotel & Convention Center | The Woodlands, Texas, USA</p> </div> </div> </div> </div> <div class="l-header-sticky__navigation"> <button class="l-header-sticky__navigation__mobile-trigger js-menu-mobile-trigger" type="button" aria-label="Open Menu" aria-controls="navigation"> <svg class="l-header-sticky__navigation__mobile-trigger__icon"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://themes.asp.events/_template_expo_bloom_01/includes/icons/general.svg#icon-menu"></use> </svg> </button> <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" menuid="524"> <li title="Home" class="menu__item menu__item--home"> <a href="homepage" target="_self" class="menu__item__link menuitem menuitem--id-5457">Home</a> </li> <li title="About" class="menu__item"> <a href="about-the-conference" target="_self" class="menu__item__link menuitem menuitem--id-5458">About</a> <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 Committee" class="menu__item"> <a href="about-the-conference/committee" target="_self" class="menu__item__link menuitem menuitem--id-5675">Program Committee</a> </li> <li title="Message from the Program Committee Chairperson" class="menu__item"> <a href="about-the-conference/message-from-the-program-committee-chair" target="_self" class="menu__item__link menuitem menuitem--id-5674">Message from the Program Committee Chairperson</a> </li> <li title="Industry Insights " class="menu__item"> <a href="industry-insights" target="_self" class="menu__item__link menuitem menuitem--id-5467">Industry Insights </a> </li> <li title="SPE Legends of Hydraulic Fracturing Award" class="menu__item"> <a href="attend/spe-legends-hydraulic-fracturing" target="_self" class="menu__item__link menuitem menuitem--id-6858">SPE Legends of Hydraulic Fracturing Award</a> </li> </ul> </li> <li title="Attend" class="menu__item"> <span class="menu__item__link menuitem menuitem--id-5462">Attend</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="Schedule of Events" class="menu__item"> <a href="attend/schedule" target="_self" class="menu__item__link menuitem menuitem--id-5679">Schedule of Events</a> </li> <li title="Training Courses" class="menu__item"> <a href="attend/training-courses" target="_self" class="menu__item__link menuitem menuitem--id-5534">Training Courses</a> </li> <li title="Travel & Accommodations" class="menu__item"> <a href="attend/travel-and-accommodations" target="_self" class="menu__item__link menuitem menuitem--id-6701">Travel & Accommodations</a> </li> </ul> </li> <li title="Technical Program" class="menu__item"> <a href="attend/technical-program" target="_self" class="menu__item__link menuitem menuitem--id-6658">Technical Program</a> </li> <li title="Sponsor" class="menu__item"> <a href="sponsor" target="_self" class="menu__item__link menuitem menuitem--id-5464">Sponsor</a> </li> <li title="Exhibit" class="menu__item"> <a href="exhibit" target="_self" class="menu__item__link menuitem menuitem--id-5465">Exhibit</a> <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="Exhibitor Contract & Pricing" class="menu__item"> <a href="exhibit/2025-exhibit-contract-pricing" target="_self" class="menu__item__link menuitem menuitem--id-5541">Exhibitor Contract & Pricing</a> </li> <li title="Exhibit Floorplan" class="menu__item"> <a href="https://exhibits.spe.org/HFTC2025/Public/eventmap.aspx?shMode=E&ID=32581" target="_blank" class="menu__item__link menuitem menuitem--id-5542">Exhibit Floorplan</a> </li> <li title="Exhibitor Resources" class="menu__item"> <a href="exhibit/exhibitor-resources-copy" target="_self" class="menu__item__link menuitem menuitem--id-5543">Exhibitor Resources</a> </li> </ul> </li> </ul> </nav> </div> </div> <div class="l-header-sticky__call-to-actions-fixed"> <div class="panel panel--default panel--id-79041"> <div class="panel__body"> <ul> <li><b><a class="ck-button-one is-aligned" href="" target="_self" title="">THANK YOU FOR ATTENDING</a></b></li> </ul> </div> </div> </div> </div> <div class="l-header-page-title js-l-header-page-title"> <div class="l-header-page-title__background js-l-header-page-title-background"></div> <div class="l-header-page-title__wrapper"> <header class="l-header"> <div class="l-header__branding-dates"> <div class="l-header__branding"> <div class="panel panel--default panel--id-78993"> <div class="panel__body"> <img alt="SPE Logo" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/Logos/logo_SPE_white.png" style="width: 200px; height: 107px;" /> </div> </div> </div> <div class="l-header__dates"> </div> </div> <div class="l-header__social-call-to-actions-navigation"> <div class="l-header__social-call-to-actions"> <div class="l-header__social-countdown"> <div class="l-header__social"> </div> </div> <div class="l-header__call-to-actions"> </div> </div> <div class="l-header__navigation"> <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" menuid="524"> <li title="Home" class="menu__item menu__item--home"> <a href="homepage" target="_self" class="menu__item__link menuitem menuitem--id-5457">Home</a> </li> <li title="About" class="menu__item"> <a href="about-the-conference" target="_self" class="menu__item__link menuitem menuitem--id-5458">About</a> <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 Committee" class="menu__item"> <a href="about-the-conference/committee" target="_self" class="menu__item__link menuitem menuitem--id-5675">Program Committee</a> </li> <li title="Message from the Program Committee Chairperson" class="menu__item"> <a href="about-the-conference/message-from-the-program-committee-chair" target="_self" class="menu__item__link menuitem menuitem--id-5674">Message from the Program Committee Chairperson</a> </li> <li title="Industry Insights " class="menu__item"> <a href="industry-insights" target="_self" class="menu__item__link menuitem menuitem--id-5467">Industry Insights </a> </li> <li title="SPE Legends of Hydraulic Fracturing Award" class="menu__item"> <a href="attend/spe-legends-hydraulic-fracturing" target="_self" class="menu__item__link menuitem menuitem--id-6858">SPE Legends of Hydraulic Fracturing Award</a> </li> </ul> </li> <li title="Attend" class="menu__item"> <span class="menu__item__link menuitem menuitem--id-5462">Attend</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="Schedule of Events" class="menu__item"> <a href="attend/schedule" target="_self" class="menu__item__link menuitem menuitem--id-5679">Schedule of Events</a> </li> <li title="Training Courses" class="menu__item"> <a href="attend/training-courses" target="_self" class="menu__item__link menuitem menuitem--id-5534">Training Courses</a> </li> <li title="Travel & Accommodations" class="menu__item"> <a href="attend/travel-and-accommodations" target="_self" class="menu__item__link menuitem menuitem--id-6701">Travel & Accommodations</a> </li> </ul> </li> <li title="Technical Program" class="menu__item"> <a href="attend/technical-program" target="_self" class="menu__item__link menuitem menuitem--id-6658">Technical Program</a> </li> <li title="Sponsor" class="menu__item"> <a href="sponsor" target="_self" class="menu__item__link menuitem menuitem--id-5464">Sponsor</a> </li> <li title="Exhibit" class="menu__item"> <a href="exhibit" target="_self" class="menu__item__link menuitem menuitem--id-5465">Exhibit</a> <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="Exhibitor Contract & Pricing" class="menu__item"> <a href="exhibit/2025-exhibit-contract-pricing" target="_self" class="menu__item__link menuitem menuitem--id-5541">Exhibitor Contract & Pricing</a> </li> <li title="Exhibit Floorplan" class="menu__item"> <a href="https://exhibits.spe.org/HFTC2025/Public/eventmap.aspx?shMode=E&ID=32581" target="_blank" class="menu__item__link menuitem menuitem--id-5542">Exhibit Floorplan</a> </li> <li title="Exhibitor Resources" class="menu__item"> <a href="exhibit/exhibitor-resources-copy" target="_self" class="menu__item__link menuitem menuitem--id-5543">Exhibitor Resources</a> </li> </ul> </li> </ul> </nav> </div> </div> </header> <div class="l-page-title js-l-page-title"> <h1 class="l-page-title__title">Registration</h1> <div class="l-page-title__image"> <div class="panel panel--default panel--id-79023"> <div class="panel__body"> <p><img alt="Subpage Hero" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/Images/25HFTC-Main-Image-2025.png" style="width: 2301px; height: 1778px;" /></p> </div> </div> </div> </div> </div> </div> <div class="l-content" id="main"> <a class="anchor" name="l-content__anchor"></a> <main class="l-content__main" id="main"> <div class="l-content__main__body"> <div class="section section--one-column section--id-1"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <article class="article article--default"> <div class="article__body"> <p style="text-align: center;"> </p> <p style="text-align: center;"><strong> <div class="w-icatcher-carousel w-icatcher-carousel--id-uid_B9558"> <script type="text/javascript" src="https://themes.asp.events/_base/1-2-0/includes/javascripts/src/global/plugins/slick.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ /* Shuffle script for the random Order option */ !function(h){h.fn.shuffle=function(){var r=this.get(),t=h.map(r,function(){var n,t=(n=r.length,Math.floor(Math.random()*n)),e=h(r[t]).clone(!0)[0];return r.splice(t,1),e});return this.each(function(n){h(this).replaceWith(h(t[n]))}),h(t)}}(jQuery); if ( false ) { $( ".w-icatcher-carousel--id-uid_B9558 .w-icatcher-carousel__list > *" ).shuffle(); } $( document ).ready(function(){ $( ".w-icatcher-carousel--id-uid_B9558 .w-icatcher-carousel__list" ).not(".slick-initialized").slick({ autoplay: true, autoplaySpeed:4000, speed: 1000, arrows: false, dots: true, draggable: false, respondTo: "slider", appendArrows: ".w-icatcher-carousel--id-uid_B9558 .w-icatcher-carousel__navigation", appendDots: ".w-icatcher-carousel--id-uid_B9558 .w-icatcher-carousel__pager", slidesToShow: 1, slidesToScroll: 1, responsive: [ { breakpoint: 768, settings: { slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 1024, settings: { slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 1280, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); $(document).on("click", ".js-article-accordion .article__header", function(){ $(".w-icatcher-carousel--id-uid_B9558 .w-icatcher-carousel__list").slick("unslick").slick("reinit"); }); }); }); </script> <div class="w-icatcher-carousel__list"> <div class="w-icatcher-carousel__list__item"> <div class="w-icatcher-carousel__list__item__wrapper"> <div class="w-icatcher-carousel__list__item__body"> <div class="w-icatcher-carousel__list__item__body__caption"> <a href="quantum-pro-reg-page-ad" target="_blank" title="quantum-pro-reg-page-ad"><img alt="quantumpro" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/ad/QuantumProInc_SPE_HFTCE_sponsorship_ad_728x90.jpg" style="width: 728px; height: 90px;" /></a> </div> </div> </div> </div> <div class="w-icatcher-carousel__list__item"> <div class="w-icatcher-carousel__list__item__wrapper"> <div class="w-icatcher-carousel__list__item__body"> <div class="w-icatcher-carousel__list__item__body__caption"> <a href="deep-well-services-reg-page-ad" target="_blank" title="deep-well-services-reg-page-ad"><img alt="deepwell" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/ad/DeepWell_WebBannerAD_12_3_2024.png" style="width: 728px; height: 90px;" /></a> </div> </div> </div> </div> <div class="w-icatcher-carousel__list__item"> <div class="w-icatcher-carousel__list__item__wrapper"> <div class="w-icatcher-carousel__list__item__body"> <div class="w-icatcher-carousel__list__item__body__caption"> <a href="oilstates-reg-page-ad" target="_blank" title="oilstates-reg-page-ad"><img alt="oilstates" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/banner-ads/25-HFTC-Web-Banner-728x90px-1-.png" style="width: 728px; height: 90px;" /></a> </div> </div> </div> </div> </div> <div class="w-icatcher-carousel__navigation"></div> <div class="w-icatcher-carousel__pager"></div> </div> </strong></p> </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--two-column section--id-2"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Thank You for Attending 2025"></a> <article class="article article--bordered article--bordered--colour-one"> <div class="article__header-body"> <div class="article__header"> <h3 class="article__header__title"> <p style="text-align: center;">Thank You for Attending 2025</p> </h3> </div> <div class="article__body"> <p style="text-align: center;">Thank you for attending the 2025 <a data-auth="Verified" data-linkindex="2" href="https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Femail.specommunications.org%2FODMzLUxMVC0wODcAAAGYj4_RyH96IDbjTzOCm9gIDBPY82xtHbLGQoh27xXFWngF0VpsxT8OYAjsKqUEs9OKAH1HZ0U%3D&data=05%7C02%7Cmnutt%40spe.org%7C0ae4a9faf4344bb7aa0208dd49ec090f%7C77faebbde5004f05a5790df6cb08ac41%7C0%7C0%7C638748000360726561%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=QYXOOjGNm1npzHyu37ZmUj3lQK%2FATyDqJkeRGc21%2BLQ%3D&reserved=0" originalsrc="https://email.specommunications.org/ODMzLUxMVC0wODcAAAGYj4_RyH96IDbjTzOCm9gIDBPY82xtHbLGQoh27xXFWngF0VpsxT8OYAjsKqUEs9OKAH1HZ0U=" rel="noopener noreferrer" shash="Br3AakiUJbmPv1Yw+/eWcWS6i+c1ttI1J0BeWit90wuyp/zh2f6ngJfGlK8ZR/Js1uZN0JGar3c92B9LgnzZaUqXIiTwYsW4aTZK4NwGYiUiSZ7TaYRMhBwavMS7Kuc6yVcBvJIXwmDf6431N5S3FdEoVuFVNrn4H8w48glwRvs=" target="_blank" title="Original URL: https://email.specommunications.org/ODMzLUxMVC0wODcAAAGYj4_RyH96IDbjTzOCm9gIDBPY82xtHbLGQoh27xXFWngF0VpsxT8OYAjsKqUEs9OKAH1HZ0U=. Click or tap if you trust this link.">SPE Hydraulic Fracturing Technology Conference and Exhibition</a> on 4–6 February 2025 in The Woodlands, Texas. It was truly inspiring to witness numerous decision-makers and industry leaders converging to foster collaboration and shape the future of the hydraulic fracturing industry.</p> <p style="text-align: center;">Your presence and contributions have played a pivotal role in taking substantial strides towards driving positive change through innovative approaches and best practices.</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-2"> <article class="article article--bordered article--bordered--colour-one"> <div class="article__header-body"> <div class="article__body"> <p style="text-align: center;">Save the date for our upcoming three-day event next year! Dive into a enriching technical program that unfolds over three days, accompanied by a captivating two-day exhibition. We're eagerly anticipating your presence and can't wait to welcome you back in 2026!</p> <h3 class="ck-strapline ck-strapline--colour-main" style="text-align: center;">2026 Hydraulic Fracturing Technology Conference and Exhibition</h3> <h3 class="ck-strapline ck-strapline--colour-main" style="text-align: center;">Technical Program 3–5 February | Exhibition 3–5 February</h3> <p style="text-align: center;">We sincerely appreciate your support and look forward to furthering the industry's drive for change and continuing discussions to create a brighter future for hydraulic fracturing.</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 class="section section--one-column section--id-9"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Registration Terms and Conditions"></a> <article class="article article--accordion js-article-accordion "> <div class="article__header"> <h3 class="article__header__title"> Registration Terms and Conditions </h3> </div> <div class="article__body"> <p>By registering for this event, you consent to allow SPE to store and process the information submitted below and to provide you with information about this event in accordance to <a data-feathr-click-track="true" data-feathr-link-aids="5d7a72b3d3708ff60b15b26c" href="https://www.spe.org/en/about/privacypolicy/" target="_blank" title="https://www.spe.org/en/about/privacypolicy/">SPE Privacy Policy</a>; and accept the Registration Terms and Conditions and agree to be bound by them. </p> <p>Registration Fee</p> <ul> <li>Fee DOES NOT include accommodation. SPE will provide details of recommended hotels in the event website</li> <li>Full fee is charged regardless of the length of time the participant attends the event and cannot be pro-rated</li> <li>SPE reserves the right to cancel the registration if no payment is received prior to or on the date of the event.</li> <li>Registration of participation will only be confirmed upon receipt of full payment or an acceptable employer’s letter of guarantee.</li> <li>Registration is non-transferable without written notification to SPE.</li> </ul> <p>Taxes</p> <ul> <li> Fees are made free and clear of, and without any deduction or withholding for and on account of, any taxes, duties or other deductions. Any such deduction or withholding, if required by the laws of any country are the sole responsibility of the Participant.<br /> </li> </ul> <p>Cancellation Policy</p> <ul> <li>Cancellation requests must be received in writing by 7 January 2025. Please send requests by email to <a href="mailto:fracturing@maritz.com" target="_blank">fracturing@maritz.com</a>. </li> <li>A processing fee of USD 150.00 (USD 25 for Student registrations) will be charged for cancellation received by 7 January 2025.</li> <li>No refund for cancellations received after 7 January 2025.</li> <li>Participants who failed to attend will not be eligible for a refund.</li> <li>SPE will make every effort to process cancellations within 14 business days. Substitution or replacement names will be accepted.</li> </ul> <p>Health and Safety</p> <ul> <li>Participants who have chosen to participate in this event understand that SPE will implement, and participants agree to abide by all, preventative measures to minimize the spread of any communicable diseases if required by law. Notwithstanding SPE’s measures and participants’ compliance, participants acknowledge that SPE cannot guarantee that participants will not contract any communicable diseases. In exchange for allowing participants to participate at this event, participants agree to release SPE, its employees, directors, officers and agents, from any claim for damages arising from or relating to any communicable diseases resulting from the participation at this event.</li> <li>Participants agree to adhere to policy and procedures to ensure the health and safety of all participants. These policies may include, but are not limited to, wearing a mask while on property, maintaining social distancing, and refraining from physical contact with other participants on-site. All rules and guidelines will be according to the local government’s regulations in which the event takes place and the event venue facility.</li> <li>Participants who do not comply with the rules and guidelines will not be permitted to enter or remain in the event venue. </li> </ul> <p>Privacy Policy</p> <ul> <li>SPE cares about the protection of participants’ personal information. SPE complies with applicable privacy laws, including GDPR, in collecting and processing your data. SPE’s Privacy Policy describes the information practices regarding how SPE collects, uses, discloses, or transfers the Personal Information that participants share with SPE or that SPE collect about participants when participants attend one of SPE events, visit SPE websites, or use SPE mobile applications. All participants maintain the right of erasure and can withdraw their consent at any time. Please see <a data-feathr-click-track="true" data-feathr-link-aids="5d7a72b3d3708ff60b15b26c" href="https://www.spe.org/en/about/privacypolicy/">SPE Privacy Policy</a> for additional information.</li> </ul> <p>Dietary Requirements</p> <ul> <li>For any dietary requirements, participants shall provide accurate and detailed information regarding their dietary requirements, including but not limited to allergies, intolerances, and restrictions. SPE and event venue will make every effort to assist and accommodate the requests. </li> </ul> <p>Consent to Use of Multimedia</p> <ul> <li>Attendance at or participation in SPE events and other activities constitutes an agreement by the registrant to SPE’s use and distribution of the registrant’s image or voice in promoting future SPE events in any way SPE deems appropriate.</li> </ul> <p>Disclaimer</p> <ul> <li>SPE reserves the right to change the speaker(s), date(s) and/or to cancel the event should circumstance beyond its control arises.</li> <li>SPE will not be liable to Participants for any damages, costs, losses or expenses of any kind incurred or suffered by Participants as a result of or in relation to SPE modifying, postponing or cancelling the event or any part of the event.</li> <li>SPE reserves the right to qualify and set admission policies for all participants to ensure legitimate business and to ensure the safety of the event.</li> </ul> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/accordion.js?v=3'); </script> </div> </div> </div> <div class="section section--one-column section--id-10"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Visa Information"></a> <article class="article article--accordion js-article-accordion "> <div class="article__header"> <h3 class="article__header__title"> Visa Information </h3> </div> <div class="article__body"> Attendees from countries that require a US visa for entry are reminded that the process of obtaining a visa may take several months. Create an official SPE invitation letter that you can print and use in obtaining a visa. Please note that this letter does not guarantee that you will be granted a visa, nor does it commit SPE to assist you in obtaining a visa. <br /> <br /> <strong><a href="https://www.spe.org/apps/visaletters/generate.action?code=25HFTC" target="_blank" title="https://www.spe.org/apps/visaletters/generate.action?code=25HFTC">Create a Visa Invitation Letter</a></strong> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/accordion.js?v=3'); </script> </div> </div> </div> <div class="section section--one-column section--id-11"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Your Investment"></a> <article class="article article--accordion js-article-accordion "> <div class="article__header"> <h3 class="article__header__title"> Your Investment </h3> </div> <div class="article__body"> <p>Any income from this event will be invested back into SPE to support many other Society programs. When you attend an SPE event, you help provide even more opportunities for industry professionals to enhance their technical and professional competence. Scholarships, certification, the Distinguished Lecturer program and SPE’s energy education program, Energy4me, are just a few examples that are supported by SPE. </p> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/accordion.js?v=3'); </script> </div> </div> </div> <div class="section section--one-column section--id-12"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Become a SPE Member and Save on Registration"></a> <article class="article article--accordion js-article-accordion "> <div class="article__header"> <h3 class="article__header__title"> Become a SPE Member and Save on Registration </h3> </div> <div class="article__body"> <p>As a SPE member you will gain technical knowledge and build relationships that will benefit you throughout your career. Members also receive discounted registration rates for SPE events.</p> <p><strong><a href="https://www.spe.org/en/join/?_ga=2.58387818.1527667041.1662988908-82591222.1662643094" target="_blank" title="https://www.spe.org/en/join/?_ga=2.58387818.1527667041.1662988908-82591222.1662643094">Join Today</a></strong></p> <p> </p> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/accordion.js?v=3'); </script> </div> </div> </div> <div class="section section--one-column section--id-13"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Press Registration"></a> <article class="article article--accordion js-article-accordion "> <div class="article__header"> <h3 class="article__header__title"> Press Registration </h3> </div> <div class="article__body"> <p>Press registration includes access to:</p> <ul> <li>Exhibition</li> <li>Coffee Breaks</li> <li>Technical Program Sessions</li> <li>Tuesday Reception</li> </ul> <p> Press registrations are limited to three (3) per publication. </p> <p>To register as Press, please visit <a href="https://spemeetings.wufoo.com/forms/qzkx70l1nf4hx8/" target="_blank" title="https://spemeetings.wufoo.com/forms/qzkx70l1nf4hx8/">here</a>.</p> </div> </article> <script> $script('https://themes.asp.events/_base/1-2-0/includes/javascripts/src/modules/pages/accordion.js?v=3'); </script> </div> </div> </div> </div> </main> </div> <div class="l-map"> <div class="panel panel--default panel--id-79040"> <div class="panel__body"> <p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3449.6789243562484!2d-95.46267672444178!3d30.160594374865347!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864736c07f8d828f%3A0x7ee1b38de15b4c9f!2sThe%20Woodlands%20Waterway%20Marriott%20Hotel%20%26%20Convention%20Center!5e0!3m2!1sen!2suk!4v1711020436140!5m2!1sen!2suk" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p> </div> </div> </div> <footer class="l-footer" > <div class="l-footer__info"> <div class="panel panel--default panel--id-79002"> <div class="panel__body"> <img alt="SPE Logo" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/25HFTC/media/Logos/spelogo-white.png" style="width: 200px; height: 108px;" /> </div> </div> <div class="panel panel--default panel--id-79003"> <div class="panel__header"> <h4 class="panel__header__title"> Location </h4> </div> <div class="panel__body"> <p>The Woodlands Waterway Marriott Hotel & Convention Center, 1601 Lake Robbins Dr, The Woodlands, TX 77380</p> <p><strong>Technical Program:</strong> 4 - 6 February</p> <p><strong>Exhibition: </strong> 4 - 5 February</p> </div> </div> <div class="panel panel--default panel--id-79004"> <div class="panel__header"> <h4 class="panel__header__title"> Contact </h4> </div> <div class="panel__body"> <p>Exhibit/Sponsorship Inquiries<br /> <a href="mailto:sales@spe.org?Subject=Hydraulic%20Fracturing%20Technology%20Conference%20Exhibit%2FSponsorship%20Inquiries" target="_top" title="sales@spe.org">sales@spe.org</a></p> <p>Registration Inquiries<br /> <a href="mailto:registration@spe.org?Subject=Hydraulic%20Fracturing%20Technology%20Conference%20Registration%20Inquiries" target="_top" title="registration@spe.org">registration@spe.org</a></p> <p>Technical Program Inquiries<br /> <a href="mailto:tech-prog@spe.org?Subject=Hydraulic%20Fracturing%20Technology%20Conference%20Technical%20Program%20Inquiries" target="_top" title="tech-prog@spe.org">tech-prog@spe.org</a></p> <p><a href="https://spemeetings.wufoo.com/forms/qzkx70l1nf4hx8/" target="_blank" title="https://spemeetings.wufoo.com/forms/qzkx70l1nf4hx8/">Press Inquiries</a></p> </div> </div> <div class="panel panel--default panel--id-79005"> <div class="panel__header"> <h4 class="panel__header__title"> Useful Links </h4> </div> <div class="panel__body"> <ul> <li><a href="https://www.spe.org/events/calendar" target="_blank" title="https://www.spe.org/events/calendar">SPE Events Calendar</a></li> <li><a data-feathr-click-track="true" data-feathr-link-aids="["5d7a72b3d3708ff60b15b26c"]" href="https://www.spe.org/en/members/" target="_blank" title="https://www.spe.org/en/members/">SPE Membership</a></li> <li><a href="https://streaming.spe.org/" target="_blank" title="https://streaming.spe.org/">SPE Energy Stream</a></li> <li><a data-feathr-click-track="true" data-feathr-link-aids="["5d7a72b3d3708ff60b15b26c"]" href="https://pubs.spe.org/en/jpt/" target="_blank" title="https://pubs.spe.org/en/jpt/">Journal of Petroleum Technology</a></li> <li><a data-feathr-click-track="true" data-feathr-link-aids="["5d7a72b3d3708ff60b15b26c"]" href="https://www.onepetro.org/" target="_blank" title="https://www.onepetro.org/">OnePetro</a></li> <li><a data-feathr-click-track="true" data-feathr-link-aids="["5d7a72b3d3708ff60b15b26c"]" href="https://www.spe.org/en/about/privacypolicy/" target="_blank" title="https://www.spe.org/en/about/privacypolicy/">Privacy Policy</a></li> <li><a data-feathr-click-track="true" data-feathr-link-aids="["5d7a72b3d3708ff60b15b26c"]" href="https://www.spe.org/en/about/terms-of-service/" target="_blank" title="https://www.spe.org/en/about/terms-of-service/">Terms and Conditions</a></li> </ul> </div> </div> </div> <div class="l-footer__menu-showoff"> <div class="l-footer__menu"> <ul class="menu menu--footer menublock" menuid="525"> <li title="Copyright © 2003–2024, Society of Petroleum Engineers" class="menu__item"> <span class="menu__item__link menuitem menuitem--id-5468">Copyright © 2003–2024, Society of Petroleum Engineers</span> </li> <li title="Cookie Policy" class="menu__item"> <a href="https://www.spe.org/en/about/cookiepolicy" target="_blank" class="menu__item__link menuitem menuitem--id-5469">Cookie Policy</a> </li> <li title="Privacy Policy" class="menu__item"> <a href="https://www.spe.org/en/about/privacypolicy" target="_blank" class="menu__item__link menuitem menuitem--id-5470">Privacy Policy</a> </li> <li title="Terms of Service" class="menu__item"> <a href="https://www.spe.org/en/about/terms-of-service" target="_blank" class="menu__item__link menuitem menuitem--id-5471">Terms of Service</a> </li> <li title="Sitemap" class="menu__item"> <span class="menu__item__link menuitem menuitem--id-5472">Sitemap</span> </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_bloom_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> </footer> <div class="l-floater"> <div class="panel panel--default panel--id-79046"> <div class="panel__body"> <ul class="ck-social-icons"> <li><a href="https://www.linkedin.com/company/society-of-petroleum-engineers" target="_blank" title="https://www.linkedin.com/company/society-of-petroleum-engineers">LinkedIn</a></li> <li><a href="https://www.facebook.com/spemembers" target="_blank" title="https://www.facebook.com/spemembers">Facebook</a></li> <li><a href="https://twitter.com/SPEtweets" target="_blank" title="https://twitter.com/SPEtweets">Twitter</a></li> <li><a href="https://www.instagram.com/spengineers" target="_blank" title="https://www.instagram.com/spengineers">Instagram</a></li> <li><a href="http://search" target="_blank" title="http://search">Search</a></li> </ul> </div> </div> </div> <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.23', function(){ js_zone.login_init(); }); }); }); </script> </div> <a class="l-to-top js-to-top " href="javascript:return false;"></a> </div> <script type="text/javascript"> _linkedin_partner_id = "92595"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(l) { if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])}; window.lintrk.q=[]} var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(window.lintrk); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=92595&fmt=gif" /> </noscript> <style> .l-sponsors { padding: 50px 0 0 0; } .t-homepage .m-speakers-list--carousel-squares .m-speakers-list__items__item__header-body { background: #fff; } .section--background-color-secondary article.article.article--stats { color: #fff; } .l-floater { display: block; } .l-floater .ck-button-two, .l-floater .p-button--secondary { padding: 19.5px 11px!important; } .l-header-sticky__branding .panel .panel__body { font-size: 1rem; } .l-floater .panel .panel__body { background: #ffffff; } .l-floater .ck-social-icons li a::before { color: #000000; } .l-floater .ck-social-icons li a:hover::before { background: #8B0304; } .article--boxed-quinary .article__header__title, .article--boxed-quinary .article__body { color: #000; } .t-homepage .article--button .article__copy { background: none; } .l-hero__image .panel .panel__header__title { color: #0e4b92; } .m-libraries-sponsors-list--carousel .m-libraries-sponsors-list__items__item__wrapper { border: none; } </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:'79411',dimension13:'Page', dimension15:'attend', 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:'79411',dimension13:'Page', dimension15:'attend', dimension10:catArray[i]}]); } //track page as well as contentId _paq.push(['trackPageView',null,{dimension7:'79411',dimension13:'Page', dimension15:'attend'}]); } _paq.push(['enableLinkTracking']); (function() { var u='//analytics.showoff.asp.events/'; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '1241']); 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> </body> </html>