annotate docs/WAC2016Poster/WAC2016Poster.tex @ 2202:61c8e13f1e2e

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