Michael E. Rose
Michael E. Rose
Actually, we should also apply to this to the `ScopusSearch()` class, fields "description", "authkeywords" and "title".
It's not enough to approve the PR, you also have to merge it. However, there's still pending code quality check. I do not know what this pertains to.
Yeah, if you could do that, that would be great! Because I have more ideas for pull requests. I'd simply drop the code quality requirement; I didn't have that for...
Where do the they recommend that? Is it the same recommendation for the Scopus API?
Well, then we should adhere to their recommendation :) We enable PUT for ScienceDirect APIs, and keep GET for Scopus APIs.
Code to reproduce the bug: ```python import pybliometrics pybliometrics.init() ab = pybliometrics.scopus.AbstractRetrieval("2-s2.0-85038825012", view="FULL", refresh=30) print(ab.contributor_group) ```
That would be great, @marijane ! I don't know so much about the RIS nor do I use it much. If there was an external library to generate RIS I...
Thank you! I agree, it is a simple format, but the exceptions and edge cases can quickly lead to messy code that everyone needs to recreate. With a clean external...
Same here. I get `Process finished with exit code -1073741819 (0xC0000005)`. Can't say which version I am on as `hnswlib.__version__` is not specified, but I installed it yesterday under Python...
Thanks a million for this! May there be any side effects of this change? Like, what is a table outside the body? Is that common or is that rather a...