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