How to include additional info from authors #8690
Unanswered
lorenzoFabbri
asked this question in
Q&A
Replies: 1 comment
-
You did to use Pandoc templating system to insert the component of the author schema defined by Quarto either by defining a complete new template or using the partials, see https://quarto.org/docs/journals/templates.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have created a
yml
file of authors metadata:I then have a
qmd
file with the following:In the resulting HTML I only see the author name, affiliation, and email/ORCID. I would like to include also the roles. I thought about including a template partial (
template-partials: - partials/metadata.html
):But it does not work. I reasd on the website of Quarto that more advanced metadata elements are not currently implemented. Is this possible to achieve easily? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions