Skip to content

Commit

Permalink
[ENH] add advisory group member table (#272)
Browse files Browse the repository at this point in the history
* add advisory table

* add gh usernames

* more gh usernames

* Apply suggestions from code review

Co-authored-by: Yaroslav Halchenko <[email protected]>

* Apply suggestions from code review

Co-authored-by: Chris Markiewicz <[email protected]>

* Update _data/advisory.yml

* added motion BEP

* add note, add remaining completed beps, fix order

* add bids models and bids apps; add clara moreau github; add note for duplicate names

* Update _data/advisory.yml

* track multi beps for some authors

see: #272 (comment)

---------

Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Yaroslav Halchenko <[email protected]>
Co-authored-by: Stefan Appelhoff <[email protected]>
  • Loading branch information
4 people authored Mar 21, 2024
1 parent bfc209a commit fe58072
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
122 changes: 122 additions & 0 deletions _data/advisory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
- group: advisory
members:

# NOTE: ONLY COMPLETED BEPs ARE INCLUDED IN THIS LIST
# SEE: https://bids.neuroimaging.io/get_involved.html#completed-beps
#
# FURTHERMORE, THE LEADS LISTED HERE NEED NOT HAVE BEEN THE ORIGINAL BEP LEADS.
# RATHER, THEY MAY BE REPLACEMENTS OF THE ORIGINAL BEP LEADS WHO DID NO LONGER
# WANT TO BE PART OF THE BIDS ADVISORY GROUP.
#
# LEADS WHO ARE INVOLVED IN SEVERAL BEPS ARE ONLY LISTED ONCE, BUT THE "OTHER_BEPS"
# ATTRIBUTE MAY TRACK THEIR INVOLVEMENT IN OTHER BEPS.

# - title: BEP001 Quantitative MRI (qMRI)
# leads:
- name: Gilles de Hollander
git: Gilles86
- name: Kirstie Whitaker
git: KirstieJane

# - title: BEP002 BIDS Models Specification
# leads:
- name: Tal Yarkoni
git: tyarkoni

# - title: BEP003 Common Derivatives
# leads:
- name: Chris Markiewicz
git: effigies
other_beps: ["BEP002", "BEP027"]

# - title: BEP005 Arterial Spin Labeling (ASL)
# leads:
- name: Henk-Jan Mutsaerts
git: HenkMutsaerts
- name: Patricia Clement
git: patsycle
- name: Jan Petr
git: jan-petr
- name: Marco Castellaro
git: marcocastellaro

# - title: BEP006 Electroencephalography (EEG)
# leads:
- name: Cyril Pernet
git: CPernet
other_beps: ["BEP018"]
- name: Stefan Appelhoff
git: sappelhoff
- name: Robert Oostenveld
git: robertoostenveld

# - title: BEP007 Hierarchical Event Descriptor (HED) Tags
# leads:
- name: Kay Robbins
git: vislab
- name: Dung Truong
git: dungscout96

# - title: BEP008 Magnetoencephalography (MEG)
# leads:
- name: Guiomar Niso
git: guiomar

# - title: BEP009 Positron Emission Tomography (PET)
# leads:
- name: Melanie Ganz
git: melanieganz
- name: Martin Nørgaard
git: mnoergaard

# - title: BEP010 intracranial Electroencephalography (iEEG)
# leads:
- name: Chris Holdgraf
git: choldgraf
- name: Dora Hermes
git: dorahermes

# - title: BEP013 Resting state fMRI derivatives
# not included for now, as not merged into BIDS specification

# - title: BEP015 Mapping file
# not included for now, as not merged into BIDS specification

# - title: BEP018 Genetic information
# leads:
- name: Clara Moreau
git: claramoreau9
- name: Thomas Nichols
git: nicholst

# - title: BEP019 DICOM Metadata
# not included for now, as not merged into BIDS specification

# - title: BEP025 Medical Imaging Data Structure (MIDS)
# not included for now, as not merged into BIDS specification

# - title: BEP027 BIDS Applications 2.0
# leads:
- name: Greg Kiar
git: gkiar

# - title: BEP029 Virtual and physical motion data
# leads:
- name: Sein Jeung
git: sjeung
- name: Julius Welzel
git: JuliusWelzel

# - title: BEP030 Near Infrared Spectroscopy (NIRS)
# leads:
- name: Robert Luke
git: rob-luke
- name: Luca Pollonini
git: lpollonini

# - title: BEP031 Microscopy
# leads:
- name: Marie-Hélène Bourget
git: mariehbourget
- name: Julien Cohen-Adad
git: jcohenadad
2 changes: 2 additions & 0 deletions _pages/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ they should inform the steering group in advance and are responsible to help:
with a similar level of expertise to theirs, and
* assist the steering and maintainers in choosing a suitable replacement.

{% include members_table.html members=site.data.advisory %}

### Other working/interest Groups

A working/interest group can be established under the approval of the
Expand Down

0 comments on commit fe58072

Please sign in to comment.