-
Notifications
You must be signed in to change notification settings - Fork 0
NIH explorer matching needs refining #22
Copy link
Copy link
Open
Description
@briangow we need to spend a bit of time refining the matching process in:
https://github.com/MIT-LCP/physionet-25-years/blob/main/notebooks/nih_explorer.ipynb
e.g.
- we need to do some manipulation of name structure before computing distance. e.g. for authors:
physionet_nameneeds converting into the same initial, surname form.- middle names in the
physionet_nameshould be converted to an initial. - there should be consistency in use of punctuation (e.g. after middle initial).
- we might want to try multiple matches for a given name (e.g. with and without middle initials)
It would be good to add some tests to confirm our approach is working (e.g. running the matching process on duplicate name lists).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels