-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEP032: ephys -> {icephys, ecephys} #1806
Conversation
Looks good to me. |
Pending of course potential updates from the discussion. |
@yarikoptic Do you intend to fix this up according to #1800 (comment) or should we close this? |
let me fix it up to reflect #1800 ... will do now |
…lectrode Electrophysiology bids-standard#1800 (comment) Consensus reached during working group meeting on 2024-05-15: - modality = "Microelectrode Electrophysiology" - datatypes = "icephys" and "ecephys" - suffixes = "_icephys" and "_ecephys"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microelectrodes -> microelectrode
I might actually keep it plural and then make |
I would also ask everyone to suggest using github suggestions mechanism, see e.g https://stackoverflow.com/questions/54239733/how-can-i-manually-add-suggestions-in-code-reviews-on-github on howto. Can even span multiple lines |
It was grammar - "Electrophysiological data from an extracellular microelectrodes" -- the an is problematic if plural. |
ah, indeed! |
src/modality-specific-files/microelectrode-electrophysiology.md
Outdated
Show resolved
Hide resolved
src/modality-specific-files/microelectrode-electrophysiology.md
Outdated
Show resolved
Hide resolved
FWIW -- pre-commit and check_links whining are not on changes in this PR |
ok, thanks everyone who participated -- let's proceed by merging into bep032 branch to avoid possible conflicts with other works. I will squash |
Implements
Didn't want to push to bep032 since not yet agreed upon by @bids-standard/bep032 but wanted to be ready when/if we decide to proceed.
Closes #1800