\documentclass[beamer,tikz]{standalone}
|
|
\input{preamble/tikz_standalone.tex}
|
|
\input{preamble/tikz_common.tex}
|
|
\input{preamble/tikz_style.tex}
|
|
\input{preamble/tikz_colors.tex}
|
|
\input{preamble/tikz_jumping.tex}
|
|
\input{../abbreviations.tex}
|
|
|
|
\begin{document}
|
|
\begin{tikzpicture}[
|
|
stop jumping,
|
|
x=12em, y=16em,
|
|
]
|
|
|
|
\tikzstyle{river} = [
|
|
very thick, sStoneDark,
|
|
fill=sBlueDark!20,
|
|
]
|
|
\tikzstyle{flow} = [
|
|
line width=0.3em,
|
|
sBlueDark!20!white!40!sStoneDark,
|
|
-{Stealth},
|
|
]
|
|
\tikzstyle{turbulence} = [
|
|
flow,
|
|
{Stealth}-{Stealth},
|
|
]
|
|
\tikzstyle{connector} = [
|
|
line width=0.5em,
|
|
sStoneDark,
|
|
-{Stealth},
|
|
]
|
|
|
|
\only<1>{
|
|
\node at (1.5, 0.5) {
|
|
\includegraphics[height=.8\textheight]{\figurepath/chicken/eisbach_with_no_chicken.jpg}
|
|
};
|
|
}
|
|
\only<2>{
|
|
\node at (1.5, 0.5) {
|
|
\includegraphics[height=.8\textheight]{\figurepath/chicken/eisbach_with_chicken.jpg}
|
|
};
|
|
}
|
|
\only<3>{
|
|
\begin{scope}
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\node at (0.5, 0.5) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
}
|
|
\only<4>{
|
|
\begin{scope}
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\draw[flow] (0.5, 0.5) -- (0.85, 0.5);
|
|
\draw[flow] (0.5, 0.5) -- (0.15, 0.5);
|
|
\draw[flow] (0.5, 0.5) -- (0.5, 0.85);
|
|
\draw[flow] (0.5, 0.5) -- (0.5, 0.15);
|
|
|
|
\node at (0.5, 0.5) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
|
|
\draw[connector] (1.15, 0.5) -- (1.85, 0.5) node[midway, above=10pt] {\LARGE Action};
|
|
|
|
\begin{scope}[shift={(2, 0)}]
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\node at (0.75, 0.5) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node at (0.25, 0.5) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node at (0.5, 0.75) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node at (0.5, 0.25) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
}
|
|
\only<5>{
|
|
\begin{scope}
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\draw[flow] (0.2, 0.1) -- (0.2, 0.9);
|
|
\draw[flow] (0.5, 0.1) -- (0.5, 0.9);
|
|
\draw[flow] (0.8, 0.1) -- (0.8, 0.9);
|
|
|
|
\node at (0.5, 0.3) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
|
|
\draw[connector] (1.15, 0.5) -- (1.85, 0.5) node[midway, above=10pt] {\LARGE Flow};
|
|
|
|
\begin{scope}[shift={(2, 0)}]
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\node at (0.5, 0.6) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
}
|
|
\only<6>{
|
|
\begin{scope}
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\draw[turbulence] (0.2, 0.1) -- (0.2, 0.4);
|
|
\draw[turbulence] (0.2, 0.6) -- (0.2, 0.9);
|
|
\draw[turbulence] (0.5, 0.1) -- (0.5, 0.4);
|
|
\draw[turbulence] (0.5, 0.6) -- (0.5, 0.9);
|
|
\draw[turbulence] (0.8, 0.1) -- (0.8, 0.4);
|
|
\draw[turbulence] (0.8, 0.6) -- (0.8, 0.9);
|
|
|
|
\node at (0.5, 0.5) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
|
|
\draw[connector] (1.15, 0.5) -- (1.85, 0.5) node[midway, above=10pt] {\LARGE Turbulence};
|
|
|
|
\begin{scope}[shift={(2, 0)}]
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\node[opacity=0.5] at (0.5, 0.5) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node[opacity=0.5] at (0.5, 0.6) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node[opacity=0.5] at (0.5, 0.55) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node[opacity=0.5] at (0.5, 0.45) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\node[opacity=0.5] at (0.5, 0.4) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
}
|
|
\only<7>{
|
|
\begin{scope}
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\draw[flow] (0.5, 0.75) -- (0.5, 1);
|
|
|
|
\node at (0.5, 0.75) {
|
|
\includegraphics[height=5em]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
|
|
\draw[connector] (1.15, 0.5) -- (1.85, 0.5) node[midway, above=10pt] {\LARGE Drop};
|
|
|
|
\begin{scope}[shift={(2, 0)}]
|
|
\draw[river] (0, 0) -- (0, 1) -- (1, 1) -- (1, 0) -- cycle;
|
|
\node at ($(0.5, 1) + (0, 8pt)$) {\LARGE waterfall};
|
|
|
|
\node at (0, 0) {
|
|
\includegraphics[height=5em,angle=180]{\figurepath/chicken/hyper_chicken_standing.png}
|
|
};
|
|
\end{scope}
|
|
}
|
|
\end{tikzpicture}
|
|
\end{document}
|