-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.qmd
77 lines (67 loc) · 1.61 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
pagetitle: "People | AffCom Lab"
toc: false
listing:
- id: research-staff
contents: "people/staff/*.qmd"
type: grid
image-height: 225px
grid-columns: 3
fields: [image, title, subtitle]
grid-item-align: center
sort: sortby
field-display-names:
started: "Started"
- id: graduate-students
contents: "people/gras/*.qmd"
type: grid
image-height: 225px
grid-columns: 3
fields: [image, title, subtitle]
grid-item-align: center
sort: sortby
field-display-names:
started: "Started"
- id: research-assistants
contents: "people/uras/*.qmd"
type: grid
image-height: 225px
grid-columns: 3
sort: sortby
fields: [image, title, subtitle, started]
field-display-names:
started: "Started"
grid-item-align: center
- id: alumni
contents: "people/alumni/*.qmd"
type: table
sort: sortby
fields: [title, subtitle, started, ended]
sort-ui: [title, subtitle, started, ended]
filter-ui: [title, subtitle, started, ended]
field-display-names:
title: "Name"
subtitle: "Role"
started: "Started"
ended: "Ended"
---
```{=html}
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">People</li>
</ol>
</nav>
```
## Research Staff
:::{#research-staff}
:::
## Graduate Students
:::{#graduate-students}
:::
## Research Assistants
:::{#research-assistants}
:::
## Alumni
:::{#alumni}
:::