Skip to content

adding ORCID icon to authors#80

Open
haflex wants to merge 1 commit intotypst:mainfrom
haflex:orcid
Open

adding ORCID icon to authors#80
haflex wants to merge 1 commit intotypst:mainfrom
haflex:orcid

Conversation

@haflex
Copy link
Copy Markdown

@haflex haflex commented Nov 10, 2025

adds the possibility to show and ORCID.org icon with link to profile behind the author name.

If an orcid attribute is found in a author description the orcid icon will appear behind the author name.
The icon is a link that points to https://orcid.org/<author-id>

example:

(
    name: "Mattis Hasler",
    orcid: "0000-0001-7979-674X"
)

will point to: https://orcid.org/0000-0001-7979-674X

@haflex
Copy link
Copy Markdown
Author

haflex commented Nov 10, 2025

I just saw that there is a issue asking for this: #75

@saecki
Copy link
Copy Markdown
Member

saecki commented Mar 19, 2026

Thanks for the PR! Although maybe not super successful at it, the goal of this repository is to have idiomatic examples of how Typst templates should look like, both code-wise and visually, not necessarily to be feature complete. Currently the only external package used in the template repository is cetz, and that is used quite extensively in the badformer package. Adding a dependency for a single icon seems a bit much.

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

Successfully merging this pull request may close these issues.

2 participants