CINXE.COM
About - OTCnet.org
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title> About - OTCnet.org </title> <meta name="generator" content="SHOWOFF by ASP.com" /> <meta name="robots" content="index,follow" /> <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="About" /> <meta property="og:site_name" content="OTCnet.org" /> <meta property="schema:name" typeof="http://schema.org/WebPage" content="About" /> <meta property="og:type" content="article" /> <!-- E9C84F904E4B2BEB3C3FC51C2893D87BA21D1E60E152C61AF0A69DDCFB845B41 --> <base href="https://www.otcnet.org/" > <meta name="robots" content="index, follow" /> <link rel="icon" href="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/OTCnet-org/media/favicon.ico" type="image/x-icon" /> <link rel="canonical" href="https://www.otcnet.org/about" /> <!-- Data Layer --> <script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({"content": {"category": "events", "title": "Offshore Technology Conference (OTC)"}}); </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://themes.asp.events/otcnet2017/includes/styles/otcnet2017.css" /> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <script src="https://use.typekit.net/mtq8nfa.js"></script> <script>try{Typekit.load({ async: true });}catch(e){}</script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script> <script type="text/javascript" src="/__includes/js/script.min.js"></script> <script> $script('https://themes.asp.events/otcnet2017/includes/javascripts/global/toolkit/toolkit.js', 'toolkit', function () { $script('https://themes.asp.events/otcnet2017/includes/javascripts/global/helpers/helpers.js', function(){ $script('https://themes.asp.events/otcnet2017/includes/javascripts/patterns/menus/menus.js'); $script('https://themes.asp.events/otcnet2017/includes/javascripts/site.js'); $script('https://themes.asp.events/otcnet2017/includes/javascripts/widgets/library-search.js'); }); }); </script> <!-- Support for Media Queries in IE8 --> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script> <![endif]--> <meta property="og:image" content="Auto"/> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-42402720-1', 'auto'); ga('require', 'autotrack'); ga('send', 'pageview'); window.addEventListener('popstate', function(event) { ga('send', 'pageview'); }); $.getScript('/includes/javascript/autotrack.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-166 t-default OTCnet-org"> <!-- 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 = "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> <nav class="navigation-mobile js-navigation-clone" data-original="main" data-type="accordion"> </nav> <header class="header"> <div class="inner"> <div class="panel panel--default panel--id-305"> <div class="panel__body"> <p><a href="welcome" target="_self" title="welcome"><img alt="OTC" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/OTCnet-org/media/__theme/logo_new.png" style="width: 293px; height: 94px;" /></a></p> </div> </div> <nav class="navigation js-navigation" data-name="main"> <ul class="menu menu--dropdown js-menu js-menu-dropdown menublock" menuid="6"> <li title="Welcome" class="menu__item"> <a href="welcome" target="_self" class="menu__item__link menuitem menuitem--id-126">Welcome</a> </li> <li title="About" class="is-active menu__item"> <a href="about" target="_self" class="is-active menu__item__link menuitem menuitem--id-127">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="Organizations" class="menu__item"> <a href="organizations" target="_self" class="menu__item__link menuitem menuitem--id-134">Organizations</a> </li> <li title="Board of Directors" class="menu__item"> <a href="otc-board-of-directors" target="_self" class="menu__item__link menuitem menuitem--id-135">Board of Directors</a> </li> <li title="History" class="menu__item"> <a href="history-of-otc" target="_self" class="menu__item__link menuitem menuitem--id-136">History</a> </li> <li title="Author Kit" class="menu__item"> <a href="author-kit" target="_self" class="menu__item__link menuitem menuitem--id-152">Author Kit</a> </li> <li title="Who Attends" class="menu__item"> <a href="who-attends" target="_self" class="menu__item__link menuitem menuitem--id-154">Who Attends</a> </li> <li title="Stay Safe, Avoid Event Scams" class="menu__item"> <a href="about/stay-safe-avoid-event-scams" target="_self" class="menu__item__link menuitem menuitem--id-231">Stay Safe, Avoid Event Scams</a> </li> <li title="Event Code of Conduct" class="menu__item"> <a href="about/event-code-of-conduct" target="_self" class="menu__item__link menuitem menuitem--id-2095">Event Code of Conduct</a> </li> </ul> </li> <li title="Media" class="menu__item"> <a href="media" target="_self" class="menu__item__link menuitem menuitem--id-128">Media</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="Press Releases" class="menu__item"> <a href="press-releases" target="_self" class="menu__item__link menuitem menuitem--id-139">Press Releases</a> </li> <li title="Event Logos" class="menu__item"> <a href="otc-logos-download" target="_self" class="menu__item__link menuitem menuitem--id-141">Event Logos</a> </li> <li title="Videos" class="menu__item"> <a href="https://www.youtube.com/user/TheOTCVideos" target="_blank" class="menu__item__link menuitem menuitem--id-142">Videos</a> </li> </ul> </li> <li title="Events" class="menu__item"> <a href="welcome" target="_self" class="menu__item__link menuitem menuitem--id-147">Events</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="Offshore Technology Conference" class="menu__item"> <a href="http://2024.otcnet.org" target="_blank" class="menu__item__link menuitem menuitem--id-143">Offshore Technology Conference</a> </li> <li title="OTC Asia" class="menu__item"> <a href="https://2024.otcasia.org/" target="_blank" class="menu__item__link menuitem menuitem--id-145">OTC Asia</a> </li> <li title="OTC Brasil" class="menu__item"> <a href="http://www.otcbrasil.org/" target="_blank" class="menu__item__link menuitem menuitem--id-146">OTC Brasil</a> </li> </ul> </li> <li title="Awards" class="menu__item"> <a href="welcome" target="_self" class="menu__item__link menuitem menuitem--id-132">Awards</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="Spotlight on New Technology" class="menu__item"> <a href="spotlight-on-new-technology" target="_self" class="menu__item__link menuitem menuitem--id-148">Spotlight on New Technology</a> </li> <li title="Distinguished Achievement Awards" class="menu__item"> <a href="otc-distinguished-achievement-awards" target="_self" class="menu__item__link menuitem menuitem--id-149">Distinguished Achievement Awards</a> </li> </ul> </li> <li title="Contact" class="menu__item"> <a href="contact-us" target="_self" class="menu__item__link menuitem menuitem--id-133">Contact</a> </li> <li title="Search" class="menu__item menu__item--search js-search-trigger"> <a href="http://##searchToggle" target="_blank" class="menu__item__link menuitem menuitem--id-137">Search</a> </li> </ul> </nav> </div> </header> <div class="tagline"> <div class="inner"> <div class="panel panel--default panel--id-306"> <div class="panel__body"> <p>Explore the world's offshore developments, share a lifetime of learning with your peers.</p> </div> </div> </div> </div> <div class="social"> <div class="panel panel--default panel--id-323"> <div class="panel__body"> <ul class="ck-social-icons"> <li><a href="https://www.facebook.com/otcevents?v=wall" target="_blank" title="https://www.facebook.com/otcevents?v=wall">Facebook</a></li> <li><a href="https://twitter.com/OTCHouston" target="_blank" title="https://twitter.com/OTCHouston">Twitter</a></li> <li><a href="http://www.linkedin.com/groups?home=&gid=4393248&trk=anet_ug_hm&goback=.gpa_4393248_1_*2_*2_*2_true_cad.gmr_4393248" target="_blank" title="http://www.linkedin.com/groups?home=&gid=4393248&trk=anet_ug_hm&goback=.gpa_4393248_1_*2_*2_*2_true_cad.gmr_4393248">LinkedIn</a></li> <li><a href="https://instagram.com/otcevents/" target="_blank" title="https://instagram.com/otcevents/">Instagram</a></li> <li><a href="http://www.youtube.com/TheOTCvideos" target="_blank" title="http://www.youtube.com/TheOTCvideos">YouTube</a></li> </ul> </div> </div> </div> <div class="content"> <main class="content__main"> <div class="content__main__header"> <h1 class="content__main__header__title"> About </h1> </div> <div class="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"> <a class="anchor" name="Who We Are"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Who We Are </h3> </div> <div class="article__body"> <p>OTC is a collaboration of <a href="organizations" target="_blank" title="organizations">*15 non-profit organizations</a> that support the global energy sector. Our organizations work cooperatively to develop and manage a portfolio of events dedicated to accelerating the development and transfer of interdisciplinary offshore technologies. Revenue from our portfolio is returned to our sponsoring organizations which benefit the advancement of their members and the energy sector.</p> <p><i>*15 non-profit organizations: 12 sponsoring, 1 regional sponsoring, and 2 endorsing organizations.</i></p> </div> </article> <script> $script('https://themes.asp.events/otcnet2017/includes/javascripts/modules/pages/anchor.js'); </script> </div> </div> </div> <div class="section section--one-column section--id-2"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Vision"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Vision </h3> </div> <div class="article__body"> <p>To be the premier organization to enable and grow offshore resource development for a sustainable future and empower access to technologies and their use.</p> </div> </article> <script> $script('https://themes.asp.events/otcnet2017/includes/javascripts/modules/pages/anchor.js'); </script> </div> </div> </div> <div class="section section--one-column section--id-3"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Mission"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Mission </h3> </div> <div class="article__body"> <ul> <li>OTC delivers preeminent forums to advance the science, new technologies, and practices needed to develop offshore resources.</li> <li>OTC connects the global community of offshore resource development professionals and organizations.</li> <li>OTC enables collaboration to create new ideas and solutions for sustainable development.</li> <li>OTC recognizes excellence in people and organizations advancing the science of offshore technology.</li> </ul> <p> </p> </div> </article> <script> $script('https://themes.asp.events/otcnet2017/includes/javascripts/modules/pages/anchor.js'); </script> </div> </div> </div> <div class="section section--one-column section--id-4"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Around the World – All Year Long"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Around the World – All Year Long </h3> </div> <div class="article__body"> <p>The Offshore Technology Conference (OTC) is where energy professionals meet to exchange ideas and opinions to advance scientific and technical knowledge for offshore resources and environmental matters. </p> <p>Founded in 1969, OTC’s flagship conference is held annually in Houston. OTC has expanded technically and globally with the Arctic Technology Conference, OTC Brasil, and OTC Asia.</p> <p>OTC ranks among the largest 100 trade shows held annually in the United States and is among the 50 largest meetings.</p> <p>OTC is sponsored by industry organizations and societies, who work cooperatively to develop the program each year. OTC also has two endorsing organizations and ten supporting organizations.</p> </div> </article> <script> $script('https://themes.asp.events/otcnet2017/includes/javascripts/modules/pages/anchor.js'); </script> </div> </div> </div> <div class="section section--one-column section--id-5"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Here’s what OTC events can offer you:"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Here’s what OTC events can offer you: </h3> </div> <div class="article__body"> <p><strong>International Trade: </strong>Opportunities for countries to connect and meet with international buyers.</p> <p><strong>Quality:</strong> Technical program selected by knowledgeable and experienced professionals. </p> <p><strong>Value: </strong>Ground-breaking innovations and the leading providers of products and services in one place, at one time.</p> <p><strong>Convenience:</strong> From Houston to Rio de Janeiro to Kuala Lumpur, OTC events are in energy hubs with world-class hotels, international airports, and many entertainment options.</p> <p><strong>Networking:</strong> Meet people from around the world who have ideas to share and technical knowledge to exchange.</p> <p><strong>Investment Back in the Industry: </strong>OTC’s sponsoring organizations use revenue generated from the events to provide many other important programs for its members, such as training and technical journals.</p> <p><strong>Always Something New:</strong> Encounter different languages being spoken, never-seen-before technologies, and top executives that you might not hear speak anywhere else.</p> </div> </article> <script> $script('https://themes.asp.events/otcnet2017/includes/javascripts/modules/pages/anchor.js'); </script> </div> </div> </div> </div> </main> <div class="content__sidebar"><div class="panel panel--default panel--id-324"> <div class="panel__header"> <h4 class="panel__header__title"> OTC Information </h4> </div> <div class="panel__body"> <ul> <li><a href="organizations" target="_self" title="organizations">Join an OTC organization</a></li> <li><a href="https://www.onepetro.org/conferences/otc" target="_blank" title="https://www.onepetro.org/conferences/otc">Purchase OTC papers</a></li> <li><a href="contact-us" target="_self" title="contact-us">Contact us</a></li> </ul> </div> </div> <div class="panel panel--article panel--id-325"> <div class="panel__header"> <h4 class="panel__header__title"> Become A Member </h4> </div> <div class="panel__body"> <p>As a member of one or more societies, you will gain technical knowledge and build relationships that will benefit you throughout your career. Members also receive discounted registrations to OTC.</p> <p><a class="ck-button-one" href="organizations" target="_self" title="organizations">Find out more</a></p> <p><iframe width="100%" height="100%" src="https://www.youtube.com/embed/D7bqjPYA6n4?list=UUZjr66og2_oA7glE2Gjt_Ug" frameborder="0" allowfullscreen=""></iframe> </p> </div> </div> <div class="panel panel--default panel--id-326"> <div class="panel__header"> <h4 class="panel__header__title"> Conference Websites </h4> </div> <div class="panel__body"> <ul> <li><a href="https://2025.otcnet.org/" target="_blank" title="https://2025.otcnet.org/">OTC 2025</a></li> <li><a href="http://www.otcnet.org/brasil" target="_blank" title="http://www.otcnet.org/brasil">OTC Brasil</a></li> <li><a href="https://2024.otcasia.org/" target="_blank" title="https://2024.otcasia.org/">OTC Asia</a></li> <li><a href="https://onepetro.org/search-results?page=1&q=arctic%20technology%20conference" target="_blank" title="https://onepetro.org/search-results?page=1&q=arctic%20technology%20conference">Arctic Technology Conference</a></li> </ul> </div> </div></div> </div> <footer class="footer"> <div class="inner"> <div class="footer__links"> <div class="panel panel--default panel--id-301"> <div class="panel__header"> <h4 class="panel__header__title"> Quick Links </h4> </div> <div class="panel__body"> <ul> <li><a href="welcome" target="_self" title="welcome">Home Page</a></li> <li><a href="organizations" target="_self" title="organizations">Join an OTC Organization</a></li> <li><a href="https://www.onepetro.org/conferences/otc" target="_blank" title="https://www.onepetro.org/conferences/otc">Purchase OTC Papers on OnePetro</a></li> <li><a href="contact-us" target="_self" title="contact-us">Contact Us</a></li> </ul> </div> </div> <div class="panel panel--default panel--id-302"> <div class="panel__header"> <h4 class="panel__header__title"> Our Events </h4> </div> <div class="panel__body"> <ul> <li><a href="https://2025.otcnet.org/" target="_blank" title="https://2025.otcnet.org/">Offshore Technology Conference (OTC)</a></li> <li><a href="https://2024.otcasia.org/" target="_blank" title="https://2024.otcasia.org/">OTC Asia</a></li> <li><a href="https://otcbrasil.org/" target="_self" title="https://otcbrasil.org/">OTC Brasil</a></li> </ul> </div> </div> <div class="panel panel--default panel--id-303"> <div class="panel__header"> <h4 class="panel__header__title"> Contact Details </h4> </div> <div class="panel__body"> <ul> <li>OTC: <a href="mailto: meetingsotc@otcnet.org?Subject=OTC%20General%20Inquiry" target="_top" title=" meetingsotc@otcnet.org">Email</a> or call +1.972.952.9494</li> <li>ATC: <a href="mailto: meetingsotc@otcnet.org?Subject=Arctic%20Technology%20Conference%20General%20Inquiry" target="_top" title=" meetingsotc@otcnet.org">Email</a> or call +1.918.560.2617</li> <li>OTC Asia: <a href="mailto:otcasia@otcnet.org?Subject=OTC%20Asia%20Inquiry" target="_top" title="otcasia@otcnet.org">Email</a> or call +60.3.2182.3000</li> <li>OTC Brasil: <a href="mailto:comercial@ibp.org.br?Subject=OTC%20Brasil%20Inquiry" target="_top" title="comercial@ibp.org.br">Email</a> or call +1.972.952.9494</li> </ul> <p> </p> <p><strong><a class="ck-button-two" href="about/stay-safe-avoid-event-scams" target="_self" title="about/stay-safe-avoid-event-scams">Stay safe, avoid event scams.</a></strong></p> </div> </div> </div> </div> <div class="footer__bottom"> <div class="inner"> <div class="panel panel--default panel--id-304"> <div class="panel__body"> <p><a href="welcome" target="_self" title="welcome"><img alt="OTC" src="https://cdn.asp.events/CLIENT_SPE__29FE44FF_5056_B733_49EC4D60A02A6A7D/sites/OTCnet-org/media/__theme/logo_new.png" style="width: 293px; height: 94px;" /></a></p> </div> </div> <div class="footer__menu"> <ul class="menu menu--links menublock" menuid="5"> <li title="Privacy Policy" class="menu__item"> <a href="privacy-policy" target="_self" class="menu__item__link menuitem menuitem--id-150">Privacy Policy</a> </li> <li title="Copyright" class="menu__item"> <a href="copyright" target="_self" class="menu__item__link menuitem menuitem--id-151">Copyright</a> </li> <li title="Conference Website by ASP" class="menu__item"> <a href="http://www.asp.com" target="_blank" class="menu__item__link menuitem menuitem--id-125">Conference Website by ASP</a> </li> </ul> </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.20', function(){ js_zone.login_init(); }); }); }); </script> </div> <!-- Start Naga 130291--> <script type="text/javascript"> _linkedin_partner_id = "471713"; 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(){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);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=471713&fmt=gif" /> </noscript> <!-- End Naga 130291--> <!-- 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:'166',dimension13:'Page', dimension15:'about', 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:'166',dimension13:'Page', dimension15:'about', dimension10:catArray[i]}]); } //track page as well as contentId _paq.push(['trackPageView',null,{dimension7:'166',dimension13:'Page', dimension15:'about'}]); } _paq.push(['enableLinkTracking']); (function() { var u='//analytics.showoff.asp.events/'; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '252']); 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>