
MOOD_abstract_template
作者:
David Zimmerer
最近上传:
4 年前
许可:
Creative Commons CC BY 4.0
摘要:
Abstract Template for the Medical Out-of-Distribution Challenge at MICCAI

\documentclass{article}
\usepackage[utf8]{inputenc}
\title{MOOD Abstract - Team Name}
\usepackage[numbers,sort]{natbib}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{hyperref}
\usepackage[capitalise]{cleveref}
\usepackage{authblk}
\usepackage{blindtext}
\begin{document}
\author[1]{Author One\thanks{author\_one@email.com}}
\author[1]{Author Two}
\author[2]{Author Three}
\affil[1]{Affiliation One}
\affil[2]{Affiliation Two}
\date{}
\maketitle
\begin{abstract}
150 - 1500 word abstract describing your method.
\blindtext[2]
\end{abstract}
\newpage
\section*{Checklist}
\begin{itemize}
\item \textbf{Team Name}: MOOD-Team
\item \textbf{Team Members}: 0-100
\item \textbf{Synapse.org username}: username@synapse.org
\item \textbf{I want to officially take part in the Challenge and be eligible for prizes}: Yes/No
\item \textbf{Code Repository}: link-to-code
\item \textbf{I want to appear}
\begin{itemize}
\item \textbf{On the MICCAI presentation}: Yes/No/Only if in Top X
\item \textbf{On the leaderboard}: Yes/No/Only if in Top X
\item \textbf{On the challenge paper}: Yes/No/Only if in Top X
\end{itemize}
\item \textbf{I want to participate 100\% anonymously}: Yes/No
\item \textbf{I would be willing to make a presentation for MICCAI}: Yes/No
\item \textbf{Method Name}: SuperCoolNewMethod (if available: arXiv-link)
\item \textbf{Built on which methods/ prior work}: U-Net/ VAE / AnoGAN / ...
\end{itemize}
\bibliographystyle{plain}
\bibliography{references}
\end{document}