-
- {{ $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 }})
-
- Keywords:
- {{ range .Params.keywords }}
-
{{ . }}
- {{ end }}
-
-
- Abstract
- {{ .Content }}
-
-