如何为 Springer \documentclass[twocolumn]{svjour3} 格式添加 ORCID ID 图标?

如何为 Springer \documentclass[twocolumn]{svjour3} 格式添加 ORCID ID 图标?

似乎将 ORCID ID ICON 添加到 Springer \documentclass[twocolumn]{svjour3} 格式与 IEEE 格式不同。我尝试了几种方法,但无法解决。有人能帮我解决以下代码并演示如何在作者姓名旁边添加 ORCID ID ICON 吗?这是我的 MWE:

%%%%%%%%%%%%%%%%%%%%%%% 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]{svjour3}       % onecolumn (second format)
\documentclass[twocolumn]{svjour3}          % twocolumn
%
\smartqed  % flush right qed marks, e.g. at end of proof
%
\usepackage{graphicx}
%
\usepackage{mathptmx}      % use Times fonts if availab

% etc.
%
% please place your own definitions here and don't use \def but
% \newcommand{}{}
%
% Insert the name of "your journal" with
% \journalname{myjournal}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%burada itibaren ekledim%%%%%%%%%%%%%%%%%%
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{cuted}
\usepackage{nccmath}
\usepackage{mathtools}
\usepackage{tikz}
\usepackage{adjustbox}
\usepackage[utf8]{inputenc}
\usepackage{newunicodechar}
\usepackage{booktabs}
\usepackage{lipsum}
\usepackage{scalerel}
\usetikzlibrary{svg.path}
\usepackage{newunicodechar}
\newunicodechar{→}{$\to$}
\usepackage{forest}
\usetikzlibrary{trees}
\usetikzlibrary{arrows}
\usepackage{multirow}
\usepackage[section]{placeins}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{algorithmicx}
\usepackage{fixmath}
\algdef{SE}[DOWHILE]{Do}{doWhile}{\algorithmicdo}[1]{\algorithmicwhile\ #1}%

\usepackage{multicol}
\usepackage{lipsum}
\usepackage{scrtime}
% fnpct instead of footmisc:
\usepackage[dont-mess-around]{fnpct}

% patch \maketitle:
\usepackage{etoolbox}
\newcommand*{\affaddr}[1]{#1} % No op here. Customize it for different styles.
\newcommand*{\affmark}[1][*]{\textsuperscript{#1}}

\usepackage[misc,geometry]{ifsym} 
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}

\usepackage{multicol}
\setlength{\columnsep}{1cm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
    

    
    \title{Title of the Article}
    
    
    
    
    \author{%
        Author 1 Name Surname \protect\affmark[1, 2] \and Author 2 Name Surname\affmark[1] 
    }
    \authorrunning{Esra Yeniaras \and Murat Cenk}
    %\authorrunning{Short form of author list} % if too long for running head
    
    \institute{ 
        \Letter  $ ~~~$Author 1 Name Surname \\
        [email protected]  \\ \\      %  \\
        %             \emph{Present address:} of F. Author  %  if needed
        %\and
        $~~~~~~~$   Author 2 Name Surname \at
        $~~~~~~~$   [email protected]\\ \\
        $~~~~~$ \affaddr{\affmark[1]  Institution 1, Colorado,USA}\\ \\
        $~~~~~$ \affaddr{\affmark[2]  Instituton 2 , Ontario, CANADA}\\
        %\affaddr{\LaTeX\ University}%
    }
    \date{Received: date / Accepted: date}
    % The correct dates will be entered by the editor
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    
    
    
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
      
        \maketitle
        \begin{abstract}
            \lipsum     
            \keywords{bla1 \and bla2 \and bla3 bla1 \and bla2 \and bla3.bla1 \and bla2 \and bla3.bla3.bla1 \and bla2 \and bla3  \and bla3.bla3.bla1 \and bla2 \and bla3} 
        \end{abstract}
    
    
    \section{Introduction}
    \label{intro}
    \lipsum
\end{document}

答案1

如果这个问题是关于如何在使用 svjour3 样式时添加 ORCID 图标,那么答案应该可以找到这里

但是,如果目标是让您的 ORCID iD 出现在 Springer Nature 的出版物中(因此使用 svjour3),那么答案是:如果您在提交过程中提供了您的 ORCID iD,期刊将为您添加它(来源)。

如果有人知道为什么 svjour3 不提供 \orcidID 命令,我很想知道。在我看来,这会更简单,也更不容易混淆。

相关内容