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

Icon for Researchgate and ORCID #302

Open
NeffetsW opened this issue Jul 18, 2022 · 2 comments
Open

Icon for Researchgate and ORCID #302

NeffetsW opened this issue Jul 18, 2022 · 2 comments

Comments

@NeffetsW
Copy link

It would be nice to have icons for the above. Or to know how I can add it myself.

@guigoruiz1
Copy link

I second that. InspireHep would also be good

@b-kennedy0
Copy link

b-kennedy0 commented Apr 18, 2024

@NeffetsW @guigoruiz1

I was able to add them in by doing the following:

  • Go to fontawesome.com and get a kit (and therefore a kit ID)
  • Edit your _includes/head.html file. Add the following to the <!-- Plugins CSS --> section
    <script src="https://kit.fontawesome.com/YOUR-KIT-ID.js" crossorigin="anonymous"></script>
  • Add in the following, wherever you need the icon (I've added my into _includes/contact.html as I wanted it in the side-bar)

{% if sidebar.orcid %} <li class="orcid"><i class="fab fa-orcid"></i> <a href="https://orcid.org/{{ sidebar.orcid }}" target="_blank" rel="noopener">{{ sidebar.orcid }}</a> </li> {% endif %}

  • Add in orcid and your own orcid id number to your data.yml wherever you'd like it to be
    orcid: 0000-0000-0000-0000

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