annotate docs/DMRN+10/DMRN+10poster.tex @ 1839:c8c633c6590e

Bug #1583 Fix. Popup buttons hidden on successful submission.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 22 Feb 2016 12:44:55 +0000
parents 9d9b32eb59fa
children
rev   line source
b@1819 1
b@1819 2 \documentclass[a0,portrait]{a0poster}
b@1819 3 \input{sections/style}
b@1819 4
b@1819 5 \usepackage{ragged2e} % full justification of reference
b@1819 6 \usepackage{enumitem} % compacter itemize
b@1819 7 \usepackage{array} % align vertically
b@1819 8
b@1819 9 \usepackage[framemethod=tikz]{mdframed}
b@1819 10 \definecolor{backblue}{rgb}{0.93,0.93,1}
b@1819 11 \definecolor{backred}{rgb}{1,0.9,0.9}
b@1819 12 \definecolor{qmulheaderblue}{rgb}{0.1484375,0.26171875,0.58984375}
b@1819 13 \definecolor{emphasisered}{rgb}{0.4921,0.132812,0.164062}
b@1819 14 \mdfdefinestyle{customSt}{
b@1819 15 innertopmargin=40pt,
b@1819 16 innerbottommargin=30pt,
b@1819 17 innerleftmargin = 15pt,
b@1819 18 innerrightmargin = 15pt,
b@1819 19 leftmargin = 15 pt,
b@1819 20 middlelinecolor = qmulheaderblue,
b@1819 21 middlelinewidth = 3pt,
b@1819 22 backgroundcolor = backblue,
b@1819 23 roundcorner = 20pt
b@1819 24 }
b@1819 25
b@1819 26 \mdfdefinestyle{emphSt}{
b@1819 27 innertopmargin=40pt,
b@1819 28 innerbottommargin=30pt,
b@1819 29 innerleftmargin = 15pt,
b@1819 30 innerrightmargin = 15pt,
b@1819 31 leftmargin = 15 pt,
b@1819 32 middlelinecolor = emphasisered,
b@1819 33 middlelinewidth = 3pt,
b@1819 34 backgroundcolor = backred,
b@1819 35 roundcorner = 20pt
b@1819 36 }
b@1819 37
b@1819 38 \mdfdefinestyle{headerSt}{
b@1819 39 innertopmargin=5pt,
b@1819 40 innerbottommargin=5pt,
b@1819 41 innerleftmargin = 15pt,
b@1819 42 %innerrightmargin = 15pt,
b@1819 43 leftmargin = 15 pt,
b@1819 44 middlelinecolor = qmulheaderblue,
b@1819 45 middlelinewidth = 25pt,
b@1819 46 backgroundcolor = qmulheaderblue,
b@1819 47 roundcorner = 20pt
b@1819 48 }
b@1819 49
b@1819 50 \begin{document}
b@1819 51 \begin{mdframed}[style=headerSt]
b@1819 52 \input{sections/header}
b@1819 53 \end{mdframed}
b@1819 54
b@1819 55
b@1819 56 % ----------------------------------------------------------------
b@1819 57
b@1819 58 % rounded corners?
b@1819 59 \centering
b@1819 60 \veryHuge
b@1819 61 \textbf{\underline{code.soundsoftware.ac.uk/projects/webaudioevaluationtool}}
b@1819 62 \normalsize
b@1819 63
b@1819 64 \begin{multicols}{2}
b@1819 65
b@1819 66 \begin{mdframed}[style=customSt]
b@1819 67 \input{sections/intro}
b@1819 68 \end{mdframed}
b@1819 69
b@1819 70 \vspace{0.3cm}
b@1819 71
b@1819 72 \begin{mdframed}[style=customSt]
b@1819 73 \input{sections/interfaces} \vspace{0.8cm}
b@1819 74 \end{mdframed}
b@1819 75
b@1819 76 %\vspace{.8cm}
b@1819 77 %\begin{mdframed}[style=customSt]
b@1819 78 %\begin{center}
djmoffat@1821 79 %\resizebox*{0.35\columnwidth}{!}{\includegraphics{img/qrcode}}\\
b@1819 80 %\end{center}
b@1819 81 %\end{mdframed}
b@1819 82
djmoffat@1821 83 \vspace{.8cm}
b@1819 84 \begin{mdframed}[style=customSt]
b@1819 85 \input{sections/infrastructure} \vspace{0.8cm}
b@1819 86 \end{mdframed}
b@1819 87
b@1819 88 \vspace{1cm}
b@1819 89
djmoffat@1821 90 %% THIS GOES BEFORE AN EMPHASISED CELL
djmoffat@1821 91 %\makeatletter
djmoffat@1821 92 %\renewcommand{\section}{\@startsection
djmoffat@1821 93 % {section} % the name
djmoffat@1821 94 % {1} % the level
djmoffat@1821 95 % {0mm} % the indent
djmoffat@1821 96 % {-0.7\baselineskip} % the beforeskip
djmoffat@1821 97 % {5mm} % the afterskip
djmoffat@1821 98 % {\center\Huge\color{emphasisered}\bfseries}} % the style
djmoffat@1821 99 %\makeatother
djmoffat@1821 100 %
djmoffat@1821 101 %\begin{mdframed}[style=emphSt]
djmoffat@1821 102 %\input{sections/future} \vspace{0.8cm}
djmoffat@1821 103 %\end{mdframed}
b@1819 104
b@1819 105 % GO BACK TO NORMAL
b@1819 106 \makeatletter
b@1819 107 \renewcommand{\section}{\@startsection
b@1819 108 {section} % the name
b@1819 109 {1} % the level
b@1819 110 {0mm} % the indent
b@1819 111 {-0.7\baselineskip} % the beforeskip
b@1819 112 {5mm} % the afterskip
b@1819 113 {\center\Huge\color{qmuldarkblue}\bfseries}} % the style
b@1819 114 \makeatother
b@1819 115
b@1819 116 \vspace{1cm}
b@1819 117 \begin{mdframed}[style=customSt]
djmoffat@1821 118 \input{sections/testcreate} \vspace{0.8cm}
b@1819 119 \end{mdframed}
b@1819 120
b@1819 121 \vspace{1cm}
b@1819 122 \begin{mdframed}[style=customSt]
djmoffat@1821 123 \input{sections/analysis} \vspace{0.8cm}
b@1819 124 \end{mdframed}
b@1819 125
djmoffat@1821 126
djmoffat@1821 127
djmoffat@1821 128 \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}
djmoffat@1821 129
djmoffat@1824 130 \resizebox*{.32\columnwidth}{!}{\includegraphics{img/qrcode}}\\
b@1819 131
b@1819 132 \end{multicols}
b@1819 133
b@1819 134
b@1819 135 % ----------------------------------------------------------------
b@1819 136
b@1819 137 \vspace{0.6cm}
b@1819 138
b@1819 139 \begin{mdframed}[style=headerSt]
b@1819 140 \input{sections/footer}
b@1819 141 \end{mdframed}
b@1819 142
b@1819 143 \end{document}