annotate docs/DMRN+10/DMRN+10poster.tex @ 390:fbfaa7c6fd3b

Added DMRN+10 poster template
author Brecht De Man <b.deman@qmul.ac.uk>
date Wed, 09 Dec 2015 11:26:31 +0100
parents
children 0fb68b66a71c
rev   line source
b@390 1
b@390 2 \documentclass[a0,portrait]{a0poster}
b@390 3 \input{sections/style}
b@390 4
b@390 5 \usepackage{ragged2e} % full justification of reference
b@390 6 \usepackage{enumitem} % compacter itemize
b@390 7 \usepackage{array} % align vertically
b@390 8
b@390 9 \usepackage[framemethod=tikz]{mdframed}
b@390 10 \definecolor{backblue}{rgb}{0.93,0.93,1}
b@390 11 \definecolor{backred}{rgb}{1,0.9,0.9}
b@390 12 \definecolor{qmulheaderblue}{rgb}{0.1484375,0.26171875,0.58984375}
b@390 13 \definecolor{emphasisered}{rgb}{0.4921,0.132812,0.164062}
b@390 14 \mdfdefinestyle{customSt}{
b@390 15 innertopmargin=40pt,
b@390 16 innerbottommargin=30pt,
b@390 17 innerleftmargin = 15pt,
b@390 18 innerrightmargin = 15pt,
b@390 19 leftmargin = 15 pt,
b@390 20 middlelinecolor = qmulheaderblue,
b@390 21 middlelinewidth = 3pt,
b@390 22 backgroundcolor = backblue,
b@390 23 roundcorner = 20pt
b@390 24 }
b@390 25
b@390 26 \mdfdefinestyle{emphSt}{
b@390 27 innertopmargin=40pt,
b@390 28 innerbottommargin=30pt,
b@390 29 innerleftmargin = 15pt,
b@390 30 innerrightmargin = 15pt,
b@390 31 leftmargin = 15 pt,
b@390 32 middlelinecolor = emphasisered,
b@390 33 middlelinewidth = 3pt,
b@390 34 backgroundcolor = backred,
b@390 35 roundcorner = 20pt
b@390 36 }
b@390 37
b@390 38 \mdfdefinestyle{headerSt}{
b@390 39 innertopmargin=5pt,
b@390 40 innerbottommargin=5pt,
b@390 41 innerleftmargin = 15pt,
b@390 42 %innerrightmargin = 15pt,
b@390 43 leftmargin = 15 pt,
b@390 44 middlelinecolor = qmulheaderblue,
b@390 45 middlelinewidth = 25pt,
b@390 46 backgroundcolor = qmulheaderblue,
b@390 47 roundcorner = 20pt
b@390 48 }
b@390 49
b@390 50 \begin{document}
b@390 51 \begin{mdframed}[style=headerSt]
b@390 52 \input{sections/header}
b@390 53 \end{mdframed}
b@390 54
b@390 55
b@390 56 % ----------------------------------------------------------------
b@390 57
b@390 58 % rounded corners?
b@390 59 \centering
b@390 60 \veryHuge
b@390 61 \textbf{\underline{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}}
b@390 62 \normalsize
b@390 63
b@390 64 \begin{multicols}{2}
b@390 65
b@390 66 \begin{mdframed}[style=customSt]
b@390 67 \input{sections/intro}
b@390 68 \end{mdframed}
b@390 69
b@390 70 \vspace{0.3cm}
b@390 71
b@390 72 \begin{mdframed}[style=customSt]
b@390 73 \input{sections/interfaces} \vspace{0.8cm}
b@390 74 \end{mdframed}
b@390 75
b@390 76 %\vspace{.8cm}
b@390 77 %\begin{mdframed}[style=customSt]
b@390 78 %\begin{center}
b@390 79 %\resizebox*{\columnwidth}{!}{\includegraphics{images/search_interface_cropped.png}}\\
b@390 80 %\end{center}
b@390 81 %\end{mdframed}
b@390 82
b@390 83 %\vspace{.8cm}
b@390 84 \begin{mdframed}[style=customSt]
b@390 85 \input{sections/infrastructure} \vspace{0.8cm}
b@390 86 \end{mdframed}
b@390 87
b@390 88 \vspace{1cm}
b@390 89
b@390 90 % THIS GOES BEFORE AN EMPHASISED CELL
b@390 91 \makeatletter
b@390 92 \renewcommand{\section}{\@startsection
b@390 93 {section} % the name
b@390 94 {1} % the level
b@390 95 {0mm} % the indent
b@390 96 {-0.7\baselineskip} % the beforeskip
b@390 97 {5mm} % the afterskip
b@390 98 {\center\Huge\color{emphasisered}\bfseries}} % the style
b@390 99 \makeatother
b@390 100
b@390 101 \begin{mdframed}[style=emphSt]
b@390 102 \input{sections/future} \vspace{0.8cm}
b@390 103 \end{mdframed}
b@390 104
b@390 105 % GO BACK TO NORMAL
b@390 106 \makeatletter
b@390 107 \renewcommand{\section}{\@startsection
b@390 108 {section} % the name
b@390 109 {1} % the level
b@390 110 {0mm} % the indent
b@390 111 {-0.7\baselineskip} % the beforeskip
b@390 112 {5mm} % the afterskip
b@390 113 {\center\Huge\color{qmuldarkblue}\bfseries}} % the style
b@390 114 \makeatother
b@390 115
b@390 116 \vspace{1cm}
b@390 117 \begin{mdframed}[style=customSt]
b@390 118 \input{sections/analysis} \vspace{0.8cm}
b@390 119 \end{mdframed}
b@390 120
b@390 121 \vspace{1cm}
b@390 122 \begin{mdframed}[style=customSt]
b@390 123 \input{sections/testcreate} \vspace{0.8cm}
b@390 124 \end{mdframed}
b@390 125
b@390 126 \normalsize{\justifying{[1] Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss, ``Web Audio Evaluation Tool: A browser-based listening test environment,'' 12th Sound and Music Computing Conference, July 2015. }\par}
b@390 127
b@390 128 \end{multicols}
b@390 129
b@390 130
b@390 131 % ----------------------------------------------------------------
b@390 132
b@390 133 \vspace{0.6cm}
b@390 134
b@390 135 \begin{mdframed}[style=headerSt]
b@390 136 \input{sections/footer}
b@390 137 \end{mdframed}
b@390 138
b@390 139 \end{document}