University of Texas at AustinWireless Networking and Communications Group
LaTeX skeleton for Coursework Evaluation application
Personal toolsLog in
 

From LINC

\documentclass{article}

\title{Application for Coursework Evaluation}
\author{Your Name}

\begin{document}
\maketitle

\section*{Personal Information}
\begin{itemize}
	\item[Name:] 	Your Name
	\item[Address:]	123 Somewhere, Austin, TX 78724
	\item[Email:] 	email@ece.utexas.edu
	\item[Phone:] 	(512) 555-5555
	\item[Degrees:]	M.S. Elec. Engineering. Univ. of Texas at Austin. Dec 2006.	
	\item[]         B.S. Elec. Engineering. Univ. of Somewhere. Dec 2003.
	\item[Standing:]	Full-time student, Univ. of Texas at Austin.
	\item[]		Enrolled in 6th long semester of coursework at UT-Austin.
\end{itemize}

\section*{Coursework}
\begin{tabular}{rllll}
	\textbf{Semester} & \textbf{Course} & \textbf{Prof} & \textbf{Title} & \textbf{Grade} \\
\hline
	\multicolumn{5}{l}{\textbf{\emph{University of Texas}}} \\
\hline
	Spring 2006	& EE 381L	& Powers	& Digital Time Series Anly/Appl	& A \\
	Spring 2006	& ORI 390R-5	& Hasenbein	& Applied Stochastic Processes	& A \\
	Fall 2005	& CS 388C	& Zuckerman	& Combinatorics and Graph Theory	& A- \\
	Spring 2005	& EE 381K-2	& Andrews	& Digital Communications	& A \\
	Spring 2005	& EE 381K-7	& Vishwanath	& Information Theory			& A \\
	Spring 2005	& EE 381K-13	& Shakkottai	& Analysis/Design of Comm Ntwks	& A \\
	Fall 2004	& EE 380K	& Sandberg	& Intro. to System Theory		& A \\
	Fall 2004	& EE 381J	& Shakkottai	& Prob. and Stochastic Processes I	& A \\
	Fall 2004	& EE 381K-8	& Bovik 	& Digital Signal Processing		& A \\
\hline
	\multicolumn{5}{l}{\textbf{\emph{University of Somewhere Else}}} \\
\hline
	Spring 2004	& EE 5880	& O'Brien 	& Prob: Optimal Control Theory	& A \\
	Spring 2004	& EE 5880	& Wright	& Prob: Advanced Image Processing	& A \\
\end{tabular}

\newpage
\section*{Personal Statement}

This is my personal statement

\end{document}