Skip to content

Commit 1db6bdb

Browse files
committed
Update alumni sections with new members and adjust headings
1 parent ce3dc66 commit 1db6bdb

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

content/team/_index.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,20 @@ current_team_section:
5555
alumni_section:
5656
enable: true
5757
alumni:
58-
- image: /images/floyd.png
59-
name: Floyd Miles
58+
- name: Lydia Ng
6059
date: (April 2020 – May 2021, Co-PI 1R24MH116922-01)
60+
- name: Christof Koch
61+
date: (August 2017 – April 2020, NWB founding member)
62+
- name: Friedrich Sommer
63+
date: (August 2017 – August 2019, NWB founding member)
64+
- name: Karel Svoboda
65+
date: (August 2017 – 2020, NWB founding member)
66+
- name: Markus Meister
67+
date: ""
68+
- name: Katrin Amunts
69+
date: ""
70+
- name: Huib Mansvelder
71+
date: ""
6172
technical_board:
6273
enable: true
6374
title: The Technical Advisory Board
@@ -86,14 +97,17 @@ technical_team_section:
8697
- image: /images/ryan-ly.png
8798
name: Ryan Ly
8899
post: Scientific Data Engineer at Berkeley Lab
89-
# - image: /images/lawrence-niu.png
90-
# name: Lawrence Niu
91100
- image: /images/kushal.png
92101
name: Kushal Bakshi
93102
post: Neuroscience Data Engineer II at DataJoint
94103
- image: /images/szonja-weigl.jpeg
95104
name: Anna (Szonja) Weigl
96105
post: Research Software Engineer at CatalystNeuro
106+
tab_alumni_section:
107+
enable: true
108+
alumni:
109+
- name: Lawrence Niu
110+
date: Principal Engineer at MBF Biosciences
97111
core_dev_section:
98112
pynwb_section:
99113
enable: true

layouts/team/list.html

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,16 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $element.name | markdownify }}</h
7373

7474

7575
{{/* Alumni Section */}}
76-
{{/* {{ with .Params.alumni_section }}
76+
{{ with .Params.alumni_section }}
7777
{{ if .enable }}
7878
<section class="section bg-dark-100 pt-0">
7979
<div class="container-lg">
80-
<h3 class="inter-700 dark-900 text-40 pb-5">Executive Board Alumni</h3>
80+
<h4 class="inter-600 dark-900 text-32 pb-5">Executive Board Alumni</h4>
8181
<div class="row g-2 g-md-4">
8282
{{ range .alumni }}
8383
<div class="col-6 col-sm-3">
8484
<div class="h-100 bg-white rounded-3 p-md-4 p-2 shadow-sm pb-md-2">
85-
<img src="{{ .image }}" alt="" class="img-fluid rounded-3">
86-
<h5 class="inter-700 text-20 dark-900 pt-4">{{ .name }}</h5>
85+
<h5 class="inter-700 text-20 dark-900">{{ .name }}</h5>
8786
<p class="inter-400 text-14 dark-900">{{ .date }}</p>
8887
</div>
8988
</div>
@@ -92,7 +91,7 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ .name }}</h5>
9291
</div>
9392
</section>
9493
{{ end }}
95-
{{ end }} */}}
94+
{{ end }}
9695
{{/* End Alumni Section */}}
9796

9897
{{/* Technical Board Section */}}
@@ -145,6 +144,28 @@ <h5 class="inter-700 text-20 dark-900 pt-4">{{ $p.name | markdownify }}</h5>
145144
{{ end }}
146145
{{/* End Technical Board Section */}}
147146

147+
{{/* TAB Alumni Section */}}
148+
{{ with .Params.tab_alumni_section }}
149+
{{ if .enable }}
150+
<section class="section pt-0">
151+
<div class="container-lg">
152+
<h4 class="inter-600 dark-900 text-32 pb-5">Technical Advisory Board Alumni</h4>
153+
<div class="row g-2 g-md-4">
154+
{{ range .alumni }}
155+
<div class="col-6 col-sm-3">
156+
<div class="h-100 bg-white rounded-3 p-md-4 p-2 shadow-sm pb-md-2">
157+
<h5 class="inter-700 text-20 dark-900">{{ .name }}</h5>
158+
<p class="inter-400 text-14 dark-900">{{ .date }}</p>
159+
</div>
160+
</div>
161+
{{ end }}
162+
</div>
163+
</div>
164+
</section>
165+
{{ end }}
166+
{{ end }}
167+
{{/* End TAB Alumni Section */}}
168+
148169
{{/* Core Development Team Section */}}
149170
{{ with .Params.core_dev_section }}
150171
<section class="section">

0 commit comments

Comments
 (0)