-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgrant.tex
More file actions
156 lines (144 loc) · 4.4 KB
/
Copy pathgrant.tex
File metadata and controls
156 lines (144 loc) · 4.4 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
\documentclass[titlepage,12pt]{amsart}
% The Proposal and Award Policies and Procedures Guide
% (PAPPG: https://www.nsf.gov/publications/pub_summ.jsp?ods_key=pappg)
% mandates, in Chapter 2, section B.2, that the main text should have a font size no less
% than 11 points for *most* typefaces (including Computer Modern Roman and Times (new) Roman).
%
% Actually, Helvetica (a.k.a. Arial), Palatino and Courier New can drop
% to 10 point font size, according to the PAPPG, but be aware:
% 10-point fonts (whatever the typeface) will promote reader fatigue.
% Reader fatigue never works to the author's advantage.
%
% This sample is set in 12 point type.
%
\usepackage{amsmath,amsthm,amssymb,amscd}
\usepackage{epsf}
\usepackage{graphicx}
%\usepackage{cite} % compress citations
\pagenumbering{gobble} % Research.gov wants no page numbering
\tolerance9000
%\pagestyle{headings} % no headers or footers on pages
\usepackage{wrapfig}
\usepackage[svgnames]{xcolor}
%
% The Proposal and Award Policies and Procedures Guide
% (PAPPG: https://www.nsf.gov/publications/pub_summ.jsp?ods_key=pappg)
% mandates, in Chapter 2, section B.2, that margins must be at least 1 inch in all directions.
%
%\advance\paperheight1.00cm
\advance\textheight1.00cm
\advance\vsize1.00cm
\advance\topskip-0.5cm
\advance\voffset-0.5cm
%
\oddsidemargin0.15cm
\evensidemargin0.15cm
\textwidth16.1cm
%
% Reformat Part headings: no number
\makeatletter
\renewcommand{\partname}{}
\renewcommand\@seccntformat[1]{%
\ifstrequal{#1}{part}{%
}{
\protect\textup{\protect\@secnumfont
\csname the#1\endcsname
\protect\@secnumpunct
}
}
}
\renewcommand\section{\@startsection{section}{2}%
\z@{.5\linespacing\@plus.7\linespacing}{-.5em}%
{\normalfont\bf}}
\renewcommand\subsection{\@startsection{subsection}{2}%
\z@{.5\linespacing\@plus.7\linespacing}{-.5em}%
{\normalfont\itshape}}
\makeatother
%
\renewcommand{\footnotesize}{\small\spaceskip4pt plus1.5pt}
\usepackage{enumitem}
\setlist[itemize]{leftmargin=8mm}
%
\newtheorem{thm}{Theorem}[section]
\newtheorem{prop}[thm]{Proposition}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lemma}[thm]{Lemma}
\theoremstyle{definition}
\newtheorem{notn}[thm]{Notation}
\numberwithin{equation}{section}
\newcommand\Z{{\mathbb Z}}
\newcommand\Q{{\mathbb Q}}
\newcommand\R{{\mathbb R}}
\newcommand\C{{\mathbb C}}
\newcommand\F{{\mathbb F}}
\newcommand{\G}{{\mathcal{G}}}
\newcommand{\T}{{\mathcal{T}}}
\newcommand\Hom{\text{Hom}}
\newcommand\rank{\mathop{\text{rank}}}
\let\tensor=\otimes
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\usepackage{hyperref}
\hypersetup{
hidelinks,
pdfcreator={LaTeX via pandoc}}
%
%\usepackage[style=ieee]{biblatex}
%\usepackage[citestyle=authoryear-comp,bibstyle=numeric, natbib=true, backend=bibtex,hyperref=true,maxbibnames=99,maxcitenames=2]{biblatex}
\usepackage[citestyle=numeric,bibstyle=numeric, natbib=true, backend=bibtex,hyperref=true,maxbibnames=99,maxcitenames=2]{biblatex}
\addbibresource{grant.bib}
%
%% Handle section numbering within parts
\usepackage{chngcntr}
\counterwithin*{section}{part}
%\patchcmd{\part}{\normalfont}{\Large}{}{}
\usepackage{etoolbox}
\patchcmd{\part}{\raggedright}{\hfil}{}{}
%%
\title{NSF Safe-OSE: Securing the Scientific Python Ecosystem}
\author{ K. Jarrod Millman and Stéfan J. van der Walt\\ University of California, Berkeley}
%%% begin fancyhdr
\usepackage{fancyhdr}
\pagestyle{fancy}
\makeatletter
\edef\mytitle{\@title}
\makeatother
\rhead{}
\chead{\mytitle}
\lhead{}
\renewcommand{\headrulewidth}{0pt}
%% end fancyhdr
% project names
\newcommand{\spose}{$SP-OSE$}
\newcommand{\jupyterose}{$Jupyter-OSE$}
\newcommand{\spp}{$SPP$}
\newcommand{\spcore}{$SPEC Core Projects$}
\newcommand{\spcommunity}{$SPP Community$}
\newcommand{\spsecurity}{$SPP Security Working Group$}
\newcommand{\spec}{$SPEC$}
\newcommand{\specsteering}{$SPEC Steering Committee$}
\newcommand{\sptools}{$SPP Tools and Services$}
\newcommand{\toolsteering}{$Tools and Services Steering Committee$}
\begin{document}
%
\maketitle
%
\part{Project Summary}
\input{summary}
\newpage
\part{Project Description}
\input{description}
% uncomment to include bibliography
\newpage
\part{References}
\printbibliography[heading=none]
\newpage
\part{Data Management and Sharing Plan}
\input{data-management}
\newpage
\part{Facilities}
\input{facilities}
\newpage
\part{Project Personnel, Collaborators, and Partner Organizations}
\input{personnel}
\end{document}