NSF GRFP Research Plan Template
Author
David Stout
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
A Basic LaTeX template for the NSF GRFP Research Plan document.
A Basic LaTeX template for the NSF GRFP Research Plan document.
% --------------- 12 POINT FONT -------------------------------
\documentclass[12pt]{article}
% --------------- 10 POINT FONT FOR CAPTIONS ------------------
\usepackage[font=footnotesize]{caption}
% --------------- NY TIMES FONT -------------------------------
\usepackage{times}
% --------------- 1 INCH MARGINS ------------------------------
\usepackage[margin=1in]{geometry}
% --------------- LINE SPACING --------------------------------
\usepackage{setspace}
\singlespacing
%\doublespacing
% --------------- SMALL SECTION TITLES ------------------------
\usepackage[tiny,compact]{titlesec}
% --------------- MATH PACKAGES -------------------------------
\usepackage{amsmath,amsthm,amssymb}
\begin{document}
% --------------- TITLE AND NAME ------------------------------
\begin{center}
\large{\bf YOUR TITLE} \\
\end{center}
% --------------- CONTENT -------------------------------------
\noindent
\textbf{Purpose:} I might be able to do good research (see \cite{amau}).\\
\noindent
\textbf{Background:} I might be able to do good research.\\
\noindent
\textbf{Hypothesis:} I might be able to do good research.\\
\noindent
\textbf{Research Plan:} I might be able to do good research.\\
\textbf{Aim 1} You can type your Aim 1 here if you have one. If you don't then you can delete the subsection\\
\textbf{Aim 2} You can type your Aim 1 here if you have one. If you don't then you can delete the subsection\\
\noindent
\textbf{Intellectual Merit:} I might be able to do good research.\\
\noindent
\textbf{Broader Impacts:} I might be able to do good research.\\
% --------------- WORKS CITED (10pt FONT) ---------------------
\footnotesize
\begin{thebibliography}{aa}
\bibitem{amau} Maurer, Andrew B. \emph{\LaTeX \ Template for the National Science Foundation's Graduate Research fellowship Program}.
\end{thebibliography}
\end{document}
% -------------------------------------------------------------
% -------------------------------------------------------------