%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%2345678901234567890123456789012345678901234567890123456789012345678901234567890
%        1         2         3         4         5         6         7         8
\documentclass[letterpaper, 10 pt, conference]{ieeeconf}  % Comment this line out
                                                          % if you need a4paper
%\documentclass[a4paper, 10pt, conference]{ieeeconf}      % Use this line for a4
                                                          % paper
\IEEEoverridecommandlockouts                              % This command is only
                                                          % needed if you want to
                                                          % use the \thanks command
\overrideIEEEmargins
% See the \addtolength command later in the file to balance the column lengths
% on the last page of the document
% 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
Padrão para criação de Propostas de Projeto
}
%\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{Nome dos autores% <-this % stops a space
\thanks{*Nota de Rodapé}% <-this % stops a space
\thanks{
        {\tt\small}}%
\thanks{
        {\tt\small}}%
}
\begin{document}
\maketitle
\thispagestyle{empty}
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
Resumo do seu projeto em até 140 palavras
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Partes Envolvidas}
Por quem a proposta é apresentada? A quem se destina?
\section{Objetivo do projeto}
\subsection{Objetivo 1}
Qual valor o produto ou serviço deverá entregar?
\subsection{Objetivo 2 }
Qual valor o produto ou serviço deverá entregar?
\section{Cronograma}
Quando o projeto será entregue?
\begin{tabular}{ |p{3cm}||p{1cm}|p{1cm}|p{1cm}|  }
 \hline
 \multicolumn{4}{|c|}{Cronograma Simples} \\
 \hline
 Atividades & Sem 1 &Sem 2&Sem 3\\
 \hline
 Atividade 1 & X & & \\
  \hline
 Atividade 2 & X & & \\
  \hline
 Atividade 3 &  & X & \\
  \hline
 Atividade 4 &  & X & \\
  \hline
 Atividade 5 &  & X & \\
  \hline
 Atividade 6 &  &  & X \\
  \hline
 Atividade 7 &  &  & X \\
 \hline
\end{tabular}
\section{Análise do problema}
Por que o projeto será executado?
Exemplo de citação \cite{c2}
\section{Detalhamento do escopo}
O que será entregue?
\begin{itemize}
\item{Objetivo-1} Principais valores a serem entregues ao cliente \cite{c1}
\item{Objetivo-2} Principais valores a serem entregues ao cliente 
\item{Objetivo-3} Principais valores a serem entregues ao cliente  
\item{Objetivo-4} Principais valores a serem entregues ao cliente
\item{Objetivo-5} Principais valores a serem entregues ao cliente
\item{Objetivo-6} Principais valores a serem entregues ao cliente
\end{itemize}
\section{Investimento}
Quanto o cliente deverá pagar?
Quais são os recursos necessários para o desenvolvimento do projeto?
 
 
\addtolength{\textheight}{-12cm}   % This command serves to balance the column lengths
                                  % on the last page of the document manually. It shortens
                                  % the textheight of the last page by a suitable amount.
                                  % This command does not take effect until the next page
                                  % so it should come on the page before the last. Make
                                  % sure that you do not shorten the textheight too much.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{thebibliography}{99}
\bibitem{c1} Oppenheim's experiment section 2.6 http://cdn.intechopen.com/pdfs
\bibitem{c2} Phase congruency http://homepages.inf.ed.ac.uk
\bibitem{c3} Fast training CNN through FFTs https://arxiv.org/abs/1312.5851.
\bibitem{c4} Spectral representation of CNN https://arxiv.org/abs/1506.03767.
\bibitem{c5} Fourier CNN http://ecmlpkdd2017.ijs.si/papers/paperID11.pdf.
\bibitem{c6} Fast Convolutional Nets With fbfft: A GPU Performance Evaluation https://arxiv.org/abs/1412.7580.
\end{thebibliography}
\end{document}