Skip to content
Snippets Groups Projects
Commit c8128b0f authored by sl2v17's avatar sl2v17
Browse files

fix doi link, and use https for orcid link

parent 005c0fce
Branches master
No related tags found
No related merge requests found
......@@ -787,7 +787,7 @@
}
\ifthenelse{\equal{\doicode}{}}
{}
{\smallskip DOI: \href{http://orcid.org/\doicode}{\doicode}\par}
{\smallskip DOI: \href{https://doi.org/\doicode}{\doicode}\par}
\ifthenelse{\equal{\volno}{}}
{}
{\smallskip Volume \volno{} of \volof}
......@@ -803,7 +803,7 @@
\ifthenelse{\equal{\orcid}{}}
{}
{\smallskip
ORCiD: \href{http://orcid.org/\orcid}{\orcid}}
ORCiD: \href{https://orcid.org/\orcid}{\orcid}}
\vfill
%<*thesis>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment