comparison docs/DMRN+10/DMRN+10poster.tex @ 518:0ca9d79ebc29 Dev_main

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