Is there a standard way to include ORCID in TeX / PDF?IEEEtran - How to include ORCID in TeX/PDF with PdfLatexshow metadata into the pdfEmbedding extended XMP metadata into a PDF fileConsistent way to define document title, subtitle, author, affiliation, abstract etcAdding custom metadata values to a PDF fileHow can I programmatically populate a PDF's pdfcreator field?Can the pdfx package use the document title and author?Add bibtex to a file in MendeleyIEEEtran - How to include ORCID in TeX/PDF with PdfLatexhyperref option pdfusetitle with thankshyperref’s pdfusetitle option fails with authblk

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

Book about a traveler who helps planets in need

Modification to Chariots for Heavy Cavalry Analogue for 4-armed race

If Manufacturer spice model and Datasheet give different values which should I use?

GPS Rollover on Android Smartphones

Can a German sentence have two subjects?

Should I join office cleaning event for free?

Why don't electron-positron collisions release infinite energy?

Do any Labour MPs support no-deal?

How is it possible for user to changed after storage was encrypted? (on OS X, Android)

"which" command doesn't work / path of Safari?

How do I create uniquely male characters?

Can an x86 CPU running in real mode be considered to be basically an 8086 CPU?

A function which translates a sentence to title-case

declaring a variable twice in IIFE

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Why Is Death Allowed In the Matrix?

How is it possible to have an ability score that is less than 3?

Why are only specific transaction types accepted into the mempool?

How to report a triplet of septets in NMR tabulation?

Shell script can be run only with sh command

Compute hash value according to multiplication method

TGV timetables / schedules?



Is there a standard way to include ORCID in TeX / PDF?


IEEEtran - How to include ORCID in TeX/PDF with PdfLatexshow metadata into the pdfEmbedding extended XMP metadata into a PDF fileConsistent way to define document title, subtitle, author, affiliation, abstract etcAdding custom metadata values to a PDF fileHow can I programmatically populate a PDF's pdfcreator field?Can the pdfx package use the document title and author?Add bibtex to a file in MendeleyIEEEtran - How to include ORCID in TeX/PDF with PdfLatexhyperref option pdfusetitle with thankshyperref’s pdfusetitle option fails with authblk













23















I would like to add the ORCID to the metadata of documents I write. Is this possible with PDF? Is there a standard way to include it in TeX?



The nicest way would be if there way a standard TeX command so that the compiled PDF would automatically have this information. But if it is possible to add this after the PDF was compiled, it would be nice, too.



The simplest way to add the ORCID to the TeX code is adding a comment



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


But how do other people add their ORCID to papers? Is there a recommendation how to do it, so that scripts / search engines can use the information?










share|improve this question















migrated from academia.stackexchange.com Oct 29 '15 at 15:21


This question came from our site for academics and those enrolled in higher education.













  • 2





    You can use hyperref to set metadata for the generated PDF (e.g., the pdfauthor or pdfcreator fields), but that's indeed more of a question for TeX.SE. Whether anybody actually extracts that metadata in a structured fashion so that there's any benefit from doing this is a different matter...

    – Christian Clason
    Oct 29 '15 at 11:07











  • Related: mathoverflow.net/questions/214622/listing-orcid-in-latex-papers

    – Christian Clason
    Oct 29 '15 at 11:10











  • Do you have any news for us?

    – Kurt
    Apr 27 '16 at 0:56











  • @Kurt I'm sorry, I haven't. But I'm still interested in a better answer than adding it to the source code as a comment! Adding it as pdfauthor seems a bit better, but I'm not sure what pdfauthor might be used for / by which tools it might be used for.

    – Martin Thoma
    Apr 27 '16 at 9:26











  • As mentioned in the answer below, and the mathoverflow question linked by Christian, you can add the ORCiD to your address information. I've now twice had this picked up automatically by Springer as part of the publication process (and then the paper automatically added to my ORCiD record upon publication via CrossRef). I can't speak as to whether this applies to other publishers also.

    – Lasse Rempe-Gillen
    Jan 4 '17 at 15:27















23















I would like to add the ORCID to the metadata of documents I write. Is this possible with PDF? Is there a standard way to include it in TeX?



The nicest way would be if there way a standard TeX command so that the compiled PDF would automatically have this information. But if it is possible to add this after the PDF was compiled, it would be nice, too.



The simplest way to add the ORCID to the TeX code is adding a comment



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


But how do other people add their ORCID to papers? Is there a recommendation how to do it, so that scripts / search engines can use the information?










share|improve this question















migrated from academia.stackexchange.com Oct 29 '15 at 15:21


