{{- $presentations := .Site.Data.presentations }} {{- $category := .Get "category" }} {{- range sort $presentations "weight" }} {{- if eq .category $category }}
{{- if isset . "youtube" }} {{- else if isset . "thumbnail" }} {{- end }}  
{{.title }} {{- if isset . "organizations" }} ({{ .organizations }}) {{- end }}
{{- if isset . "description" }}

{{ .description }}

{{- end}}

{{- if isset . "venue" }} Presented {{- if isset . "presenters" }} by {{ .presenters }} {{- end }} {{- else }} By {{ .presenters }} {{- end }} {{- if isset . "venue" }} at {{ .venue }} {{- end }} {{- if isset . "publication" }} in {{ .publication }} {{- end }} {{- if isset . "date" }} on {{ .date }} {{- end }}.

{{- end }} {{- end }}