You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.7 KiB
TeX

\documentclass{article}
%Setup Subfiles
\usepackage{subfiles}
%Include preambles
\input{assets/preambles/MathPreamble}
%\input{assets/preambles/TikzitPreamble}
\input{assets/preambles/BibPreamble}
\input{assets/preambles/GeneralPreamble}
\title{Test Title}
\author{William King}
\begin{document}
\maketitle
\newpage
\section{Introduction}
\subfile{sections/00_Introduction} %TODO
\section{Laws of Motion}
\subfile{sections/01_LawsOfMotion} %DONE
\section{Kessler Syndrome}\label{SEC:Kessler}
\subfile{sections/02_KesslerSyndrome}
\section{Motion Results}\label{SEC:MotionResults}
The following are two results due to the laws of motion presented.
\subsection{Kessler Regions}
\subfile{sections/06_KesslerRegion} %TODO
\subsection{Survival Analysis}\label{SEC:Survival}
\subfile{sections/03_SurvivalAnalysis} %TODO
\section{Model}
\subsection{Constellation Operator's Program}\label{SEC:Operator}
\subfile{sections/04_ConstellationOperator} %TODO
\subsection{Social Planner's Program}\label{SEC:Planner}
\subfile{sections/05_SocialPlanner} %TODO
\section{Computation}
No work has been done here so far.
\section{Assumptions and Caveats}
I hope to write a section clearly explaining assumptions, caveats, and shortcomings here.
%time periods are long enough for debris to disperse after collisions.
%Only a single type of debris
%With my current computational idea; each constellation provides the same risk to each other constellation
% That can be easily adjusted in the computational models.
\section{Appedicies}
\subsection{Mathematical Notation}
Needs completed.
\subsection{Derivations}
\subsubsection{Marginal Survival Rates}\label{APX:Derivations:SurvivalRates}
\subfile{sections/appedicies/apx_01_MarginalSurvivalRates}
\end{document}