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