Thesis/main.tex
Split 6e10a4db81 Add v3 research approach: clean structure, DICE framing, figures
- Created v3.tex with structure matching Thesis.RA tasks
- Added pyramid figure (strategic/operational/tactical hierarchy)
- Added hybrid automaton figure with guards and dynamics
- Wove in DICE abstract framing (gap, why now, two-layer approach)
- Split contributions marked in blue for review
- Switched main.tex to use v3
2026-02-23 16:00:41 -05:00

46 lines
954 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)
\usepackage{pgfgantt}
\usepackage{pdfpages} % For including PDF files
\begin{document}
\pagenumbering{roman}
\maketitle
\input{1-goals-and-outcomes/research_statement_v1.tex}
\newpage
\tableofcontents
\newpage
\pagenumbering{arabic}
\input{1-goals-and-outcomes/v1}
\newpage
\input{2-state-of-the-art/v1}
\newpage
\input{3-research-approach/v3}
\newpage
\input{4-metrics-of-success/v1}
\newpage
\input{5-risks-and-contingencies/v1}
\newpage
\input{6-broader-impacts/v1}
\newpage
\input{8-schedule/v1}
\bibliographystyle{ieeetr}
\bibliography{references}
% White Paper (optional)
% \input{whitepaper/v1}
\end{document}