CLN_2025_Abstract_template
Author
Florent Tournus
Last Updated
25 days ago
License
Creative Commons CC BY 4.0
Abstract
Template for abstract submission for the 22nd Colloque Louis Néel in 2025
%%%%%%%%%%%%%%%%%%%%% 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{siunitx}
\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{titling}
\pretitle{\begin{center} \huge \bfseries}
\posttitle{\par \end{center} \vspace{-\baselineskip} }
\preauthor{\begin{center} \large}
\postauthor{\par *\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{
A great talk about Fe\textsubscript{2}O\textsubscript{3} at an awesome meeting %% Put your title here
}
\author[1,*]{Presenting Author}
\affil[1]{Department name, Institution, City, Country}
\def \corremail{presenting.author@magnetic-lab.fr} % give your email here
\author[1]{Second Author}
\author[2]{Third Author}
\affil[2]{Department name, Another institution, Another city, Country}
\begin{document}
\maketitle % DO NOT REMOVE THIS LINE
Write your abstract here. Please do not exceed a length of two A4 pages, and do not modify the template. Use the Overleaf platform to prepare your abstract or use your own working LaTeX setup.
Start by giving some motivations, then describe your work and your results. Accents can be written directly without any trouble as for instance the village of Vogüé in Ardèche. For units, siunitx is loaded, so do not hesitate to write about your high magnetic field of \SI{9}{\tesla} or your spin waves with frequencies up to \SI{250}{\GHz}, or even your spatial resolution in the \si{\nano\meter} range. You can add equations like this, and refer to them (see Eq.~\ref{eq:topo_charge}):
\begin{equation}
\label{eq:topo_charge}
Q_\text{topo} = \frac{1}{4\pi} \int \vec{m}(\vec{r}) \cdot \left (\pdv{\vec{m}}{x} \times \pdv{\vec{m}}{y} \right) \dd{\vec{r}}
\end{equation}
For references, that you may cite like this\cite{wolfSpintronicsSpinBasedElectronics2001}, use the Bibtex format in a file named \texttt{biblio.bib} and use biber as a compiler. You can get the Bibtex description from Zotero or from a DOI on this website: \url{https://www.doi2bib.org/}. The references section will then be filled automatically. We also suggest to add a nice figure with some caption to catch the attention of your audience (see Fig.~\ref{fig:spin}), following this example:
\begin{figure}[h]
\centering
\includegraphics[width=6cm]{Logo_CLN2025.png}
\caption{This is a spin, or maybe a chestnut.}
\label{fig:spin}
\end{figure}
Note that you can use figures in any usual format (tif, png, jpg... and even pdf), you simply need to upload the corresponding file in your Overleaf project. The size of the figure can easily be chosen with the ``width'' parameter.
Once you are ready, go to \href{https://cln2025.sciencesconf.org/}{the conference website} to upload your pdf abstract as the main file. This pdf file can be downloaded from Overleaf by clicking on the ``Download PDF'' icon in the right pannel (next to the ``Recompile'' button). \textbf{As a supplementary file, we ask you to upload a .zip file containing your .tex file, together with your biblio.bib file and your figure(s) (if any)}. Such a zip can be downloaded directly from Overleaf: in the (top left) overleaf Menu, click to download the Source; or from the project list that you see on your Overleaf home page (when clicking on the Home icon), you can click on the download icon which indicates ``Download .zip file''. \textbf{\textcolor{Firebrick1}{This is mandatory, we need these files to create the final booklet.}}
\section*{Acknowledgments}
If you wish to acknowledge people or funding, do it there.
%%%%%%%%%%%%% REFERENCES
\printbibliography
\end{document}