Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Academicons #57

Open
twsh opened this issue Dec 29, 2017 · 8 comments
Open

Academicons #57

twsh opened this issue Dec 29, 2017 · 8 comments

Comments

@twsh
Copy link

twsh commented Dec 29, 2017

It would be nice to be able to include an ORCID ID, and perhaps things like arXiv and PhilPapers. There are icons in https://github.com/jpswalsh/academicons and there is a package on CTAN: https://ctan.org/pkg/academicons

If I can get it working would you accept a pull request?

@anthony-wang
Copy link

IMO this would be great on a resume!

@twsh
Copy link
Author

twsh commented Jan 4, 2018

I've been thinking about how to do this. My first thought was to make a 'moderncviconsacademic.sty' with a \RequirePackage{academicons} and \renewcommand*{\orcidsocialsymbol}{{\aiOrcid}~} used with \moderncvicons{academic}. I added the required stuff to moderncv.cls and got it all working. But someone might want to use the academicons icons and fontawesome. On the other hand, I don't like the idea of making the academicons.sty requirement part of the class. Any suggestions?

@andreall
Copy link

I have tried including an ORCID and Researchgate ID as in #35 but I haven't been able to make it work using MacTex. My problem is the icons don't show. Could you create a branch with your solution?

Thanks

@twsh
Copy link
Author

twsh commented Mar 24, 2018

@andreall Have you installed the academicons font? Unlike with fontawesome.sty, you have to do that separately to get academicons.sty to work. That confused me for a while.

@twsh
Copy link
Author

twsh commented Mar 24, 2018

This might be a repetition of #35

@andreall
Copy link

@twsh I have. I cloned the repository and installed the .ttf to make sure I have the last version on my FontBook. Should I do something else?
I was using the branch from #35 and that's why I was wondering if you had found a different solution.

@anthony-wang
Copy link

@andreall interesting, academicons worked for me, both using my PC (MikTeX) and Mac (MacTeX-2017)
I used the following:

\usepackage{academicons}
\cvitem{\aiicon{orcid}}{\href{https://orcid.org/YOUR_ORCID_ID}{YOUR_ORCID_ID}}

It's not pretty but it works!

@andreall
Copy link

@anthony-wang that did work indeed...Thanks!
I also made it work with the original \social[orcid]{0000-0000-0000-0000}. It turns out my doc isn't recognizing the moderncviconsacademicons.sty so for the classic style it was using the icons from marvosym:

\renewcommand*{\orcidsocialsymbol}{} \renewcommand*{\researchgatesocialsymbol}{}

I changed it to:
\usepackage{academicons}
\renewcommand*{\orcidsocialsymbol} {{\small\aiOrcid}~} % or \aiOrcidSquare \renewcommand*{\researchgatesocialsymbol}{{\small\aiResearchGate}~} % or \aiResearchGateSquare

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants