{{ partial "header.html" . }}

{{ .Title }}

{{ .Description }}

{{ range where .Pages.ByWeight "Params.current" true }}

{{.Params.name}} {{.Params.degree}}

{{.Params.tit}}

{{ if not (eq .Params.orcid "") }}

orcid.org/{{.Params.orcid}}

{{ end }}
{{ if not (eq .Params.pic "") }} {{ if (ne .Params.title "Henry_g") }} {{ end }} {{ if (eq .Params.title "Henry_g") }} {{ end }} {{ end }}

{{.Content}}



{{end}}

Former Members

{{ range where .Pages.ByWeight "Params.current" false }}

{{.Params.name}} {{.Params.degree}}

{{.Params.tit}}

{{ if not (eq .Params.orcid "") }}

orcid.org/{{.Params.orcid}}

{{ end }}
{{ if not (eq .Params.pic "") }} {{ end }}

{{.Content}}



{{end}}
{{ partial "footer.html" . }}