-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpeople.qmd
More file actions
54 lines (47 loc) · 1.04 KB
/
people.qmd
File metadata and controls
54 lines (47 loc) · 1.04 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
---
pagetitle: "People | Frankenberg Lab"
toc: false
lightbox:
match: auto
effect: fade
html:
page-layout: full
listing:
- id: research-staff
contents: "people/staff/*.qmd"
type: grid
image-height: 250px
grid-columns: 3
fields: [image, title, subtitle]
grid-item-align: center
sort: sortby
field-display-names:
started: "Started"
- id: alumni
contents: "people/alumni/*.qmd"
type: table
sort: sortby
fields: [title, subtitle, started, ended, NowAt]
sort-ui: [title, started, ended, NowAt]
filter-ui: [title, subtitle, started, ended, NowAt]
field-display-names:
title: "Name"
subtitle: "Former Role"
started: "Started"
ended: "Ended"
NowAt: "Now at"
---
```{=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}
:::
## Alumni
:::{#alumni}
:::