\documentclass[11pt]{article}
\usepackage{fullpage}
\usepackage{amssymb}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry}


\begin{document}


\title{Biochemistry}
\author{Jessica McKellar\\
	    Partner: Paul ``Yellow Boots" Boudreau\\
	    }
\date{April 19, 2007}	    

\maketitle

\begin{abstract}
I didn't actually have an abstract for this report, but if I wanted one I'd do it like this. Note the special font size and placement. 
\end{abstract}

\newpage

\section{Introduction and Background}

%Man, looking back on this I'm remembering how much I wasn't a fan of the biochem module...
\textbf{Glycinamide ribonucleotide (GAR) synthetase} is an enzyme responsible for catalyzing the conversion of \textbf{phosphoribosylamine (PRA)}, adenosine 5'-triphosphate (ATP), and glycine (G) into glycinamide ribonucleotide (GAR), adenosine 5'-diphosphate (ADP), and inorganic phosphates (Pi) (see Figure 1). GAR is also referenced by its gene name: PurD. The proposed mechanism for this conversion involves phosphorylation of glycine's carboxylate group by ATP, creating a phosphoanhydride which is susceptible to nucleophilic attack by the amine on PRA. With a K$_{eq}$ of 15, the reaction is reversible.\\

%Note how the caption is numbered automatically
\begin{center}
\begin{figure}
\includegraphics[height= 4in]{biochem.png}
\caption{GAR-catalyzed PRA Conversion Scheme}
\end{figure}
\end{center}
% Need to convert between file types? ps2pdf and pdf2ps


\subsection*{Methods of Expression, Purification, and Characterization}

\noindent
I'm a fan of the fbox, which frames your image.\footnote{This is an example of a footnote.}\\

\begin{center}
\begin{figure}
\fbox{\includegraphics[height= 2.8in]{biochem3.png}}\\
\caption{GAR-catalyzed PRA Conversion Scheme}
\end{figure}
\end{center}

%I love tables. 
\begin{table}[h]
\begin{center}
\begin{tabular}{|l|l|l|l|}
\hline
\multicolumn{4}{|c|}{Table 1: Data for the BSA Curve For a Protein of Unknown Concentration}\\
\hline
Sample & Composition ($\mu$L BSA + $\mu$L water) & BSA Concentration & Absorbance (280 nm)\\
\hline
1 & 200 $\mu$L water & 0 & (.0362)\\
\hline
2 & 25 + 175 & .093 & .1007\\
\hline
3 & 50 + 150 & .185 & .2027\\
\hline
4 & 75 + 125 & .278 & .2907\\
\hline
5 & 100 + 100 & .371 & .3923\\
\hline
6 & 125 + 75 & .463 & .5422\\
\hline
7 & 150 + 50 & .556 & .5970\\
\hline
8 & 200 $\mu$L BSA & .741 & .9570\\
\hline
9 & protein of unknown concentration & .093 & .6090\\
\hline
\end{tabular}
\end{center}
\end{table}

What shall I have for dinner tonight?\footnote{Here's another footnote. Note that the numbering is automatic.}\\

\newpage

\section{Lists}
%Be careful about using curly braces v. brackets
\begin{enumerate}
\item [An Enumerated List]
\item Anna's?
\item Subway?
\item That Indian restaurant?
\item Make food at home?
\end{enumerate}

\begin{itemize}
\item [An Itemized List]
\item Anna's?
\item Subway?
\item That Indian restaurant?
\item Make food at home?
\end{itemize}

\newpage

\section{Bibliographies}

\textsc{Note: the parameter in curly braces after $\backslash$begin\{thebibliography\} should 
be the widest label you use so \LaTeX{} can size the indentation appropriately.}\\

BibTeX is another bibliography typsetting option, but overkill for most people.\cite{sokalhoax}\\
% example of a citation

\begin{thebibliography}{Sokal 96}

\bibitem[Sokal 96]{sokalhoax} Sokal, Alan. ``How to be a grumpy fuzzball in just 3 daysÕÕ.\emph{Lingua Franca}: 1996.\bibitem{1066} Sellar, W.C. \& R.J. Yeatman. \emph{1066 andall that: a memorable history of England}. 1953. New York: E.P. Dutton.

\end{thebibliography}



\end{document}
