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