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