-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
nsf.tex
50 lines (37 loc) · 1.19 KB
/
nsf.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass{style/nsf}
\graphicspath{{figures/}}
\begin{document}
% A. Cover Sheet
% A number of the boxes contained on the Cover Sheet are% electronically pre-filled as part of the FastLane login process
% Complete the rest of your info there
% B. Project Summary
\title{Put your proposal title here}
\newsection{B}
\input{sections/summary}
% C. Table of Contents
% A Table of Contents is automatically generated for the proposal by FastLane
% D. Project Description
\newpage\newsection{D}
\input{sections/description}
% E. References Cited
\newpage\newsection{E}
\renewcommand\refname{References Cited}
\bibliography{sections/references}
% F. Biographical Sketch(es)
\newpage\newsection{F}
\input{sections/bio}
% G. Budget Justification
\newpage\newsection{G}
\input{sections/budget}
% H. Current and Pending Support
\newpage\newsection{H}
\input{sections/support}
% I. Facilities, Equipment and Other Resources
\newpage\newsection{I}
\input{sections/resources}
% J. Special Information and Supplementary Documentation
\newpage\newsection{J}
\input{sections/data} % Data Management Plan (Required)
%\input{sections/postdoc} % Postdoctoral Researcher Mentoring Plan (if applicable)
\end{document}