mfouesneau / arxiv_on_deck_2

the next version of arxiv_on_deck, a quick and dirty version of the Arxiver.
https://mfouesneau.github.io/arxiv_on_deck_2/
MIT License
1 stars 1 forks source link

[Bug] Author matching too weak #2

Closed mfouesneau closed 1 year ago

mfouesneau commented 1 year ago

The current author matching is

pattern in name

This leads to many false positive and should be replaced.

Affects:

https://github.com/mfouesneau/arxiv_on_deck_2/blob/6e85e279ad0efe5e941048054117b7d3653eac24/arxiv_on_deck_2/latex.py#L684

https://github.com/mfouesneau/arxiv_on_deck_2/blob/6e85e279ad0efe5e941048054117b7d3653eac24/arxiv_on_deck_2/arxiv_vanity.py#L187