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