{{ partial "head.html" . }} {{ $baseurl := .Site.BaseURL }}
{{ template "partials/sidebar.html" . }} {{ $baseurl := .Site.BaseURL }}

404: Page Not Found

There is no page here at the address you requested. Perhaps try a search to find what you are looking for?

Recent News

    {{ range first 10 (where .Data.Pages.ByDate "Section" "news").Reverse }}
  • {{ .Title | safeHTML }}{{if not (isset .Params "grlog") }}, {{ end }}
  • {{ end }}

Recent Writing

    {{ range first 5 (where .Data.Pages.ByDate "Section" "writing").Reverse }}
  • {{ .Params.citation | safeHTML }} Abstract {{ if isset .Params "file" }} pdf{{ end }}
  • {{ end }}

Recent & Upcoming Presentations

    {{ range (where .Data.Pages.ByDate "Section" "presentation").Reverse }} {{ if (ge .Date.Unix now.Unix) }} {{ if (le .Date.Unix (add now.Unix 10368000)) }}
  • {{ .Title | safeHTML }}, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}). {{ partial "comingsoon.html" . }}
  • {{ end }} {{ end }} {{ if (ge now.Unix .Date.Unix ) }} {{ if (le now.Unix (add .Date.Unix 12368000)) }}
  • {{ .Title | safeHTML }}, {{ .Params.host | safeHTML }} ({{ .Date.Format "2 January 2006" }}).
  • {{ end }} {{ end }} {{ end }}

Recent & Upcoming Classes

    {{ range (where .Data.Pages.ByDate "Section" "class").Reverse }} {{ if (ge .Date.Unix now.Unix) }} {{ if (le .Date.Unix (add now.Unix 7776000)) }}
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. {{ partial "comingsoon.html" . }}
  • {{ end }} {{ end }} {{ end }} {{ range (where .Data.Pages.ByDate "Section" "class").Reverse }} {{ if (le .Date.Unix now.Unix) }} {{ if (le now.Unix (add .Date.Unix .Params.duration)) }}
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. {{ partial "nowon.html" . }}
  • {{ end }} {{ end }} {{ end }} {{ range (where .Data.Pages.ByDate "Section" "class").Reverse }} {{ $classend := (add .Date.Unix .Params.duration) }} {{ if (ge now.Unix $classend ) }} {{ if (le now.Unix (add $classend 10368000)) }}
  • {{ .Title }}, {{ .Date.Format "January" }}–{{ .Params.enddate | dateFormat "January 2006" }}. completed
  • {{ end }} {{ end }} {{ end }}

{{ partial "whatisthis.html" . }} {{ partial "foot.html" . }}