IEEE ACCESS、\headeretal 号。タイトルがテンプレートの境界を越えています

IEEE ACCESS、\headeretal 号。タイトルがテンプレートの境界を越えています

\markboth{\hederetal} を使用すると、タイトルがテンプレートの境界から外れてしまいます。添付の​​図に示すように、IEEE アクセス テンプレートの境界内にタイトルを収める方法を教えてください。

\documentclass{IEEEaccess}
\usepackage{cite}
\usepackage{graphics} % for pdf, bitmapped graphics files
\usepackage{epsfig}   % for postscript graphics files
\usepackage{mathptmx} % assumes new font selection scheme installed
\usepackage{times}    % assumes new font selection scheme installed
\usepackage{amsmath}  % assumes amsmath package installed
\usepackage{amssymb}  % assumes amsmath package installed
\usepackage{textcomp}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{varwidth}
\usepackage{textcomp}
\usepackage{caption}

\IEEEoverridecommandlockouts                       

\begin{document}
    \history{Date of publication xxxx 00, 0000, date of current version xxxx 00, 0000.}
    \doi{10.1109/ACCESS.2017.DOI}

    \title{Virtual Network Functions: A comprehensive survey and research aspects in designing and implementation
        through ETSI Standard Architecture and Mnanagement Perspective}


    \markboth
    {Shantharama \headeretal: Virtual Network Functions: A comprehensive survey and research aspects in designing and implementation
    through ETSI Standard Architecture and Mnanagement Perspective }
    {Shantharama \headeretal: Virtual Network Functions: A comprehensive survey and research aspects in designing and implementation    through ETSI Standard Architecture and Mnanagement Perspective }

    \begin{abstract}
        These instructions.
    \end{abstract}

    \begin{keywords}
        Virtualized Network Function (VNF), 
        Network Function Virtualization (NFV),
        Container Network Function (CNF),
        NFV Orchestration, 
        Software Defined Networking 
    \end{keywords}

    \titlepgskip=-15pt

    \maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
Abstract goes here
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\EOD
\end{document}

関連情報