{{ if eq .Params.type "poster" }} {{ end }} {{ if eq .Params.type "thesis" }} {{ end }} {{ if eq .Params.type "presentation" }} {{ end }}

{{ with .Params.link }} {{ end }}

{{ .Title }}

{{ $authlist := .Params.authors }} {{ range $idx, $auth := .Params.authors }} {{ if and (eq $idx (sub (len $authlist) 1)) (gt 1 (len $authlist)) }} and {{ end }} {{- if eq $auth "Thomas A. Christensen II" }} {{ $auth }} {{- else }} {{ $auth }} {{- end }} {{- if lt $idx (sub (len $authlist) 1) -}} , {{- end }} {{ end }}
{{ .Params.journal }}: {{ .Params.location }} ({{ dateFormat "02 Jan 2006" .Params.date }})
{{ with .Params.keywords }} Keywords: {{ range . }} {{ . }} {{ end }}
{{ end }} {{ if eq (.Scratch.Get "showAbstract") true }}
Abstract {{ .Content }}
{{ end }}