How to set authors note-by-note from a complete set of authors? #12765
Unanswered
albertomercurio
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Please use the search before opening a new discussion. Also see the documentation on sharing metadata: https://quarto.org/docs/projects/quarto-projects.html#shared-metadata Alternatively, you could try YAML anchor/reference but it is not well supported at the moment: |
Beta Was this translation helpful? Give feedback.
1 reply
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
Hello,
I'm writing a webpage containing tutorials of a Julia package. The single tutorials can be written by different developers, so the authorship of that tutorial should be referred to only who wrote it.
Every author has many fields related to the organization, orcid and others, so I don't want to repeat the informations on every notebook. So my idea was to have a file with the definition of all the authors, showing in the home page all the authors, but then specify only who wrote the notebook.
I have tried the following configuration
_authors.yml
file with content_quarto.yml
with contentSpecific notebook
While it correctly shows the complete list of authors in the home page, it doesn't show anything in the specific notebook.
Another approach
I have also tried to make a separate file called
_lixuncai.yml
with contentand then doing
This shows instead all the authors with the repeated author I selected.
I there a way to make it work?
Beta Was this translation helpful? Give feedback.
All reactions