Skip to content

Commit fd2d805

Browse files
authored
Fix: update advisory council (#435)
* Fix: update advisory council * Fix: emeritus
1 parent 3061bbe commit fd2d805

File tree

3 files changed

+79
-29
lines changed

3 files changed

+79
-29
lines changed

_data/contributors.yml

Lines changed: 54 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,30 @@
153153
- devicely
154154
location: San Diego
155155
156+
- name: Neil Chue Hong
157+
github_username: npch
158+
github_image_id: 1507151
159+
title: Advisory Council
160+
sort:
161+
bio: Director of the Software Sustainability Institute (@softwaresaved). Editor-in-Chief of the Journal of Open Research Software. Interested in software metrics.
162+
organization: Software Sustainability Institute
163+
date_added: '2024-07-04'
164+
deia_advisory: false
165+
editorial_board:
166+
emeritus_editor:
167+
advisory: true
168+
twitter:
169+
mastodon:
170+
orcidid:
171+
partners:
172+
website:
173+
board: false
174+
contributor_type:
175+
packages_editor:
176+
packages_submitted:
177+
packages_reviewed:
178+
location:
179+
email:
156180
- name: Erin Robinson
157181
github_username: erinmr
158182
github_image_id: 2915555
@@ -263,32 +287,6 @@
263287
packages_reviewed:
264288
location: London, UK
265289
email:
266-
- name: Leonardo Uieda
267-
github_username: leouieda
268-
github_image_id: 290082
269-
title: Advisory Council
270-
sort:
271-
bio: Geophysicist investigating Earth's gravity & magnetic fields from global
272-
to microscopic scale 🛰️🔬🌎
273-
organization: University of Liverpool
274-
date_added: '2023-01-18'
275-
deia_advisory: false
276-
editorial_board:
277-
emeritus_editor:
278-
advisory: true
279-
twitter:
280-
mastodon:
281-
orcidid:
282-
partners:
283-
website: https://www.leouieda.com
284-
board: false
285-
contributor_type:
286-
- leadership
287-
packages_editor:
288-
packages_submitted:
289-
packages_reviewed:
290-
location: Liverpool, UK
291-
292290
- name: Ivan Ogasawara
293291
github_username: xmnlab
294292
github_image_id: 5209757
@@ -369,10 +367,37 @@
369367
- nbless
370368
location: Florianópolis, SC
371369
370+
- name: Leonardo Uieda
371+
github_username: leouieda
372+
github_image_id: 290082
373+
title: Emeritus Advisory Council
374+
sort:
375+
bio: Geophysicist investigating Earth's gravity & magnetic fields from global
376+
to microscopic scale 🛰️🔬🌎
377+
organization: University of Liverpool
378+
date_added: '2023-01-18'
379+
deia_advisory: false
380+
emeritus_advisory: true
381+
editorial_board:
382+
emeritus_editor:
383+
advisory: true
384+
twitter:
385+
mastodon:
386+
orcidid:
387+
partners:
388+
website: https://www.leouieda.com
389+
board: false
390+
contributor_type:
391+
- leadership
392+
packages_editor:
393+
packages_submitted:
394+
packages_reviewed:
395+
location: Liverpool, UK
396+
372397
- name: Lindsey Heagy
373398
github_username: lheagy
374399
github_image_id: 6361812
375-
title: Advisory Council
400+
title: Emeritus Advisory Council
376401
sort:
377402
bio: Asst. Prof at UBC EOAS. Researcher working on geophysical simulations and
378403
inversions (in @simpeg!) and data science.
@@ -381,7 +406,8 @@
381406
deia_advisory: false
382407
editorial_board:
383408
emeritus_editor:
384-
advisory: true
409+
emeritus_advisory: true
410+
advisory: false
385411
twitter: lindsey_jh
386412
mastodon:
387413
orcidid:

_includes/people-grid.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
</div>
1212
{% endif %}
1313
<h4 class="person_name" itemprop="headline">
14-
<a href="https://github.com/{{ aperson.github_username }}" rel="permalink"> {{ aperson.name }}
14+
<a href="https://github.com/{{ aperson.github_username }}" rel="permalink">
15+
{% if aperson.name %}
16+
{{ aperson.name }}
17+
{% else %}
18+
@{{ aperson.github_username }}
19+
{% endif %}
1520
</a>
1621
</h4>
1722
<p class="page__meta">

_pages/contributors.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,25 @@ the organization.
5252
{: .clearall }
5353
{: .clearall }
5454

55+
## Emeritus advisory council
56+
57+
{: .clearall }
58+
59+
We are grateful for the time that these community members spent on our
60+
advisory council.
61+
62+
{% assign emeritus_advisory = site.data.contributors | where:"emeritus_advisory", true %}
63+
64+
<div class="grid" style="width:50%">
65+
{% for aperson in emeritus_advisory %}
66+
{{ aperson.person_name }}
67+
{% include people-grid.html %}
68+
{% endfor %}
69+
</div>
70+
71+
{: .clearall }
72+
{: .clearall }
73+
5574
## PyOpenSci community contributors
5675

5776
{: .clearall }

0 commit comments

Comments
 (0)