annotate docs/AESPosterComp/AESposter.tex @ 3141:335bc77627e0 tip

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