{{ template "layout.html" . }} {{ define "content" }}

{{ .Status }}

{{ $categoryCount := len .Papers }} {{ if gt $categoryCount 0 }} {{ end }}
Back
{{ if gt $categoryCount 0 }}
{{ range $category, $papers := .Papers }} {{ $paperCount := len $papers }} {{ range $path, $paper := $papers }} {{ if $paper.Meta.Title }} {{ else }} {{ end }} {{ if $paper.Meta.Title }} {{ else }} {{ end }} {{ end }} {{ end }} {{ end }}
author: {{ $contCount := len $paper.Meta.Contributors }} {{ if gt $contCount 0 }}{{ $author := index $paper.Meta.Contributors 0 }}{{ $author.LastName }}{{ if gt $contCount 1 }} et al.{{ end }}{{ end }} yr: {{ $paper.Meta.PubYear }} doi: {{ $paper.Meta.DOI }} journal: {{ $paper.Meta.Journal }}
{{ end }}