-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpeople.qmd
61 lines (51 loc) · 1.02 KB
/
people.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
title: "People"
subtitle: "Who we are"
#image: files/group.jpeg
page-layout: full
listing: #an example of listing external links
# template: item-default-external.ejs
- id: lab-member
sort: "lastname asc"
type: grid
fields: [image, title, subtitle]
grid-item-align: center
grid-columns: 4
image-height: 200px
categories: true
# sort-ui: true
# filter-ui: true
contents:
- /people/pi.yml
- /people/phd-student.yml
- id: lab-alumni
sort: "lastname asc"
type: table
fields: [image, title, subtitle, started, ended]
grid-item-align: center
grid-columns: 4
image-height: 25px
field-display-names:
title: "Name"
subtitle: "Role"
started: "Started"
ended: "Ended"
# categories: true
# sort-ui: true
# filter-ui: true
contents:
- /people/phd-student.yml
- /people/pi.yml
page-navigation: false
title-block-banner: false
toc: false
format:
html:
link-external-newwindow: true
---
## Team
:::{#lab-member}
:::
## Alumni
:::{#lab-alumni}
:::