BFA 2021 – SUBMISSION

 

HOME INVITED SPEAKERS SUBMISSION REGISTRATION COMMITTEES ACCEPTED ABSTRACTS LIST OF PARTICIPANTS PHOTOS

 

Submission

All participants who wish to contribute a 15-20 minute talk are invited to submit an abstract that summarizes their work in PDF format.

Submission server
Submissions to BFA 2021 should be submitted electronically in PDF format via EasyChair.

Deadline for submitting the initial version
The deadline for submission of the extended abstract is April 20, 2021 April 30, 2021 (EXTENDED).
The date for notification of acceptance is June 20, 2021
The authors of the accepted abstracts will have a choice of presenting in person at the venue or online via zoom. It is a requirement that videos with records of presentations to be submitted by August 20, 2021.

Format requirements for submissions
The submission must be written in English. It should begin with a title, a list of authors with affiliations and a short abstract. The abstract should be between 4 and 5 pages, using at least 11-point font and reasonable margins. The following LaTeX template can be used:

LaTeX Template (click to expand)

\documentclass[a4paper, 11pt]{article}

\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{authblk}
\usepackage{lipsum}
\usepackage{geometry}
 \geometry{
 a4paper,
 total={170mm,257mm},
 left=25mm,
 right=25mm,
 top=20mm,
 bottom=20mm,
 }

\newenvironment{proof}{\paragraph{Proof:}}{\hfill$\square$}
\newtheorem{theorem}{Theorem}[section]
\numberwithin{theorem}{section}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}

\begin{document}
\pagestyle{empty}

\title{Your Title}
\date{}%leave it blank
\author[*]{Author A}
\author[*]{Author B}
\author[**]{Author C}
\affil[*]{\small Department1, University1}
\affil[**]{\small Department2, University2}

\maketitle
\begin{abstract}
A short abstract
\end{abstract}

\thispagestyle{empty}

Your  extended abstract, \cite{book}.

\begin{thebibliography}{99}

\bibitem{book}
R. Lidl, and H. Niederreiter, {\em Introduction to finite fields and their applications.} Cambridge university press, 1994.

\end{thebibliography}

\end{document}