-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.qmd
More file actions
66 lines (54 loc) · 1.23 KB
/
people.qmd
File metadata and controls
66 lines (54 loc) · 1.23 KB
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
61
62
63
64
65
---
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 # Use individual files here as you may use each person at different occasions such as events, news.
- /people/phd-student.yml
- /people/masters-student.yml
- /people/undergraduate-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-alumni.yml
- /people/masters-alumni.yml
- /people/undergraduate-alumni.yml
page-navigation: false
title-block-banner: false
toc: false
format:
html:
link-external-newwindow: true
---
## Team
:::{#lab-member}
:::
## Alumni
:::{#lab-alumni}
:::