{{ range $key, $value := $taxonomy }}
{{ partial "term-link.html" (dict "name" $key "taxonomy" $taxonomyname) }}
{{ end }}
{{ end }}
{{ end }}
Description
{{ .Content }}
{{ with .Params.publications}}
Publications
{{ range $citation, $pub := site.Data.publications }}
{{ range $pub }}
{{ if in $.Params.publications .key }}
{{ if .year }} {{ .year }}: {{ end }}
{{ if .title }} {{ .title }} {{ end }}
{{ if .author }} by {{ delimit .author " | " | html }} {{ end }}
{{ if .booktitle }} Appears in {{ .booktitle }} {{ end }}
{{ if .journal }} Appears in {{ .journal }} {{ end }}
{{ if .volume }} {{ .volume }} {{ end }}
{{ if .pages }} ({{ .pages }}) {{ end }}
{{ if .doi }} DOI: {{ .doi }} {{ end }}