Create short scientific abstract #3162
-
I would like to create a short scientific abstract (e.g. for submitting to a conference) with Quarto. I saw that there are journal templates, but this seems like too much for this use case. All I need is support for a few (custom) header (title) fields, which I can't seem to get right:
And then some text in the document body. What I tried so far:
The problem here is that in the title block, only the authors show up. Is it possible to also render their affiliations and e-mails? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 10 replies
-
Can you try: ---
title: "Untitled"
author:
- name: First Last
email: first.last@some-domain.com
affiliation: University of Some Place
- name: Another Person
- name: Third Author
- name: Firstly Lastly
format: html
---
## Abstract
Some text.
## Extended abstract
Some more text. More on our author and affiliation and schema here: https://quarto.org/docs/journals/authors.html |
Beta Was this translation helpful? Give feedback.
-
I am also trying to add the email address to the title block, I added the following code (take from the RMarkdown template) to the title-block.html:
My YAML header looks like this:
However, the email address still doesn't appear, and the date is lost as well. |
Beta Was this translation helpful? Give feedback.
-
The title-block.html looks like this:
|
Beta Was this translation helpful? Give feedback.
-
Exactly what I was looking for, many thanks! |
Beta Was this translation helpful? Give feedback.
-
Notice that now here is an Maybe there weren't when this question was posted? |
Beta Was this translation helpful? Give feedback.
Can you try:
More on our author and affiliation and schema here: https://quarto.org/docs/journals/authors.html