annotate docs/WAC2016Poster/WAC2016Poster.tex @ 642:9ba8ad2dde01 Dev_main

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