Git handles versioning — no need for v1/v2/v3 suffixes. Renamed: - research_statement_v1.tex → research-statement.tex - v1.tex (goals) → goals.tex - v2.tex (state of art) → state-of-art.tex - v3.tex (approach) → approach.tex - v1.tex (metrics) → metrics.tex - v1.tex (risks) → risks.tex - v1.tex (impacts) → impacts.tex - v1.tex (schedule) → schedule.tex Old v1/v2 versions in subdirs preserved for reference.
54 lines
1.3 KiB
TeX
54 lines
1.3 KiB
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)
|
|
\usepackage{pgfgantt}
|
|
\usepackage{pdfpages} % For including PDF files
|
|
|
|
% === SPLIT'S EDITING COMMENTS ===
|
|
% Remove this block when done editing
|
|
\usepackage[colorinlistoftodos,prependcaption,textsize=small]{todonotes}
|
|
\newcommand{\split}[1]{\todo[color=green!40,author=Split]{#1}}
|
|
\newcommand{\splitinline}[1]{\todo[inline,color=green!40,author=Split]{#1}}
|
|
\setlength{\marginparwidth}{2.5cm} % Make room for margin notes
|
|
% ================================
|
|
|
|
\begin{document}
|
|
|
|
\pagenumbering{roman}
|
|
\maketitle
|
|
\input{1-goals-and-outcomes/research-statement.tex}
|
|
\newpage
|
|
\tableofcontents
|
|
\newpage
|
|
\pagenumbering{arabic}
|
|
|
|
\input{1-goals-and-outcomes/goals}
|
|
\newpage
|
|
|
|
\input{2-state-of-the-art/state-of-art}
|
|
\newpage
|
|
|
|
\input{3-research-approach/approach}
|
|
\newpage
|
|
|
|
\input{4-metrics-of-success/metrics}
|
|
\newpage
|
|
|
|
\input{5-risks-and-contingencies/risks}
|
|
\newpage
|
|
|
|
\input{6-broader-impacts/impacts}
|
|
\newpage
|
|
|
|
\input{8-schedule/schedule}
|
|
\bibliographystyle{ieeetr}
|
|
\bibliography{references}
|
|
|
|
% White Paper (optional)
|
|
% \input{whitepaper/v1}
|
|
|
|
\end{document}
|