Skeleton of Project proposal document in LaTeX and some useful research papers on HMMs, CRFs and news headline classification.
This commit is contained in:
38
Project Paper/P3 Proposal.tex
Normal file
38
Project Paper/P3 Proposal.tex
Normal file
@@ -0,0 +1,38 @@
|
||||
\documentclass[times, 08pt,twocolumn]{article}
|
||||
\usepackage{latex8}
|
||||
|
||||
\usepackage{titlesec}
|
||||
\usepackage[margin=0.7in]{geometry}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\titleformat{\section}{\large\bfseries}{\thesection}{1em}{}
|
||||
|
||||
\begin{document}
|
||||
\pagestyle{empty}
|
||||
|
||||
\title{Working title}
|
||||
\author{Team X}
|
||||
\date{April 2, 2012}
|
||||
|
||||
\maketitle
|
||||
|
||||
\section*{Introduction}
|
||||
Sample citation from \emph {AI: A Modern Approach} \cite{russelnorvig}.
|
||||
|
||||
\section*{Related Work}
|
||||
|
||||
\section*{Approach}
|
||||
|
||||
\paragraph*{Implementation}
|
||||
|
||||
Sample paragraph for format demo purposes.
|
||||
|
||||
\section*{Evaluation}
|
||||
|
||||
\section*{Conclusion}
|
||||
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{p3refs}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user