{{ range $term := $terms }}
{{ partial "term-link.html" (dict "name" $term "taxonomy" $taxonomyname) }}
{{ end }}
{{ end }}
{{ end }}
{{ if .Content }}
Description
{{ .Content }}
{{ end }}
{{ with .Params.publications}}
Publications
{{ range $citation, $pub := site.Data.publications }}
{{ range $pub }}
{{ if in $.Params.publications .key }}
{{ if .title }} {{ .title }} {{ end }}
{{ if .year }}
{{ if .month }}
({{ .month }} {{.year }})
{{ else }}
({{ .year }})
{{ end }}
{{ end }}
{{ if .author }} by {{ index .author 0 }}{{ if (gt (len .author) 1) }} et. al. {{ end }}{{ end }}
{{ if .booktitle }} | Appears in {{ .booktitle }} {{ end }}
{{ if .pages }} ({{ .pages }}) {{ end }}
{{ if .journal }} | Appears in {{ .journal }} {{ end }}
{{ if .volume }} | Volume {{ .volume }} {{ end }}
{{ if .publisher }} | Published by {{ .publisher }} {{ end }}
{{ if .doi }} | {{ .doi }}
{{ else if .url }} | {{ .url }} {{ end }}