Is there a standard way to include ORCID in TeX / PDF?
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 usehyperref
to set metadata for the generated PDF (e.g., thepdfauthor
orpdfcreator
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
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 10 mins ago
Mike T
25026
25026
asked Oct 29 '15 at 10:17
Martin ThomaMartin Thoma
8,622660164
8,622660164
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 usehyperref
to set metadata for the generated PDF (e.g., thepdfauthor
orpdfcreator
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
add a comment |
2
You can usehyperref
to set metadata for the generated PDF (e.g., thepdfauthor
orpdfcreator
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
add a comment |
3 Answers
3
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.
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
Add following where you like to add ORCiD icon and URL
item href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid} hspace{2mm} orcid.org/0000-0000-0000-0000}
ORCiD recommends hex: #A6CE39 for icon color. hspace{2mm}
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
2
Fatal fontspec error: "cannot-use-pdftex"
. It seems limited toxelatex
andlualatex
.
– 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}
author{Herr Doktor John Smith}
address{Dept. of Mathematical Sciences \
University of Awesome\
Liverpool 56893-3242\
Albion \
ORCiD: 0000-0004-8882-8330}
email{profSmithRules@awesome.edu}
begin{document}
end{document}
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID{0000-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
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
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended,final,numbook,envcountsect,envcountsame,envcountreset]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx} %%%% This is very important with image %%%%%
%
usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%% My Package %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% for hyperlink
RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
% please place your own definitions here and don't use def but
% newcommand{}{}
%
%%%%%%%%%%%%%%%%%%%% My Commond %%%%%%%%%%%%%
%% for author affod
% Insert the name of "your journal" with
%journalname{name}
%
begin{document}
title{topology%thanks{Grants or other notes
%about the article that should go on the front page should be
%placed here. General acknowledgments should be placed at the end of the article.}
}
%subtitle{Do you have a subtitle?\ If so, write it here}
titlerunning{topology} % if too long for running head
author{Ali Al-Obaidi href{https://orcid.org/0000-0003-4221-7622}{includegraphics[scale=1]{figures/orcid.jpg}} and
Smath Johnhref{https://orcid.org/0000-0002-0000-0000}{includegraphics[scale=1]{figures/orcid.jpg}}}%etc.
authorrunning{Al-Obaidi and John } % if too long for running head
% The correct dates will be entered by the editor
maketitle
begin{abstract}
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
%keywords{ccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx}
% PACS{PACS code1 and PACS code2 and more}
%subclass{AAA and AAA and AAAA and AAAand aaaa}
end{abstract}
section{Introduction}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
end{document}
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 |
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');
});
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
3 Answers
3
active
oldest
votes
3 Answers
3
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.
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
Add following where you like to add ORCiD icon and URL
item href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid} hspace{2mm} orcid.org/0000-0000-0000-0000}
ORCiD recommends hex: #A6CE39 for icon color. hspace{2mm}
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
2
Fatal fontspec error: "cannot-use-pdftex"
. It seems limited toxelatex
andlualatex
.
– 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.
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
Add following where you like to add ORCiD icon and URL
item href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid} hspace{2mm} orcid.org/0000-0000-0000-0000}
ORCiD recommends hex: #A6CE39 for icon color. hspace{2mm}
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
2
Fatal fontspec error: "cannot-use-pdftex"
. It seems limited toxelatex
andlualatex
.
– 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.
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
Add following where you like to add ORCiD icon and URL
item href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid} hspace{2mm} orcid.org/0000-0000-0000-0000}
ORCiD recommends hex: #A6CE39 for icon color. hspace{2mm}
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.
usepackage{academicons}
definecolor{orcidlogocol}{HTML}{A6CE39}
Add following where you like to add ORCiD icon and URL
item href{https://orcid.org/0000-0000-0000-0000}{textcolor{orcidlogocol}{aiOrcid} hspace{2mm} orcid.org/0000-0000-0000-0000}
ORCiD recommends hex: #A6CE39 for icon color. hspace{2mm}
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
20125
20125
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
2
Fatal fontspec error: "cannot-use-pdftex"
. It seems limited toxelatex
andlualatex
.
– 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
2
Fatal fontspec error: "cannot-use-pdftex"
. It seems limited toxelatex
andlualatex
.
– 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
2
2
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}
author{Herr Doktor John Smith}
address{Dept. of Mathematical Sciences \
University of Awesome\
Liverpool 56893-3242\
Albion \
ORCiD: 0000-0004-8882-8330}
email{profSmithRules@awesome.edu}
begin{document}
end{document}
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID{0000-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
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}
author{Herr Doktor John Smith}
address{Dept. of Mathematical Sciences \
University of Awesome\
Liverpool 56893-3242\
Albion \
ORCiD: 0000-0004-8882-8330}
email{profSmithRules@awesome.edu}
begin{document}
end{document}
1
Can you provide any reference(s) for this?
– tdgunes
Oct 17 '17 at 14:34
2
The Springer LNCS template now includes aorcidID{0000-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
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}
author{Herr Doktor John Smith}
address{Dept. of Mathematical Sciences \
University of Awesome\
Liverpool 56893-3242\
Albion \
ORCiD: 0000-0004-8882-8330}
email{profSmithRules@awesome.edu}
begin{document}
end{document}
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}
author{Herr Doktor John Smith}
address{Dept. of Mathematical Sciences \
University of Awesome\
Liverpool 56893-3242\
Albion \
ORCiD: 0000-0004-8882-8330}
email{profSmithRules@awesome.edu}
begin{document}
end{document}
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 aorcidID{0000-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
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 aorcidID{0000-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
orcidID{0000-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
orcidID{0000-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
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended,final,numbook,envcountsect,envcountsame,envcountreset]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx} %%%% This is very important with image %%%%%
%
usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%% My Package %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% for hyperlink
RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
% please place your own definitions here and don't use def but
% newcommand{}{}
%
%%%%%%%%%%%%%%%%%%%% My Commond %%%%%%%%%%%%%
%% for author affod
% Insert the name of "your journal" with
%journalname{name}
%
begin{document}
title{topology%thanks{Grants or other notes
%about the article that should go on the front page should be
%placed here. General acknowledgments should be placed at the end of the article.}
}
%subtitle{Do you have a subtitle?\ If so, write it here}
titlerunning{topology} % if too long for running head
author{Ali Al-Obaidi href{https://orcid.org/0000-0003-4221-7622}{includegraphics[scale=1]{figures/orcid.jpg}} and
Smath Johnhref{https://orcid.org/0000-0002-0000-0000}{includegraphics[scale=1]{figures/orcid.jpg}}}%etc.
authorrunning{Al-Obaidi and John } % if too long for running head
% The correct dates will be entered by the editor
maketitle
begin{abstract}
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
%keywords{ccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx}
% PACS{PACS code1 and PACS code2 and more}
%subclass{AAA and AAA and AAAA and AAAand aaaa}
end{abstract}
section{Introduction}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
end{document}
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
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended,final,numbook,envcountsect,envcountsame,envcountreset]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx} %%%% This is very important with image %%%%%
%
usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%% My Package %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% for hyperlink
RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
% please place your own definitions here and don't use def but
% newcommand{}{}
%
%%%%%%%%%%%%%%%%%%%% My Commond %%%%%%%%%%%%%
%% for author affod
% Insert the name of "your journal" with
%journalname{name}
%
begin{document}
title{topology%thanks{Grants or other notes
%about the article that should go on the front page should be
%placed here. General acknowledgments should be placed at the end of the article.}
}
%subtitle{Do you have a subtitle?\ If so, write it here}
titlerunning{topology} % if too long for running head
author{Ali Al-Obaidi href{https://orcid.org/0000-0003-4221-7622}{includegraphics[scale=1]{figures/orcid.jpg}} and
Smath Johnhref{https://orcid.org/0000-0002-0000-0000}{includegraphics[scale=1]{figures/orcid.jpg}}}%etc.
authorrunning{Al-Obaidi and John } % if too long for running head
% The correct dates will be entered by the editor
maketitle
begin{abstract}
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
%keywords{ccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx}
% PACS{PACS code1 and PACS code2 and more}
%subclass{AAA and AAA and AAAA and AAAand aaaa}
end{abstract}
section{Introduction}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
end{document}
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
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended,final,numbook,envcountsect,envcountsame,envcountreset]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx} %%%% This is very important with image %%%%%
%
usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%% My Package %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% for hyperlink
RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
% please place your own definitions here and don't use def but
% newcommand{}{}
%
%%%%%%%%%%%%%%%%%%%% My Commond %%%%%%%%%%%%%
%% for author affod
% Insert the name of "your journal" with
%journalname{name}
%
begin{document}
title{topology%thanks{Grants or other notes
%about the article that should go on the front page should be
%placed here. General acknowledgments should be placed at the end of the article.}
}
%subtitle{Do you have a subtitle?\ If so, write it here}
titlerunning{topology} % if too long for running head
author{Ali Al-Obaidi href{https://orcid.org/0000-0003-4221-7622}{includegraphics[scale=1]{figures/orcid.jpg}} and
Smath Johnhref{https://orcid.org/0000-0002-0000-0000}{includegraphics[scale=1]{figures/orcid.jpg}}}%etc.
authorrunning{Al-Obaidi and John } % if too long for running head
% The correct dates will be entered by the editor
maketitle
begin{abstract}
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
%keywords{ccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx}
% PACS{PACS code1 and PACS code2 and more}
%subclass{AAA and AAA and AAAA and AAAand aaaa}
end{abstract}
section{Introduction}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
end{document}
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
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
documentclass[smallextended,final,numbook,envcountsect,envcountsame,envcountreset]{svjour3} % onecolumn (second format)
%documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx} %%%% This is very important with image %%%%%
%
usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%%%%%%%%%%%%%%%%%%%%%%%%% My Package %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% for hyperlink
RequirePackage[colorlinks,citecolor=blue,urlcolor=blue]{hyperref}
% please place your own definitions here and don't use def but
% newcommand{}{}
%
%%%%%%%%%%%%%%%%%%%% My Commond %%%%%%%%%%%%%
%% for author affod
% Insert the name of "your journal" with
%journalname{name}
%
begin{document}
title{topology%thanks{Grants or other notes
%about the article that should go on the front page should be
%placed here. General acknowledgments should be placed at the end of the article.}
}
%subtitle{Do you have a subtitle?\ If so, write it here}
titlerunning{topology} % if too long for running head
author{Ali Al-Obaidi href{https://orcid.org/0000-0003-4221-7622}{includegraphics[scale=1]{figures/orcid.jpg}} and
Smath Johnhref{https://orcid.org/0000-0002-0000-0000}{includegraphics[scale=1]{figures/orcid.jpg}}}%etc.
authorrunning{Al-Obaidi and John } % if too long for running head
% The correct dates will be entered by the editor
maketitle
begin{abstract}
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
%keywords{ccccc and cccc and cccccc and xxxxn and xxxxx and xxxxx}
% PACS{PACS code1 and PACS code2 and more}
%subclass{AAA and AAA and AAAA and AAAand aaaa}
end{abstract}
section{Introduction}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
end{document}
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 |
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');
});
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');
});
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');
});
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');
});
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
hyperref
to set metadata for the generated PDF (e.g., thepdfauthor
orpdfcreator
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