I'm writing an article in elsarticle class on Overleaf.
We want to create ORCID ID's in the author information because the university dictates it even for submissions.
\documentclass[review]{elsarticle}
\begin{document}
\begin{frontmatter}
\title{Title Goes Here}
\author[add1]{My Name Is} [orcid=0000-0000-XXXX-XXXX]
\author[add2]{Your Name Is}[orcid=0000-0000-XXXX-XXXX]
\address[add1]{Department of Bla Bla}
\address[add2]{Department of Gra Gra}
\begin{abstract}
It goes here.
\end{abstract}
\begin{keyword}
Key \sep Words
\end{keyword}
\end{frontmatter}
Some pages here.
\end{document}
These answers didn't work:
Is there a standard way to include ORCID in TeX / PDF?
IEEEtran - How to include ORCID in TeX/PDF with PdfLatex
How do I create link for ORCID?
orcidlinkpackage working on the IEEE format. When migrating to the elsevier format I could not get it to work properly. They way I had, theorcidlinkicon was also suplicated at the footnote for email. – Eduardo Reis Aug 03 '21 at 20:04