- 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
18 lines
383 B
TeX
18 lines
383 B
TeX
\documentclass[12pt]{article}
|
|
\usepackage[margin=1in]{geometry}
|
|
\usepackage{mathptmx}
|
|
\usepackage{enumitem}
|
|
\setlist{noitemsep}
|
|
|
|
\title{\textbf{Goals and Outcomes}\\[0.5em]\large Example for Proposal Writing}
|
|
\author{Dane A. Sabo\\PhD Candidate, Mechanical Engineering\\University of Pittsburgh}
|
|
\date{}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{1-goals-and-outcomes/v1}
|
|
|
|
\end{document}
|