-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
174 lines (147 loc) · 4.96 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
\documentclass[smallcondensed]{svjour3}
\usepackage{cite}
\usepackage{natbib}
\usepackage{dblfloatfix}
\usepackage{url}
\usepackage{color}
\usepackage{varwidth}
\usepackage{graphicx}
\usepackage{enumitem}
\usepackage{quoting}
\quotingsetup{vskip=4pt,leftmargin=10pt,rightmargin=8pt}
%\usepackage{csquotes}
\graphicspath{{./imgs/}{../jpeg/}}
\DeclareGraphicsExtensions{.pdf}
\usepackage{tabularx,booktabs,rotating,multirow,multicol}
\usepackage{caption}
\usepackage{color, colortbl}% <- colors in tables and figures
\usepackage{dcolumn}% <- provides D column for decimal point (or similar delimiter) alignment
\usepackage[roman]{parnotes}
\usepackage[many]{tcolorbox}
\usepackage[symbol,para]{footmisc}
\usepackage{tikz,dcolumn,booktabs,lscape}% <- sparklines chart embedded in tables
\usetikzlibrary{positioning}
\newif\ifdraft
\draftfalse
\makeatletter
\renewenvironment{quotation}
{\list{}{\listparindent=0pt
\itemindent \listparindent
\leftmargin=8pt
\rightmargin=10pt
\topsep=4pt
\parsep \z@ \@plus\p@}
\item\relax\itshape``}
{\relax''\endlist}
\makeatother
\setlength{\rotFPtop}{0pt plus 1fil}% <- add this line after loading rotating
\setlength{\rotFPbot}{0pt plus 1fil}% <- maybe its better to add this line too
%\renewcommand\thesubsubsectiondis{}
%\newcommand{\Subsubsection}[1]{\subsubsection{\underline{#1}}}
%\newcommand{\Subsubsection}[1]{\subsubsection{#1}}
\hyphenation{op-tical net-works semi-conduc-tor}
% This will go in the next version of parnotes.sty
\makeatletter
\def\parnoteclear{%
\gdef\PN@text{}%
\parnotereset
}
\makeatother
% Plot a tiny Likert bar chart
% Input:
% #1 Coordinate data
% #2 Mean value
% #3 Array of values
\newcommand{\likertplot}[3]{%
\begin{tikzpicture}[xscale=0.25, yscale=0.015, baseline]
\begin{scope}[ycomb, yscale=0.3]
\draw[ultra thin, black!20] (1,#2)--(5,#2);
\draw[gray!95, line width=2mm] plot #1;
% \foreach [count=\i] \x in {#3}
% {
% \draw[shift={(\i,0)}]
% (0pt,3pt) -- (0pt,-3pt) node[below,font=\scriptsize] {$\x$};
% }
\end{scope}
\end{tikzpicture}%
}
\newcommand{\likertscale}[1]{%
\begin{tikzpicture}[xscale=0.25, yscale=0.01, baseline={(0,-0.3)}]
\begin{scope}[ycomb, yscale=0.4]
\foreach [count=\i] \x in {#1}
{
\draw[shift={(\i,0)}]
(0pt,3pt) -- (0pt,-3pt) node[below,font=\small] {$\x$};
}
\end{scope}
\end{tikzpicture}%
}
\def\boldif#1{\ifdraft\textbf{**#1**\newline\indent}\else\relax\fi}
\def\checkmark{\tikz\fill[scale=0.33](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
% Left-alignments (L auto expands, Q allows manual width setting)
\newcolumntype{L}{>{\hsize=.8\hsize\raggedright\arraybackslash}X}
\newcolumntype{Q}[1]{>{\hsize=.8\hsize\raggedright\arraybackslash}m{#1}}
% Center-alignments (C auto expands, Z allows manual width setting)
\newcolumntype{C}{>{\centering\arraybackslash}X}
\newcolumntype{A}[1]{>{\centering\arraybackslash}m{#1}}
% Right-alignments (R auto expands, A allows manual width setting)
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}
\newcolumntype{Z}[1]{>{\raggedleft\arraybackslash}m{#1}}
\newcommand\setrow[1]{\gdef\rowmac{#1}#1\ignorespaces}
\newcommand\clearrow{\global\let\rowmac\relax}
\clearrow
\newcommand{\nsubsection}[1]{%
\vskip 15pt plus 1ex minus .5ex
\par
\noindent\textit{#1}\vskip .5em plus .1em minus .05em\par
}
%\newcommand\comment[1]{}
%\newcommand{\comment}[1]{{\noindent\bfseries #1\\}}
%\newcommand\todo[1]{{\noindent\color{red}\\\textbf{TODO:~}#1\\}}
%\newcommand\todo[1]{}
\renewcommand{\cite}{\citep}
\renewcommand*{\thefootnote}{\arabic{footnote}}
%\setcounter{footnote}{0}
\definecolor{shaded}{RGB}{217,217,217} % same color as [grey]{0.85}
\newcommand*{\belowrulesepcolor}[1]{%
\noalign{%
\kern-\belowrulesep
\begingroup
\color{#1}%
\hrule height\belowrulesep
\endgroup
}%
}
\newcommand*{\aboverulesepcolor}[1]{%
\noalign{%
\begingroup
\color{#1}%
\hrule height\aboverulesep
\endgroup
\kern-\aboverulesep
}%
}
\begin{document}
\title{The Life-Cycle of Merge Conflicts: Processes, Barriers, and Strategies}
\author{Nicholas Nelson \and Caius Brindescu \and Shane~McKee \and Anita Sarma \and Danny Dig}
\institute{Nicholas Nelson \and Caius Brindescu \and Shane McKee* \and Anita Sarma \and Danny Dig
\at Oregon State University, Corvallis, OR 97331\\\email{\{nelsonni,brindesc,anita.sarma,daniel.dig\}@oregonstate.edu, *mckeesh@outlook.com}
}
\maketitle
\input{Abstract}
\input{Introduction}
\input{Related_Work}
\input{Methodology}
\input{Results}
\input{RQ1}
\input{RQ2}
\input{RQ3}
\input{RQ4}
\input{RQ5}
\input{Implications}
\input{Threats}
\input{Conclusions}
\input{Acknowledgements}
\bibliographystyle{spbasic}
\bibliography{Bibliography}
\end{document}