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

Recent Publications

More Publications

    {{ range first 5 (where .Data.Pages.ByDate "Section" "publication").Reverse }}
  • {{ .Title | markdownify }}

    {{ partial "publication_list_buttons" . }}

  • {{ end }}
{{ range last 5 (where .Data.Pages "Section" "=" "post") }}

{{ .Title }}

{{ partial "article_metadata_compact" . }}

{{ if .Truncated }} {{ .Summary }} {{ else }} {{ .Content | markdownify }} {{ end }}

Read more

{{ end }}

Projects

{{ range $index, $page := where .Site.Pages "Section" "=" "home" }} {{ if and (isset .Params "section_id") (not (eq .Params.section_id 0)) }} {{ $title_words := split $page.Title " " }}

{{ title $page.Title }}

{{ $page.Content }}
{{ end }} {{ end }}

Contact

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