-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpeople.qmd
More file actions
74 lines (61 loc) · 1.49 KB
/
people.qmd
File metadata and controls
74 lines (61 loc) · 1.49 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
66
67
68
69
70
71
72
73
74
---
pagetitle: "People"
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: cps-students
contents: "people/cps/*.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: bbq-students
contents: "people/bbq/*.qmd"
type: grid
image-height: 225px
grid-columns: 3
fields: [image, title, subtitle]
grid-item-align: center
sort: sortby
field-display-names:
started: "Started"
---
```{=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}
:::
## Clinical Psychological Science Students
:::{#cps-students}
:::
## Brain, Behavior, and Quantitative Science Students
:::{#bbq-students}
:::
## Research Assistants
```{r assistants}
#| echo: false
library(reactable)
assistants <- read.csv("people/assistants.csv")
reactable(assistants)
```
## Alumni
Click to view a list of [former research staff and assistants](people/alumni.qmd).