From bd245b73cbabb7f2210db8e045c483b92e7fe139 Mon Sep 17 00:00:00 2001 From: Will King Date: Tue, 23 Apr 2024 13:15:37 -0700 Subject: [PATCH] Previous version of presentation etc --- ClinicalTrialsEstimation | 2 +- Latex/assets/CT-Graphs.drawio | 76 +++++++++++ Latex/assets/CT-Timeline.drawio | 157 ++++++++++++++++++++++ Latex/assets/tikzit/4Node_direct_mut.tikz | 15 +++ Latex/assets/tikzit/4Node_mut.tikz | 15 +++ Latex/assets/tikzit/4Node_total_mut.tikz | 15 +++ 6 files changed, 279 insertions(+), 1 deletion(-) create mode 100644 Latex/assets/CT-Graphs.drawio create mode 100644 Latex/assets/CT-Timeline.drawio create mode 100644 Latex/assets/tikzit/4Node_direct_mut.tikz create mode 100644 Latex/assets/tikzit/4Node_mut.tikz create mode 100644 Latex/assets/tikzit/4Node_total_mut.tikz diff --git a/ClinicalTrialsEstimation b/ClinicalTrialsEstimation index 0d0225e..d25f5c2 160000 --- a/ClinicalTrialsEstimation +++ b/ClinicalTrialsEstimation @@ -1 +1 @@ -Subproject commit 0d0225ecdb93960da54e68c9053ff86b806eb8e4 +Subproject commit d25f5c2a0e672c361937e8c3b490a575714b8ec1 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}