{{ partial "header.html" . }} {{ partial "navbar.html" . }}
{{ range $index, $page := where .Site.Pages "Section" "=" "home" }} {{ if eq .Title "about" }}
{{ .Render "bio" }}
{{ end }} {{ end }}

Recent Publications

More Publications

News

{{ range last 5 (where .Data.Pages "Section" "=" "blog") }}

{{ .Title }}

{{ .Date.Format "Mon, Jan 2, 2006" }}

{{ if .Truncated }} {{ .Summary }} Read More {{ else }} {{ .Content }} {{ end }}

{{ end }}

More Posts

{{ range $index, $page := where .Site.Pages "Section" "=" "home" }} {{ if eq .Title "teaching" }}
{{ .Render "teaching" }}
{{ end }} {{ end }}

Contact

{{ partial "contact.html" . }}
{{ partial "footer_container.html" . }}
{{ partial "footer.html" . }}