openMetadataInitiative / bids2openminds

A tool to generate openMINDS metadata from BIDS datasets
MIT License
1 stars 3 forks source link

creating person #36

Closed Peyman-N closed 3 months ago

Peyman-N commented 3 months ago

Using the Nameparser for extracting the authors list from BIDS datasets

apdavison commented 3 months ago

is from nameparser import HumanName really a dependency we need?

nameparser is a widely-used, well-supported package. The alternative is to write name parsing code ourselves, which will take time and will not give such good results.

apdavison commented 3 months ago

@lzehl ok to merge this?