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