b@2086: b@2086: \documentclass[a0,portrait]{a0poster} b@2086: \input{sections/style} b@2086: b@2086: \usepackage{ragged2e} % full justification of reference b@2086: \usepackage{enumitem} % compacter itemize b@2086: \usepackage{array} % align vertically b@2086: b@2086: \usepackage[framemethod=tikz]{mdframed} b@2086: \definecolor{backblue}{rgb}{0.93,0.93,1} b@2086: \definecolor{backred}{rgb}{1,0.9,0.9} b@2086: \definecolor{qmulheaderblue}{rgb}{0.1484375,0.26171875,0.58984375} b@2086: \definecolor{emphasisered}{rgb}{0.4921,0.132812,0.164062} b@2086: \mdfdefinestyle{customSt}{ b@2086: innertopmargin=40pt, b@2086: innerbottommargin=30pt, b@2086: innerleftmargin = 15pt, b@2086: innerrightmargin = 15pt, b@2086: leftmargin = 15 pt, b@2086: middlelinecolor = qmulheaderblue, b@2086: middlelinewidth = 3pt, b@2086: backgroundcolor = backblue, b@2086: roundcorner = 20pt b@2086: } b@2086: b@2086: \mdfdefinestyle{emphSt}{ b@2086: innertopmargin=40pt, b@2086: innerbottommargin=30pt, b@2086: innerleftmargin = 15pt, b@2086: innerrightmargin = 15pt, b@2086: leftmargin = 15 pt, b@2086: middlelinecolor = emphasisered, b@2086: middlelinewidth = 3pt, b@2086: backgroundcolor = backred, b@2086: roundcorner = 20pt b@2086: } b@2086: b@2086: \mdfdefinestyle{headerSt}{ b@2086: innertopmargin=5pt, b@2086: innerbottommargin=5pt, b@2086: innerleftmargin = 15pt, b@2086: %innerrightmargin = 15pt, b@2086: leftmargin = 15 pt, b@2086: middlelinecolor = qmulheaderblue, b@2086: middlelinewidth = 25pt, b@2086: backgroundcolor = qmulheaderblue, b@2086: roundcorner = 20pt b@2086: } b@2086: b@2086: \begin{document} b@2086: \begin{mdframed}[style=headerSt] b@2086: \input{sections/header} b@2086: \end{mdframed} b@2086: b@2086: b@2086: % ---------------------------------------------------------------- b@2086: b@2086: % rounded corners? b@2086: \centering b@2086: \veryHuge b@2086: \textbf{\underline{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}} b@2086: \normalsize b@2086: b@2086: \begin{multicols}{2} b@2086: b@2086: \begin{mdframed}[style=customSt] b@2086: \input{sections/intro} b@2086: \end{mdframed} b@2086: b@2086: \vspace{0.3cm} b@2086: b@2086: \begin{mdframed}[style=customSt] b@2086: \input{sections/interfaces} \vspace{0.8cm} b@2086: \end{mdframed} b@2086: b@2086: %\vspace{.8cm} b@2086: %\begin{mdframed}[style=customSt] b@2086: %\begin{center} me@2088: %\resizebox*{0.35\columnwidth}{!}{\includegraphics{img/qrcode}}\\ b@2086: %\end{center} b@2086: %\end{mdframed} b@2086: me@2088: \vspace{.8cm} b@2086: \begin{mdframed}[style=customSt] b@2086: \input{sections/infrastructure} \vspace{0.8cm} b@2086: \end{mdframed} b@2086: b@2086: \vspace{1cm} b@2086: me@2088: %% THIS GOES BEFORE AN EMPHASISED CELL me@2088: %\makeatletter me@2088: %\renewcommand{\section}{\@startsection me@2088: % {section} % the name me@2088: % {1} % the level me@2088: % {0mm} % the indent me@2088: % {-0.7\baselineskip} % the beforeskip me@2088: % {5mm} % the afterskip me@2088: % {\center\Huge\color{emphasisered}\bfseries}} % the style me@2088: %\makeatother me@2088: % me@2088: %\begin{mdframed}[style=emphSt] me@2088: %\input{sections/future} \vspace{0.8cm} me@2088: %\end{mdframed} b@2086: b@2086: % GO BACK TO NORMAL b@2086: \makeatletter b@2086: \renewcommand{\section}{\@startsection b@2086: {section} % the name b@2086: {1} % the level b@2086: {0mm} % the indent b@2086: {-0.7\baselineskip} % the beforeskip b@2086: {5mm} % the afterskip b@2086: {\center\Huge\color{qmuldarkblue}\bfseries}} % the style b@2086: \makeatother b@2086: b@2086: \vspace{1cm} b@2086: \begin{mdframed}[style=customSt] me@2088: \input{sections/testcreate} \vspace{0.8cm} b@2086: \end{mdframed} b@2086: b@2086: \vspace{1cm} b@2086: \begin{mdframed}[style=customSt] me@2088: \input{sections/analysis} \vspace{0.8cm} b@2086: \end{mdframed} b@2086: me@2088: me@2088: me@2088: \normalsize{\justifying{[1] Nicholas Jillings, Brecht De Man, David Moffat and Joshua D. Reiss, { \it``Web Audio Evaluation Tool: A browser-based listening test environment,''} 12th Sound and Music Computing Conference, July 2015. }\par} me@2088: me@2091: \resizebox*{.32\columnwidth}{!}{\includegraphics{img/qrcode}}\\ b@2086: b@2086: \end{multicols} b@2086: b@2086: b@2086: % ---------------------------------------------------------------- b@2086: b@2086: \vspace{0.6cm} b@2086: b@2086: \begin{mdframed}[style=headerSt] b@2086: \input{sections/footer} b@2086: \end{mdframed} b@2086: b@2086: \end{document}