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