duppr_dataset/main.tex

77 lines
2.2 KiB
TeX
Executable File

\documentclass[sigconf]{acmart}
\usepackage{booktabs} % For formal tables
\usepackage{setspace}
\usepackage{xspace}
\usepackage{soul}
\usepackage{courier}
\usepackage{enumitem}
\newcommand{\ie}{{\emph{i.e.}},\xspace}
\newcommand{\eg}{{\emph{e.g.}},\xspace}
\newcommand{\etc}{etc.}
\newcommand{\etal}{{\emph{et al.}}}
\copyrightyear{2018}
\acmYear{2018}
\setcopyright{acmcopyright}
\acmConference[MSR '18]{MSR '18: 15th International Conference on Mining Software Repositories }{May 28--29, 2018}{Gothenburg, Sweden}
\acmBooktitle{MSR '18: MSR '18: 15th International Conference on Mining Software Repositories , May 28--29, 2018, Gothenburg, Sweden}
\acmPrice{15.00}
\acmDOI{10.1145/3196398.3196455}
\acmISBN{978-1-4503-5716-6/18/05}
\begin{document}
\title{A Dataset of Duplicate Pull-requests in GitHub}
\author{Yue Yu$^*$, Zhixing Li$^*$, Gang Yin, Tao Wang, Huaimin Wang}
\affiliation{%
\institution{College of Computer, National University of Defense Technology}
\city{Changsha, China}
\postcode{410073}
}
\email{{yuyue, lizhixing15, yingang, taowang2005, hmwang}@nudt.edu.cn}
\renewcommand{\shortauthors}{Z. Li et al.}
\input{0-abstract}
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10011007.10011006.10011073</concept_id>
<concept_desc>Software and its engineering~Software maintenance tools</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10011007.10011074.10011134</concept_id>
<concept_desc>Software and its engineering~Collaboration in software development</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Software and its engineering~Software maintenance tools}
\ccsdesc[500]{Software and its engineering~Collaboration in software development}
\keywords{Duplicate pull-request, distributed software development, GitHub}
\maketitle
\renewcommand{\thefootnote}{}
\footnotetext{
$^*$ Yue Yu and Zhixing Li are both first authors,
and contributed equally to the work.}
\renewcommand{\thefootnote}{\arabic{footnote}}
\input{1-intro}
\input{2-methd}
\input{3-desc}
\input{4-applct}
\input{5-cons}
\bibliographystyle{ACM-Reference-Format}
\bibliography{ref}
\end{document}