CINXE.COM

Author Kit Frequently Asked Questions - OTCnet.org

<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title> Author Kit Frequently Asked Questions - 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="Author&#x20;Kit&#x20;Frequently&#x20;Asked&#x20;Questions" /> <meta property="og:site_name" content="OTCnet.org" /> <meta property="schema:name" typeof="http://schema.org/WebPage" content="Author&#x20;Kit&#x20;Frequently&#x20;Asked&#x20;Questions" /> <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/author-kit-frequently-asked-questions" /> <!-- 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-284 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="menu__item"> <a href="about" target="_self" class="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=&amp;gid=4393248&amp;trk=anet_ug_hm&amp;goback=.gpa_4393248_1_*2_*2_*2_true_cad.gmr_4393248" target="_blank" title="http://www.linkedin.com/groups?home=&amp;gid=4393248&amp;trk=anet_ug_hm&amp;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"> Author Kit Frequently Asked Questions </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="Q. Do I have to be a member of an OTC Sponsoring Organization to submit an abstract?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. Do I have to be a member of an OTC Sponsoring Organization to submit an abstract? </h3> </div> <div class="article__body"> <p>A. No, anyone may submit an abstract for an OTC conference. We do, however, encourage you to join&nbsp;a sponsoring organization&nbsp;for many reasons.</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="Q. What information are you looking for in an abstract?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. What information are you looking for in an abstract? </h3> </div> <div class="article__body"> <p>An abstract should demonstrate that your paper will:</p> <ul> <li>Contribute technically sound knowledge in a particular area of petroleum technology.</li> <li>Present new/novel knowledge or experience that has not been published previously.</li> <li>Not be commercial in nature and will not promote specific companies, products, or services.</li> </ul> <p>The abstract should include the following factual highlights:</p> <ul> <li>Objectives/Scope</li> <li>Methods, Procedures, Process</li> <li>Results, Observations, Conclusions&nbsp;</li> <li>Novel/Additive Information</li> </ul> </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="Q. Is there a word limit for abstracts?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. Is there a word limit for abstracts? </h3> </div> <div class="article__body"> <p>The suggested limit of 225-450 words should not be constraining if the paper proposal is limited to the defined factual highlights.</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="Q. In what languages can I submit my abstract?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. In what languages can I submit my abstract? </h3> </div> <div class="article__body"> <p>English is the official language for OTC conferences and publications.</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="Q. When does the submission system close?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. When does the submission system close? </h3> </div> <div class="article__body"> <p>The online submission system will always close at 11:59 p.m. US Central Time on the stated deadline date.</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-6"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Did you receive my abstract submission? Where is my confirmation of abstract submission?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. Did you receive my abstract submission? Where is my confirmation of abstract submission? </h3> </div> <div class="article__body"> <p>The online manuscript system does not send an automated email confirmation. Upon finalizing a submission, you will see a summary page. At the bottom of the screen, you are given the option of sending a confirmation email to yourself (and/or the co-authors). You may also print the summary page for your records.</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-7"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. How do I get a copy of my abstract submission?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. How do I get a copy of my abstract submission? </h3> </div> <div class="article__body"> <p>Upon finalizing your submission, you will see a summary page that includes the submitted abstract. You can print this page for your records using the link at the bottom of the screen.</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-8"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. What is the status of my abstract?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. What is the status of my abstract?</p> </h3> </div> <div class="article__body"> <p>OTC will notify each Presenting Author of the status (accepted or declined) of their abstract after the program committee has completed the review and rating period and made their program selections.</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-9"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I change my abstract? Can I change/add/remove author name(s)?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I change my abstract? Can I change/add/remove author name(s)?</p> </h3> </div> <div class="article__body"> <p>Once you have finalized and submitted your abstract, the committee has immediate access to begin the review process. For this reason, an abstract cannot be changed after submission. If you need to make a change to the author list or a slight change to the title, you can do so during the manuscript submission stage. If you need to change the presenting author, you will need to email the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead</a>&nbsp;for that conference.</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-10"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I include a figure or photo in my abstract?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I include a figure or photo in my abstract?</p> </h3> </div> <div class="article__body"> <p>Yes, you can upload a figure, table, or an image by clicking on the appropriate link during the sixth step of the abstract submission process.</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-11"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I withdraw my abstract after I have submitted it?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I withdraw my abstract after I have submitted it?</p> </h3> </div> <div class="article__body"> <p>Yes, please email the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead</a>&nbsp;for the conference to ask that your abstract be removed from consideration.</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-12"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I submit my abstract to multiple conferences at the same time?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I submit my abstract to multiple conferences at the same time?</p> </h3> </div> <div class="article__body"> <p>No, per the&nbsp;<a href="conference-paper-policies" target="_self" title="conference-paper-policies">OTC Conference Dual Submission Policy</a>, authors are allowed to submit the same abstract to only one conference at a time.</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-13"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Where can I find my OTC manuscript number?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Where can I find my OTC manuscript number?</p> </h3> </div> <div class="article__body"> <p>If your abstract is accepted, the acceptance notification will contain your five-digit OTC manuscript number (example: OTC-12345-MS).</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-14"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. What is the difference between control number and manuscript number? Which do I use on the manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. What is the difference between control number and manuscript number? Which do I use on the manuscript?</p> </h3> </div> <div class="article__body"> <p>The control number is the unique identifier initially assigned to the submitted abstract. If accepted, the abstract is assigned an official manuscript number for publication; that number should be used in all communications regarding the manuscript and on the manuscript itself.</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-15"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Is there a word or page limit for manuscripts?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Is there a word or page limit for manuscripts?</p> </h3> </div> <div class="article__body"> <p>OTC does not have a page or word limit for manuscripts, but the average manuscript length is 8-12 pages (including figures and tables).</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-16"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. What is the No Paper, No Podium Policy?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. What is the No Paper, No Podium Policy?</p> </h3> </div> <div class="article__body"> <p>OTC&nbsp;meetings have a&nbsp;<a href="conference-paper-policies" target="_self" title="conference-paper-policies">No Paper, No Podium</a>&nbsp;policy. If an abstract is accepted to a conference, the author is required to submit a manuscript by the deadline date. If a manuscript is not submitted, the manuscript will be withdrawn from the program, and the author will not be allowed to present at the conference.</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-17"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I change my manuscript title and/or authors?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I change my manuscript title and/or authors?</p> </h3> </div> <div class="article__body"> <p>Yes; the manuscript title and author block can be edited during the manuscript upload process.</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-18"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I change the version of the abstract in the manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I change the version of the abstract in the manuscript?</p> </h3> </div> <div class="article__body"> <p>Yes; the revision must summarize the manuscript, stating significant new information and conclusions. However, if the abstract and/or the content of the manuscript differ significantly from the original abstract submission (which was reviewed and accepted by the program committee), the committee has the right to withdraw your manuscript from the program.</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-19"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I list two companies/organizations in the author block? My company has changed; which company should I list on the manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I list two companies/organizations in the author block? My company has changed; which company should I list on the manuscript?</p> </h3> </div> <div class="article__body"> <p>Only one company should be listed in the author block. If you have changed companies during the course of writing the manuscript, you should list the company in which the scope of the work was done. If you need to list a second/new company for legal reasons, place an asterisk by the company name in the author block, then place a footnote at the bottom of the front page listing the other company (example: *formerly with John Doe Consulting).</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-20"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Do I include a biography in the manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Do I include a biography in the manuscript?</p> </h3> </div> <div class="article__body"> <p>No biography is needed for technical manuscript presenters.</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-21"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Should my manuscript be one column or two?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Should my manuscript be one column or two?</p> </h3> </div> <div class="article__body"> <p>Manuscripts should be submitted using the&nbsp;OTC template provided in the Author Kit and in a single-column format.</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-22"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. How/where should I place my figures and tables?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. How/where should I place my figures and tables?</p> </h3> </div> <div class="article__body"> <p>You can place your figures, tables, and photos within the document (next to the citation within the text). For more details, reference the&nbsp;<a href="preparing-a-technical-session-presentation" target="_self" title="preparing-a-technical-session-presentation">Preparing Your Technical Paper</a>&nbsp;instructions.</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-23"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. How and where do I list my references?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. How and where do I list my references?</p> </h3> </div> <div class="article__body"> <p>References should be listed in alphabetical order by the author's last name at the bottom of the manuscript. Cite references within the text by placing the author's name and year in parentheses. For more details, reference the&nbsp;<a href="preparing-a-technical-session-presentation" target="_self" title="preparing-a-technical-session-presentation">Preparing Your Technical Pape</a><a href="http://www.otcnet.org/Content/Preparing-Your-Paper">r</a>&nbsp;instructions</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-24"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I use company names and/or trade names in my manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I use company names and/or trade names in my manuscript?</p> </h3> </div> <div class="article__body"> <p>No; material of a commercial nature is unacceptable in an OTC technical manuscript. Generic descriptions should replace trade and company names.</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-25"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. In what languages can I submit my manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. In what languages can I submit my manuscript?</p> </h3> </div> <div class="article__body"> <p>English is the official language for&nbsp;OTC conferences and publications.</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-26"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. What is the Author Kit?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. What is the Author Kit?</p> </h3> </div> <div class="article__body"> <p>The Author Kit is an online resource for all authors. It provides all presenting authors with deadline dates, forms, templates and manuscript and peer-review information.</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-27"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Where can I find the Author Kit?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Where can I find the Author Kit?</p> </h3> </div> <div class="article__body"> <p>The link to the Author Kit can be found in the acceptance notification and manuscript upload notification, sent via email from the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead</a>&nbsp;or visit the&nbsp;<a href="author-kit" target="_self" title="author-kit">Author Kit page</a>.</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-28"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Where can I find the Transfer of Copyright (TOC) form or Paper Information Form (PIF)?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Where can I find the Transfer of Copyright (TOC) form or Paper Information Form (PIF)?</p> </h3> </div> <div class="article__body"> <p>All required forms can be found in the&nbsp;<a href="author-kit" target="_self" title="author-kit">Author Kit</a>.</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-29"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. In what format should I submit my manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. In what format should I submit my manuscript? </h3> </div> <div class="article__body"> <p>The manuscript should be submitted using the Microsoft Word template provided in the Author Kit.</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-30"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Where can I find the manuscript template?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Where can I find the manuscript template?</p> </h3> </div> <div class="article__body"> <p>The&nbsp;OTC manuscript template is provided in the Author Kit.</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-31"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I use the Track Changes feature in Microsoft Word?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I use the Track Changes feature in Microsoft Word?</p> </h3> </div> <div class="article__body"> <p>Authors may use the Track Changes feature in Word during their editing/review process, but all edits should be accepted and Track Changes should be turned off before uploading the file into the online system.</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-32"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. How/where do I upload my manuscript and/or forms?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. How/where do I upload my manuscript and/or forms?</p> </h3> </div> <div class="article__body"> <p>Manuscripts and forms should be uploaded into the online system using the link provided to the presenting (corresponding) author, sent via email by the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead</a>. Each manuscript has a unique upload link, so always look for the most recent communication from the Conference Program Lead for the most up-to-date links and information.</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-33"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I revise my manuscript after I have uploaded it to the system? Can I upload a draft of my manuscript now and revise it later?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I revise my manuscript after I have uploaded it to the system? Can I upload a draft of my manuscript now and revise it later?</p> </h3> </div> <div class="article__body"> <p>When you upload your manuscript (and forms), it should be the FINAL version, as there will not be an opportunity to revise any documents after you have completed the upload process. For more details, please reference the&nbsp;<a href="conference-paper-policies" target="_self" title="conference-paper-policies">Conference Paper Policies</a>.</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-34"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. The system will not allow me to upload all my forms – how do I proceed?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. The system will not allow me to upload all my forms &ndash; how do I proceed?</p> </h3> </div> <div class="article__body"> <p>The online manuscript system is configured to allow for one Manuscript file, one Paper Information Form file, and up to five Transfer of Copyright Form files. If you have more than five copyright forms, you will need to email the additional forms to the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead</a>&nbsp;by the stated deadline date.</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-35"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Why do I have to sign a transfer of copyright?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Why do I have to sign a transfer of copyright?</p> </h3> </div> <div class="article__body"> <p>OTC requires transfer of copyright for all our publications, including conference proceedings. This allows us to distribute publications throughout the world by print and electronic means, to create translations, and to reuse them in reprint collections. For more details on copyright and author/company rights, refer to the&nbsp;<a href="publication-policies-copyright-requirements" target="_self" title="publication-policies-copyright-requirements">Copyright Requirements</a>.</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-36"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Who is authorized to sign the Transfer of Copyright form?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Who is authorized to sign the Transfer of Copyright form?</p> </h3> </div> <div class="article__body"> <p>The author, a manager, an officer, or a legal representative may sign the copyright form. For jointly authored manuscripts, each author should sign a separate form. However, one author may sign as authorized agent for the others.</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-37"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can my coauthor upload the manuscript? How?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can my coauthor upload the manuscript? How?</p> </h3> </div> <div class="article__body"> <p>Only the presenting (corresponding) author can upload the manuscript, as each manuscript has a unique link associated to the presenting (corresponding) author for uploading purposes. If a coauthor wishes to upload the manuscript, then the authors need to contact the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead&nbsp;</a>to change the coauthor to presenting author, and a new upload link will be sent.</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-38"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I withdraw my manuscript after I have submitted it? How do I do so?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I withdraw my manuscript after I have submitted it? How do I do so?</p> </h3> </div> <div class="article__body"> <p>Yes; the author must email the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Program Lead&nbsp;</a>with their&nbsp;OTC manuscript number and the reason for withdrawal.&nbsp;</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-39"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. When is my manuscript due?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. When is my manuscript due?</p> </h3> </div> <div class="article__body"> <p>The manuscript deadline date for each conference is stated in the acceptance notification sent to the presenting (corresponding) author, as well as in the Author Kit.</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-40"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. I am waiting on company/coauthor approvals. Can I get an extension on my manuscript?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q.&nbsp;I am waiting on company/coauthor approvals. Can I get an extension on my manuscript?</p> </h3> </div> <div class="article__body"> <p>Extensions to the manuscript submission date are rarely granted and are handled on a case-by-case basis. If an extension is granted, it is usually given only for extenuating circumstances (such as legal reasons or erroneous data) and only for a few days. Authors are advised to begin obtaining the necessary company/partner approvals as soon as notice of acceptance is received.</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-41"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Why is my manuscript due to OTC so early?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Why is my manuscript due to OTC so early?</p> </h3> </div> <div class="article__body"> <p>While&nbsp;OTC does their best to set the submission deadline as far out as possible, there are hard deadlines we have to adhere to in order to process the papers into the final PDFs for mastering of the conference proceedings.&nbsp; In order have the conference proceedings available onsite and the papers available on OnePetro on the first day of the conference, tight deadlines are required.</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-42"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Did you get my manuscript? Where is my confirmation of manuscript submission?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Did you get my manuscript? Where is my confirmation of manuscript submission?</p> </h3> </div> <div class="article__body"> <p>After you have finalized your manuscript upload, you will receive a summary page. You will need to print this summary page for your records, an automated email confirmation is not sent from the system.&nbsp;&nbsp;</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-43"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. When does the manuscript upload link/system close?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. When does the manuscript upload link/system close?</p> </h3> </div> <div class="article__body"> <p>The online manuscript system will always close at 11:59 p.m. US Central Time on the stated deadline date.</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-44"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. When will my manuscript be available in OnePetro?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. When will my manuscript be available in OnePetro?</p> </h3> </div> <div class="article__body"> <p>Conference manuscripts presented at a conference are available from the multisociety online library OnePetro on the first day of the conference.</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-45"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. How is an Alternate/ePoster upgraded to a Technical Session presentation?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. How is an Alternate/ePoster upgraded to a Technical Session presentation?</p> </h3> </div> <div class="article__body"> <p>Alternates are moved up into the associated technical session in the event of a withdrawal or no-show onsite.</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-46"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I publish/present my manuscript again?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I publish/present my manuscript again?</p> </h3> </div> <div class="article__body"> <p>Per the&nbsp;<a href="conference-paper-policies" target="_self" title="conference-paper-policies">OTC Conference Dual Submission policy</a>, a manuscript previously presented at a conference and published in OnePetro may not be resubmitted for publication at another SPE conference. The author may present the subject matter at subsequent conferences at the invitation of the program committee, but the manuscript will not be included in the conference proceedings.</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-47"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. I’ve submitted my manuscript and made changes to my title/author block, but the website does not match what I submitted. When will it be updated?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. I&rsquo;ve submitted my manuscript and made changes to my title/author block, but the website does not match what I submitted. When will it be updated?</p> </h3> </div> <div class="article__body"> <p>Title and author changes made in the system are not automatically displayed on the website. Updates will be made when the content is published to the website.</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-48"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Does OTC check conference papers for plagiarism?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Does OTC check conference papers for plagiarism?</p> </h3> </div> <div class="article__body"> <p>Yes. In an effort to further improve OTC&rsquo;s technical quality standards, we will be implementing a plagiarism check on all conference papers. The new procedure includes a two-fold plagiarism check during the submission process. The first step provides the author with a one-time, complimentary check prior to submission. A link to a plagiarism report will be provided, allowing any flagged issues to be rectified prior the final submission.</p> <p>Upon final submission, all papers will automatically be run through a plagiarism check. Any paper flagged for plagiarism will be evaluated by OTC&rsquo;s Technical Quality Manager. If there is a finding of overt plagiarism, the paper will be pulled from the program and reviewed by the Code of Conduct Review committee. Plagiarism offenses may result in suspension or loss of membership to OTC. We are dedicated to the continual improvement of OTC&rsquo;s technical quality and ask for your support with this process.</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-49"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. How much time do I have to present?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. How much time do I have to present?</p> </h3> </div> <div class="article__body"> <p>Presentation times vary from conference to conference. This information is provided to you in the notification sent via email form the&nbsp;<a href="http://#Q. Who is the conference program lead for my event?" target="_blank" title="http://#Q. Who is the conference program lead for my event?">Conference Programs Lead</a>.</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-50"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. In which languages can I submit and/or make my presentation?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. In which languages can I submit and/or make my presentation?</p> </h3> </div> <div class="article__body"> <p>English is the official language for&nbsp;OTC conferences and publications. However, some conferences offer the option of presenting in another language, and translators are provided. In these cases, this option is stated in the author instructions and materials.</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-51"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Where can I find the presentation template?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Where can I find the presentation template?</p> </h3> </div> <div class="article__body"> <p>A PowerPoint template is available in the Author Kit.</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-52"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Do I have to use the presentation template? My company insists that we use the company presentation template – what should I do?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Do I have to use the presentation template? My company insists that we use the company presentation template &ndash; what should I do?</p> </h3> </div> <div class="article__body"> <p>You are required to use the&nbsp;OTC template for the first and last slides of your presentation. Templates with company logos are prohibited.</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-53"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I use an embedded video in my presentation?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I use an embedded video in my presentation?</p> </h3> </div> <div class="article__body"> <p>Yes, you can use embedded video in your presentation. We ask that you test your presentation in the Speaker Ready Room prior to your presentation to ensure that everything is working properly.</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-54"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Can I change the fonts or colors?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Can I change the fonts or colors?</p> </h3> </div> <div class="article__body"> <p>Yes, you can change the fonts and font colors within the presentation template.</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-55"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. What is an ePoster presentation? How is it different from a regular poster board?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. What is an ePoster presentation? How is it different from a regular poster board?</p> </h3> </div> <div class="article__body"> <p>An ePoster presentation is a PowerPoint presentation of your technical paper and must follow the same guidelines and requirements as a technical session presentation. Authors can download the required template in the Author Kit.&nbsp;ePoster presenters at OTC Houston are given 18&nbsp;minutes to present. You should allow for 13-15 minutes for presentation and 5-7 minutes for audience Q&amp;A. &nbsp;</p> <p>The OTC ePoster Lounge is located in the concourse of NRG Center on Level 2. The OTC ePoster Lounge is part of the overall technical program and allows for additional authors to present at the conference.</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-56"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Is it necessary to submit a manuscript for a poster presentation?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Is it necessary to submit a manuscript for a poster presentation?</p> </h3> </div> <div class="article__body"> <p>Yes, a poster presenter must submit a manuscript for inclusion on the proceedings and OnePetro.</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-57"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. As an Author/Speaker, do I need to register for the conference?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. As an Author/Speaker, do I need to register for the conference?</p> </h3> </div> <div class="article__body"> <p>Yes, you must register for the conference.&nbsp;OTC offers a complimentary Presenting Author rate.</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-58"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Does OTC offer speaker funding/reimbursement?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> <p>Q. Does OTC offer speaker funding/reimbursement?</p> </h3> </div> <div class="article__body"> <p>No funding is available for presenting authors or speakers. However, we do provide presenting authors with a complimentary pass to OTC. All technical session speakers must register for the conference as a Presenting Author.</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-59"> <div class="section__body"> <div class="section__body__article section__body__article--id-1"> <a class="anchor" name="Q. Who is the conference program lead for my event?"></a> <article class="article article--default"> <div class="article__header"> <h3 class="article__header__title"> Q. Who is the conference program lead for my event? </h3> </div> <div class="article__body"> <p>OTC Asia: <a href="mailto:klprog@otcnet.org?Subject=OTC%20Asia%20Paper%20Enquiry" target="_top" title="klprog@otcnet.org">Siva Yomarakuro</a><br /> OTC Brasil: <a href="mailto:bmelo@otcnet.org?Subject=OTC%20Brasil%20-%20Author%20Kit%20Inquiry" target="_top" title="bmelo@otcnet.org">Bienor Melo</a><br /> OTC Houston: <a href="mailto:bmelo@otcnet.org?Subject=OTC%20Paper%20Inquiry" target="_top" title="bmelo@otcnet.org">Bienor Melo</a></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-331"> <div class="panel__header"> <h4 class="panel__header__title"> Author Kit Resources </h4> </div> <div class="panel__body"> <ul> <li><a href="author-kit" target="_self" title="author-kit">Author Kit Home</a></li> <li><a href="deadlines-forms-and-templates" target="_self" title="deadlines-forms-and-templates">Deadlines, Forms &amp; Templates</a></li> <li><a href="preparing-your-manuscript" target="_self" title="preparing-your-manuscript">Preparing Your Manuscript</a></li> <li><a href="conference-paper-policies" target="_self" title="conference-paper-policies">Conference Paper Policies</a></li> <li><a href="author-kit-frequently-asked-questions" target="_self" title="author-kit-frequently-asked-questions">Frequently Asked Questions</a></li> </ul> </div> </div> <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&nbsp;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&amp;q=arctic%20technology%20conference" target="_blank" title="https://onepetro.org/search-results?page=1&amp;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>&nbsp;</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:'284',dimension13:'Page', dimension15:'author-kit-frequently-asked-questions', 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:'284',dimension13:'Page', dimension15:'author-kit-frequently-asked-questions', dimension10:catArray[i]}]); } //track page as well as contentId _paq.push(['trackPageView',null,{dimension7:'284',dimension13:'Page', dimension15:'author-kit-frequently-asked-questions'}]); } _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>

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