pybliometrics icon indicating copy to clipboard operation
pybliometrics copied to clipboard

Deal with html mistakes in affilnames (&)

Open raffaem opened this issue 1 year ago • 3 comments
trafficstars

pybliometrics version:

Code to reproduce the bug:

>>> res = ScopusSearch("DOI(10.1038/s41556-022-01034-3)")
>>> len(res.results[0].afid.split(";"))
15
>>> len(res.results[0].affilname.split(";"))
16

Expected behavior:

raffaem avatar Jun 10 '24 21:06 raffaem