removed old images, got presentation mostly there
|
Before Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 77 KiB |
@ -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}
|
||||