-
Notifications
You must be signed in to change notification settings - Fork 0
/
people.qmd
115 lines (95 loc) · 2.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
title: "People"
description: "Who we are"
#image: files/group.jpeg
page-layout: full
listing: #an example of listing external links
# template: item-default-external.ejs
- id: lab-member
sort: "lastname asc"
type: grid
fields: [image, title, subtitle]
grid-item-align: center
grid-columns: 4
image-height: 250px
# categories: true
# sort-ui: true
# filter-ui: true
contents: labmembers.yml
- id: lab-alumni
sort: "lastname asc"
type: table
fields: [image, title, subtitle, started, ended]
grid-item-align: center
grid-columns: 4
image-height: 25px
field-display-names:
title: "Name"
subtitle: "Role"
started: "Started"
ended: "Ended"
# categories: true
# sort-ui: true
# filter-ui: true
contents: labalumni.yml
# - id: lab-collaborator
# sort: "title asc"
# type: grid
# fields: [image, title, subtitle]
# grid-item-align: center
# grid-columns: 4
# image-height: 250px
# # categories: true
# # sort-ui: true
# # filter-ui: true
# contents:
# - collaborators.yml
# - id: lab-advisor
# sort: "title asc"
# type: grid
# fields: [image, title, subtitle]
# grid-item-align: center
# grid-columns: 4
# image-height: 250px
# # categories: true
# # sort-ui: true
# # filter-ui: true
# contents:
# - path: https://kammen.berkeley.edu/
# image: /files/headshots/daniel-kammen.jpg
# title: "Daniel M. KAMMEN"
# # author:
# subtitle: "Professor, Univeristy of California, Berkeley"
# # date: "2024-03-12"
# # categories: []
# - path: https://eta.lbl.gov/people/jiang-lin
# image: https://are.berkeley.edu/sites/are.berkeley.edu/files/styles/user_big_picture/public/pictures/picture-13749-1602716599.jpg
# title: "Jiang LIN"
# # author:
# subtitle: "Staff Scientist, Lawrence Berkeley National Laboratory"
# # date: "2024-03-12"
# # categories: []
page-navigation: false
title-block-banner: false
toc: false
format:
html:
link-external-newwindow: true
---
<!--Please delete or replace with your own clarity-->
{{< include /files/includes/_msclarity.qmd >}}
## Team
:::{#lab-member}
:::
## Alumni
:::{#lab-alumni}
:::
<!--
## Collaborators
We are fortunate to have collaborated with many researchers and practitioners. Please visit their websites to learn more about their amazing work.
:::{#lab-collaborator}
:::
## Advisors
:::{#lab-advisor}
:::
-->