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

ORCID is not rendering in the word document #156

Open
wolass opened this issue Mar 1, 2024 · 1 comment
Open

ORCID is not rendering in the word document #156

wolass opened this issue Mar 1, 2024 · 1 comment

Comments

@wolass
Copy link
Contributor

wolass commented Mar 1, 2024

Describe the bug
The provided templates support the use of orcid, but it is not being rendered in the actual paper. So the orcid stays only in the yaml header

Describe the steps to reproduce the behavior:

  1. create a new compendium using the rrtools::use_compendium() function
  2. call rrtools::use_analysis()
  3. render quatro document
  4. See lack od ORCID in the final docx output.

Expected behavior
Optimally we should get an ORCID icon next to the researchers name with a link to a respective ORCID profile when clicked on.

@benmarwick
Copy link
Owner

Yes, you're right, I think this has only ever worked when the output is HTML. I haven't seen any R Markdown or Quarto template that accomplishes this for docx output. Have you seen any?

It might require combining this https://github.com/pandoc/lua-filters/tree/master/author-info-blocks with https://stackoverflow.com/questions/77882406/how-to-access-meta-data-from-quarto-yaml-in-lua-script

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

2 participants