Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ people:
affiliation: CMU/MLD and OVPR
team:
- leadership
leaderOrder: 3
- firstName: Jaemin
lastName: Jo
image: jaemin-jo-500x500-min.jpg
Expand Down Expand Up @@ -677,6 +678,7 @@ people:
- blog
- center-of-excellence
description: is a Principal Investigator in the Delphi group and a Professor and Head of the Machine Learning Department at CMU. He is also a Google Fellow.
leaderOrder: 2
- firstName: Patti
lastName: Rote
image: patti-rote.jpg
Expand Down Expand Up @@ -843,6 +845,7 @@ people:
- blog
- center-of-excellence
description: is a Principal Investigator in the Delphi group, and a Professor in the Department of Statistics & Data Science and the Machine Learning Department at CMU. He is also an Amazon Scholar.
leaderOrder: 1
- firstName: Will
lastName: Townes
image: will-townes.jpg
Expand Down
2 changes: 1 addition & 1 deletion themes/delphi/layouts/partials/get-persons.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
{{- $fullPerson := (merge (dict "name" (printf "%s %s" .firstName .lastName) "img" $img "key" (.firstName | lower)) . ) -}}
{{- $full = $full | append $fullPerson -}}
{{- end -}}
{{- return (sort $full "lastName" "asc" "firstName" "asc") -}}
{{- return (sort $full "leaderOrder" "asc" "lastName" "asc" "firstName" "asc") -}}