M .task/backlog.data M .task/completed.data M .task/pending.data M .task/undo.data A Writing/ERLM/SaboBudgetAndJustification.pdf A Writing/ERLM/budget/v1.tex M Writing/ERLM/main.aux M Writing/ERLM/main.fdb_latexmk
27 lines
638 B
TeX
27 lines
638 B
TeX
\documentclass{dane_proposal_format}
|
|
\usepackage{booktabs} % For professional tables
|
|
\usepackage{tabularx} % For flexible table columns
|
|
\usepackage{multirow} % For multi-row cells
|
|
\usepackage{array} % Enhanced table formatting
|
|
\usepackage[table]{xcolor} % For colored tables (optional)
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\input{goals-and-outcomes/v6}
|
|
\input{state-of-the-art/v5}
|
|
\input{research-approach/v3}
|
|
\input{metrics-of-success/v1}
|
|
\input{risks-and-contingencies/v1}
|
|
\input{broader-impacts/v1}
|
|
\input{budget/v1}
|
|
|
|
\newpage
|
|
\bibliography{references}
|
|
|
|
% White Paper
|
|
|
|
% \input{whitepaper/v1}
|
|
|
|
\end{document}
|