Skip to content

Commit

Permalink
two column model stub outline
Browse files Browse the repository at this point in the history
  • Loading branch information
alkant committed May 8, 2012
1 parent 85cd680 commit 3bafab0
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions cs261-writeup/finalreport.tex
@@ -1,14 +1,43 @@
\documentclass[12pt,a4paper]{article}
\documentclass[times, 11pt, twocolumn]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\author{Alex Kantchelian, Sebastian Benthall}
\title{Exploring Twitter Spam with LDA}
\usepackage{times}
\usepackage{subfig}
\usepackage{graphicx}


%\pagestyle{empty}

\begin{document}

\title{Exploring Twitter Spam with LDA}
\author{Alex Kantchelian and Sebastian Benthall \\
University of California, Berkeley \\
\texttt{\{akant@cs,sb@ischool\}.berkeley.edu}\\
}
\date{}

\maketitle

foo bar baz
\begin{abstract}
Spam by content. Types of spam: plain, deceptive.
\end{abstract}

\section{Introduction}

\section{Prior Work}

\section{The dataset}

\section{Language detection for tweets}

\section{Topic modeling on twitter}
\subsection{Clean-up process}

\section{Detecting deceptive tweets}

\section{Conclusion}

\end{document}
\end{document}

0 comments on commit 3bafab0

Please sign in to comment.