%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Filename: APA_Article_template.tex
%  Created: Date
%   Author: You R. Here
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Revision History --
%   You R. Here -- date
%      Create Title.tex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Uncomment the following line for an APA style manuscript
%\documentclass[man]{apa}

% Uncomment the following line for a one column Reprint
%\documentclass[doc]{apa}

% Uncomment the following line for a two column Reprint
\documentclass[jou]{apa}

\newif\ifpdf
\ifx\pdfoutput\undefined
\pdffalse % we are not running PDFLaTeX
\else
\pdfoutput=1 % we are running PDFLaTeX
\pdftrue \fi

\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi


% Uncomment the following line to print DRAFT at the bottom of every page
\usepackage[dark,bottom,none]{draftcopy}
\usepackage{booktabs}

\newlength{\figurewidth}
\figurewidth \textwidth  % This is for one column print
% \figurewidth 3.1in         % This is for two column print

\newlength{\figurewidthA}
\figurewidthA .8\textwidth  % This is for one column print
% \figurewidth 3.1in         % This is for two column print

\newlength{\figurewidthB}
\figurewidthB .25\textwidth  % This is for one column print
% \figurewidth 3.1in         % This is for two column print

\newlength{\figurewidthC}
\figurewidthC .5\textwidth  % This is for one column print
% \figurewidth 3.1in         % This is for two column print


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% required

\title{This Is The Title}

\author{You R. Here}
 \affiliation{Department of Psychology \\ The University of Virginia \\ Charlottesville, VA 22903}

%\author{I. M. This }
% \affiliation{Department of Psychology \\ The University of Virginia \\ Charlottesville, VA 22903}

%\twoauthors{You R. Here}{Some O. Name}
%\twoaffiliations{Department of Psychology \\ The University of Virginia \\ Charlottesville, VA 22903}{Department of Psychology \\ Random State University}

%\threeauthors{You R. Here}{Some O. Name}{A. Third Name}
%\threeaffiliations{Department of Psychology \\ The University of Virginia \\ Charlottesville, VA 22903}{Department of Psychology \\ Random State University}{Department of Psychology \\ Whatsamatta University}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% optional

\acknowledgements{Funding for this work was provided in part by NIH
Grant No. xxxx.   Correspondence may be addressed to You R. Here,
Department of Psychology, The University of Virginia,
Charlottesville, Virginia 22903, USA; email sent to
yrh7v@virginia.edu; or browsers pointed to
http://www.people.virginia.edu/\~{}yrh7v.}

\note{Draft \today \\ Please do not cite or quote}

\shorttitle{A Short Title Goes Here}

\leftheader{You R. Here} \rightheader{Very Short Title}

\abstract{  }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\begin{document}

\ifpdf \DeclareGraphicsExtensions{.pdf, .jpg} \else
\DeclareGraphicsExtensions{.eps, .jpg} \fi

\maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

\section{Introduction}
Introduction. \{ Lorem ipsum dolor sit amet\}, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

We're keeping $\alpha=.05$.

This is all
on one line
but it looks
like it's not.

\begin{figure}[htbp] 
\begin{center}
\fbox{\includegraphics[width=.6\textwidth]{placeholder}} \\
\caption{\sf A different Placeholder.}
\end{center}
\end{figure}


\begin{figure}[htbp] 
\begin{center}
\fbox{\includegraphics[width=.6\textwidth]{placeholder}} \\
\caption{\sf A Placeholder.} \label{fig:Placeholder}
\end{center}
\end{figure}

As we can see in Figure~\ref{fig:Placeholder} on Page~\pageref{fig:Placeholder}, this picture isn't here.

I like Latex, said Shakespeare \citeyear{Shakespeare1600a}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

\section{Methods}

\begin{table}[htbp]
\begin{center}
\caption{\sf This table is an APA style template. \label{tab:ATable}} \medskip {
\begin{tabular}{lcccc} \toprule
Head1 & Head2 & Head3 & Head4 & Head5 \\ \midrule 
      &       &       &       &       \\  
      &       &       &       &       \\  
      &       &       &       &       \\  
      &       &       &       &       \\  
      &       &       &       &       \\ \bottomrule 
\end{tabular}
}
\end{center}
\end{table}

\subsection{Participants}

\subsubsection{Blue Team}

\paragraph{Clarification}

\subsection{Apparatus}

\subsection{Procedure}

\subsection{Analysis}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

\section{Results}




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

\section{Discussion}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%


\section{Conclusions}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\bibliography{YourBibName}

\end{document}

