You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used scholarly-metadata.lua and author-info-blocks.lua to render a HTML, but the author names are missing. And "Authors" and "Affiliations" are empty, how can I fix this? Thanks a lot
---
title: "Testing Lua filters with Qmd"
author:
- Jane Doe:
institute:
- federation
equal_contributor: "yes"
correspondence: "yes"
email: [email protected]
- John Q. Doe:
institute: [federation, acme]
equal_contributor: "yes"
- Juan Pérez:
institute: acme
institute:
- federation: Federation of Planets
- acme:
name: Acme Corporation
format: html
filters:
- scholarly-metadata.lua
- author-info-blocks.lua
---
If I add name in the author,
---
title: "Testing Lua filters with Qmd"
author:
- name: Jane Doe
institute:
- federation
equal_contributor: "yes"
correspondence: "yes"
email: [email protected]
- name: John Q. Doe
institute: [federation, acme]
equal_contributor: "yes"
- name: Juan Pérez
institute: acme
institute:
- federation: Federation of Planets
- acme:
name: Acme Corporation
format: html
filters:
- scholarly-metadata.lua
- author-info-blocks.lua
---
It became the following,
The text was updated successfully, but these errors were encountered:
It looks like you're using Quarto, in which case I'd discourage the use of those specific filters. Quarto has it's own system for authors and affiliations, in part derived from the filters here. It's better to fully rely on Quarto to do the right thing.
Hi there,
I used scholarly-metadata.lua and author-info-blocks.lua to render a HTML, but the author names are missing. And "Authors" and "Affiliations" are empty, how can I fix this? Thanks a lot
If I add name in the author,
It became the following,
The text was updated successfully, but these errors were encountered: