diff --git a/moderncv.cls b/moderncv.cls index 3511c2cd..faa216cc 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -268,6 +268,8 @@ \ifthenelse{\equal{#1}{github}} {\collectionadd[github]{socials} {\protect\httplink[#3]{www.github.com/#3}}} {}% \ifthenelse{\equal{#1}{gitlab}} {\collectionadd[gitlab]{socials} {\protect\httplink[#3]{www.gitlab.com/#3}}} {}% \ifthenelse{\equal{#1}{skype}} {\collectionadd[skype]{socials} {#3}} {}% + \ifthenelse{\equal{#1}{orcid}} {\collectionadd[orcid]{socials} {\protect\httplink[#3]{orcid.org/#3}}} {}% + \ifthenelse{\equal{#1}{researchgate}}{\collectionadd[researchgate]{socials}{\protect\httplink[#3]{www.researchgate.net/profile/#3}}}{}% } {\collectionadd[#1]{socials}{\protect\httplink[#3]{#2}}}} @@ -310,6 +312,8 @@ \newcommand*{\githubsocialsymbol} {} \newcommand*{\gitlabsocialsymbol} {} \newcommand*{\skypesocialsymbol} {} +\newcommand*{\orcidsocialsymbol} {} +\newcommand*{\researchgatesocialsymbol}{} % other %------ diff --git a/moderncviconsacademicons.sty b/moderncviconsacademicons.sty new file mode 100644 index 00000000..a0794de2 --- /dev/null +++ b/moderncviconsacademicons.sty @@ -0,0 +1,16 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{moderncviconsacademicons}[2016/12/09 modern curriculum vitae and letter icons: academicons] + +\RequirePackage{academicons} + +\renewcommand*{\addresssymbol} {} +\renewcommand*{\mobilephonesymbol} {} +\renewcommand*{\fixedphonesymbol} {} +\renewcommand*{\faxphonesymbol} {} +\renewcommand*{\emailsymbol} {} +\renewcommand*{\homepagesymbol} {} +\renewcommand*{\linkedinsocialsymbol} {} +\renewcommand*{\twittersocialsymbol} {} +\renewcommand*{\githubsocialsymbol} {} +\renewcommand*{\orcidsocialsymbol} {{\small\aiOrcid}~} % or \aiOrcidSquare +\renewcommand*{\researchgatesocialsymbol}{{\small\aiResearchGate}~} % or \aiResearchGateSquare diff --git a/moderncviconsawesome.sty b/moderncviconsawesome.sty index e0fd8920..6d0edcf4 100644 --- a/moderncviconsawesome.sty +++ b/moderncviconsawesome.sty @@ -39,6 +39,8 @@ \renewcommand*{\githubsocialsymbol} {{\small\faGithub}~} % alternative: \faGithubSquare, \faGithubSquare \renewcommand*{\gitlabsocialsymbol} {{\small\faGitlab}~} \renewcommand*{\skypesocialsymbol} {{\small\faSkype}~} +\renewcommand*{\orcidsocialsymbol} {} +\renewcommand*{\researchgatesocialsymbol}{} \endinput diff --git a/moderncviconsletters.sty b/moderncviconsletters.sty index 2ef7c59e..f98d27e9 100644 --- a/moderncviconsletters.sty +++ b/moderncviconsletters.sty @@ -46,6 +46,8 @@ \renewcommand*{\githubsocialsymbol} {\textbf{gh}~} \renewcommand*{\gitlabsocialsymbol} {\textbf{gl}~} \renewcommand*{\skypesocialsymbol} {\textbf{sk}~} +\renewcommand*{\orcidsocialsymbol} {\textbf{iD}~} +\renewcommand*{\researchgatesocialsymbol}{\textbf{RG}~} \renewcommand*{\listitemsymbol} {\labelitemi~} diff --git a/moderncviconsmarvosym.sty b/moderncviconsmarvosym.sty index 020f4d75..f5d2b236 100644 --- a/moderncviconsmarvosym.sty +++ b/moderncviconsmarvosym.sty @@ -257,6 +257,8 @@ \protect\end{scope}% \protect\end{tikzpicture}}% ~} +\renewcommand*{\orcidsocialsymbol} {} +\renewcommand*{\researchgatesocialsymbol}{} \endinput