% ============================================================
% example.tex - Author submission template for SISSA Medialab
% journals using jsty3-author.sty
%
% Lines marked [REQUIRED] must be filled in before submission.
% Lines marked [OPTIONAL] can be removed if not needed.
% ============================================================
\documentclass[11pt]{article}
\usepackage[journal=jquant,stage=submission,logging=stdout]{jsty3-author}
% ------------------------------------------------------------
% Title [REQUIRED]
%
\title{Paper Title}
% ------------------------------------------------------------
% Version date (remove if not needed, in YYYY-MM-DD) [OPTIONAL]
%
\history{ver}{2026-06-01}
% ------------------------------------------------------------
% Authors [REQUIRED]
%
% \author{affiliation keys}{Name}{email}
% \author*{...}{...}{...}{...} corresponding author, if needed (adds *)
% \author{...}{...}{...}{orcid} with ORCID identifier
% \author{...}{...}{}{} no email, no orcid
% ------------------------------------------------------------
\author*{a,b}{A. First-Author}{first@inst-a.edu}{0000-0000-0000-0000}
\author{a}{B. Second-Author}{second@inst-a.edu}{}
\author{b,c}{C. Third-Author}{}{0000-0000-0000-0000}
\author{c,1}{D. Fourth-Author}{fourth@inst-c.edu}{}
% ------------------------------------------------------------
% Affiliations [REQUIRED]
%
% \affiliation{key}{Full name, City, Country}
\affiliation{a}{Department of Physics, University of Somewhere, City, Country}
\affiliation{b}{Institute for Theoretical Studies, Another City, Country}
\affiliation{c}{National Laboratory, Research Centre, City, Country}
% ------------------------------------------------------------
% Notes [OPTIONAL]
%
% \note{key}{Text of the note.}
\note{1}{On leave from: ....}
% ------------------------------------------------------------
% Logos (optional, must comply with journal style) [OPTIONAL]
%
% \logoAdd{logo.pdf}
% ------------------------------------------------------------
% Large collaborations [OPTIONAL]
%
% \collaboration{Name}{email}
% \collaborationList{forthe|behalf|author|regular|empty}
% ------------------------------------------------------------
% Abstract [REQUIRED]
%
\abstract{...}
\begin{document}
% Note: \maketitle is NOT used, the front matter is printed automatically by the package at \begin{document}.
\section{Introduction}
\label{sec:intro}
...
% --------------------------------------------x----------------
% Bibliography [REQUIRED]
%
% Option 1 (suggested): use a bib file (here refs.bib) and the provided jsty3-author.bst file
%\bibliographystyle{jsty3-author}
%\bibliography{refs}
% Option 2: a generated bbl by other means can be included as is
\begin{thebibliography}{99}
\bibitem{ref:key1}
A.~Author and B.~Author,
\textit{Title of the first reference},
Journal \textbf{1} (2020) 100,
\href{https://doi.org/10.1000/example}{doi:10.1000/example}.
\bibitem{ref:key2}
C.~Author,
\textit{Title of the second reference},
arXiv:2001.00000 [hep-th].
\bibitem{ref:key3}
D.~Author, E.~Author and F.~Author,
\textit{Title of the third reference},
Journal \textbf{5} (2023) 042.
\end{thebibliography}
\end{document}