Closed lukasschwab closed 3 years ago
A clear and concise description of what the problem is. For example, "I'm always frustrated when..."
Makes it easier to find papers that match certain properties among results, esp. to look up by author.
A clear and concise description of what you want to happen.
Implement __eq__: take the naive approach and compare author names.
__eq__
A clear and concise description of any alternative solutions or features you've considered.
Could try to fuzzy-match on author names to try to handle initials, but that seems noisy.
Add any other context about the feature request here.
Came up while looking into https://github.com/EPS-Libraries-Berkeley/volt/issues/161.
Motivation
Makes it easier to find papers that match certain properties among results, esp. to look up by author.
Solution
Implement
__eq__
: take the naive approach and compare author names.Considered alternatives
Could try to fuzzy-match on author names to try to handle initials, but that seems noisy.
Additional context
Came up while looking into https://github.com/EPS-Libraries-Berkeley/volt/issues/161.