This question came from our site for academics and those enrolled in higher education.













  • 2





    You can use hyperref to set metadata for the generated PDF (e.g., the pdfauthor or pdfcreator fields), but that's indeed more of a question for TeX.SE. Whether anybody actually extracts that metadata in a structured fashion so that there's any benefit from doing this is a different matter...

    – Christian Clason
    Oct 29 '15 at 11:07











  • Related: mathoverflow.net/questions/214622/listing-orcid-in-latex-papers

    – Christian Clason
    Oct 29 '15 at 11:10











  • Do you have any news for us?

    – Kurt
    Apr 27 '16 at 0:56











  • @Kurt I'm sorry, I haven't. But I'm still interested in a better answer than adding it to the source code as a comment! Adding it as pdfauthor seems a bit better, but I'm not sure what pdfauthor might be used for / by which tools it might be used for.

    – Martin Thoma
    Apr 27 '16 at 9:26











  • As mentioned in the answer below, and the mathoverflow question linked by Christian, you can add the ORCiD to your address information. I've now twice had this picked up automatically by Springer as part of the publication process (and then the paper automatically added to my ORCiD record upon publication via CrossRef). I can't speak as to whether this applies to other publishers also.

    – Lasse Rempe-Gillen
    Jan 4 '17 at 15:27













23












23








23


6






I would like to add the ORCID to the metadata of documents I write. Is this possible with PDF? Is there a standard way to include it in TeX?



The nicest way would be if there way a standard TeX command so that the compiled PDF would automatically have this information. But if it is possible to add this after the PDF was compiled, it would be nice, too.



The simplest way to add the ORCID to the TeX code is adding a comment



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


But how do other people add their ORCID to papers? Is there a recommendation how to do it, so that scripts / search engines can use the information?










share|improve this question
















I would like to add the ORCID to the metadata of documents I write. Is this possible with PDF? Is there a standard way to include it in TeX?



The nicest way would be if there way a standard TeX command so that the compiled PDF would automatically have this information. But if it is possible to add this after the PDF was compiled, it would be nice, too.



The simplest way to add the ORCID to the TeX code is adding a comment



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


But how do other people add their ORCID to papers? Is there a recommendation how to do it, so that scripts / search engines can use the information?







metadata author hyperlink






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 7 at 7:29









Mike T

26027




26027










asked Oct 29 '15 at 10:17









Martin ThomaMartin Thoma

8,637660164




8,637660164




migrated from academia.stackexchange.com Oct 29 '15 at 15:21


This question came from our site for academics and those enrolled in higher education.









migrated from academia.stackexchange.com Oct 29 '15 at 15:21


This question came from our site for academics and those enrolled in higher education.









  • 2





    You can use hyperref to set metadata for the generated PDF (e.g., the pdfauthor or pdfcreator fields), but that's indeed more of a question for TeX.SE. Whether anybody actually extracts that metadata in a structured fashion so that there's any benefit from doing this is a different matter...

    – Christian Clason
    Oct 29 '15 at 11:07











  • Related: mathoverflow.net/questions/214622/listing-orcid-in-latex-papers

    – Christian Clason
    Oct 29 '15 at 11:10











  • Do you have any news for us?

    – Kurt
    Apr 27 '16 at 0:56











  • @Kurt I'm sorry, I haven't. But I'm still interested in a better answer than adding it to the source code as a comment! Adding it as pdfauthor seems a bit better, but I'm not sure what pdfauthor might be used for / by which tools it might be used for.

    – Martin Thoma
    Apr 27 '16 at 9:26











  • As mentioned in the answer below, and the mathoverflow question linked by Christian, you can add the ORCiD to your address information. I've now twice had this picked up automatically by Springer as part of the publication process (and then the paper automatically added to my ORCiD record upon publication via CrossRef). I can't speak as to whether this applies to other publishers also.

    – Lasse Rempe-Gillen
    Jan 4 '17 at 15:27












  • 2





    You can use hyperref to set metadata for the generated PDF (e.g., the pdfauthor or pdfcreator fields), but that's indeed more of a question for TeX.SE. Whether anybody actually extracts that metadata in a structured fashion so that there's any benefit from doing this is a different matter...

    – Christian Clason
    Oct 29 '15 at 11:07











  • Related: mathoverflow.net/questions/214622/listing-orcid-in-latex-papers

    – Christian Clason
    Oct 29 '15 at 11:10











  • Do you have any news for us?

    – Kurt
    Apr 27 '16 at 0:56











  • @Kurt I'm sorry, I haven't. But I'm still interested in a better answer than adding it to the source code as a comment! Adding it as pdfauthor seems a bit better, but I'm not sure what pdfauthor might be used for / by which tools it might be used for.

    – Martin Thoma
    Apr 27 '16 at 9:26











  • As mentioned in the answer below, and the mathoverflow question linked by Christian, you can add the ORCiD to your address information. I've now twice had this picked up automatically by Springer as part of the publication process (and then the paper automatically added to my ORCiD record upon publication via CrossRef). I can't speak as to whether this applies to other publishers also.

    – Lasse Rempe-Gillen
    Jan 4 '17 at 15:27







