SECURENET 2024 Poster Template
Author
Bartlomiej Siniarski
Last Updated
6 months ago
License
Creative Commons CC BY 4.0
Abstract
SECURENET Poster Template to be used for posters presented at the summit.
SECURENET Poster Template to be used for posters presented at the summit.
\documentclass[a0paper,portrait]{baposter}
\usepackage{wrapfig}
\usepackage{lmodern}
\usepackage{tabularx} %for better sizable tables
\usepackage{booktabs}
\usepackage{caption}
\usepackage{graphicx} %Better sizable images
\usepackage[export]{adjustbox} % to justify imges
\usepackage{url}
\usepackage{xcolor,colortbl} %Table border coulur
\arrayrulecolor{blue} % Make table border red(Please change whatever the colour suits better
\usepackage[utf8]{inputenc} %unicode support
\usepackage[T1]{fontenc}
\raggedbottom
% \{cmyk}
\graphicspath{{figures/}} % Directory in which figures are stored
\newcommand{\compresslist}{%
\setlength{\itemsep}{0pt}%
\setlength{\parskip}{1pt}%
\setlength{\parsep}{0pt}%
}
\newenvironment{boenumerate}
{\begin{enumerate}\renewcommand\labelenumi{\textbf\theenumi.}}
{\end{enumerate}}
\begin{document}
% \definecolor{darkgreen}{cmyk}{0.8,0,0.8,0.45}
% \definecolor{lightgreen}{cmyk}{0.8,0,0.8,0.25}
\definecolor{darkgreen}{cmyk}{0.55,0.55,0,0.45}
\definecolor{lightgreen}{cmyk}{0.36,0.35,0,0.64}
\begin{poster}
{
grid=false,
headerborder=open, % Adds a border around the header of content boxes
colspacing=1em, % Column spacing
bgColorOne=white, % Background color for the gradient on the left side of the poster
bgColorTwo=white, % Background color for the gradient on the right side of the poster
borderColor=darkgreen, % Border color
headerColorOne=lightgreen, % Background color for the header in the content boxes (left side)
headerColorTwo=lightgreen, % Background color for the header in the content boxes (right side)
headerFontColor=white, % Text color for the header text in the content boxes
boxColorOne=white, % Background color of the content boxes
textborder=rounded, %rectangle, % Format of the border around content boxes, can be: none, bars, coils, triangles, rectangle, rounded, roundedsmall, roundedright or faded
eyecatcher=false, % Set to false for ignoring the left logo in the title and move the title left
headerheight=0.11\textheight, % Height of the header
headershape=rounded, % Specify the rounded corner in the content box headers, can be: rectangle, small-rounded, roundedright, roundedleft or rounded
headershade=plain,
headerfont=\large\textsf, % large, bold and sans serif font in the headers of content boxes
%textfont={\setlength{\parindent}{1.5em}}, % Uncomment for paragraph indentation
linewidth=2pt % Width of the border lines around content boxes
}
{}
%
%----------------------------------------------------------------------------------------
% TITLE AND AUTHOR NAME
%----------------------------------------------------------------------------------------
%
{
\sf\vspace{0.5em}
\textsf %Sans Serif
{\huge {\textbf{TITLE}}
}
}
{\sf\vspace{0.5em}
\\
\small{\textbf{FIRST AUTHOR (email address)}, SECOND AUTHOR AND MENTORS}
\vspace{0.5em}
\\
\normalsize\textbf{School of Computer Science, University College Dublin}
\vspace{0.2em}}
{\includegraphics[width=0.20\linewidth]{figures/parter-logos.jpg}}
\headerbox{1. Introduction}{name=introduction,column=0,row=0, span=3}{
\small\setlength{\tabcolsep}{10pt}
\begin{minipage}{.32\linewidth}
TEXT ON LEFT
\end{minipage}
\small\setlength{\tabcolsep}{10pt}
\begin{minipage}{.38\linewidth}
TEXT IN THE MIDDLE COLUMN
\end{minipage}
\small\setlength{\tabcolsep}{10pt}
\begin{minipage}{.27\linewidth}
TEXT ON RIGHT
\end{minipage}
}
\headerbox{2. Methodology}{name=methods,span=2,column=0,below=introduction}{ % To reduce this block to 1 column width, remove 'span=2'
%\small\setlength{\tabcolsep}{10pt}
\begin{minipage}{.50\linewidth}
TEXT ON LEFT
\end{minipage}
%\subsection*{Predictive architecture: N1-NN}
%\small\setlength{\tabcolsep}{10pt}
\begin{minipage}{.48\linewidth}
TEXT ON RIGHT
% \includegraphics[width=6.5cm,height=6.5cm]{MECSecureMigration.jpg}
% \captionof{figure}{Secure Service Migration}
\end{minipage}
%\centering
%\newcolumntype{Y}{>{\centering\arraybackslash}X}
%\begin{tabularx}{1\textwidth}{|Y|Y|Y|}
%\toprule
% & & \\
%\textbf{} & \textbf{Training set} & \textbf{Test set}\\
% & & \\
%\midrule
% & & \\
%EMS & 1,678 & 78 \\
% & & \\
%Other & 5,406 & 285 \\
% & & \\
%Total & 7,084 & 363 \\
% & & \\
%\bottomrule
%\end{tabularx}
%\captionof{table}{Number of protein sequences in each dataset}
%\hfill
% \begin{minipage}{.3\linewidth}
% \end{minipage}
% \begin{eqnarray*}
% %MCC &=& \frac{TP \times TN - FP \times FN}{\sqrt{(TP + FP)(TP + FN)(TN + FP)(TN + FN)}}\nonumber\\
% \end{eqnarray*}
}
\headerbox{3. TITLE}{name=SECaaS,span=2,column=0,below=methods}{
TEXT
}
\headerbox{4. TITLE}{name=validate,column=2,below=introduction,span=1}{
TEXT
}
\headerbox{5. Future Work}{name=future,column=2,below=validate,span=1}{
TEXT
}
\headerbox{Related Publications}{name=reference,column=2,below=future,span=1}{
\vspace{0.05cm}
\renewcommand{\section}[2]{\vskip 0.05em}
% \bibliographystyle{unsrt}
% \bibliography{poster}
}
\end{poster}
\end{document}