74 lines
2.1 KiB
TeX
74 lines
2.1 KiB
TeX
\documentclass[10pt, conference, compsocconf]{IEEEtran}
|
|
% \hyphenation{op-tical net-works semi-conduc-tor}
|
|
\newcommand{\tabincell}[2]{\begin{tabular}{@{}#1@{}}#2\end{tabular}}
|
|
\usepackage{graphicx}
|
|
\usepackage{color,soul}
|
|
\usepackage{colortbl}
|
|
|
|
\usepackage{enumitem}
|
|
\usepackage{threeparttable}
|
|
\usepackage{multirow,booktabs}
|
|
% \usepackage{xcolor}
|
|
\usepackage[table,xcdraw]{xcolor}
|
|
|
|
\usepackage{url}
|
|
\makeatletter
|
|
\g@addto@macro{\UrlBreaks}{\UrlOrds}
|
|
\makeatother
|
|
\makeatletter
|
|
\def\url@leostyle{%
|
|
\@ifundefined{selectfont}{\def\UrlFont{\same}}{\def\UrlFont{\scriptsize\bf\ttfamily}}}
|
|
\makeatother
|
|
\urlstyle{leo}
|
|
|
|
\usepackage{subfigure}
|
|
\usepackage{caption}
|
|
\usepackage{dcolumn}
|
|
\usepackage{xspace}
|
|
\usepackage{balance}
|
|
\usepackage{bm}
|
|
\usepackage{cite}
|
|
|
|
\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{\TSHC}{TSHC\xspace}
|
|
\begin{document}
|
|
|
|
\title{What are they talking about?\\
|
|
\vskip 0.5 em \Large{Analyzing Code Reviews in Pull-based Development Model}}
|
|
%\title{Understanding the Review Comments on Pull-baded Development Model\\
|
|
%\vskip 0.5 em \Large{An Empirical Study of the Rails, Elasticsearch, and Angular.js Projects on GitHub}}
|
|
|
|
\author{
|
|
\IEEEauthorblockN{Zhixing Li, Yue Yu, Gang Yin, Tao Wang, Qiang Fan, Huaimin Wang}
|
|
\IEEEauthorblockA{
|
|
% National Laboratory for Parallel and Distributed Processing, College of Computer\\
|
|
National University of Defense Technology\\
|
|
% Changsha, China\\
|
|
\{lizhixing15, yuyue, yingang, taowang2005, fanqiang09, hmwang\}@nudt.edu.cn }
|
|
}
|
|
|
|
\maketitle
|
|
|
|
|
|
%!!!!!!!!!!!!!!!!确定一些缩写的出现的第一次场合!!!!!!!!!!!!!!!!!
|
|
\input{0_abstract}
|
|
\input{1_introduction}
|
|
\input{2_background}
|
|
\input{3_approach}
|
|
\input{4_result}
|
|
|
|
% \input{6_threats}
|
|
\input{7_related_work}
|
|
\input{8_conlusion}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{9_ref}
|
|
|
|
\end{document}
|