removed old images, got presentation mostly there

main
will king 3 years ago
parent 780da29dee
commit 03f9c6081d

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

@ -32,3 +32,4 @@
\tikzstyle{filled1}=[-, fill={rgb,255: red,191; green,191; blue,191}, draw=black, tikzit draw=black, opacity=0.5, tikzit fill={rgb,255: red,191; green,191; blue,191}] \tikzstyle{filled1}=[-, fill={rgb,255: red,191; green,191; blue,191}, draw=black, tikzit draw=black, opacity=0.5, tikzit fill={rgb,255: red,191; green,191; blue,191}]
\tikzstyle{emptyFill1}=[-, fill={rgb,255: red,255; green,191; blue,191}, draw=none, tikzit draw=blue, opacity=0.3] \tikzstyle{emptyFill1}=[-, fill={rgb,255: red,255; green,191; blue,191}, draw=none, tikzit draw=blue, opacity=0.3]
\tikzstyle{new edge style 0}=[-, draw=none, fill={rgb,255: red,191; green,191; blue,191}, tikzit draw=green, opacity=0.3, tikzit fill={rgb,255: red,191; green,191; blue,191}] \tikzstyle{new edge style 0}=[-, draw=none, fill={rgb,255: red,191; green,191; blue,191}, tikzit draw=green, opacity=0.3, tikzit fill={rgb,255: red,191; green,191; blue,191}]
\tikzstyle{PurpleArrow}=[->, draw={rgb,255: red,128; green,0; blue,128}, tikzit draw={rgb,255: red,128; green,0; blue,128}, line width=0.5mm]

@ -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}

@ -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}

@ -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}

@ -3,31 +3,18 @@
\node [style=Red Box] (0) at (4, -1.5) {Will Terminate?}; \node [style=Red Box] (0) at (4, -1.5) {Will Terminate?};
\node [style=Red Box] (1) at (-4.25, -1.5) {Market Measures}; \node [style=Red Box] (1) at (-4.25, -1.5) {Market Measures};
\node [style=emptyBox] (4) at (-6, -7.5) {Unobserved}; \node [style=emptyBox] (4) at (-6, -7.5) {Unobserved};
\node [style=purple box] (5) at (0, 2) {Enrollment}; \node [style=Red Box] (5) at (-0.25, 2) {Enrollment Status};
\node [style=Red Box] (8) at (-5.75, -6) {Relationships of interest}; \node [style=Red Box] (8) at (-5.75, -6) {Relationships of interest};
\node [style=emptyBox] (9) at (12.25, 7.5) {Fundamental Efficacy/Safety}; \node [style=emptyBox] (9) at (12.25, 6.25) {Fundamental Efficacy/Safety};
\node [style=emptyBox] (10) at (0, 9.25) {Previously Observed Efficacy/Safety}; \node [style=emptyBox] (10) at (-0.25, 8) {Previously Observed Efficacy/Safety};
\node [style=emptyBox] (12) at (12.25, 0) {Currently Observed Efficacy/Safety}; \node [style=emptyBox] (12) at (14, 0.25) {Currently Observed Efficacy/Safety};
\node [style=Gray Box] (13) at (7, -6) {Observed, adjustment set 1}; \node [style=Gray Box] (13) at (7, -6) {Observed};
\node [style=GreyBoxDotted] (14) at (7, -7.25) {Observed, adjustment set 2};
\node [style=GreyBoxDotted] (15) at (-4, 4.25) {Planned Enrollment};
\node [style=GreyBoxDotted] (16) at (4.5, 4.5) {Anticipated Enrollment};
\node [style=GreyBoxDotted] (17) at (7.5, 3) {Measured Enrollment};
\node [style=Gray Box] (18) at (-6.5, 1.5) {Population}; \node [style=Gray Box] (18) at (-6.5, 1.5) {Population};
\node [style=GreyBoxDotted] (19) at (5.75, 1.5) {Current Status}; \node [style=Gray Box] (20) at (-0.25, 5) {Decision to procced with Phase III};
\node [style=Gray Box] (20) at (0, 7.5) {Decision to procced with Phase III};
\node [style=Gray Box] (21) at (0, -3.5) {Condition}; \node [style=Gray Box] (21) at (0, -3.5) {Condition};
\node [style=Gray Box] (22) at (14.5, -4.25) {Elapsed Duration}; \node [style=Gray Box] (22) at (7.25, 2.75) {Elapsed Duration};
\node [style=purple box] (23) at (7, -8.5) {Partially observed};
\end{pgfonlayer} \end{pgfonlayer}
\begin{pgfonlayer}{edgelayer} \begin{pgfonlayer}{edgelayer}
\draw [style=lightredarrow] (1) to (0);
\draw [style=lightredarrow] (1) to (5);
\draw [style=lightredarrow] (5) to (0);
\draw [style=RightArrow] (15) to (5);
\draw [style=RightArrow] (5) to (16);
\draw [style=RightArrow] (5) to (17);
\draw [style=RightArrow] (5) to (19);
\draw [style=RightArrow] (18) to (5); \draw [style=RightArrow] (18) to (5);
\draw [style=RightArrow] (18) to (1); \draw [style=RightArrow] (18) to (1);
\draw [style=RightArrow] (9) to (10); \draw [style=RightArrow] (9) to (10);
@ -35,18 +22,20 @@
\draw [style=RightArrow] (9) to (12); \draw [style=RightArrow] (9) to (12);
\draw [style=RightArrow] (12) to (0); \draw [style=RightArrow] (12) to (0);
\draw [style=Light Arrow] (21) to (1); \draw [style=Light Arrow] (21) to (1);
\draw [style=Light Arrow, in=-75, out=105] (21) to (15);
\draw [style=Light Arrow] (21) to (0); \draw [style=Light Arrow] (21) to (0);
\draw [style=Light Arrow, in=-120, out=165, looseness=2.00] (21) to (18); \draw [style=Light Arrow, in=-120, out=165, looseness=2.00] (21) to (18);
\draw [style=Light Arrow, in=180, out=180, looseness=2.75] (21) to (20); \draw [style=Light Arrow, in=180, out=180, looseness=2.75] (21) to (20);
\draw [style=Light Arrow, bend right=60, looseness=1.75] (21) to (9); \draw [style=Light Arrow, bend right=60, looseness=1.75] (21) to (9);
\draw [style=Light Arrow] (21) to (5); \draw [style=Light Arrow] (21) to (5);
\draw [style=lightredarrow, in=135, out=45, loop] (8) to ();
\draw [style=RightArrow, in=-180, out=165, looseness=2.00] (1) to (20); \draw [style=RightArrow, in=-180, out=165, looseness=2.00] (1) to (20);
\draw [style=RightArrow, in=120, out=180, looseness=1.25] (10) to (15);
\draw [style=RightArrow] (20) to (5); \draw [style=RightArrow] (20) to (5);
\draw [style=RightArrow] (18) to (15);
\draw [style=RightArrow] (22) to (0); \draw [style=RightArrow] (22) to (0);
\draw [style=RightArrow] (22) to (5); \draw [style=RightArrow, bend left] (20) to (0);
\draw [style=PurpleArrow] (1) to (0);
\draw [style=PurpleArrow] (1) to (5);
\draw [style=PurpleArrow] (5) to (0);
\draw [style=PurpleArrow, in=135, out=45, loop] (8) to ();
\draw [style=lightredarrow] (22) to (5);
\draw [style=lightredarrow] (5) to (22);
\end{pgfonlayer} \end{pgfonlayer}
\end{tikzpicture} \end{tikzpicture}

Loading…
Cancel
Save