% This abstract was adapted from the abstract template for the 22nd Colloque Louis Néel (2025), authored by Florent Tournus and available under a Creative Commons CC BY 4.0 license.
%%%%%%%%%%%%%%%%%%%%% DO NOT MODIFY THIS PART
\documentclass[a4paper, 10pt]{article}
\usepackage[x11names]{xcolor}
\usepackage[colorlinks, urlcolor=DodgerBlue3, linkcolor=DarkOrchid3, citecolor=DarkOrchid3]{hyperref}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage[bitstream-charter]{mathdesign}
\usepackage{bm}
\usepackage{amsmath}
\usepackage[hmargin=1.5cm, top=1.5cm, bottom=1.5cm]{geometry}
\usepackage{graphicx}
\usepackage{float}
\usepackage{physics}
\usepackage[backend=biber, maxbibnames=5, minbibnames=3, style=numeric-comp, sorting=none, url=false, isbn=false, doi=false]{biblatex}
\addbibresource{biblio.bib}
\usepackage{xpatch}
\renewbibmacro{in:}{}
\DeclareFieldFormat{pages}{#1}
\newbibmacro{string+doiurl}[1]{%
\iffieldundef{doi}{
\iffieldundef{url}{#1}
{\href{\thefield{url}}{#1}}
}{\href{http://dx.doi.org/\thefield{doi}}{#1}}}
\DeclareFieldFormat[article]{title}{\usebibmacro{string+doiurl}{#1}}
\AtEveryBibitem{%
\clearlist{language}%
\clearfield{month}
\clearfield{number}
\clearfield{note}}
\newbibmacro{date+pages}{%
\printfield{pages}%
\setunit*{\space}%
\usebibmacro{date}%
\setunit*{\addcomma\space}%
\newunit}
\xpatchbibdriver{article}
{\newunit
\usebibmacro{note+pages}}
{}{}{}
\renewbibmacro*{journal+issuetitle}{%
\usebibmacro{journal}%
\setunit*{\addspace}%
\iffieldundef{series}
{}
{\newunit
\printfield{series}%
\setunit{\addspace}}%
\usebibmacro{volume+number+eid}%
\newunit
\usebibmacro{note+pages}%
\setunit{\addspace}%
\usebibmacro{issue+date}%
\setunit{\addcolon\space}%
\usebibmacro{issue}%
\newunit}
\usepackage{ifthen}
\def \funding{}
\usepackage{titling}
\pretitle{\vspace{-25pt} \raggedleft \small 1\textsuperscript{st} Meeting on Medical Image Analysis (MMIA) \\Porto, Portugal, 8\textsuperscript{th}May 2026
\begin{center} \Large \bfseries}
\posttitle{\par \end{center} \vspace{-\baselineskip} }
\preauthor{\begin{center}}
\postauthor{\par
%\thanks{\funding}
\ifthenelse{\equal{\funding}{}}
{% True case
*}
{% false case
\thanks{\funding}}
\href{mailto:\corremail}{\corremail}
\end{center} \vspace*{-1.5cm}}
\usepackage{authblk}
\renewcommand\Affilfont{\itshape}
\pagenumbering{gobble}
\date{}
%%%%%%%%%%%%%%%%% DO NOT MODIFY ANYTHING ABOVE THIS LINE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Enter here your title and the authors with their affiliations. For subscripts or superscripts use \textsubscript{} and \textsuperscript{} as in the example below.
\title{
MMIA Abstract Title
%% Put your title here
}
\author[1,*]{Presenting Author}
\affil[1]{Department name, Institution, City, Country}
\def \corremail{presenting.author@medical-img-lab.pt} % give your email here
\author[1]{Second Author}
\author[2]{Third Author}
\affil[2]{Department name, Another institution, Another city, Country}
\def \funding{Identify applicable funding here. If none, delete this.}
\begin{document}
\maketitle % DO NOT REMOVE THIS LINE
Write your abstract here. Do not exceed a length of one A4 page, including figures, tables, references, and acknowledgements. Do not modify the submission template. Start by providing an introduction, motivation, and contributions, then describe your methodology, results, and conclusion. Equations can be added and referenced (see Eq.~\ref{eq:dice-sorensen}):
\begin{equation}
\label{eq:dice-sorensen}
DSC = \frac{2\left | X\cap Y\right |}{\left | X\right | + \left | Y \right |}
\end{equation}
Figures (Fig.~\ref{fig:cxr}) and Tables (Table~\ref{tb:results}) can also be added. For references, use the Bibtex format in a \texttt{.bib} file and use biber as a compiler \cite{paper1, paper2}.
Once you are ready, go to \href{https://mmia.inesctec.pt}{the conference website} to upload your abstract. The main file for submission is the .pdf version of your abstract. Additionally, you must submit a .zip file containing your .tex file, together with any .bib file and figure(s) (if any). This is required so that your abstract can be included in the book of abstracts.
\begin{figure}[h]
\centering
\includegraphics[width=.3\linewidth]{cxr.jpg}
\caption{Example of a normal posteroanterior (PA) chest radiograph.}
\label{fig:cxr}
\end{figure}
\begin{table}[h]
\centering
\caption{Example of a table of results.}
\begin{tabular}{l c c c}
\hline
& A & B & C \\
\hline\hline
True Positives & 6 & 87837 & 787 \\
\hline
False Positives & 7 & 78 & 5415 \\
\hline
False Negatives & 545 & 778 & 7507 \\
\hline
\end{tabular}
\label{tb:results}
\end{table}
%%%%%%%%%%%%% REFERENCES
\printbibliography
\end{document}