Skip to content

Commit 7760ac2

Browse files
authored
Enh: update advisory council and editorial board and fix order (#288)
1 parent bb6d0cd commit 7760ac2

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed

_data/contributors.yml

Lines changed: 40 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
github_username: ocefpaf
248248
github_image_id: 950575
249249
title: Editor
250-
sort:
250+
sort: 2
251251
bio: Filipe Fernandes is a Physical oceanographer by training, turned research
252252
software engineer, and a software packager hobbyist.
253253
organization:
@@ -351,11 +351,33 @@
351351
packages_reviewed:
352352
location:
353353
email:
354+
- name: Chase Million
355+
github_username: cmillion
356+
github_image_id: 1483210
357+
title:
358+
sort:
359+
bio:
360+
organization:
361+
date_added: '2023-11-20'
362+
deia_advisory: false
363+
editorial_board:
364+
advisory: true
365+
twitter:
366+
mastodon:
367+
orcidid:
368+
website:
369+
board: false
370+
contributor_type:
371+
packages_editor:
372+
packages_submitted:
373+
packages_reviewed:
374+
location:
375+
email:
354376
- name: Ariane Sasso
355377
github_username: arianesasso
356378
github_image_id: 3659681
357379
title: Editor
358-
sort:
380+
sort: 2
359381
bio: Researcher in Medical Informatics and Digital Health ⌚ 👩‍💻 🧬
360382
organization: '@hpi-dhc'
361383
date_added: '2021-08-24'
@@ -388,7 +410,7 @@
388410
github_username: NickleDave
389411
github_image_id: 11934090
390412
title: Editor in Chief
391-
sort: 2
413+
sort: 1
392414
bio: ML, AI; behavior + cog + neuro. Open + inclusive science. Pythonista. He/him/they/them.
393415
Habla espanglish y baila salsa y bachata a medio tiempo.
394416
organization:
@@ -426,7 +448,7 @@
426448
title:
427449
- Editor
428450
- Peer review triage
429-
sort:
451+
sort: 2
430452
bio:
431453
organization:
432454
date_added: '2023-01-24'
@@ -455,8 +477,8 @@
455477
- name: Jenny Palomino
456478
github_username: jlpalomino
457479
github_image_id: 4017492
458-
title: Editor
459-
sort:
480+
title: Emeritus Editor
481+
sort: 3
460482
bio: Technical Curriculum Developer, Data Engineering
461483
organization: Google
462484
date_added: '2019-10-25'
@@ -487,7 +509,7 @@
487509
github_username: SimonMolinsky
488510
github_image_id: 31246246
489511
title: Editor
490-
sort:
512+
sort: 2
491513
bio: GIS, remote sensing, machine learning, time-series and spatial
492514
organization: Sare
493515
date_added: '2022-09-16'
@@ -517,7 +539,7 @@
517539
github_username: anitagraser
518540
github_image_id: 590385
519541
title: Editor
520-
sort:
542+
sort: 2
521543
bio: Spatial data science with a focus on mobility & data quality
522544
organization:
523545
date_added: '2020-03-26'
@@ -546,7 +568,7 @@
546568
github_username: Batalex
547569
github_image_id: 11004857
548570
title: Editor
549-
sort:
571+
sort: 2
550572
bio:
551573
organization:
552574
date_added: '2023-02-04'
@@ -1357,17 +1379,17 @@
13571379
- name: Jonny Saunders
13581380
github_username: sneakers-the-rat
13591381
github_image_id: 12961499
1360-
title:
1361-
sort:
1382+
title: Editor
1383+
sort: 2
13621384
bio: Bad at programming in beautiful Oregon
13631385
organization:
13641386
date_added: '2023-03-01'
13651387
deia_advisory: false
1366-
editorial_board:
1388+
editorial_board: true
13671389
advisory: false
13681390
twitter: json_dirs
1369-
mastodon:
1370-
orcidid:
1391+
mastodon: https://neuromatch.social/@jonny
1392+
orcidid: 0000-0003-0545-5066
13711393
website: https://jon-e.net
13721394
board: false
13731395
contributor_type:
@@ -2538,7 +2560,7 @@
25382560
github_username: tomalrussell
25392561
github_image_id: 2762769
25402562
title: Editor
2541-
sort:
2563+
sort: 2
25422564
bio: Research software person. Work @nismod, tech lead @colouring-cities
25432565
organization: University of Oxford
25442566
date_added: '2023-04-18'
@@ -2565,7 +2587,7 @@
25652587
github_username: ctb
25662588
github_image_id: 51016
25672589
title: Editor
2568-
sort:
2590+
sort: 2
25692591
bio: Prof at UC Davis. Blogs at http://ivory.idyll.org/blog/ and tweets at https://twitter.com/ctitusbrown.
25702592
organization: University of California, Davis
25712593
date_added: '2023-04-18'
@@ -2592,7 +2614,7 @@
25922614
github_username: mjhajharia
25932615
github_image_id: 55153708
25942616
title: Editor
2595-
sort:
2617+
sort: 2
25962618
bio:
25972619
organization: \varnothing
25982620
date_added: '2023-04-18'
@@ -3563,7 +3585,7 @@
35633585
title:
35643586
- Editor
35653587
- Peer review triage
3566-
sort:
3588+
sort: 2
35673589
bio:
35683590
organization: '@rstudio'
35693591
date_added: '2023-08-14'

_pages/about-peer-review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ We value our volunteer editors. Learn more about what editors do and how we
6868
select them here.
6969

7070
{% assign editors = site.data.contributors | where: 'editorial_board', true %}
71+
{% assign editors = editors | sort: 'sort' %}
72+
7173

7274
<div class="grid">
7375
{% for aperson in editors %}

0 commit comments

Comments
 (0)