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
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
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.
add a comment |
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
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 usehyperrefto set metadata for the generated PDF (e.g., thepdfauthororpdfcreatorfields), 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
add a comment |
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
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
metadata author hyperlink
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 usehyperrefto set metadata for the generated PDF (e.g., thepdfauthororpdfcreatorfields), 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
add a comment |
2
You can usehyperrefto set metadata for the generated PDF (e.g., thepdfauthororpdfcreatorfields), 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
add a comment |
5 Answers
5
active
oldest
votes
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:
Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.
usepackageacademicons
definecolororcidlogocolHTMLA6CE39Add 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:

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.
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 toxelatexandlualatex.
– ar2015
Sep 17 '18 at 8:04
add a comment |
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
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID0000-1111-2222-3333command 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
add a comment |
You can use the following template of Springer journals with some additions
where I make hyperlink to the image of ORCID in 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
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
add a comment |
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

add a comment |
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?
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.
usepackageacademicons
definecolororcidlogocolHTMLA6CE39Add 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:

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.
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 toxelatexandlualatex.
– ar2015
Sep 17 '18 at 8:04
add a comment |
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:
Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.
usepackageacademicons
definecolororcidlogocolHTMLA6CE39Add 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:

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.
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 toxelatexandlualatex.
– ar2015
Sep 17 '18 at 8:04
add a comment |
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:
Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.
usepackageacademicons
definecolororcidlogocolHTMLA6CE39Add 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:

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.
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:
Add following in Document SetUp section of tex file. Second line will define ORCiD recommended color for icon.
usepackageacademicons
definecolororcidlogocolHTMLA6CE39Add 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:

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.
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 toxelatexandlualatex.
– ar2015
Sep 17 '18 at 8:04
add a comment |
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 toxelatexandlualatex.
– 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
add a comment |
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
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID0000-1111-2222-3333command 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
add a comment |
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
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID0000-1111-2222-3333command 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
add a comment |
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
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
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 aorcidID0000-1111-2222-3333command 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
add a comment |
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID0000-1111-2222-3333command 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
add a comment |
You can use the following template of Springer journals with some additions
where I make hyperlink to the image of ORCID in 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
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
add a comment |
You can use the following template of Springer journals with some additions
where I make hyperlink to the image of ORCID in 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
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
add a comment |
You can use the following template of Springer journals with some additions
where I make hyperlink to the image of ORCID in 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
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
You can use the following template of Springer journals with some additions
where I make hyperlink to the image of ORCID in 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
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
edited Feb 19 '18 at 5:32
answered Feb 19 '18 at 4:52
Ali Al-ObaidiAli Al-Obaidi
112
112
add a comment |
add a comment |
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

add a comment |
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

add a comment |
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

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

answered Mar 10 at 20:31
Mike TMike T
26027
26027
add a comment |
add a comment |
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?
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.
add a comment |
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?
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.
add a comment |
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?
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?
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.
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.
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
2
You can use
hyperrefto set metadata for the generated PDF (e.g., thepdfauthororpdfcreatorfields), 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