{{ if .Params.image_preview }}
{{ .Scratch.Set "image" .Params.image_preview }}
{{ else if .Params.header.image }}
{{ .Scratch.Set "image" .Params.header.image }}
{{ end }}
{{ if .Scratch.Get "image" }}
{{ end }}
{{ if .Params.abstract_short }}
{{ .Params.abstract_short | markdownify }}
{{ else }}
{{ .Params.abstract | markdownify}}
{{ end }}
{{ with .Params.authors }}
{{ delimit . ", " | markdownify }}
{{ end }}
{{ if .Params.publication_short }}
{{ .Params.publication_short | markdownify }},
{{ else if .Params.publication }}
{{ .Params.publication | markdownify }},
{{ end }}
{{ .Date.Format "2006" }}
{{ partial "publication_links" (dict "content" . "is_list" 1) }}