@@ -27,33 +27,36 @@ \section{Introduction}
2727
2828In the case of `` brain activity mapping,'' imaging is only one piece of the overall puzzle, which looks like this:
2929
30+ \begin {figure }[p]
3031\begin {center }
3132\begin {tikzpicture }[
32- every node/.style={draw=black,align=center},
33+ every node/.style={draw=black,align=center, cloud ignores aspect },
3334every matrix/.style={row sep=3ex,column sep=0ex},
3435prod/.style={draw=none,scale=1.08,inner sep=0pt},
3536fof/.style={shape=ellipse},
3637choice/.style={},
37- rand /.style={},
38+ unk /.style={shape=cloud },
3839blank/.style={draw=none},
3940understudy/.style={shape=ellipse}
4041]
42+ \node [draw=none] {\color {white}:};
4143
42- \begin {scope }[yshift=-10.5cm,transform canvas={scale=0.7}]
44+ \begin {scope }[xshift=-2cm,transform canvas={scale=0.78}]
45+ % \begin{scope}[yshift=-14.5cm,font=\relsize{0.5}]
4346 \matrix [draw=none] (m) {
4447 & & & \node [fof] (model) {Estimated \\ Neural Computation \\ (Model)}; & \\
45- & & \node (sysid) {System \\ Identification};& \node [prod] (estcomp) {$ \bigotimes $ };& \node (epistemic) {Epistemic \\ Uncertainty};\\
48+ & & \node (sysid) {System \\ Identification};& \node [prod] (estcomp) {$ \bigotimes $ };& \node [unk] (epistemic) {Epistemic \\ Uncertainty};\\
4649 & & & \node [fof] (esta) {Estimated \\ State \\ History}; & \\
47- & & \node (analysis) {Analysis}; & \node [prod] (estap) {$ \bigotimes $ };& \node (roundoff) {Roundoff \& \\ Approximations};\\
48- & & \node [fof] (sensor) {Sensor}; & \node [prod] (frames) {$ \bigotimes $ };& \node (readn) {Read \\ Noise};\\
49- \node [fof] (light) {Light Source}; & & \node [choice] (optics) {Optical \\ System};& \node [prod] (insplane) {$ \bigotimes $ };& \node (shot) {Shot \\ Noise};\\
50- & & \node [choice] (tracking) {Tracking \\ Stage};& \node [prod] (fluorworld) {$ \bigotimes $ };& \node (mechn) {Mechanical \\ Noise};\\
51- & \node (immob) {Immobilization}; & & \node [prod] (fluorposed) {$ \bigotimes $ };& \node (squirm) {Worm Movement};\\
52- & & & \node [prod] (fluor) {$ \bigotimes $ };& \node (thermo) {Thermodynamic \\ Noise}; \\
50+ & & \node [choice] (analysis) {Analysis}; & \node [prod] (estap) {$ \bigotimes $ };& \node [unk] (roundoff) {Roundoff \& \\ Approximations};\\
51+ & & \node [fof] (sensor) {Sensor}; & \node [prod] (frames) {$ \bigotimes $ };& \node [unk] (readn) {Read \\ Noise};\\
52+ \node [fof] (light) {Light Source}; & & \node [choice] (optics) {Optical \\ System};& \node [prod] (insplane) {$ \bigotimes $ };& \node [unk] (shot) {Shot \\ Noise};\\
53+ & & \node [choice] (tracking) {Tracking \\ Stage};& \node [prod] (fluorworld) {$ \bigotimes $ };& \node [unk] (mechn) {Mechanical \\ Noise};\\
54+ & \node [choice] (immob) {Immobilization}; & & \node [prod] (fluorposed) {$ \bigotimes $ };& \node [unk] (squirm) {Worm Movement};\\
55+ & & & \node [prod] (fluor) {$ \bigotimes $ };& \node [unk] (thermo) {Thermodynamic \\ Noise}; \\
5356 & & & \node [fof] (statehist) {Measurable State \\ History}; & \\
54- & & \node (perturb) {Controlled \\ Perturbations};& \node [prod] (statehisp) {$ \bigotimes $ }; & \node (squish) {Uncontrolled \\ Environmental \\ Inputs};\\
55- & & \node (unwanted) {Unwanted \\ Perturbations \\ \textit {(e.g. Toxicity) }}; & \node [prod] (actualcomp) {$ \bigotimes $ }; &\node (stochast) {Computational \\ Stochasticity};\\
56- & \node [prod] (geneticvar) {$ \bigotimes $ }; & \node [choice] (genetics) {Genetic \\ Engineering}; & \node [understudy] (neuralcomp) {Natural \\ Neural Computation}; & \node [rand ] (varia) {Biological \\ Variability};\\
57+ & & \node [choice] (perturb) {Controlled \\ Perturbations};& \node [prod] (statehisp) {$ \bigotimes $ }; & \node [unk] (squish) {Uncontrolled \\ Environmental \\ Inputs};\\
58+ & & \node [fof] (unwanted) {Unwanted \\ Perturbations \\ \textit {(e.g. Toxicity) }}; & \node [prod] (actualcomp) {$ \bigotimes $ }; &\node [unk] (stochast) {Computational \\ Stochasticity};\\
59+ & \node [prod] (geneticvar) {$ \bigotimes $ }; & \node [choice] (genetics) {Genetic \\ Engineering}; & \node [understudy] (neuralcomp) {Natural \\ Neural Computation}; & \node [unk ] (varia) {Biological \\ Variability};\\
5760 };
5861
5962 \coordinate (arrowdrop) at ($ (varia.south)+(0 ,-7 mm) $ );
@@ -108,14 +111,9 @@ \section{Introduction}
108111
109112
110113\end {tikzpicture }
111- % \begin{tikzpicture}
112- % [every node/.style={draw=black,anchor=base,font=\huge}]
113- % \matrix (m)
114- % {
115- % \node {g}; \fill[blue] (0,0) circle (2pt); \\
116- % };
117- % \end{tikzpicture}
118114\end {center }
115+ \end {figure }
119116
120117
121118\end {document }
119+
0 commit comments