annotate docs/DMRN+10/DMRN+10poster.tex @ 1102:b5bf2f57187c

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