cc-effect/main.tex

57 lines
1.2 KiB
TeX
Executable File

\documentclass[10pt, conference, compsocconf]{IEEEtran}
\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{framed}
\usepackage{hhline}
\usepackage{setspace}
\usepackage{tabularx}
\newcommand{\ie}{{\emph{i.e.}},\xspace}
\newcommand{\eg}{{\emph{e.g.}},\xspace}
\newcommand{\etc}{etc.}
\newcommand{\etal}{{\emph{et al.}}}
\begin{document}
\title{
Ping! Can you review this?:
An empirical study of CC in code review
}
\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}
\input{1_introduction}
\input{2_background}
\input{3_dataset}
\input{4_result}
\input{6_threats}
\input{7_related_work}
\input{8_conlusion}
\bibliographystyle{plain}
\bibliography{9_ref}
\end{document}