-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChinchali.PaperWritingGuide.2021.tex
84 lines (63 loc) · 1.96 KB
/
Chinchali.PaperWritingGuide.2021.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
\documentclass[conference]{IEEEtran}
\usepackage{times}
\usepackage{graphicx}
% numbers option provides compact numerical references in the text.
\usepackage[numbers]{natbib}
\usepackage{multicol}
\usepackage[bookmarks=true]{hyperref}
\usepackage{wrapfig}
\usepackage{subfigure}
\usepackage{amsmath,amsthm}
\pdfinfo{
/Author (Homer Simpson)
/Title (Robots: Our new overlords)
/CreationDate (D:20101201120000)
/Subject (Robots)
/Keywords (Robots;Overlords)
}
%\sloppy
%\frenchspacing
%\renewcommand{\baselinestretch}{1.0}
\input{sections/preamble.tex}
%%% ------------------------------------------------------------------------------------------ %%%
\title{\LARGE \bf How to Write Technical Papers: UT Austin Swarm Lab}
\author{\IEEEauthorblockN{
Sandeep Chinchali\IEEEauthorrefmark{1}
\IEEEauthorblockA{Department of Electrical and Computer Engineering\IEEEauthorrefmark{1},
The University of Texas at Austin, Austin, TX}
\IEEEauthorblockA{E-mail: [email protected]}}}
\begin{document}
\maketitle
\begin{abstract}
\input{sections/abstract.tex}
\end{abstract}
\IEEEpeerreviewmaketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Document Organization}
\input{sections/organization.tex}
\section{Introduction}
\label{sec:introduction}
\input{sections/intro.tex}
\section{Problem Statement}
\label{sec:problem_statement}
\input{sections/problem_statement.tex}
\section{Solution Approach}
\label{sec:task_specific_algorithm}
\input{sections/algorithm.tex}
\section{Experimental Results}
\label{sec:experiments}
\input{sections/experiments.tex}
\section{Discussion and Conclusions}
\label{sec:conclusion}
\input{sections/discussion.tex}
\section{Acknowledgements}
Copy the NSF funding acknowledgement (or for your funding agency) here.
\appendix
\label{sec:appendix}
\input{sections/appendix.tex}
\bibliographystyle{abbrv}
\bibliography{ref/SwarmLabPubs, ref/external}
\newpage
\section{Paper Checklist}
\input{sections/checklist}
\end{document}