-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgrant.tex
More file actions
120 lines (111 loc) · 3.25 KB
/
grant.tex
File metadata and controls
120 lines (111 loc) · 3.25 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
\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{graphicx}
%
\usepackage{epsf}
%\usepackage{cite} % compress citations
\pagenumbering{gobble} % Research.gov wants no page numbering
\tolerance9000
\pagestyle{empty} % no headers or footers on pages
\usepackage{wrapfig}
%
% 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
}
}
}
\makeatother
%
\renewcommand{\footnotesize}{\small\spaceskip4pt plus1.5pt}
%
\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}
\addbibresource{grant.bib}
%
%% Handle section numbering within parts
\usepackage{chngcntr}
\counterwithin*{section}{part}
%\patchcmd{\part}{\normalfont}{\Large}{}{}
\usepackage{etoolbox}
\patchcmd{\part}{\raggedright}{\hfil}{}{}
%%
\title{POSE: Phase I: An open-source ecosystem for statistical Python}
\author{Stéfan J. van der Walt, Iain Carmichael, and K. Jarrod Millman\\ University of California, Berkeley\\
\\
Jonathan Taylor\\ Stanford University}
\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}
\input{data-management}
\newpage
\part{Facilities}
\input{facilities}
\end{document}