%-----------------------------------------------------------------------
% Template File for Science China Information Sciences
% Downloaded from http://scis.scichina.com
% Please compile the tex file using LATEX or PDF-LATEX or CCT-LATEX
%-----------------------------------------------------------------------
\documentclass{SCIS2021}
%\theoremstyle{definition}
%\newtheorem{exmp}{Organization}
\usepackage[english]{babel}
\usepackage{amsthm}
%\usepackage{ulem}
\usepackage[colorlinks,linkcolor=black]{hyperref}
\newtheoremstyle{exampstyle}
{0.0em} % Space above
{0.0em} % Space below
{} % Body font
{1em} % Indent amount
{\bfseries} % Theorem head font
{.} % Punctuation after theorem head
{1em} % Space after theorem head
{} % Theorem head spec (can be left empty, meaning `normal')
\usepackage{balance}
%\usepackage[bottomhang]{footmisc}
\theoremstyle{exampstyle}
\newtheorem*{Contributions}{Contributions}
\newtheorem*{Organization}{Organization}
\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}} %放在导言区
\usepackage{CJKutf8}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Author's definitions for this manuscript
%%% 作者附加的定义
%%% 常用环境已经加载好, 不需要重复加载
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Begin. 开始
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\oa
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Authors do not modify the information below
%%% 作者不需要修改此处信息
\makeatletter
\newenvironment{breakablealgorithm}
{% \begin{breakablealgorithm}
\begin{center}
\refstepcounter{algorithm}% New algorithm
\hrule height.8pt depth0pt \kern2pt% \@fs@pre for \@fs@ruled
\renewcommand{\caption}[2][\relax]{% Make a new \caption
{\raggedright\textbf{\ALG@name~\thealgorithm} ##2\par}%
\ifx\relax##1\relax % #1 is \relax
\addcontentsline{loa}{algorithm}{\protect\numberline{\thealgorithm}##2}%
\else % #1 is not \relax
\addcontentsline{loa}{algorithm}{\protect\numberline{\thealgorithm}##1}%
\fi
\kern2pt\hrule\kern2pt
}
}{% \end{breakablealgorithm}
\kern2pt\hrule\relax% \@fs@post for \@fs@ruled
\end{center}
}
\makeatother
\begin{document}
%\oa
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Authors do not modify the information below
%%% ???????????
\ArticleType{RESEARCH PAPER}
%\SpecialTopic{}
%\luntan
\Year{2021}
\Month{}
\Vol{}
\No{}
\DOI{}
\ArtNo{}
\ReceiveDate{}
\ReviseDate{}
\AcceptDate{}
\OnlineDate{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% title: 标题
%%% \title{title}{title for citation}
\title{Title}{Title for citation}
%%% Corresponding author: 通信作者
%%% \author[number]{Full name}{{email@xxx.com}}
%%% General author: 一般作者
%%% \author[number]{Full name}{}
\author[1]{Aaa AUTHOR}{}
\author[1,2]{Bbb AUTHOR}{{bauthor@xxx.com}}
\author[2]{Ccc AUTHOR}{}
\author[3]{Ddd AUTHOR}{}
%%% Author information for page head. ????????
\AuthorMark{Author A}
%%% Authors for citation. ??????????
\AuthorCitation{Author A, Author B, Author C, et al}
%%% Authors' contribution. ????
%\contributions{Authors A and B have the same contribution to this work.}
%%% Address. ??
%%% \address[number]{Affiliation, City {\rm Postcode}, Country}
\address[1]{Affiliation, City {\rm 000000}, Country}
\address[2]{Affiliation, City {\rm 000000}, Country}
\address[3]{Affiliation, City {\rm 000000}, Country}
%%% Abstract. ??
\abstract{Please use this sample as a guide for preparing your letter. }
%% TODO dataset
%%% Keywords. ???
\keywords{key-words}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% The main text. 正文部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Please read all of the following manuscript preparation instructions carefully and in their entirety. The manuscript must be in good scientific American English; this is the author's responsibility. All files will be submitted through our online electronic submission system at \href{https://mc03.manuscriptcentral.com/scis}{HERE}.
%
% ---- Bibliography ----
%
% BibTeX users should specify bibliography style 'splncs04'.
% References will then be sorted and formatted in the correct style.
%
% \bibliographystyle{splncs04}
% \bibliography{mybibliography}
%
%\vspace{0.2cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Acknowledgements. 致谢
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newpage
\Acknowledgements{This work was supported by National Natural Science Foundation of China (Grant Nos. 00000000 and 11111111).}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Supplements. 补充材料, 非必选
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \Supplements{Appendix A.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Reference section. 参考文献
%%% citation in the content using "some words~\cite{1,2}".
%%% ~ is needed to make the reference number is on the same line with the word before it.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \begin{thebibliography}{99}
%
% \bibitem{1} Author A, Author B, Author C. Reference title. Journal, Year, Vol: Number or pages
%
% \bibitem{2} Author A, Author B, Author C, et al. Reference title. In: Proceedings of Conference, Place, Year. Number or pages
%
% \end{thebibliography}
%\vspace{-0.cm}
\begin{thebibliography}{99}
\bibitem{1} Author A, Author B, Author C. Reference title. Journal, Year, Vol: Number or pages
\bibitem{2} Author A, Author B, Author C, et al. Reference title. In: Proceedings of Conference, Place, Year. Number or pages
\end{thebibliography}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Appendix sections. 附录章节, 非必选
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newpage
% \vspace{-0.1cm}
% \begin{appendix}
% \end{appendix}
\end{document}