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