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