blob: 397ce5421ec3495504edeff28e475ff0a01cf2e1 [file] [log] [blame]
Brent Thorne0136eb72018-11-30 12:50:57 -05001%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2% Jacobs Landscape Poster
3% LaTeX Template
4% Version 1.1 (14/06/14)
5%
6% Created by:
7% Computational Physics and Biophysics Group, Jacobs University
8% https://teamwork.jacobs-university.de:8443/confluence/display/CoPandBiG/LaTeX+Poster
9%
10% Further modified by:
11% Nathaniel Johnston (nathaniel@njohnston.ca)
12%
13% This template has been downloaded from:
14% http://www.LaTeXTemplates.com
15%
16% License:
17% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
18%
19%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20
21%----------------------------------------------------------------------------------------
22% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
23%----------------------------------------------------------------------------------------
24
Brent Thorneb15f5662018-12-03 10:01:35 -050025\documentclass[$title$, $author$, $institute$, final]{beamer}
Brent Thorne0136eb72018-11-30 12:50:57 -050026
27\usepackage[scale=1.24]{beamerposter} % Use the beamerposter package for laying out the poster
28
29\usetheme{confposter} % Use the confposter theme supplied with this template
30
31\setbeamercolor{block title}{fg=ngreen,bg=white} % Colors of the block titles
32\setbeamercolor{block body}{fg=black,bg=white} % Colors of the body of blocks
33\setbeamercolor{block alerted title}{fg=white,bg=dblue!70} % Colors of the highlighted block titles
34\setbeamercolor{block alerted body}{fg=black,bg=dblue!10} % Colors of the body of highlighted blocks
35% Many more colors are available for use in beamerthemeconfposter.sty
36
37%-----------------------------------------------------------
38% Define the column widths and overall poster size
39% To set effective sepwid, onecolwid and twocolwid values, first choose how many columns you want and how much separation you want between columns
40% In this template, the separation width chosen is 0.024 of the paper width and a 4-column layout
41% onecolwid should therefore be (1-(# of columns+1)*sepwid)/# of columns e.g. (1-(4+1)*0.024)/4 = 0.22
42% Set twocolwid to be (2*onecolwid)+sepwid = 0.464
43% Set threecolwid to be (3*onecolwid)+2*sepwid = 0.708
44
45\newlength{\sepwid}
46\newlength{\onecolwid}
47\newlength{\twocolwid}
48\newlength{\threecolwid}
49\setlength{\paperwidth}{48in} % A0 width: 46.8in
50\setlength{\paperheight}{36in} % A0 height: 33.1in
51\setlength{\sepwid}{0.024\paperwidth} % Separation width (white space) between columns
52\setlength{\onecolwid}{0.22\paperwidth} % Width of one column
53\setlength{\twocolwid}{0.464\paperwidth} % Width of two columns
54\setlength{\threecolwid}{0.708\paperwidth} % Width of three columns
55\setlength{\topmargin}{-0.5in} % Reduce the top margin size
56%-----------------------------------------------------------
57
58\usepackage{graphicx} % Required for including images
59
60\usepackage{booktabs} % Top and bottom rules for tables
61
62%----------------------------------------------------------------------------------------
63% TITLE SECTION
64%----------------------------------------------------------------------------------------
65
66\title{$title$} % Poster title
67
Brent Thorneb15f5662018-12-03 10:01:35 -050068\author{%
69$for(author)$
70 $author.name$$for(author.affiliation)$\inst{$author.affiliation$}$sep$\,$endfor$%
71$sep$\and%
72$endfor$
73}
74\institute{%
75$for(affiliation)$
76\inst{$affiliation.key$}
77 $for(affiliation.name)$
78 $affiliation.name$$sep$\\
79 $endfor$
80 $sep$\\[1ex]%
81$endfor$
82}
Brent Thorne0136eb72018-11-30 12:50:57 -050083
84%----------------------------------------------------------------------------------------
85
86\begin{document}
87
88\addtobeamertemplate{block end}{}{\vspace*{2ex}} % White space under blocks
89\addtobeamertemplate{block alerted end}{}{\vspace*{2ex}} % White space under highlighted (alert) blocks
90
91\setlength{\belowcaptionskip}{2ex} % White space under figures
92\setlength\belowdisplayshortskip{2ex} % White space under equations
93
94\begin{frame}[t] % The whole poster is enclosed in one beamer frame
95
96\begin{columns}[t] % The whole poster consists of three major columns, the second of which is split into two columns twice - the [t] option aligns each column's content to the top
97
98\begin{column}{\sepwid}\end{column} % Empty spacer column
99
100\begin{column}{\onecolwid} % The first column
101
102%----------------------------------------------------------------------------------------
103% OBJECTIVES
104%----------------------------------------------------------------------------------------
105
106\begin{alertblock}{Objectives}
107
108Lorem ipsum dolor sit amet, consectetur, nunc tellus pulvinar tortor, commodo eleifend risus arcu sed odio:
109\begin{itemize}
110\item Mollis dignissim, magna augue tincidunt dolor, interdum vestibulum urna
111\item Sed aliquet luctus lectus, eget aliquet leo ullamcorper consequat. Vivamus eros sem, iaculis ut euismod non, sollicitudin vel orci.
112\item Nascetur ridiculus mus.
113\item Euismod non erat. Nam ultricies pellentesque nunc, ultrices volutpat nisl ultrices a.
114\end{itemize}
115
116\end{alertblock}
117
118%----------------------------------------------------------------------------------------
119% INTRODUCTION
120%----------------------------------------------------------------------------------------
121
122\begin{block}{Introduction}
123
124Lorem ipsum dolor \textbf{sit amet}, consectetur adipiscing elit. Sed commodo molestie porta. Sed ultrices scelerisque sapien ac commodo. Donec ut volutpat elit. Sed laoreet accumsan mattis. Integer sapien tellus, auctor ac blandit eget, sollicitudin vitae lorem. Praesent dictum tempor pulvinar. Suspendisse potenti. Sed tincidunt varius ipsum, et porta nulla suscipit et. Etiam congue bibendum felis, ac dictum augue cursus a. \textbf{Donec} magna eros, iaculis sit amet placerat quis, laoreet id est. In ut orci purus, interdum ornare nibh. Pellentesque pulvinar, nibh ac malesuada accumsan, urna nunc convallis tortor, ac vehicula nulla tellus eget nulla. Nullam lectus tortor, \textit{consequat tempor hendrerit} quis, vestibulum in diam. Maecenas sed diam augue.
125
126This statement requires citation \cite{Smith:2012qr}.
127
128\end{block}
129
130%------------------------------------------------
131
132\begin{figure}
133\includegraphics[width=0.8\linewidth]{placeholder.jpg}
134\caption{Figure caption}
135\end{figure}
136
137%----------------------------------------------------------------------------------------
138
139\end{column} % End of the first column
140
141\begin{column}{\sepwid}\end{column} % Empty spacer column
142
143\begin{column}{\twocolwid} % Begin a column which is two columns wide (column 2)
144
145\begin{columns}[t,totalwidth=\twocolwid] % Split up the two columns wide column
146
147\begin{column}{\onecolwid}\vspace{-.6in} % The first column within column 2 (column 2.1)
148
149%----------------------------------------------------------------------------------------
150% MATERIALS
151%----------------------------------------------------------------------------------------
152
153\begin{block}{Materials}
154
155The following materials were required to complete the research:
156
157\begin{itemize}
158\item Curabitur pellentesque dignissim
159\item Eu facilisis est tempus quis
160\item Duis porta consequat lorem
161\item Eu facilisis est tempus quis
162\end{itemize}
163
164The materials were prepared according to the steps outlined below:
165
166\begin{enumerate}
167\item Curabitur pellentesque dignissim
168\item Eu facilisis est tempus quis
169\item Duis porta consequat lorem
170\item Curabitur pellentesque dignissim
171\end{enumerate}
172
173\end{block}
174
175%----------------------------------------------------------------------------------------
176
177\end{column} % End of column 2.1
178
179\begin{column}{\onecolwid}\vspace{-.6in} % The second column within column 2 (column 2.2)
180
181%----------------------------------------------------------------------------------------
182% METHODS
183%----------------------------------------------------------------------------------------
184
185\begin{block}{Methods}
186
187Lorem ipsum dolor \textbf{sit amet}, consectetur adipiscing elit. Sed laoreet accumsan mattis. Integer sapien tellus, auctor ac blandit eget, sollicitudin vitae lorem. Praesent dictum tempor pulvinar. Suspendisse potenti. Sed tincidunt varius ipsum, et porta nulla suscipit et. Etiam congue bibendum felis, ac dictum augue cursus a. \textbf{Donec} magna eros, iaculis sit amet placerat quis, laoreet id est. In ut orci purus, interdum ornare nibh. Pellentesque pulvinar, nibh ac malesuada accumsan, urna nunc convallis tortor, ac vehicula nulla tellus eget nulla. Nullam lectus tortor, \textit{consequat tempor hendrerit} quis, vestibulum in diam. Maecenas sed diam augue.
188
189\end{block}
190
191%----------------------------------------------------------------------------------------
192
193\end{column} % End of column 2.2
194
195\end{columns} % End of the split of column 2 - any content after this will now take up 2 columns width
196
197%----------------------------------------------------------------------------------------
198% IMPORTANT RESULT
199%----------------------------------------------------------------------------------------
200
201\begin{alertblock}{Important Result}
202
203Lorem ipsum dolor \textbf{sit amet}, consectetur adipiscing elit. Sed commodo molestie porta. Sed ultrices scelerisque sapien ac commodo. Donec ut volutpat elit.
204
205\end{alertblock}
206
207%----------------------------------------------------------------------------------------
208
209\begin{columns}[t,totalwidth=\twocolwid] % Split up the two columns wide column again
210
211\begin{column}{\onecolwid} % The first column within column 2 (column 2.1)
212
213%----------------------------------------------------------------------------------------
214% MATHEMATICAL SECTION
215%----------------------------------------------------------------------------------------
216
217\begin{block}{Mathematical Section}
218
219Nam quis odio enim, in molestie libero. Vivamus cursus mi at nulla elementum sollicitudin. Nam quis odio enim, in molestie libero. Vivamus cursus mi at nulla elementum sollicitudin.
220
221\begin{equation}
222E = mc^{2}
223\label{eqn:Einstein}
224\end{equation}
225
226Nam quis odio enim, in molestie libero. Vivamus cursus mi at nulla elementum sollicitudin. Nam quis odio enim, in molestie libero. Vivamus cursus mi at nulla elementum sollicitudin.
227
228\begin{equation}
229\cos^3 \theta =\frac{1}{4}\cos\theta+\frac{3}{4}\cos 3\theta
230\label{eq:refname}
231\end{equation}
232
233Nam quis odio enim, in molestie libero. Vivamus cursus mi at nulla elementum sollicitudin. Nam quis odio enim, in molestie libero. Vivamus cursus mi at nulla elementum sollicitudin.
234
235\begin{equation}
236\kappa =\frac{\xi}{E_{\mathrm{max}}} %\mathbb{ZNR}
237\end{equation}
238
239\end{block}
240
241%----------------------------------------------------------------------------------------
242
243\end{column} % End of column 2.1
244
245\begin{column}{\onecolwid} % The second column within column 2 (column 2.2)
246
247%----------------------------------------------------------------------------------------
248% RESULTS
249%----------------------------------------------------------------------------------------
250
251\begin{block}{Results}
252
253\begin{figure}
254\includegraphics[width=0.8\linewidth]{placeholder.jpg}
255\caption{Figure caption}
256\end{figure}
257
258Nunc tempus venenatis facilisis. Curabitur suscipit consequat eros non porttitor. Sed a massa dolor, id ornare enim:
259
260\begin{table}
261\vspace{2ex}
262\begin{tabular}{l l l}
263\toprule
264\textbf{Treatments} & \textbf{Response 1} & \textbf{Response 2}\\
265\midrule
266Treatment 1 & 0.0003262 & 0.562 \\
267Treatment 2 & 0.0015681 & 0.910 \\
268Treatment 3 & 0.0009271 & 0.296 \\
269\bottomrule
270\end{tabular}
271\caption{Table caption}
272\end{table}
273
274\end{block}
275
276%----------------------------------------------------------------------------------------
277
278\end{column} % End of column 2.2
279
280\end{columns} % End of the split of column 2
281
282\end{column} % End of the second column
283
284\begin{column}{\sepwid}\end{column} % Empty spacer column
285
286\begin{column}{\onecolwid} % The third column
287
288%----------------------------------------------------------------------------------------
289% CONCLUSION
290%----------------------------------------------------------------------------------------
291
292\begin{block}{Conclusion}
293
294Nunc tempus venenatis facilisis. \textbf{Curabitur suscipit} consequat eros non porttitor. Sed a massa dolor, id ornare enim. Fusce quis massa dictum tortor \textbf{tincidunt mattis}. Donec quam est, lobortis quis pretium at, laoreet scelerisque lacus. Nam quis odio enim, in molestie libero. Vivamus cursus mi at \textit{nulla elementum sollicitudin}.
295
296\end{block}
297
298%----------------------------------------------------------------------------------------
299% ADDITIONAL INFORMATION
300%----------------------------------------------------------------------------------------
301
302\begin{block}{Additional Information}
303
304Maecenas ultricies feugiat velit non mattis. Fusce tempus arcu id ligula varius dictum.
305\begin{itemize}
306\item Curabitur pellentesque dignissim
307\item Eu facilisis est tempus quis
308\item Duis porta consequat lorem
309\end{itemize}
310
311\end{block}
312
313%----------------------------------------------------------------------------------------
314% REFERENCES
315%----------------------------------------------------------------------------------------
316
317\begin{block}{References}
318
319\nocite{*} % Insert publications even if they are not cited in the poster
320\small{\bibliographystyle{unsrt}
321\bibliography{sample}\vspace{0.75in}}
322
323\end{block}
324
325%----------------------------------------------------------------------------------------
326% ACKNOWLEDGEMENTS
327%----------------------------------------------------------------------------------------
328
329\setbeamercolor{block title}{fg=red,bg=white} % Change the block title color
330
331\begin{block}{Acknowledgements}
332
333\small{\rmfamily{Nam mollis tristique neque eu luctus. Suspendisse rutrum congue nisi sed convallis. Aenean id neque dolor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.}} \\
334
335\end{block}
336
337%----------------------------------------------------------------------------------------
338% CONTACT INFORMATION
339%----------------------------------------------------------------------------------------
340
341\setbeamercolor{block alerted title}{fg=black,bg=norange} % Change the alert block title colors
342\setbeamercolor{block alerted body}{fg=black,bg=white} % Change the alert block body colors
343
344\begin{alertblock}{Contact Information}
345
346\begin{itemize}
347\item Web: \href{http://www.university.edu/smithlab}{http://www.university.edu/smithlab}
348\item Email: \href{mailto:john@smith.com}{john@smith.com}
349\item Phone: +1 (000) 111 1111
350\end{itemize}
351
352\end{alertblock}
353
354\begin{center}
355\begin{tabular}{ccc}
356\includegraphics[width=0.4\linewidth]{logo.png} & \hfill & \includegraphics[width=0.4\linewidth]{logo.png}
357\end{tabular}
358\end{center}
359
360%----------------------------------------------------------------------------------------
361
362\end{column} % End of the third column
363
364\end{columns} % End of all the columns in the poster
365
366\end{frame} % End of the enclosing frame
367
368\end{document}