2




2





You can use hyperref to set metadata for the generated PDF (e.g., the pdfauthor or pdfcreator fields), but that's indeed more of a question for TeX.SE. Whether anybody actually extracts that metadata in a structured fashion so that there's any benefit from doing this is a different matter...

– Christian Clason
Oct 29 '15 at 11:07





You can use hyperref to set metadata for the generated PDF (e.g., the pdfauthor or pdfcreator fields), but that's indeed more of a question for TeX.SE. Whether anybody actually extracts that metadata in a structured fashion so that there's any benefit from doing this is a different matter...

– Christian Clason
Oct 29 '15 at 11:07













Related: mathoverflow.net/questions/214622/listing-orcid-in-latex-papers

– Christian Clason
Oct 29 '15 at 11:10





Related: mathoverflow.net/questions/214622/listing-orcid-in-latex-papers

– Christian Clason
Oct 29 '15 at 11:10













Do you have any news for us?

– Kurt
Apr 27 '16 at 0:56





Do you have any news for us?

– Kurt
Apr 27 '16 at 0:56













@Kurt I'm sorry, I haven't. But I'm still interested in a better answer than adding it to the source code as a comment! Adding it as pdfauthor seems a bit better, but I'm not sure what pdfauthor might be used for / by which tools it might be used for.

– Martin Thoma
Apr 27 '16 at 9:26





@Kurt I'm sorry, I haven't. But I'm still interested in a better answer than adding it to the source code as a comment! Adding it as pdfauthor seems a bit better, but I'm not sure what pdfauthor might be used for / by which tools it might be used for.

– Martin Thoma
Apr 27 '16 at 9:26













As mentioned in the answer below, and the mathoverflow question linked by Christian, you can add the ORCiD to your address information. I've now twice had this picked up automatically by Springer as part of the publication process (and then the paper automatically added to my ORCiD record upon publication via CrossRef). I can't speak as to whether this applies to other publishers also.

– Lasse Rempe-Gillen
Jan 4 '17 at 15:27





As mentioned in the answer below, and the mathoverflow question linked by Christian, you can add the ORCiD to your address information. I've now twice had this picked up automatically by Springer as part of the publication process (and then the paper automatically added to my ORCiD record upon publication via CrossRef). I can't speak as to whether this applies to other publishers also.

– Lasse Rempe-Gillen
Jan 4 '17 at 15:27










5 Answers
5






active

oldest

votes


















11














Academicons has TeX package at https://ctan.org/pkg/academicons which is supported by ORCiD. You may also download SVG or PNG icons from ORCiD website, https://orcid.org/trademark-and-id-display-guidelines



Example:


  1. Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.



    usepackageacademicons
    definecolororcidlogocolHTMLA6CE39



  2. Add following where you like to add ORCiD icon and URL



    item hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid hspace2mm orcid.org/0000-0000-0000-0000


ORCiD recommends hex: #A6CE39 for icon color. hspace2mm is optional, i.e., to give custom space margin between icon and adjacent text.



Preview:

enter image description here



You can read documentation at https://github.com/diogo-fernan/academicons for details on other icons.



One unresolved issue is to change icon color to ORCiD specified green color and keep it still hyperlinked.






share|improve this answer




















  • 1





    Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

    – Samir
    Jul 5 '17 at 18:12











  • I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

    – sbac
    Aug 28 '18 at 14:45






  • 1





    See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

    – Samir
    Aug 28 '18 at 18:20











  • Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

    – sbac
    Aug 28 '18 at 18:30






  • 4





    Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

    – ar2015
    Sep 17 '18 at 8:04



















4














From the linked related answer: Springer picks up ORCID from LaTeX in the following format: Add it as the last line of your address. NOTE: this is in the header, but not wrapped by hypersetup



documentclass[11pt]article
authorHerr Doktor John Smith
addressDept. of Mathematical Sciences \
University of Awesome\
Liverpool 56893-3242\
Albion \
ORCiD: 0000-0004-8882-8330
emailprofSmithRules@awesome.edu
begindocument
enddocument





share|improve this answer


















  • 1





    Can you provide any reference(s) for this?

    – tdgunes
    Oct 17 '17 at 14:34






  • 2





    The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

    – Neil P
    Feb 28 '18 at 12:06











  • unfortunately, that only prints the orcid in [0000-...]

    – sebastian
    Jan 31 at 21:25


















