diff options
Diffstat (limited to 'poster')
| -rw-r--r-- | poster/Finale_poster/beamerthemeconfposter.sty | 12 | ||||
| -rw-r--r-- | poster/Finale_poster/poster.tex | 17 |
2 files changed, 10 insertions, 19 deletions
diff --git a/poster/Finale_poster/beamerthemeconfposter.sty b/poster/Finale_poster/beamerthemeconfposter.sty index 04a9c84..6499fb5 100644 --- a/poster/Finale_poster/beamerthemeconfposter.sty +++ b/poster/Finale_poster/beamerthemeconfposter.sty @@ -93,26 +93,18 @@ \leavevmode \begin{columns} \begin{column}{.2\linewidth} - \vskip1cm - \centering -\includegraphics[scale=2.5]{../images/SEASLogo_RGB.png} - %\includegraphics[height=4in]{UIUC-logo} + \vspace{1cm} + \includegraphics[scale=2.5]{../images/SEASLogo_RGB.png} \end{column} - \vspace{1cm} \begin{column}{.6\linewidth} \vskip1cm \centering \usebeamercolor{title in headline}{\color{jblue}\Huge{\textbf{\inserttitle}}\\[0.5ex]} \usebeamercolor{author in headline}{\color{fg}\Large{\insertauthor}\\[1ex]} \usebeamercolor{institute in headline}{\color{fg}\large{\insertinstitute}\\[1ex]} - \vskip1cm \end{column} \vspace{1cm} \begin{column}{.2\linewidth} - \vskip1cm - \centering - %\includegraphics[height=4in]{graph500-logo} - \vskip1cm \end{column} \vspace{1cm} \end{columns} diff --git a/poster/Finale_poster/poster.tex b/poster/Finale_poster/poster.tex index 60c1bb5..acdc9bf 100644 --- a/poster/Finale_poster/poster.tex +++ b/poster/Finale_poster/poster.tex @@ -2,7 +2,6 @@ \usepackage[utf8]{inputenc} \usepackage[scale=1.8]{beamerposter} % Use the beamerposter package for laying \usetheme{confposter} % Use the confposter theme supplied with this template - \usepackage{framed, amsmath, amsthm, amssymb} \usepackage{color, bbm} \setbeamercolor{block title}{fg=dblue,bg=white} % Colors of the block titles @@ -27,7 +26,8 @@ \usepackage{booktabs} \title{Bayesian and Active Learning for Graph Inference} % Poster title -\author{Thibaut Horel, Jean Pouget-Abadie} % Author(s) +\author{Thibaut Horel\and Jean Pouget-Abadie} % Author(s) +\institute{} \begin{document} \setlength{\belowcaptionskip}{2ex} % White space under figures @@ -61,14 +61,15 @@ \mathbb{P}(X^{t+1}_j = 1 | X^t) = f(\Theta_j \cdot X^t) \end{displaymath} ($f$: link function of the cascade model) + \end{itemize} \end{itemize} -\end{itemize} - \vspace{1em} +\vspace{1em} \begin{figure} - \centering + \begin{center} + \includegraphics[scale=1.5]{drawing.pdf} + \end{center} \end{figure} \end{block} - \includegraphics[scale=1.5]{drawing.pdf} \begin{block}{MLE} \begin{itemize} @@ -150,8 +151,7 @@ %----------------------------------------------------------------------------- \begin{block}{References} - {\scriptsize - \bibliography{../../paper/sparse} + {\scriptsize \bibliography{../../paper/sparse} \bibliographystyle{plain}} \end{block} @@ -160,7 +160,6 @@ \end{column} % End of the third column \end{columns} % End of all the columns in the poster - \end{frame} % End of the enclosing frame \end{document} |
