You are on page 1of 3

12/30/22, 4:13 PM ieeeaccess - How to add ORCID in IEEE ACCESS for Authors- Tikz Package Conflicts - TeX - LaTeX

- TeX - LaTeX Stack Exchange

How to add ORCID in IEEE ACCESS for Authors- Tikz Package Conflicts
[closed]
Asked
1 year, 4 months ago Modified
yesterday Viewed
2k times

Closed. This question needs details or clarity. It is not currently accepting answers.

0
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 20 hours ago.

Improve this question

How we can add ORCID in IEEE ACCESS. I find following package. However, I am not sure how
implement the icon in front of Author names?

\definecolor{orcidlogocol}{HTML}{A6CE39}

\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em

T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}

I used the package

\usepackage{academicons}

What need to add here

\author{\uppercase{Hadi Naghavipour}\authorrefmark{1},~\IEEEmembership{Member, IEEE},

First I find that there is a conflict between tikz package and IEEE access Template. Hence, I find a
way to resolve that by solution that offer that here.

In ieeeaccess.cls file -> change \def\year to \def\Year

In > access.tex file -> add the following after \usepackage{tikz}

*\NewSpotColorSpace{PANTONE}

\AddS tC l {PANTONE} {PANTONE3015C} {PANTONE\S tS 3015\S tS C} {1 0 3


https://tex.stackexchange.com/questions/609516/how-to-add-orcid-in-ieee-access-for-authors-tikz-package-conflicts 1/3
12/30/22, 4:13 PM ieeeaccess - How to add ORCID in IEEE ACCESS for Authors- Tikz Package Conflicts - TeX - LaTeX Stack Exchange
\AddSpotColor{PANTONE} {PANTONE3015C} {PANTONE\SpotSpace 3015\SpotSpace C} {1 0.3
0 0.2}

\SetPageColorSpace{PANTONE}*

Then you are able to use the tikz package by removing conflict. Now, We should be able to add
ORCID in front of Author but how?

You can remove Box around ORCID and the citations by following command in hyperref package:

\usepackage{hyperref}

\hypersetup{

colorlinks=false,

linkbordercolor=white,

urlbordercolor=white,

pdfborder={0 0 0}

as results all border will be clear. The pdfborder remove citation box and the rest will hide the
other links.

enter image description here

ieeeaccess

Share Improve this question Follow edited yesterday asked Aug 4, 2021 at 10:32
Werner ♦ Hadi Naghavi pour
578k 127 1359 5 5
2213

Sorted by:
1 Answer
Highest score (default)

Good News , There is a package specifically for this purpose as follows:


orcidlink

0 2 Usage

To use this package, in the preamble include

***\usepackage{orcidlink}***

Insert the \orcidlink{⟨orcid ⟩} ORCiD logo ( ), which is hyperlinked to the URL of the
researcher

whose iD was specified. Replace the mandatory argument ⟨orcid⟩ with

your ORCiD — just the digits, not your whole URL. For example, the command

\orcidlink{0000-0001-7559-9597} will hyperlink to the URL https:


https://tex.stackexchange.com/questions/609516/how-to-add-orcid-in-ieee-access-for-authors-tikz-package-conflicts 2/3
12/30/22, 4:13 PM ieeeaccess - How to add ORCID in IEEE ACCESS for Authors- Tikz Package Conflicts - TeX - LaTeX Stack Exchange
\orcidlink{0000-0001-7559-9597} will hyperlink to the URL https:

//orcid.org/0000-0001-7559-9597. This is most common in the author list.

For example, in the preamble of a RevTeX article, if you write

\author{Emmy Noether\,\orcidlink{0000-0000-0000-0000}}

The setbacks here is the rectangular around the ORCID logo

Share Improve this answer Follow answered Aug 4, 2021 at 13:30


Hadi Naghavi pour
5 5

https://tex.stackexchange.com/questions/609516/how-to-add-orcid-in-ieee-access-for-authors-tikz-package-conflicts 3/3

You might also like