annotate poster/poster.tex @ 47:b0186d4a4496 tip

Move 7Digital dataset to Downloads
author Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk>
date Sat, 09 Jul 2022 00:50:43 -0500
parents fcd3730ffc19
children
rev   line source
p@36 1
p@36 2 \documentclass[a0,landscape]{a0poster}
p@36 3 \input{sections/style}
p@36 4
p@36 5 \begin{document}
p@36 6
p@36 7 \vspace{1cm}
p@36 8 \input{sections/header}
p@36 9 \vspace{1cm}
p@36 10
p@36 11
p@36 12 % ----------------------------------------------------------------
p@36 13
p@36 14
p@36 15 \begin{multicols}{3}
p@36 16
p@36 17 \fcolorbox{black}{white}{\parbox{1.0\columnwidth}
p@36 18 {\input{sections/intro}}}
p@36 19
p@36 20 \vspace{1cm}
p@36 21 \fcolorbox{black}{white}{\parbox{1.0\columnwidth}
p@36 22 {\input{sections/method1}}}
p@36 23
p@36 24 \vspace{1cm}
p@36 25 \colorbox{qmuldarkblue}{\parbox{1.0\columnwidth}
p@36 26 {\begin{center}
p@36 27 \resizebox*{0.4\columnwidth}{!}{\includegraphics{images/logos/qmulblue.eps}}
p@36 28 \end{center}}
p@36 29 }
p@36 30
p@36 31 \vspace{1cm}
p@36 32 \fcolorbox{black}{white}{\parbox{1.0\columnwidth}
p@36 33 {\input{sections/method2}\vspace{0.8cm}}}
p@36 34
p@36 35 \vspace{1cm}
p@36 36 \fcolorbox{black}{white}{\parbox{1.0\columnwidth}
p@36 37 {\input{sections/results}}}
p@36 38
p@36 39 \vspace{1cm}
p@36 40 \fcolorbox{black}{white}{\parbox{1.0\columnwidth}
p@36 41 {\input{sections/conc}}}
p@36 42
p@36 43 \vspace{1cm}
p@36 44 \fcolorbox{black}{white}{\parbox{1.0\columnwidth}
p@36 45 {\center{\Huge\bf\color{qmuldarkblue}References}
p@36 46 \vspace{-3cm}
p@36 47 \small
p@36 48 \bibliographystyle{IEEEbib}
p@36 49 \bibliography{strings,refs}}}
p@36 50
p@36 51 \end{multicols}
p@36 52
p@36 53
p@36 54 % ----------------------------------------------------------------
p@36 55
p@36 56
p@36 57 %\vspace{-1cm}
p@36 58 %\small\input{sections/biblio}\normalsize
p@36 59
p@36 60 \vspace{0.5cm}
p@36 61 \input{sections/footer}
p@36 62
p@36 63 \end{document}