Skip to content

Commit 5b9e374

Browse files
Update teams (#422)
1 parent 9f5dca2 commit 5b9e374

File tree

5 files changed

+85
-38
lines changed

5 files changed

+85
-38
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ calendars: $(CALENDAR_DIR)/numpy.ics $(CALENDAR_DIR)/scipy.ics $(CALENDAR_DIR)/m
2626

2727

2828
TEAMS_DIR = static/teams
29-
TEAMS = community-managers spec-steering-committee community-leaders
29+
TEAMS = community-managers spec-steering-committee community-leaders emeritus-community-leaders
3030
TEAMS_QUERY = python themes/scientific-python-hugo-theme/tools/team_query.py
3131

3232
$(TEAMS_DIR):

content/about/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ For more information, see our [governance and decision making process]({{< relre
3232
{{< include-html "static/teams/community-managers.html" >}}
3333
{{< include-html "static/teams/spec-steering-committee.html" >}}
3434
{{< include-html "static/teams/community-leaders.html" >}}
35+
{{< include-html "static/teams/emeritus-community-leaders.html" >}}

static/teams/community-leaders.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ <h3 id="community-leaders" class="name title">Community Leaders</h3>
4242
</a>
4343
</div>
4444

45-
<div class="member">
46-
<a href="https://github.com/melissawm" class="name">
47-
<div class="photo">
48-
<img
49-
src="https://avatars.githubusercontent.com/u/3949932?u=aacac68df60d2cf64c17c7e5aa17adf8b738aa7b&v=4"
50-
loading="lazy"
51-
alt="Avatar of Melissa Weber Mendonça"
52-
/>
53-
</div>
54-
Melissa Weber Mendonça
55-
</a>
56-
</div>
57-
5845
<div class="member">
5946
<a href="https://github.com/stefanv" class="name">
6047
<div class="photo">
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
<div class="team">
3+
<h3 id="emeritus-community-leaders" class="name title">Emeritus Community Leaders</h3>
4+
<div class="members">
5+
6+
<div class="member">
7+
<a href="https://github.com/melissawm" class="name">
8+
<div class="photo">
9+
<img
10+
src="https://avatars.githubusercontent.com/u/3949932?u=aacac68df60d2cf64c17c7e5aa17adf8b738aa7b&v=4"
11+
loading="lazy"
12+
alt="Avatar of Melissa Weber Mendonça"
13+
/>
14+
</div>
15+
Melissa Weber Mendonça
16+
</a>
17+
</div>
18+
19+
</div>
20+
</div>

static/teams/spec-steering-committee.html

Lines changed: 63 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,41 +56,41 @@ <h3 id="spec-steering-committee" class="name title">SPEC Steering Committee</h3>
5656
</div>
5757

5858
<div class="member">
59-
<a href="https://github.com/ivanov" class="name">
59+
<a href="https://github.com/InessaPawson" class="name">
6060
<div class="photo">
6161
<img
62-
src="https://avatars.githubusercontent.com/u/118211?u=df34f29e82134879f506869b2af3252e35db6bb4&v=4"
62+
src="https://avatars.githubusercontent.com/u/43481325?u=8c0c0adbf3f2efd2cce72951d3554064c7bbfce3&v=4"
6363
loading="lazy"
64-
alt="Avatar of Paul Ivanov"
64+
alt="Avatar of Inessa Pawson"
6565
/>
6666
</div>
67-
Paul Ivanov
67+
Inessa Pawson
6868
</a>
6969
</div>
7070

7171
<div class="member">
72-
<a href="https://github.com/jarrodmillman" class="name">
72+
<a href="https://github.com/ivanov" class="name">
7373
<div class="photo">
7474
<img
75-
src="https://avatars.githubusercontent.com/u/123428?v=4"
75+
src="https://avatars.githubusercontent.com/u/118211?u=df34f29e82134879f506869b2af3252e35db6bb4&v=4"
7676
loading="lazy"
77-
alt="Avatar of Jarrod Millman"
77+
alt="Avatar of Paul Ivanov"
7878
/>
7979
</div>
80-
Jarrod Millman
80+
Paul Ivanov
8181
</a>
8282
</div>
8383

8484
<div class="member">
85-
<a href="https://github.com/jjerphan" class="name">
85+
<a href="https://github.com/jarrodmillman" class="name">
8686
<div class="photo">
8787
<img
88-
src="https://avatars.githubusercontent.com/u/13029839?u=aee7a69f3452fa832a7d2dc39f6cce3bca5ab580&v=4"
88+
src="https://avatars.githubusercontent.com/u/123428?v=4"
8989
loading="lazy"
90-
alt="Avatar of Julien Jerphanion"
90+
alt="Avatar of Jarrod Millman"
9191
/>
9292
</div>
93-
Julien Jerphanion
93+
Jarrod Millman
9494
</a>
9595
</div>
9696

@@ -159,6 +159,19 @@ <h3 id="spec-steering-committee" class="name title">SPEC Steering Committee</h3>
159159
</a>
160160
</div>
161161

162+
<div class="member">
163+
<a href="https://github.com/lagru" class="name">
164+
<div class="photo">
165+
<img
166+
src="https://avatars.githubusercontent.com/u/20140352?u=fa6debadd435c15847d1435c49753f349e2d3526&v=4"
167+
loading="lazy"
168+
alt="Avatar of Lars Grüter"
169+
/>
170+
</div>
171+
Lars Grüter
172+
</a>
173+
</div>
174+
162175
<div class="member">
163176
<a href="https://github.com/lucyleeow" class="name">
164177
<div class="photo">
@@ -173,15 +186,28 @@ <h3 id="spec-steering-committee" class="name title">SPEC Steering Committee</h3>
173186
</div>
174187

175188
<div class="member">
176-
<a href="https://github.com/melissawm" class="name">
189+
<a href="https://github.com/MridulS" class="name">
177190
<div class="photo">
178191
<img
179-
src="https://avatars.githubusercontent.com/u/3949932?u=aacac68df60d2cf64c17c7e5aa17adf8b738aa7b&v=4"
192+
src="https://avatars.githubusercontent.com/u/5363860?u=ce5c6e9388d2fd153ebf8b0bb521c928b0813608&v=4"
180193
loading="lazy"
181-
alt="Avatar of Melissa Weber Mendonça"
194+
alt="Avatar of Mridul Seth"
182195
/>
183196
</div>
184-
Melissa Weber Mendonça
197+
Mridul Seth
198+
</a>
199+
</div>
200+
201+
<div class="member">
202+
<a href="https://github.com/MSanKeys963" class="name">
203+
<div class="photo">
204+
<img
205+
src="https://avatars.githubusercontent.com/u/20305658?u=0305891289a16b2111326053c0f3746fb5218fa7&v=4"
206+
loading="lazy"
207+
alt="Avatar of Sanket Verma"
208+
/>
209+
</div>
210+
Sanket Verma
185211
</a>
186212
</div>
187213

@@ -212,28 +238,28 @@ <h3 id="spec-steering-committee" class="name title">SPEC Steering Committee</h3>
212238
</div>
213239

214240
<div class="member">
215-
<a href="https://github.com/QuLogic" class="name">
241+
<a href="https://github.com/rgommers" class="name">
216242
<div class="photo">
217243
<img
218-
src="https://avatars.githubusercontent.com/u/302469?v=4"
244+
src="https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"
219245
loading="lazy"
220-
alt="Avatar of Elliott Sales de Andrade"
246+
alt="Avatar of Ralf Gommers"
221247
/>
222248
</div>
223-
Elliott Sales de Andrade
249+
Ralf Gommers
224250
</a>
225251
</div>
226252

227253
<div class="member">
228-
<a href="https://github.com/rgommers" class="name">
254+
<a href="https://github.com/rossbar" class="name">
229255
<div class="photo">
230256
<img
231-
src="https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"
257+
src="https://avatars.githubusercontent.com/u/1268991?u=974707b96081a9705f3a239c0773320f353ee02f&v=4"
232258
loading="lazy"
233-
alt="Avatar of Ralf Gommers"
259+
alt="Avatar of Ross Barnowski"
234260
/>
235261
</div>
236-
Ralf Gommers
262+
Ross Barnowski
237263
</a>
238264
</div>
239265

@@ -250,5 +276,18 @@ <h3 id="spec-steering-committee" class="name title">SPEC Steering Committee</h3>
250276
</a>
251277
</div>
252278

279+
<div class="member">
280+
<a href="https://github.com/tupui" class="name">
281+
<div class="photo">
282+
<img
283+
src="https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"
284+
loading="lazy"
285+
alt="Avatar of Pamphile Roy"
286+
/>
287+
</div>
288+
Pamphile Roy
289+
</a>
290+
</div>
291+
253292
</div>
254293
</div>

0 commit comments

Comments
 (0)