\input{preamble.tex}
\input{metadata.tex}
\begin{document}
\begin{frame}[t] % The whole poster is enclosed in one beamer frame
\begin{columns}[t] % The whole poster consists of two major columns, each of which can be subdivided further with another \begin{columns} block - the [t] argument aligns each column's content to the top
\begin{column}{.02\textwidth}\end{column} % Empty spacer column
\begin{column}{.465\textwidth} % The first column
%------------
% OBJECTIVES
%------------
\begin{block}{Resum/Objectius}
\lipsum[1][1-8]
\end{block}
%--------------
% INTRODUCCIÓ
%--------------
\begin{block}{Introducció}
\lipsum[1][1-7] \citep{PerezCueva2006}.
\begin{figure}
\includegraphics[width=0.8\linewidth]{placeholder.jpg}
\caption{Peu de la figura}
\end{figure}
\lipsum[1][1-5] \citep{FernandezGarcia2016}.
\end{block}
%-------------
% METODOLOGIA
%-------------
\begin{block}{Metodologia}
\lipsum[1][1-6]
\begin{align*}
X \rightarrow r(X) & = \arg \max_{c} \Big\{ \max_n \big\{ \sum_{x_i \in X} \delta(x_i,Y_{n,c})\big\} \Big\}
\end{align*}
\lipsum[1][4-6]. Cras faucibus scelerisque cursus. Proin ut vestibulum augue. $\delta(x_i,Y_{n,c})$.
\begin{figure}
\includegraphics[width=0.8\linewidth]{placeholder.jpg}
\caption{Peu de la figura}
\end{figure}
\lipsum[1][1-6]
\end{block}
\end{column} % End of the first column
\begin{column}{.03\textwidth}\end{column} % Empty column
\begin{column}{.465\textwidth} % The second column
%---------
% RESULTS
%---------
\begin{block}{Resultats}
\lipsum[1][4-6]\\
\begin{table}
\begin{tabular}{l l l}
\toprule
\textbf{Column 0} & \textbf{Column 1} & \textbf{Column 2}\\
\midrule
Row 1 & 0.0003262 & 0.562\\
Row 2 & 0.0015681 & 0.910\\
Row 3 & 0.0009271 & 0.296\\
\bottomrule
\end{tabular}
\caption{Peu de la taula}
\end{table}
\lipsum[1][1-5]
\begin{figure}
\includegraphics[width=0.8\linewidth]{placeholder.jpg}
\caption{Peu de la figura}
\end{figure}
\lipsum[1][1-5]:
\begin{itemize}
\item \lipsum[1][1]
\item \lipsum[1][2]
\item \lipsum[1][3]
\item \lipsum[1][4]
\item \lipsum[1][5]
\end{itemize}{}
\end{block}
%------------
% DISCUSSIÓ
%------------
\begin{block}{Discussió i conclusions}
\lipsum[1][1-10] \citep{PerezCueva2006}.
\lipsum[3][1-10] \citep{PerezCueva2006}.
\end{block}
%-------------
% REFERÈNCIES
%-------------
\begin{block}{Referències}
%\nocite{*} % Insert publications even if they are not cited in the poster
\bibliographystyle{apacite}
\bibliography{bibliography}
\end{block}
%----------------------------------------------------------------------------------------
\end{column} % End of the second column
\begin{column}{.015\textwidth}\end{column} % Empty spacer column
\end{columns} % End of all the columns in the poster
\end{frame} % End of the enclosing frame
\end{document}