{{- .Title -}}
{{ if .Date }} {{ end }}Projects, papers, and discussions
-
{{ range $key, $val := .Site.Data.catalog }}
-
{{ if eq .kind "tweet"}}
{{ else if eq .kind "post"}}
{{ else if eq .kind "paper"}}
{{ else if eq .kind "thesis"}}
{{ else if eq .kind "library"}}
{{ else if eq .kind "tool"}}
{{ else if eq .kind "talk"}}
{{ else if eq .kind "idea"}}
{{ else }}
{{ end }}
{{ range .authors }}
{{ if reflect.IsMap . }}
{{ $author := index $.Site.Data.actors .name }}
{{ if $author }}
{{ else }}
{{ end }}
{{ else }}
{{ $author := index $.Site.Data.actors . }}
{{ if $author }}
{{ else }}
{{ end }}
{{ end }}
{{ end }}
{{ if .location }}
{{ .title | markdownify }}.
{{ else }}
{{ .title | markdownify }}.
{{ end }}
{{ with .year }}{{ . }}.{{ end }}
{{ with .years }}{{ index . 0 }} – {{ index . 1 }}.{{ end }}
{{ with .description }}{{ . | markdownify }}{{ end }} {{ with .image }}
{{ end }} {{ with .additional_resources }}
Additional Resources{{ end }} {{ with .quotes }}-
{{ range . }}
- {{ .label }}{{ if .description }}: {{ .description }} {{ end }} {{ end }}
-
{{ range . }}
{{ . | markdownify }}
{{ end }}
{{ end }}
People and groups
The following people and groups are some of the key actors in this space due to their work highlighted above, which has been curated through contributions to the catalog from the community. Please note that you should not assume that they have endorsed the community's actions — we simply admire their work.
-
{{ range $key, $val := .Site.Data.actors }}
-
{{ .name }}
{{ with .affiliation }}{{ . }}{{ end }}
{{ end }}