-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpeople.qmd
62 lines (54 loc) · 1.4 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
---
pagetitle: "People | OMICS Center"
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: research-assistants
# contents: "people/ras/*.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}
:::
<!-- ## Research Assistants -->
<!-- :::{#research-assistants} -->
<!-- ::: -->
<!-- ## Alumni -->
<!-- :::{#alumni} -->
<!-- ::: -->