new introplot
This commit is contained in:
parent
1941aec6f7
commit
04fd7e4ab9
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,7 +14,7 @@ output
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
/poster/main.pdf
|
poster/main.pdf
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
Binary file not shown.
Binary file not shown.
BIN
poster/main.pdf
BIN
poster/main.pdf
Binary file not shown.
@ -16,21 +16,22 @@ blockverticalspace=2mm, colspace=20mm, subcolspace=0mm]{tikzposter} %Default val
|
|||||||
|
|
||||||
\begin{columns}
|
\begin{columns}
|
||||||
\column{0.4}
|
\column{0.4}
|
||||||
\myblock[GrayBlock]{Introduction}{
|
\myblock[TranspBlock]{Introduction}{
|
||||||
The time-frequency tradeoff makes reliable signal detecion and simultaneous
|
The time-frequency tradeoff makes reliable signal detecion and simultaneous
|
||||||
sender identification by simple Fourier decomposition in freely interacting
|
sender identification by simple Fourier decomposition in freely interacting
|
||||||
weakly electric fish impossible. This profoundly limits our current
|
weakly electric fish impossible. This profoundly limits our current
|
||||||
understanding of chirps to experiments
|
understanding of chirps to experiments
|
||||||
with single - or physically separated - individuals.
|
with single - or physically separated - individuals.
|
||||||
|
\vspace{1cm}
|
||||||
\begin{tikzfigure}[]
|
\begin{tikzfigure}[]
|
||||||
\label{griddrawing}
|
\label{griddrawing}
|
||||||
\includegraphics[width=0.6\linewidth]{figs/introplot}
|
\includegraphics[width=\linewidth]{figs/introplot}
|
||||||
\end{tikzfigure}
|
\end{tikzfigure}
|
||||||
}
|
}
|
||||||
\myblock[TranspBlock]{Chirp detection}{
|
\myblock[TranspBlock]{Chirp detection}{
|
||||||
\begin{tikzfigure}[]
|
\begin{tikzfigure}[]
|
||||||
\label{fig:alg1}
|
\label{fig:alg1}
|
||||||
\includegraphics[width=0.6\linewidth]{figs/algorithm1}
|
\includegraphics[width=0.9\linewidth]{figs/algorithm1}
|
||||||
\end{tikzfigure}
|
\end{tikzfigure}
|
||||||
\vspace{2cm}
|
\vspace{2cm}
|
||||||
\begin{tikzfigure}[]
|
\begin{tikzfigure}[]
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
\begin{minipage}[c]{0.2\paperwidth}
|
\begin{minipage}[c]{0.2\paperwidth}
|
||||||
\centering
|
\centering
|
||||||
% \vspace{1cm}
|
% \vspace{1cm}
|
||||||
\hspace{-10cm}
|
\hspace{-7cm}
|
||||||
\includegraphics[width=0.8\linewidth]{figs/efishlogo.pdf}
|
\includegraphics[width=0.7\linewidth]{figs/efishlogo.pdf}
|
||||||
\end{minipage}}
|
\end{minipage}}
|
||||||
% \begin{minipage}[c]{0.2\paperwidth}
|
% \begin{minipage}[c]{0.2\paperwidth}
|
||||||
% \vspace{1cm}\hspace{1cm}
|
% \vspace{1cm}\hspace{1cm}
|
||||||
|
Loading…
Reference in New Issue
Block a user