143 lines
3.4 KiB
TeX
143 lines
3.4 KiB
TeX
\documentclass[review]{elsarticle}
|
|
|
|
\usepackage{lineno,hyperref}
|
|
\usepackage{dcolumn}
|
|
\usepackage{xspace}
|
|
\usepackage{balance}
|
|
\usepackage{bm}
|
|
\usepackage{url}
|
|
\usepackage{footnote}
|
|
\usepackage{multirow}
|
|
\usepackage{dcolumn}
|
|
\usepackage{booktabs}
|
|
\usepackage{framed}
|
|
\usepackage{graphicx}
|
|
\usepackage{subfigure}
|
|
|
|
\newcommand{\ie}{{\emph{i.e.}},\xspace}
|
|
\newcommand{\viz}{{\emph{viz.}},\xspace}
|
|
\newcommand{\eg}{{\emph{e.g.}},\xspace}
|
|
\newcommand{\etc}{etc.\xspace}
|
|
\newcommand{\etal}{{\emph{et al.}}}
|
|
\newcommand{\GH}{{\sc GitHub}\xspace}
|
|
\newcommand{\BB}{{\sc BitBucket}\xspace}
|
|
|
|
|
|
|
|
\modulolinenumbers[5]
|
|
|
|
\journal{Journal of \LaTeX\ Templates}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Elsevier bibliography styles
|
|
%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% To change the style, put a % in front of the second line of the current style and
|
|
%% remove the % from the second line of the style you would like to use.
|
|
%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%% Numbered
|
|
%\bibliographystyle{model1-num-names}
|
|
|
|
%% Numbered without titles
|
|
%\bibliographystyle{model1a-num-names}
|
|
|
|
%% Harvard
|
|
%\bibliographystyle{model2-names.bst}\biboptions{authoryear}
|
|
|
|
%% Vancouver numbered
|
|
%\usepackage{numcompress}\bibliographystyle{model3-num-names}
|
|
|
|
%% Vancouver name/year
|
|
%\usepackage{numcompress}\bibliographystyle{model4-names}\biboptions{authoryear}
|
|
|
|
%% APA style
|
|
%\bibliographystyle{model5-names}\biboptions{authoryear}
|
|
|
|
%% AMA style
|
|
%\usepackage{numcompress}\bibliographystyle{model6-num-names}
|
|
|
|
%% `Elsevier LaTeX' style
|
|
\bibliographystyle{elsarticle-num}
|
|
%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\begin{document}
|
|
|
|
\begin{frontmatter}
|
|
|
|
%\title{Issue Report Classification Based on Text Mining}
|
|
\title{Text-Based Issue Classification: A Large-Scale Empirical Study in a Social Coding World}
|
|
|
|
%% Group authors per affiliation:
|
|
%\author{Qiang Fan, Yue Yu\corref{cor}, Gang Yin, Tao Wang, Huaimin Wang}
|
|
%\address{National University of Defense Technology}
|
|
%\address{Changsha, China}
|
|
%\address{\{fanqiang09, yuyue, yingang, taowang2005, hmwang\}@nudt.edu.cn}
|
|
%\cortext[cor]{Corresponding author}
|
|
|
|
\author[NUDT]{Qiang Fan}
|
|
\ead{fanqiang09@nudt.edu.cn}
|
|
|
|
\author[NUDT]{Yue Yu\corref{cor}}
|
|
|
|
\address[NUDT]{National Laboratory for Parallel and Distributed Processing,\\
|
|
College of Computer, National University of Defense Technology, Changsha, 410073, China\\}
|
|
%\address[label2]{Address Two\fnref{label4}}
|
|
|
|
\cortext[cor]{I am corresponding author}
|
|
%\fntext[label3]{I also want to inform about\ldots}
|
|
%\fntext[label4]{Small city}
|
|
|
|
\ead{yuyue@nudt.edu.cn}
|
|
\ead[url]{yuyue.github.io}
|
|
|
|
\author[NUDT]{Huaimin Wang}
|
|
%\address[label5]{Some University}
|
|
\ead{hmwang@nudt.edu.cn}
|
|
|
|
\author[NUDT]{Tao Wang}
|
|
\ead{taowang2005@nudt.edu.com}
|
|
|
|
\author[NUDT]{Gang Yin}
|
|
\ead{yingang@nudt.edu.com}
|
|
|
|
\begin{abstract}
|
|
\input{abstract}
|
|
\end{abstract}
|
|
|
|
\begin{keyword}
|
|
% \texttt{elsarticle.cls}\sep \LaTeX\sep Elsevier \sep template
|
|
issue tracking system \sep machine learning algorithms \sep mining software repositories
|
|
\end{keyword}
|
|
|
|
\end{frontmatter}
|
|
|
|
\linenumbers
|
|
|
|
\section{Introduction}
|
|
\input{introduction}
|
|
|
|
\section{background and related work}
|
|
\input{background}
|
|
|
|
\section{Research Question and Dataset}
|
|
\input{request-question}
|
|
|
|
\section{methods}
|
|
\input{data_process}
|
|
|
|
\section{result and discussion}
|
|
\input{result}
|
|
|
|
\section{Conclusions}
|
|
\input{conclusion}
|
|
|
|
\section{Acknowledgments}
|
|
This research is supported by National Science Foundation of China (Grant No.61432020, 61472430 61502512 and 61303064).
|
|
|
|
|
|
\section*{References}
|
|
|
|
\bibliography{sigproc}
|
|
|
|
\end{document}
|