-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfellows.qmd
More file actions
53 lines (44 loc) · 977 Bytes
/
fellows.qmd
File metadata and controls
53 lines (44 loc) · 977 Bytes
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
---
title: "i3 Fellows"
subtitle: "Fellows program"
page-layout: full
listing:
- id: fellows-current
sort: "title asc"
type: grid
fields: [image, title, subtitle, description]
grid-item-align: center
grid-columns: 4
image-height: 350px
max-description-length: 500
contents:
- fellows/current/*/index.qmd
- id: fellows-alumni
sort: "cohort desc"
type: table
fields: [title, subtitle, description, cohort]
grid-item-align: center
field-display-names:
title: "Name"
subtitle: "Affiliation"
description: "Research Topic"
cohort: "Cohort"
contents:
- fellows/alumni/*/index.qmd
page-navigation: false
title-block-banner: false
toc: false
---
{{< include /files/includes/_msclarity.qmd >}}
<style>
#fellows-current .listing-item .listing-image img {
object-fit: cover !important;
object-position: top center !important;
}
</style>
## Current Fellows (2026)
:::{#fellows-current}
:::
## Alumni
:::{#fellows-alumni}
:::