1














You can use the following template of Springer journals with some additions
where I make hyperlink to the image of ORCID in author.



enter image description here



%%%%%%%%%%%%%%%%%%%%%%% 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
beginfilecontents*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
endfilecontents*
%
RequirePackagefix-cm
%
%documentclasssvjour3 % 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
%
usepackagegraphicx %%%% This is very important with image %%%%%
%
usepackagemathptmx % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackagelatexsym
% 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
%journalnamename
%
begindocument

titletopology%thanksGrants 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.

%subtitleDo you have a subtitle?\ If so, write it here

titlerunningtopology % if too long for running head

authorAli Al-Obaidi hrefhttps://orcid.org/0000-0003-4221-7622includegraphics[scale=1]figures/orcid.jpg and
Smath Johnhrefhttps://orcid.org/0000-0002-0000-0000includegraphics[scale=1]figures/orcid.jpg%etc.



authorrunningAl-Obaidi and John % if too long for running head

% The correct dates will be entered by the editor


maketitle

beginabstract
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

%keywordsccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx
% PACSPACS code1 and PACS code2 and more
%subclassAAA and AAA and AAAA and AAAand aaaa
endabstract

sectionIntroduction
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

enddocument


Don't forget to download this Color icon (The best choice is iD icon 16x16) from this link
https://orcid.org/trademark-and-id-display-guidelines






