HOME | INVITED SPEAKERS | SUBMISSION | REGISTRATION | COMMITTEES | ACCEPTED PAPERS | LIST OF PARTICIPANTS |
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 2020 should be submitted electronically in PDF format via EasyChair.
Deadline for submitting the initial version
The deadline for submission of the extended abstract is February 1, 2020.
The date for notification of acceptance is March 1, 2020.
At least one author of each accepted abstract should register before April 1st, 2020.
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:
\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}