% -*-latex-*-
% $Log:	cover.tex,v $
%Revision 1.2  90/05/11  01:01:19  lwvanels
%fixed abstract pages
%added acks
%
% Revision 1.1  90/02/04  13:41:50  lwvanels
% Initial revision
% 
%

\title{A Graphical User Interface for LUCY}

\author{UChin Kim}
\department{Department of Electrical Engineering and Computer Science}
% If the thesis is for two degrees simultaneously, list them both
% separated by \and like this:
% \degree{Doctor of Philosophy \and Master of Science}
\degree{Bachelor of Science in Computer Science and Engineering}
\degreemonth{June}
\degreeyear{1991}
\thesisdate{May 20, 1990}

%% By default, the thesis will be copyrighted to MIT.  If you need to copyright
%% the thesis to yourself, just specify the `vi' documentstyle option.  If for
%% some reason you want to exactly specify the copyright notice text, you can
%% use the \copyrightnoticetext command.  
%\copyrightnoticetext{\copyright IBM, 1990.  Do not open till Xmas.}

% If there is more than one supervisor, use the \supervisor command
% once for each.
\supervisor{Bruce R. Lewis}{Analyst Programmer II}

% this is the department committee chairman, not the thesis committee chairman
\chairman{Leonard A. Gould}{Chairman, Departmental Committee on Graduate Students}

% Make the titlepage based on the above information.  If you need
% something special and can't use the standard form, you can specify
% the exact text of the titlepage yourself.  Put it in a titlepage
% environment and leave blank lines where you want vertical space.
% The spaces will be adjusted to fill the entire page.  The dotted
% lines for the signatures are made with the \signature command.
\maketitle

% The abstractpage environment sets up everything on the page except
% the text itself.  The title and other header material are put at the
% top of the page, and the supervisors are listed at the bottom.  A
% new page is begun both before and after.  Of course, an abstract may
% be more than one page itself.  If you need more control over the
% format of the page, you can use the abstract environment, which puts
% the word "Abstract" at the beginning and single spaces its text.
\newpage
\pagestyle{empty}
\begin{abstractpage}
%% You can either \input (*not* \include) your abstract file, or you can put
%% the text of the abstract directly between the \begin{abstractpage} and
%% \end{abstractpage} commands.
\input{abstract}
\end{abstractpage}
\newpage

%for duplicate copy
\begin{abstractpage}
\input{abstract}
\end{abstractpage}
\newpage

\section*{Acknowledgments}

I would like to thank my parents and my sisters for having supported
me through my four years at MIT.  

I would also like to thank my supervisor, Bruce Lewis, for his help
and support in writing this thesis.  


\vfill
\parbox[t]{\textwidth}{This research was supported by Project Athena.}




