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

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

我想将 ORCID 添加到我编写的文档的元数据中。这可以用 PDF 实现吗?有没有标准方法将其包含在 TeX 中?

最好的办法是,如果有标准的 TeX 命令,编译后的 PDF 会自动包含此信息。但如果可以在 PDF 编译后添加此命令,那就太好了。

将 ORCID 添加到 TeX 代码的最简单方法是添加注释

% ORCID of the author: http://orcid.org/0000-0002-6517-1690

但是其他人如何将他们的 ORCID 添加到论文中?有没有建议如何做,以便脚本/搜索引擎可以使用这些信息?

答案1

虽然前面的答案已经很完整了,但我发现orcidlink刚刚推送了一个简单的包加拿大运输安全局满足您的需求!

在此处输入图片描述

答案2

学术界有 TeX 包https://ctan.org/pkg/academiconsORCiD 支持此功能。您也可以从 ORCiD 网站下载 SVG 或 PNG 图标,https://orcid.org/trademark-and-id-display-guidelines

例子:
  1. 在 tex 文件的 Document SetUp 部分添加以下内容。第二行将定义 ORCiD 推荐的图标颜色。

    \usepackage{academicons}
    \definecolor{orcidlogocol}{HTML}{A6CE39}
    
  2. 在您想要添加 ORCiD 图标和 URL 的位置添加以下内容

    \item \href{https://orcid.org/0000-0000-0000-0000}{\textcolor{orcidlogocol}{\aiOrcid} \hspace{2mm} orcid.org/0000-0000-0000-0000}
    

奥瑞金建议十六进制:#A6CE39 为图标颜色。\hspace{2mm}是可选的,即在图标和相邻文本之间提供自定义空间边距。

预览:

在此处输入图片描述

您可以阅读以下文档https://github.com/diogo-fernan/academicons了解其他图标的详细信息。

一个尚未解决的问题是将图标颜色更改为 ORCiD 指定的绿色并保持其仍然超链接。

答案3

如果有多位作者,则以 ORCID 为参数创建一个新命令。

使用@Samir 的答案,创建一个 XeLaTeX 文档,其顶部内容如下:

\documentclass{article}
\usepackage{hyperref}
\usepackage{academicons}
\usepackage{xcolor}

\newcommand{\orcid}[1]{\href{https://orcid.org/#1}{\textcolor[HTML]{A6CE39}{\aiOrcid}}}

\title{Some paper}

\author{
  Josiah Carberry \orcid{0000-0002-1825-0097} \and
  Ema Nowlen \orcid{0000-0000-0000-0000} \and
  Nella Penfold \orcid{0000-0000-0000-0000} \and
  Lorita Barthel \orcid{0000-0000-0000-0000} \and
  Sigrid Pardini \orcid{0000-0000-0000-0000} \and
  Sherri Sanks \orcid{0000-0000-0000-0000} \and
  Maryln Tall \orcid{0000-0000-0000-0000} \and
  Dwain Gooslin \orcid{0000-0000-0000-0000}
}

\begin{document}

\maketitle

\section{Introduction}

Cool.

\end{document}

出去

答案4

您可以使用以下 Springer 期刊模板并进行一些添加,我在其中创建了指向 ORCID 图像的超链接\author

在此处输入图片描述

%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals.          Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the \documentclass line
% your LaTeX will extract the file if required
\begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
  20 20 moveto
  20 220 lineto
  220 220 lineto
  220 20 lineto
closepath
2 setlinewidth
gsave
  .4 setgray fill
grestore
stroke
grestore
\end{filecontents*}
%
\RequirePackage{fix-cm}
%
%\documentclass{svjour3}                     % onecolumn (standard format)
%\documentclass[smallcondensed]{svjour3}     % onecolumn (ditto)
\documentclass[smallextended,final,numbook,envcountsect,envcountsame,envcountreset]{svjour3}       % onecolumn (second format)
%\documentclass[twocolumn]{svjour3}          % twocolumn
%
\smartqed  % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx} %%%% This is very important with image %%%%%
%
\usepackage{mathptmx}      % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%\usepackage{latexsym}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%% My Package %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% for hyperlink
\RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
% please place your own definitions here and don't use \def but
% \newcommand{}{}
%
%%%%%%%%%%%%%%%%%%%% My Commond %%%%%%%%%%%%%
%% for author affod
% Insert the name of "your journal" with
%\journalname{name}
%
\begin{document}

\title{topology%\thanks{Grants or other notes
%about the article that should go on the front page should be
%placed here. General acknowledgments should be placed at the end of the article.}
}
%\subtitle{Do you have a subtitle?\\ If so, write it here}

\titlerunning{topology}        % if too long for running head

\author{Ali Al-Obaidi \href{https://orcid.org/0000-0003-4221-7622}{\includegraphics[scale=1]{figures/orcid.jpg}}      \and
        Smath John\href{https://orcid.org/0000-0002-0000-0000}{\includegraphics[scale=1]{figures/orcid.jpg}}}%etc.



\authorrunning{Al-Obaidi and John } % if too long for running head

% The correct dates will be entered by the editor


\maketitle

\begin{abstract}
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

%\keywords{ccccc \and cccc \and cccccc  \and xxxxn \and xxxxx \and xxxxx}
% \PACS{PACS code1 \and PACS code2 \and more}
%\subclass{AAA \and AAA \and AAAA \and AAA\and aaaa}
\end{abstract}

\section{Introduction}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

\end{document}

不要忘记从此链接下载此彩色图标(最佳选择是 iD 图标 16x16) https://orcid.org/trademark-and-id-display-guidelines

相关内容