mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
add \scholar{} command for link to google scholar profile
This commit is contained in:
parent
725fe4e3ef
commit
f93232fc49
4 changed files with 13 additions and 0 deletions
|
@ -314,6 +314,10 @@
|
||||||
% Usage: \reddit{<reddit account>}
|
% Usage: \reddit{<reddit account>}
|
||||||
\newcommand*{\reddit}[1]{\def\@reddit{#1}}
|
\newcommand*{\reddit}[1]{\def\@reddit{#1}}
|
||||||
|
|
||||||
|
% Defines writer's google scholar (optional)
|
||||||
|
% Usage: \scholar{<user-scholar-id>}
|
||||||
|
\newcommand*{\scholar}[1]{\def\@scholar{#1}}
|
||||||
|
|
||||||
% Defines writer's xing (optional)
|
% Defines writer's xing (optional)
|
||||||
% Usage: \xing{<xing name>}
|
% Usage: \xing{<xing name>}
|
||||||
\newcommand*{\xing}[1]{\def\@xing{#1}}
|
\newcommand*{\xing}[1]{\def\@xing{#1}}
|
||||||
|
@ -484,6 +488,12 @@
|
||||||
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
\href{https://twitter.com/\@twitter}{\faTwitter\acvHeaderIconSep\@twitter}%
|
\href{https://twitter.com/\@twitter}{\faTwitter\acvHeaderIconSep\@twitter}%
|
||||||
}%
|
}%
|
||||||
|
\ifthenelse{\isundefined{\@scholar}}%
|
||||||
|
{}%
|
||||||
|
{%
|
||||||
|
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
|
||||||
|
\href{https://scholar.google.com/citations?user=\@scholar}{\faGraduationCap\acvHeaderIconSep{Google Scholar}}%
|
||||||
|
}%
|
||||||
\ifthenelse{\isundefined{\@skype}}%
|
\ifthenelse{\isundefined{\@skype}}%
|
||||||
{}%
|
{}%
|
||||||
{%
|
{%
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
% \stackoverflow{SO-id}{SO-name}
|
% \stackoverflow{SO-id}{SO-name}
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skype-id}
|
% \skype{skype-id}
|
||||||
|
% \scholar{google-scholar-id}
|
||||||
% \reddit{reddit-id}
|
% \reddit{reddit-id}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
% \gitlab{gitlab-id}
|
% \gitlab{gitlab-id}
|
||||||
% \stackoverflow{SO-id}{SO-name}
|
% \stackoverflow{SO-id}{SO-name}
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
|
% \scholar{google-scholar-id}
|
||||||
% \skype{skype-id}
|
% \skype{skype-id}
|
||||||
% \reddit{reddit-id}
|
% \reddit{reddit-id}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
% \stackoverflow{SO-id}{SO-name}
|
% \stackoverflow{SO-id}{SO-name}
|
||||||
% \twitter{@twit}
|
% \twitter{@twit}
|
||||||
% \skype{skype-id}
|
% \skype{skype-id}
|
||||||
|
% \scholar{google-scholar-id}
|
||||||
% \reddit{reddit-id}
|
% \reddit{reddit-id}
|
||||||
% \extrainfo{extra informations}
|
% \extrainfo{extra informations}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue