\documentclass[letterpaper, 10 pt, conference]{ieeeconf}
\IEEEoverridecommandlockouts
\overrideIEEEmargins
\usepackage{multibib}
\usepackage[utf8]{inputenc}
% The following packages can be found on http:\\www.ctan.org
%\usepackage{graphics} % for pdf, bitmapped graphics files
%\usepackage{epsfig} % for postscript graphics files
%\usepackage{mathptmx} % assumes new font selection scheme installed
%\usepackage{times} % assumes new font selection scheme installed
%\usepackage{amsmath} % assumes amsmath package installed
%\usepackage{amssymb} % assumes amsmath package installed
\title{\LARGE \bf
Template for final project report\\
Download this template. DO NOT EDIT IT HERE.
}
%\author{ \parbox{3 in}{\centering Huibert Kwakernaak*
% \thanks{*Use the $\backslash$thanks command to put information here}\\
% Faculty of Electrical Engineering, Mathematics and Computer Science\\
% University of Twente\\
% 7500 AE Enschede, The Netherlands\\
% {\tt\small h.kwakernaak@autsubmit.com}}
% \hspace*{ 0.5 in}
% \parbox{3 in}{ \centering Pradeep Misra**
% \thanks{**The footnote marks may be inserted manually}\\
% Department of Electrical Engineering \\
% Wright State University\\
% Dayton, OH 45435, USA\\
% {\tt\small pmisra@cs.wright.edu}}
%}
\author{Author 1, Author 2 and Author 3\\
New York University,\\
New York, US\\
\{emailAuthor1,emailAuthor2,emailAuthor3\}@nyu.edu
}
\begin{document}
\maketitle
\thispagestyle{empty}
\pagestyle{empty}
\begin{abstract}
Write an abstract for you report. You should make sure it depicts the general idea of what you did. DO NOT PLAGIARIZE! DO NOT COPY-PASTE TEXT FROM OTHER PAPERS!
\end{abstract}
\section{INTRODUCTION}
What problem are you trying to solve?
Why is this important?
How does this problem make some sort of game better?
\subsection{Report size}
This report should have 6 pages.
\section{RELATED WORK}
Has this been done before? How?
If not, what’s the closest related research? (Both using similar approaches and other algorithms.)
What’s novel with your research?
You must add references in the bibliography (in the file bibliography.bib and in the text)! Example of referencing in text: ~\cite{togelius2007towards}.
\section{METHODS}
What game did you use? How does your algorithm work?
Describe in as much detail as you can fit into the report.
Classify your algorithm according to the taxonomy in the “Search-based Procedural Content Generation” paper.
\subsection{Tables and images}
Example of table insertion in Table \ref{table_example}. Example of figure in Figure \ref{figurelabel}. When referencing tables and figures, add Table and Figure, respectively, before the reference..
\begin{table}[h]
\caption{An Example of a Table}
\label{table_example}
\begin{center}
\begin{tabular}{|c||c|}
\hline
One & Two\\
\hline
Three & Four\\
\hline
\end{tabular}
\end{center}
\end{table}
\begin{figure}[thpb]
\centering
\framebox{\parbox{3in}{This is not the image you are looking for.
}}
%\includegraphics[scale=1.0]{figurefile}
\caption{Example of caption}
\label{figurelabel}
\end{figure}
\section{RESULTS}
Did it work? How well? Provide some figures, and a table or two. How much time does it take?
PS. Overleaf supports git under the Share tab. Might be useful.
\section{CONCLUSIONS}
What are the strengths and shortcomings of your method? How well would it generalize to other game genres? How controllable is it, and what is the potential for using to adapt content to individual preferences? How would you develop it further, if you had time?
\addtolength{\textheight}{-12cm}
%References:
\bibliographystyle{IEEEtran}
\bibliography{bibliography}
\end{document}