Andrew-S-Rosen / coapy

A Python package to generate collaborator info for NSF COA forms
https://andrew-s-rosen.github.io/coapy/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Name de-duplication can be significantly improved #3

Open Andrew-S-Rosen opened 7 months ago

Andrew-S-Rosen commented 7 months ago

Right now, a strict de-duplication scheme was implemented for the list of co-authors. However, "John Smith" and "John K Smith" and "JK Smith" will all still appear as distinct entities. Ideally, we should clean that up, but it's not a huge issue practically speaking.