diff --git a/Latex/assets/CT-Graphs.drawio b/Latex/assets/CT-Graphs.drawio
new file mode 100644
index 0000000..21166bf
--- /dev/null
+++ b/Latex/assets/CT-Graphs.drawio
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Latex/assets/CT-Timeline.drawio b/Latex/assets/CT-Timeline.drawio
new file mode 100644
index 0000000..2bc3672
--- /dev/null
+++ b/Latex/assets/CT-Timeline.drawio
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Latex/assets/tikzit/4Node_direct_mut.tikz b/Latex/assets/tikzit/4Node_direct_mut.tikz
new file mode 100644
index 0000000..6619c65
--- /dev/null
+++ b/Latex/assets/tikzit/4Node_direct_mut.tikz
@@ -0,0 +1,15 @@
+\begin{tikzpicture}
+ \begin{pgfonlayer}{nodelayer}
+ \node [style=Red Box] (0) at (4, -1.5) {Will Terminate?};
+ \node [style=Red Box] (1) at (-4.25, -1.5) {Alternate Drugs};
+ \node [style=purple box] (5) at (0, 2) {Enrollment};
+ \node [style=Gray Box] (18) at (-6.5, 1.5) {Population};
+ \end{pgfonlayer}
+ \begin{pgfonlayer}{edgelayer}
+ \draw [style=lightredarrow] (1) to (5);
+ \draw [style=lightredarrow] (5) to (0);
+ \draw [style=RightArrow] (18) to (5);
+ \draw [style=RightArrow] (18) to (1);
+ \draw [style=PurpleArrow] (1) to (0);
+ \end{pgfonlayer}
+\end{tikzpicture}
diff --git a/Latex/assets/tikzit/4Node_mut.tikz b/Latex/assets/tikzit/4Node_mut.tikz
new file mode 100644
index 0000000..41c8460
--- /dev/null
+++ b/Latex/assets/tikzit/4Node_mut.tikz
@@ -0,0 +1,15 @@
+\begin{tikzpicture}
+ \begin{pgfonlayer}{nodelayer}
+ \node [style=Red Box] (0) at (4, -1.5) {Will Terminate?};
+ \node [style=Red Box] (1) at (-4.25, -1.5) {Alternate Drugs};
+ \node [style=purple box] (5) at (0, 2) {Enrollment};
+ \node [style=Gray Box] (18) at (-6.5, 1.5) {Population};
+ \end{pgfonlayer}
+ \begin{pgfonlayer}{edgelayer}
+ \draw [style=lightredarrow] (1) to (0);
+ \draw [style=lightredarrow] (1) to (5);
+ \draw [style=lightredarrow] (5) to (0);
+ \draw [style=RightArrow] (18) to (5);
+ \draw [style=RightArrow] (18) to (1);
+ \end{pgfonlayer}
+\end{tikzpicture}
diff --git a/Latex/assets/tikzit/4Node_total_mut.tikz b/Latex/assets/tikzit/4Node_total_mut.tikz
new file mode 100644
index 0000000..80d2325
--- /dev/null
+++ b/Latex/assets/tikzit/4Node_total_mut.tikz
@@ -0,0 +1,15 @@
+\begin{tikzpicture}
+ \begin{pgfonlayer}{nodelayer}
+ \node [style=Red Box] (0) at (4, -1.5) {Will Terminate?};
+ \node [style=Red Box] (1) at (-4.25, -1.5) {Alternate Drugs};
+ \node [style=purple box] (5) at (0, 2) {Enrollment};
+ \node [style=Gray Box] (18) at (-6.5, 1.5) {Population};
+ \end{pgfonlayer}
+ \begin{pgfonlayer}{edgelayer}
+ \draw [style=RightArrow] (18) to (5);
+ \draw [style=RightArrow] (18) to (1);
+ \draw [style=PurpleArrow] (1) to (5);
+ \draw [style=PurpleArrow] (5) to (0);
+ \draw [style=PurpleArrow] (1) to (0);
+ \end{pgfonlayer}
+\end{tikzpicture}