annotate docs/DMRN+10/DMRN+10poster.tex @ 624:45df85a336d4 Dev_main

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