Hyperlink references to google scholar profiles do not work, using \href
\href{https://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl}{Albert Einstein} Produces:
hl## Albert Einstein
Not a clickable "Albert Einstein that leads to https://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl.
See larger example latex code below:
\documentclass[a4paper,12pt]{article} \usepackage{url} \usepackage{parskip} %other packages for formatting \RequirePackage{color} \RequirePackage{graphicx} \usepackage[usenames,dvipsnames]{xcolor} \usepackage[scale=0.9]{geometry} %tabularx environment \usepackage{tabularx} %for lists within experience section \usepackage{enumitem} % centered version of 'X' col. type \newcolumntype{C}{>{\centering\arraybackslash}X} %to prevent spillover of tabular into next pages \usepackage{supertabular} \usepackage{tabularx} \newlength{\fullcollw} \setlength{\fullcollw}{0.47\textwidth} %custom \section \usepackage{titlesec} \usepackage{multicol} \usepackage{multirow} %CV Sections inspired by: %http://stefano.italians.nl/archives/26 \titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule] \titlespacing{\section}{0pt}{10pt}{10pt} %Setup hyperref package, and colours for links \usepackage[unicode, draft=false]{hyperref} \definecolor{linkcolour}{rgb}{0,0.2,0.6} \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour} %for academic icons \usepackage{academicons} %for social icons \usepackage{fontawesome5} \begin{document} % non-numbered pages \pagestyle{empty} \begin{tabularx}{\linewidth}{@{} C @{}} \Huge{Prof. Albert Einstein} \\[7.5pt] \href{https://github.com/a-einstien}{\raisebox{-0.05\height}\faGithub\ a-einstein} \ $|$ \ \href{https://www.linkedin.com/in/albert-einstein-9b2753a3/}{\raisebox{-0.05\height}\faLinkedin\ Albert Einstein} \ $|$ \ \href{https://scholar.google.com/citations?user=qc6CJjYAAAAJ&hl}{\raisebox{-0.05\height}\aiGoogleScholar Albert Einstein} \end{tabularx} \end{document}
&hl(or provide a proper test example)&hlwhich is not needed and removing it avoids the special&, scholar.google.com/citations?user=qc6CJjYAAAAJ is the same page As I suspected, but you did not show, you had&in atabular....\href{https://scholar.google.com/citations?user=qc6CJjYAAAAJ}{Albert Einstein}(notice the absence of&hland I just checked, it makes no difference: same page)