Skip to content

Commit 13f54bb

Browse files
Update SPEC teams (#423)
- add emeritus team - only list on SPEC site
1 parent 5b9e374 commit 13f54bb

File tree

4 files changed

+47
-15
lines changed

4 files changed

+47
-15
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 emeritus-community-leaders
29+
TEAMS = community-managers spec-steering-committee community-leaders emeritus-spec-steering-committee 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ As a coordinating effort, the Scientific Python project has several teams that o
3030
For more information, see our [governance and decision making process]({{< relref "/about/governance" >}}).
3131

3232
{{< include-html "static/teams/community-managers.html" >}}
33-
{{< include-html "static/teams/spec-steering-committee.html" >}}
3433
{{< include-html "static/teams/community-leaders.html" >}}
3534
{{< include-html "static/teams/emeritus-community-leaders.html" >}}
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
2+
<div class="team">
3+
<h3 id="emeritus-spec-steering-committee" class="name title">Emeritus SPEC Steering Committee</h3>
4+
<div class="members">
5+
6+
<div class="member">
7+
<a href="https://github.com/jjerphan" class="name">
8+
<div class="photo">
9+
<img
10+
src="https://avatars.githubusercontent.com/u/13029839?u=8ed5947e4c28ba2f19165b28b475198e3039f9f0&v=4"
11+
loading="lazy"
12+
alt="Avatar of Julien Jerphanion"
13+
/>
14+
</div>
15+
Julien Jerphanion
16+
</a>
17+
</div>
18+
19+
<div class="member">
20+
<a href="https://github.com/lucyleeow" class="name">
21+
<div class="photo">
22+
<img
23+
src="https://avatars.githubusercontent.com/u/23182829?u=847be7a6e1eb5d5198d61c7f5ae093d11f2f9763&v=4"
24+
loading="lazy"
25+
alt="Avatar of Lucy Liu"
26+
/>
27+
</div>
28+
Lucy Liu
29+
</a>
30+
</div>
31+
32+
<div class="member">
33+
<a href="https://github.com/melissawm" class="name">
34+
<div class="photo">
35+
<img
36+
src="https://avatars.githubusercontent.com/u/3949932?u=aacac68df60d2cf64c17c7e5aa17adf8b738aa7b&v=4"
37+
loading="lazy"
38+
alt="Avatar of Melissa Weber Mendonça"
39+
/>
40+
</div>
41+
Melissa Weber Mendonça
42+
</a>
43+
</div>
44+
45+
</div>
46+
</div>

static/teams/spec-steering-committee.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,6 @@ <h3 id="spec-steering-committee" class="name title">SPEC Steering Committee</h3>
172172
</a>
173173
</div>
174174

175-
<div class="member">
176-
<a href="https://github.com/lucyleeow" class="name">
177-
<div class="photo">
178-
<img
179-
src="https://avatars.githubusercontent.com/u/23182829?u=847be7a6e1eb5d5198d61c7f5ae093d11f2f9763&v=4"
180-
loading="lazy"
181-
alt="Avatar of Lucy Liu"
182-
/>
183-
</div>
184-
Lucy Liu
185-
</a>
186-
</div>
187-
188175
<div class="member">
189176
<a href="https://github.com/MridulS" class="name">
190177
<div class="photo">

0 commit comments

Comments
 (0)