share|improve this answer
































    1














    If there are several authors, make a new commend with the argument of the ORCID.



    Using @Samir's answer, create a XeLaTeX document with the following at the top:



    documentclassarticle
    usepackagehyperref
    usepackageacademicons
    usepackagexcolor

    newcommandorcid[1]hrefhttps://orcid.org/#1textcolor[HTML]A6CE39aiOrcid

    titleSome paper

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


    begindocument

    maketitle

    sectionIntroduction

    Cool.

    enddocument


    out






    share|improve this answer






























      0














      I have used the solution suggested by @Ali Al-Obaidi and it generates the image with the link to the OrcidID. But it also generates lots of Latex errors with messages like "Argument ofreserve@a has an extra }". I have searched about this error and I´ve found that this error is related to the use of includegraphics inside the Title environment.



      Does anyone had the same problem using this solution?





      share








      New contributor




      Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















        Your Answer








        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "85"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f275578%2fis-there-a-standard-way-to-include-orcid-in-tex-pdf%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        5 Answers
        5






        active

        oldest

        votes








        5 Answers
        5






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        11














        Academicons has TeX package at https://ctan.org/pkg/academicons which is supported by ORCiD. You may also download SVG or PNG icons from ORCiD website, https://orcid.org/trademark-and-id-display-guidelines



        Example:


        1. Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.



          usepackageacademicons
          definecolororcidlogocolHTMLA6CE39



        2. Add following where you like to add ORCiD icon and URL



          item hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid hspace2mm orcid.org/0000-0000-0000-0000


        ORCiD recommends hex: #A6CE39 for icon color. hspace2mm is optional, i.e., to give custom space margin between icon and adjacent text.



        Preview:

        enter image description here



        You can read documentation at https://github.com/diogo-fernan/academicons for details on other icons.



        One unresolved issue is to change icon color to ORCiD specified green color and keep it still hyperlinked.






        share|improve this answer




















        • 1





          Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

          – Samir
          Jul 5 '17 at 18:12











        • I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

          – sbac
          Aug 28 '18 at 14:45






        • 1





          See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

          – Samir
          Aug 28 '18 at 18:20











        • Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

          – sbac
          Aug 28 '18 at 18:30






        • 4





          Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

          – ar2015
          Sep 17 '18 at 8:04
















        11














        Academicons has TeX package at https://ctan.org/pkg/academicons which is supported by ORCiD. You may also download SVG or PNG icons from ORCiD website, https://orcid.org/trademark-and-id-display-guidelines



        Example:


        1. Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.



          usepackageacademicons
          definecolororcidlogocolHTMLA6CE39



        2. Add following where you like to add ORCiD icon and URL



          item hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid hspace2mm orcid.org/0000-0000-0000-0000


        ORCiD recommends hex: #A6CE39 for icon color. hspace2mm is optional, i.e., to give custom space margin between icon and adjacent text.



        Preview:

        enter image description here



        You can read documentation at https://github.com/diogo-fernan/academicons for details on other icons.



        One unresolved issue is to change icon color to ORCiD specified green color and keep it still hyperlinked.






        share|improve this answer




















        • 1





          Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

          – Samir
          Jul 5 '17 at 18:12











        • I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

          – sbac
          Aug 28 '18 at 14:45






        • 1





          See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

          – Samir
          Aug 28 '18 at 18:20











        • Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

          – sbac
          Aug 28 '18 at 18:30






        • 4





          Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

          – ar2015
          Sep 17 '18 at 8:04














        11












        11








        11







        Academicons has TeX package at https://ctan.org/pkg/academicons which is supported by ORCiD. You may also download SVG or PNG icons from ORCiD website, https://orcid.org/trademark-and-id-display-guidelines



        Example:


        1. Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.



          usepackageacademicons
          definecolororcidlogocolHTMLA6CE39



        2. Add following where you like to add ORCiD icon and URL



          item hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid hspace2mm orcid.org/0000-0000-0000-0000


        ORCiD recommends hex: #A6CE39 for icon color. hspace2mm is optional, i.e., to give custom space margin between icon and adjacent text.



        Preview:

        enter image description here



        You can read documentation at https://github.com/diogo-fernan/academicons for details on other icons.



        One unresolved issue is to change icon color to ORCiD specified green color and keep it still hyperlinked.






        share|improve this answer















        Academicons has TeX package at https://ctan.org/pkg/academicons which is supported by ORCiD. You may also download SVG or PNG icons from ORCiD website, https://orcid.org/trademark-and-id-display-guidelines



        Example:


        1. Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.



          usepackageacademicons
          definecolororcidlogocolHTMLA6CE39



        2. Add following where you like to add ORCiD icon and URL



          item hrefhttps://orcid.org/0000-0000-0000-0000textcolororcidlogocolaiOrcid hspace2mm orcid.org/0000-0000-0000-0000


        ORCiD recommends hex: #A6CE39 for icon color. hspace2mm is optional, i.e., to give custom space margin between icon and adjacent text.



        Preview:

        enter image description here



        You can read documentation at https://github.com/diogo-fernan/academicons for details on other icons.



        One unresolved issue is to change icon color to ORCiD specified green color and keep it still hyperlinked.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jul 5 '17 at 18:01

























        answered Jul 5 '17 at 15:46









        SamirSamir

        21125




        21125







        • 1





          Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

          – Samir
          Jul 5 '17 at 18:12











        • I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

          – sbac
          Aug 28 '18 at 14:45






        • 1





          See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

          – Samir
          Aug 28 '18 at 18:20











        • Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

          – sbac
          Aug 28 '18 at 18:30






        • 4





          Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

          – ar2015
          Sep 17 '18 at 8:04













        • 1





          Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

          – Samir
          Jul 5 '17 at 18:12











        • I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

          – sbac
          Aug 28 '18 at 14:45






        • 1





          See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

          – Samir
          Aug 28 '18 at 18:20











        • Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

          – sbac
          Aug 28 '18 at 18:30






        • 4





          Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

          – ar2015
          Sep 17 '18 at 8:04








        1




        1





        Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

        – Samir
        Jul 5 '17 at 18:12





        Turns out (after so many edits!) that my answer is irrelevant to the question asked. Nonetheless, academicons package can be used to keep orcid icon beside author lists and make pdf as seen with many online journals.

        – Samir
        Jul 5 '17 at 18:12













        I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

        – sbac
        Aug 28 '18 at 14:45





        I can't make your example work in LaTeX. Is it possible for you to publish a complete example?

        – sbac
        Aug 28 '18 at 14:45




        1




        1





        See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

        – Samir
        Aug 28 '18 at 18:20





        See example here: gist.github.com/sbamin/1d2a8aff986d4e6156771dea0d645c52 and output.pdf. I use Texmaker and lualatex.

        – Samir
        Aug 28 '18 at 18:20













        Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

        – sbac
        Aug 28 '18 at 18:30





        Thank you but in your example the ORCID logo does not come near the author name. That was really my problem.

        – sbac
        Aug 28 '18 at 18:30




        4




        4





        Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

        – ar2015
        Sep 17 '18 at 8:04






        Fatal fontspec error: "cannot-use-pdftex". It seems limited to xelatex and lualatex.

        – ar2015
        Sep 17 '18 at 8:04












        4














        From the linked related answer: Springer picks up ORCID from LaTeX in the following format: Add it as the last line of your address. NOTE: this is in the header, but not wrapped by hypersetup



        documentclass[11pt]article
        authorHerr Doktor John Smith
        addressDept. of Mathematical Sciences \
        University of Awesome\
        Liverpool 56893-3242\
        Albion \
        ORCiD: 0000-0004-8882-8330
        emailprofSmithRules@awesome.edu
        begindocument
        enddocument





        share|improve this answer


















        • 1





          Can you provide any reference(s) for this?

          – tdgunes
          Oct 17 '17 at 14:34






        • 2





          The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

          – Neil P
          Feb 28 '18 at 12:06











        • unfortunately, that only prints the orcid in [0000-...]

          – sebastian
          Jan 31 at 21:25















        4














        From the linked related answer: Springer picks up ORCID from LaTeX in the following format: Add it as the last line of your address. NOTE: this is in the header, but not wrapped by hypersetup



        documentclass[11pt]article
        authorHerr Doktor John Smith
        addressDept. of Mathematical Sciences \
        University of Awesome\
        Liverpool 56893-3242\
        Albion \
        ORCiD: 0000-0004-8882-8330
        emailprofSmithRules@awesome.edu
        begindocument
        enddocument





        share|improve this answer


















        • 1





          Can you provide any reference(s) for this?

          – tdgunes
          Oct 17 '17 at 14:34






        • 2





          The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

          – Neil P
          Feb 28 '18 at 12:06











        • unfortunately, that only prints the orcid in [0000-...]

          – sebastian
          Jan 31 at 21:25













        4












        4








        4







        From the linked related answer: Springer picks up ORCID from LaTeX in the following format: Add it as the last line of your address. NOTE: this is in the header, but not wrapped by hypersetup



        documentclass[11pt]article
        authorHerr Doktor John Smith
        addressDept. of Mathematical Sciences \
        University of Awesome\
        Liverpool 56893-3242\
        Albion \
        ORCiD: 0000-0004-8882-8330
        emailprofSmithRules@awesome.edu
        begindocument
        enddocument





        share|improve this answer













        From the linked related answer: Springer picks up ORCID from LaTeX in the following format: Add it as the last line of your address. NOTE: this is in the header, but not wrapped by hypersetup



        documentclass[11pt]article
        authorHerr Doktor John Smith
        addressDept. of Mathematical Sciences \
        University of Awesome\
        Liverpool 56893-3242\
        Albion \
        ORCiD: 0000-0004-8882-8330
        emailprofSmithRules@awesome.edu
        begindocument
        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 4 '17 at 15:20









        בנימן הגליליבנימן הגלילי

        307110




        307110







        • 1





          Can you provide any reference(s) for this?

          – tdgunes
          Oct 17 '17 at 14:34






        • 2





          The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

          – Neil P
          Feb 28 '18 at 12:06











        • unfortunately, that only prints the orcid in [0000-...]

          – sebastian
          Jan 31 at 21:25












        • 1





          Can you provide any reference(s) for this?

          – tdgunes
          Oct 17 '17 at 14:34






        • 2





          The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

          – Neil P
          Feb 28 '18 at 12:06











        • unfortunately, that only prints the orcid in [0000-...]

          – sebastian
          Jan 31 at 21:25







        1




        1





        Can you provide any reference(s) for this?

        – tdgunes
        Oct 17 '17 at 14:34





        Can you provide any reference(s) for this?

        – tdgunes
        Oct 17 '17 at 14:34




        2




        2





        The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

        – Neil P
        Feb 28 '18 at 12:06





        The Springer LNCS template now includes a orcidID0000-1111-2222-3333 command to add after an author name. You can get the latest templates from: [springer.com/gp/computer-science/lncs/…

        – Neil P
        Feb 28 '18 at 12:06













        unfortunately, that only prints the orcid in [0000-...]

        – sebastian
        Jan 31 at 21:25





        unfortunately, that only prints the orcid in [0000-...]

        – sebastian
        Jan 31 at 21:25











        1














        You can use the following template of Springer journals with some additions
        where I make hyperlink to the image of ORCID in author.



        enter image description here



        %%%%%%%%%%%%%%%%%%%%%%% 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
        beginfilecontents*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
        endfilecontents*
        %
        RequirePackagefix-cm
        %
        %documentclasssvjour3 % 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
        %
        usepackagegraphicx %%%% This is very important with image %%%%%
        %
        usepackagemathptmx % use Times fonts if available on your TeX system
        %
        % insert here the call for the packages your document requires
        %usepackagelatexsym
        % 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
        %journalnamename
        %
        begindocument

        titletopology%thanksGrants 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.

        %subtitleDo you have a subtitle?\ If so, write it here

        titlerunningtopology % if too long for running head

        authorAli Al-Obaidi hrefhttps://orcid.org/0000-0003-4221-7622includegraphics[scale=1]figures/orcid.jpg and
        Smath Johnhrefhttps://orcid.org/0000-0002-0000-0000includegraphics[scale=1]figures/orcid.jpg%etc.



        authorrunningAl-Obaidi and John % if too long for running head

        % The correct dates will be entered by the editor


        maketitle

        beginabstract
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

        %keywordsccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx
        % PACSPACS code1 and PACS code2 and more
        %subclassAAA and AAA and AAAA and AAAand aaaa
        endabstract

        sectionIntroduction
        aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

        enddocument


        Don't forget to download this Color icon (The best choice is iD icon 16x16) from this link
        https://orcid.org/trademark-and-id-display-guidelines






        share|improve this answer





























          1














          You can use the following template of Springer journals with some additions
          where I make hyperlink to the image of ORCID in author.



          enter image description here



          %%%%%%%%%%%%%%%%%%%%%%% 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
          beginfilecontents*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
          endfilecontents*
          %
          RequirePackagefix-cm
          %
          %documentclasssvjour3 % 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
          %
          usepackagegraphicx %%%% This is very important with image %%%%%
          %
          usepackagemathptmx % use Times fonts if available on your TeX system
          %
          % insert here the call for the packages your document requires
          %usepackagelatexsym
          % 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
          %journalnamename
          %
          begindocument

          titletopology%thanksGrants 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.

          %subtitleDo you have a subtitle?\ If so, write it here

          titlerunningtopology % if too long for running head

          authorAli Al-Obaidi hrefhttps://orcid.org/0000-0003-4221-7622includegraphics[scale=1]figures/orcid.jpg and
          Smath Johnhrefhttps://orcid.org/0000-0002-0000-0000includegraphics[scale=1]figures/orcid.jpg%etc.



          authorrunningAl-Obaidi and John % if too long for running head

          % The correct dates will be entered by the editor


          maketitle

          beginabstract
          AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

          %keywordsccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx
          % PACSPACS code1 and PACS code2 and more
          %subclassAAA and AAA and AAAA and AAAand aaaa
          endabstract

          sectionIntroduction
          aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

          enddocument


          Don't forget to download this Color icon (The best choice is iD icon 16x16) from this link
          https://orcid.org/trademark-and-id-display-guidelines






          share|improve this answer



























            1












            1








            1







            You can use the following template of Springer journals with some additions
            where I make hyperlink to the image of ORCID in author.



            enter image description here



            %%%%%%%%%%%%%%%%%%%%%%% 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
            beginfilecontents*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
            endfilecontents*
            %
            RequirePackagefix-cm
            %
            %documentclasssvjour3 % 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
            %
            usepackagegraphicx %%%% This is very important with image %%%%%
            %
            usepackagemathptmx % use Times fonts if available on your TeX system
            %
            % insert here the call for the packages your document requires
            %usepackagelatexsym
            % 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
            %journalnamename
            %
            begindocument

            titletopology%thanksGrants 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.

            %subtitleDo you have a subtitle?\ If so, write it here

            titlerunningtopology % if too long for running head

            authorAli Al-Obaidi hrefhttps://orcid.org/0000-0003-4221-7622includegraphics[scale=1]figures/orcid.jpg and
            Smath Johnhrefhttps://orcid.org/0000-0002-0000-0000includegraphics[scale=1]figures/orcid.jpg%etc.



            authorrunningAl-Obaidi and John % if too long for running head

            % The correct dates will be entered by the editor


            maketitle

            beginabstract
            AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

            %keywordsccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx
            % PACSPACS code1 and PACS code2 and more
            %subclassAAA and AAA and AAAA and AAAand aaaa
            endabstract

            sectionIntroduction
            aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

            enddocument


            Don't forget to download this Color icon (The best choice is iD icon 16x16) from this link
            https://orcid.org/trademark-and-id-display-guidelines






            share|improve this answer















            You can use the following template of Springer journals with some additions
            where I make hyperlink to the image of ORCID in author.



            enter image description here



            %%%%%%%%%%%%%%%%%%%%%%% 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
            beginfilecontents*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
            endfilecontents*
            %
            RequirePackagefix-cm
            %
            %documentclasssvjour3 % 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
            %
            usepackagegraphicx %%%% This is very important with image %%%%%
            %
            usepackagemathptmx % use Times fonts if available on your TeX system
            %
            % insert here the call for the packages your document requires
            %usepackagelatexsym
            % 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
            %journalnamename
            %
            begindocument

            titletopology%thanksGrants 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.

            %subtitleDo you have a subtitle?\ If so, write it here

            titlerunningtopology % if too long for running head

            authorAli Al-Obaidi hrefhttps://orcid.org/0000-0003-4221-7622includegraphics[scale=1]figures/orcid.jpg and
            Smath Johnhrefhttps://orcid.org/0000-0002-0000-0000includegraphics[scale=1]figures/orcid.jpg%etc.



            authorrunningAl-Obaidi and John % if too long for running head

            % The correct dates will be entered by the editor


            maketitle

            beginabstract
            AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

            %keywordsccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx
            % PACSPACS code1 and PACS code2 and more
            %subclassAAA and AAA and AAAA and AAAand aaaa
            endabstract

            sectionIntroduction
            aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

            enddocument


            Don't forget to download this Color icon (The best choice is iD icon 16x16) from this link
            https://orcid.org/trademark-and-id-display-guidelines







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Feb 19 '18 at 5:32

























            answered Feb 19 '18 at 4:52









            Ali Al-ObaidiAli Al-Obaidi

            112




            112





















                1














                If there are several authors, make a new commend with the argument of the ORCID.



                Using @Samir's answer, create a XeLaTeX document with the following at the top:



                documentclassarticle
                usepackagehyperref
                usepackageacademicons
                usepackagexcolor

                newcommandorcid[1]hrefhttps://orcid.org/#1textcolor[HTML]A6CE39aiOrcid

                titleSome paper

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


                begindocument

                maketitle

                sectionIntroduction

                Cool.

                enddocument


                out






                share|improve this answer



























                  1














                  If there are several authors, make a new commend with the argument of the ORCID.



                  Using @Samir's answer, create a XeLaTeX document with the following at the top:



                  documentclassarticle
                  usepackagehyperref
                  usepackageacademicons
                  usepackagexcolor

                  newcommandorcid[1]hrefhttps://orcid.org/#1textcolor[HTML]A6CE39aiOrcid

                  titleSome paper

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


                  begindocument

                  maketitle

                  sectionIntroduction

                  Cool.

                  enddocument


                  out






                  share|improve this answer

























                    1












                    1








                    1







                    If there are several authors, make a new commend with the argument of the ORCID.



                    Using @Samir's answer, create a XeLaTeX document with the following at the top:



                    documentclassarticle
                    usepackagehyperref
                    usepackageacademicons
                    usepackagexcolor

                    newcommandorcid[1]hrefhttps://orcid.org/#1textcolor[HTML]A6CE39aiOrcid

                    titleSome paper

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


                    begindocument

                    maketitle

                    sectionIntroduction

                    Cool.

                    enddocument


                    out






                    share|improve this answer













                    If there are several authors, make a new commend with the argument of the ORCID.



                    Using @Samir's answer, create a XeLaTeX document with the following at the top:



                    documentclassarticle
                    usepackagehyperref
                    usepackageacademicons
                    usepackagexcolor

                    newcommandorcid[1]hrefhttps://orcid.org/#1textcolor[HTML]A6CE39aiOrcid

                    titleSome paper

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


                    begindocument

                    maketitle

                    sectionIntroduction

                    Cool.

                    enddocument


                    out







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Mar 10 at 20:31









                    Mike TMike T

                    26027




                    26027





















                        0














                        I have used the solution suggested by @Ali Al-Obaidi and it generates the image with the link to the OrcidID. But it also generates lots of Latex errors with messages like "Argument ofreserve@a has an extra }". I have searched about this error and I´ve found that this error is related to the use of includegraphics inside the Title environment.



                        Does anyone had the same problem using this solution?





                        share








                        New contributor




                        Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.
























                          0














                          I have used the solution suggested by @Ali Al-Obaidi and it generates the image with the link to the OrcidID. But it also generates lots of Latex errors with messages like "Argument ofreserve@a has an extra }". I have searched about this error and I´ve found that this error is related to the use of includegraphics inside the Title environment.



                          Does anyone had the same problem using this solution?





                          share








                          New contributor




                          Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






















                            0












                            0








                            0







                            I have used the solution suggested by @Ali Al-Obaidi and it generates the image with the link to the OrcidID. But it also generates lots of Latex errors with messages like "Argument ofreserve@a has an extra }". I have searched about this error and I´ve found that this error is related to the use of includegraphics inside the Title environment.



                            Does anyone had the same problem using this solution?





                            share








                            New contributor




                            Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.










                            I have used the solution suggested by @Ali Al-Obaidi and it generates the image with the link to the OrcidID. But it also generates lots of Latex errors with messages like "Argument ofreserve@a has an extra }". I have searched about this error and I´ve found that this error is related to the use of includegraphics inside the Title environment.



                            Does anyone had the same problem using this solution?






                            share








                            New contributor




                            Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.








                            share


                            share






                            New contributor




                            Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.









                            answered 4 mins ago









                            Marco SimõesMarco Simões

                            1




                            1




                            New contributor




                            Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.





                            New contributor





                            Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.






                            Marco Simões is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                            Check out our Code of Conduct.



























                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f275578%2fis-there-a-standard-way-to-include-orcid-in-tex-pdf%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

                                How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

                                Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”