Skip to main content

ORCID iD

Overview

Use this component pattern to identify a link as an ORCID iD, by including the ORCID symbol.

As an academic organisation, there are many situations where BAS websites and applications may use ORCID iDs. This pattern is designed to ensure they are shown in a consistent way that follow the ORCID Brand Guidelines, which are designed to increase recognition of ORCID iDs by users.

Uses

Use this pattern when:

  • displaying an ORCID iD

When using this pattern, do not:

  • change the positioning/ordering of the ORCID iD symbol and link
  • change the colour of the ORCID iD symbol
  • do anything that goes against the ORCID Brand Guidelines

Variants

Basic

Use the .bsk-orcid-id class with the ORCID icon inside a link to the ORCID ID as a URL.

<a href="https://sandbox.orcid.org/0000-0001-8373-6934">
    <i class="fab fa-orcid bsk-orcid-id"></i>
    https://sandbox.orcid.org/0000-0001-8373-6934
</a>

Open full example