-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] add advisory group member table (#272)
* 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
1 parent
bfc209a
commit fe58072
Showing
2 changed files
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters