% INSTRUCTIONS
%---------------
% Detailed instructions for filling out this white paper form can
% be found at the SOFIA website %(http://www.sofia.usra.edu/Science/short_science/shortscience.html)
%
% The White Paper submission should be made as a .pdf file attached
% to am e-mail sent to short.science.props@sofia.usra.edu 
%
% LATEX
%---------
% All of the information to be provided in the form below should
% be inserted within the curly braces "{}", or as text blocks
% after a template keyword (a keyword is preceded by a backslash 
% character; example, \justification).  Comment lines start with
% the "%" sign and can be added at will, but will NOT show up in the
% formatted proposal.
%
% PostScript figures may be included in the formatted output by using
% the \plotone command.  Insert the following into your LaTeX file:
%   \begin{figure}[h]
%   \plotone{foo.eps}
%   \caption{}
%   \end{figure}
% where "foo.eps" is an Encapsulated PostScript file you have created.
% The figure will be scaled to a width of 95% of the width of the text.
% If you have a tall, narrow figure, you can scale it to a smaller
% fraction of the text with with \epsscale{fraction}.  For example:
%   \epsscale{0.5}\plotone{foo.eps}
% scales the figure to half of the text width.  Use \plottwo to plot
% two figures side-by-side, as in
%   \plottwo{foo1.eps}{foo2.eps}
%
% Proposers who wish to incorporate graphics using other techniques
% (e.g., with the commands provided with the Latex 2e graphics package,
% with the PSFIG macros, etc.) are free to do so, but the SOFIA Science 
% Center %cannot provide any support or advice to those who choose these 
% approaches.
%
% For more information on LaTeX, see the LaTeX manual by Leslie Lamport,
% "LaTeX, A Document Preparation System, User's Guide and Reference Manual",
% 1994, Addison-Wesley Publishing Company.
%
%----------------------------------------------------------------------
% LaTeX template begins here: 
%----------------------------------------------------------------------
% DO NOT DELETE THE NEXT TWO LINES
\documentclass[12pt]{article}
\usepackage{SOFIA_Short}

% If you want to add any personal LaTeX definitions, please add them 
% here before the \begin{document} command

\begin{document}

% 1. Proposal Title
% The program's title should be as short and descriptive as possible 
% and should be no more than about 100 characters. Enter between the
% curly braces.

\title{}   % (Required)

% 3. Investigator Contact Information. (All Fields Required)

% Please supply the requested contact information for the Guest Investigator 
% All fields should be supplied


% Title (Dr., Mr., Ms., Prof., etc.)
\gititle{}		

% First name (John, or John G. to include initial)
\gifirstname{}		

% Last name   
\gilastname{}		
 
% Affiliation (Department of Astronomy, etc.)
\giaffiliation{}	
 
% Institution (your university or institute name)
\institution{}		
 
% Address (123 East St., Baltimore, MD 21218)
\address{}		
 
% Country abbreviation (USA, UK, CAN, FRA, etc.)
\country{}		
 
% Telephone number, including country code if non-North America
\phone{}		

% FAX number
\fax{}			

% e-mail address (you@somewhere.anywhere.edu)
\email{}		

	
% 7. Abstract   (Required, text block) 
% Enter a brief description of up to 500 words between the \begin{abstract}
% and \end{abstract} keywords summarizing your program's goals.

\begin{abstract} 	
 
\end{abstract}
 
% 9. Scientific Justification.  (Required, text block) 
% Enter text after the \justification keyword.  Describe the scientific
% justification for the proposed program, stating clearly its goals and
% significance to astronomy. You should include a brief discussion of
% scientific background, previous work, and why SOFIA data are needed to
% address your goals. The Scientific Justification is limited to three
% pages for standard and survey proposals including figures, tables, 
% and/or references.  
% PLEASE DO NOT USE ANY COLONS IN ANY TEXT FIELD.

%  <=3 pages, including figures, tables and refs.

\justification    


% 14. Investigator Information.  (Optional, text block)
% Provide a short biographical sketch for the PI, including
% recent publications relevant to this proposal.  Relevant
% information about co-investigators may also be included
% here at the proposer's discretion, but the total length
% of this section must not exceed 1 page when formatted.
% PLEASE DO NOT USE ANY COLONS IN ANY TEXT FIELD.

% <= 1 page
\vita   


\end{document}


