annotate docs/DMRN+10/DMRN+10poster.tex @ 1106:282dfb8076f5

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