在文章类 elsarticle.cls 中包含 ORCID ID

在文章类 elsarticle.cls 中包含 ORCID ID

我正在 Overleaf 上的 elsarticle 类中写一篇文章。

我们希望在作者信息中创建 ORCID ID,因为大学甚至对提交的文章也规定了这一点。

\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}

这些答案不起作用:

有没有在 TeX / PDF 中包含 ORCID 的标准方法?

IEEEtran - 如何使用 PdfLatex 在 TeX/PDF 中包含 ORCID

如何为 ORCID 创建链接?

相关内容