
Magnonics 2023 Abstract template
Author
Olivier Klein
Last Updated
11 days ago
License
Creative Commons CC BY 4.0
Abstract
Abstract submission template for Magnonics 2023
https://magnonics2023.sciencesconf.org/

\documentclass[cls/magnonics]{cls/magnonics}
\usepackage[english]{babel}
%%%%%%%%%%%%% INTRODUCTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Make sure that you read first carefully the following comments and that you abide by the rules indicated in the different sections. This is because the content of this file will be parsed by an algorithm to form the booklet.
% We recommend that you perform the edition inside overleaf (https://www.overleaf.com/project): a collaborative cloud-based LaTeX editor used for writing scientific documents.
% References shall be inserted in the file mylib.bib using the bibtex format. One can generate automatically bibtex entries from the DOI-number via https://www.doi2bib.org/.
%%%%%%%%%%%%% PREAMBLES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Default LaTeX packages
% \DeclareRobustCommand*\MakeTitlecase[1]{%
% \caselower[e]{#1}%
% \titlecap{\thestring}%
% }
\usepackage{array}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage[backend=biber,style=phys]{biblatex}
%%%%%%%%%%%%% BIBLIOGRAPHY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliography is located in the mylib.bib file
\addbibresource{mylib.bib}
%%%%%%%%%%%%% TITLE AND AUTHORS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Please enter title and author entries in small letters. Capitalization is managed automatically.
\title{\titlecap{title of the abstract for magnonics 2023}}
% The author marked by [*] shall be the presenting author.
\author[1,*]{\titlecap{presenting author}}
% corresponding/presenting author email
\corrauthor{correspondingauthor@email.com}
% List of co-authors
\author[1,2]{\titlecap{second author}}
\author[2]{\titlecap{third author}}
\affil[1]{Department name, Institution 1, Country}
\affil[2]{Department name, Instituion 2, Country}
\graphicspath{{./figs/}}
%%%%%%%%%%%%% DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
Enter your abstract here. Make sure that you read first carefully the following comments and that you abide by the rules indicated in the different sections. This is because the content of this file will be parsed by an algorithm to form the booklet. It should not be longer than 1 page in length. We recommend that you perform the edition inside the overleaf environment (\texttt{https://www.overleaf.com/project}): a collaborative cloud-based editor allowing free writing of \LaTeX\, documents.
It is a good idea to start your abstract with some background and motivation, then describe your approach and summarize the key results. We recommend adding an eye-catching figure that can be referred inside the text through its associated label \textit{e.g.} Figure.~\ref{myfig1}.
%%%%%%%%%%%%% FIGURES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figures
\begin{figure}[htpb!]
\begin{center}
% Figures shall be uploaded in the >figs folder
\includegraphics[scale=0.15]{vortex_mx.png}
\caption{Magnetic vortex state.}
\label{myfig1}
\end{center}
\end{figure}
References shall be inserted in the \texttt{mylib.bib}-file using the bibtex format \footnote{Bibtex entries can be generated automatically from the DOI via web-tools such as \texttt{https://www.doi2bib.org/}}. Cite them in the text using commands \cite{Li2018,Brataas2020} or \cite{Klein1993}. They will appear automatically together at the end of the abstract sorted by quotation order. Do not try to modify the quotation style.
Final check: make sure that the total length of the abstract is no more than 1 page and that the file compiles without error before uploading it as a zip project inside the conference website. For that click on the home symbol in the upper left corner of this page, and download the project. The project should be renamed using your correspondingauthor entry.
%%%%%%%%%%%%% REFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printbibliography[heading=bibliography]
\end{document}