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