duppr/main.tex

65 lines
1.7 KiB
TeX

\documentclass[10pt, conference, compsocconf]{IEEEtran}
\usepackage{framed}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{color,soul}
\usepackage{colortbl}
\usepackage{enumitem}
\usepackage{multirow,booktabs}
\usepackage{caption}
\usepackage{dcolumn}
\usepackage{xspace}
\usepackage{balance}
\usepackage{bm}
\usepackage{cite}
\usepackage{url}
\usepackage{indentfirst}
\usepackage{setspace}
\usepackage[table,xcdraw]{xcolor}
\usepackage{url}
\usepackage{amsmath}
\newcommand{\gh}{GitHub}
\newcommand{\ie}{{\emph{i.e.}},\xspace}
\newcommand{\viz}{{\emph{viz.}},\xspace}
\newcommand{\eg}{{\emph{e.g.}},\xspace}
\newcommand{\etc}{etc.}
\newcommand{\etal}{{\emph{et al.}}}
\newcommand{\GH}{{\sc GitHub}\xspace}
\newcommand{\BB}{{\sc BitBucket}\xspace}
\newcommand{\DupPR}{\textbf{DupPR}\xspace}
\begin{document}
% \title{Detection of Duplicate Pull-request in GitHub Using Natural Language and Diff Information }
\title{Detecting Duplicate Pull-requests in GitHub}
\author{
\IEEEauthorblockN{Zhixing Li, Yue Yu, Gang Yin, Tao Wang, Huaimin Wang}
\IEEEauthorblockA{National Laboratory for Parallel and Distributed Processing\\
College of Computer, National University of Defense Technology\\
Changsha, 410073, China\\
\{lizhixing15, yuyue, yingang, taowang2005, hmwang\}@nudt.edu.cn }
}
\maketitle
\input{0_abstract}
\begin{IEEEkeywords}
Pull-request; duplicate detection; diff information; code review
\end{IEEEkeywords}
\input{1_introduction}
\input{2_background}
\input{3_approach}
\input{4_experiment}
\input{6_threats}
\input{7_related_work}
\input{8_conlusion}
\bibliographystyle{plain}
\bibliography{9_ref}
\end{document}