{{ $only_file := .only_file | default false }} {{ with .paper }} {{ $modalId := printf "modal-%s" .Slug }}
{{ if not $only_file }} {{- if .Params.abstract -}} {{ partial "papers/modal.html" (dict "modalId" $modalId "title" .Title "abstract" .Params.abstract ) }} {{- end -}} {{- end -}} {{- if .Params.pdf -}} {{- $file := partial "GetMedia" .Params.pdf -}} {{- $size := partial "GetHumanSize" $file.size -}} {{- $extension := partial "GetExtensionFile" $file.name -}} {{- $extension_with_size := (printf "%.2f %s - %s" $size.weight $size.unit $extension) -}} {{- $title_with_size := printf "%s (%s)" $file.name $extension_with_size -}} {{- $url := $file.url -}} {{- if site.Params.keycdn -}} {{- $url = $file.direct_url -}} {{- end -}} {{ if $file }}
{{ $extension }} - {{ $size.weight }} {{ $size.unit }}
{{ end }} {{- end -}}
{{ end }}