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

{{ .Status }}

{{ $categoryCount := len .Papers }} {{ if gt $categoryCount 0 }} {{ end }}
{{ range $category, $paper := .Papers }}[{{ $category }}] {{ end }}
Back
{{ if gt $categoryCount 0 }}
{{ range $category, $papers := .Papers }} {{ $paperCount := len $papers }}
{{ range $path, $paper := $papers }}
{{ if $paper.Meta.Title }} {{ $paper.Meta.Title }}
{{ else }}
{{ end }} {{ if $paper.Meta.Title }} {{ range $index, $contributor := $paper.Meta.Contributors }}{{if $index}}, {{end}}{{ $contributor.FirstName }} {{ $contributor.LastName }}{{end}}
{{ $paper.Meta.PubYear }} - {{ $paper.Meta.DOI }} - {{ $paper.Meta.Journal }} {{ end }}
{{ end }} {{ end }} {{ end }}
{{ end }}