b@1819: b@1819: \documentclass[a0,portrait]{a0poster} b@1819: \input{sections/style} b@1819: b@1819: \usepackage{ragged2e} % full justification of reference b@1819: \usepackage{enumitem} % compacter itemize b@1819: \usepackage{array} % align vertically b@1819: b@1819: \usepackage[framemethod=tikz]{mdframed} b@1819: \definecolor{backblue}{rgb}{0.93,0.93,1} b@1819: \definecolor{backred}{rgb}{1,0.9,0.9} b@1819: \definecolor{qmulheaderblue}{rgb}{0.1484375,0.26171875,0.58984375} b@1819: \definecolor{emphasisered}{rgb}{0.4921,0.132812,0.164062} b@1819: \mdfdefinestyle{customSt}{ b@1819: innertopmargin=40pt, b@1819: innerbottommargin=30pt, b@1819: innerleftmargin = 15pt, b@1819: innerrightmargin = 15pt, b@1819: leftmargin = 15 pt, b@1819: middlelinecolor = qmulheaderblue, b@1819: middlelinewidth = 3pt, b@1819: backgroundcolor = backblue, b@1819: roundcorner = 20pt b@1819: } b@1819: b@1819: \mdfdefinestyle{emphSt}{ b@1819: innertopmargin=40pt, b@1819: innerbottommargin=30pt, b@1819: innerleftmargin = 15pt, b@1819: innerrightmargin = 15pt, b@1819: leftmargin = 15 pt, b@1819: middlelinecolor = emphasisered, b@1819: middlelinewidth = 3pt, b@1819: backgroundcolor = backred, b@1819: roundcorner = 20pt b@1819: } b@1819: b@1819: \mdfdefinestyle{headerSt}{ b@1819: innertopmargin=5pt, b@1819: innerbottommargin=5pt, b@1819: innerleftmargin = 15pt, b@1819: %innerrightmargin = 15pt, b@1819: leftmargin = 15 pt, b@1819: middlelinecolor = qmulheaderblue, b@1819: middlelinewidth = 25pt, b@1819: backgroundcolor = qmulheaderblue, b@1819: roundcorner = 20pt b@1819: } b@1819: b@1819: \begin{document} b@1819: \begin{mdframed}[style=headerSt] b@1819: \input{sections/header} b@1819: \end{mdframed} b@1819: b@1819: b@1819: % ---------------------------------------------------------------- b@1819: b@1819: % rounded corners? b@1819: \centering b@1819: \veryHuge b@1819: \textbf{\underline{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}} b@1819: \normalsize b@1819: b@1819: \begin{multicols}{2} b@1819: b@1819: \begin{mdframed}[style=customSt] b@1819: \input{sections/intro} b@1819: \end{mdframed} b@1819: b@1819: \vspace{0.3cm} b@1819: b@1819: \begin{mdframed}[style=customSt] b@1819: \input{sections/interfaces} \vspace{0.8cm} b@1819: \end{mdframed} b@1819: b@1819: %\vspace{.8cm} b@1819: %\begin{mdframed}[style=customSt] b@1819: %\begin{center} djmoffat@1821: %\resizebox*{0.35\columnwidth}{!}{\includegraphics{img/qrcode}}\\ b@1819: %\end{center} b@1819: %\end{mdframed} b@1819: djmoffat@1821: \vspace{.8cm} b@1819: \begin{mdframed}[style=customSt] b@1819: \input{sections/infrastructure} \vspace{0.8cm} b@1819: \end{mdframed} b@1819: b@1819: \vspace{1cm} b@1819: djmoffat@1821: %% THIS GOES BEFORE AN EMPHASISED CELL djmoffat@1821: %\makeatletter djmoffat@1821: %\renewcommand{\section}{\@startsection djmoffat@1821: % {section} % the name djmoffat@1821: % {1} % the level djmoffat@1821: % {0mm} % the indent djmoffat@1821: % {-0.7\baselineskip} % the beforeskip djmoffat@1821: % {5mm} % the afterskip djmoffat@1821: % {\center\Huge\color{emphasisered}\bfseries}} % the style djmoffat@1821: %\makeatother djmoffat@1821: % djmoffat@1821: %\begin{mdframed}[style=emphSt] djmoffat@1821: %\input{sections/future} \vspace{0.8cm} djmoffat@1821: %\end{mdframed} b@1819: b@1819: % GO BACK TO NORMAL b@1819: \makeatletter b@1819: \renewcommand{\section}{\@startsection b@1819: {section} % the name b@1819: {1} % the level b@1819: {0mm} % the indent b@1819: {-0.7\baselineskip} % the beforeskip b@1819: {5mm} % the afterskip b@1819: {\center\Huge\color{qmuldarkblue}\bfseries}} % the style b@1819: \makeatother b@1819: b@1819: \vspace{1cm} b@1819: \begin{mdframed}[style=customSt] djmoffat@1821: \input{sections/testcreate} \vspace{0.8cm} b@1819: \end{mdframed} b@1819: b@1819: \vspace{1cm} b@1819: \begin{mdframed}[style=customSt] djmoffat@1821: \input{sections/analysis} \vspace{0.8cm} b@1819: \end{mdframed} b@1819: djmoffat@1821: djmoffat@1821: djmoffat@1821: \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} djmoffat@1821: djmoffat@1821: \resizebox*{0.31\columnwidth}{!}{\includegraphics{img/qrcode}}\\ b@1819: b@1819: \end{multicols} b@1819: b@1819: b@1819: % ---------------------------------------------------------------- b@1819: b@1819: \vspace{0.6cm} b@1819: b@1819: \begin{mdframed}[style=headerSt] b@1819: \input{sections/footer} b@1819: \end{mdframed} b@1819: b@1819: \end{document}