mahdi sadjadi

Results 12 comments of mahdi sadjadi

@vgoel38 and @thecheeseontoast : Thank you for raising the issue. The scraper returns two date columns for each record: - created - updated If `updates` date is within the specified...

@ChakreshIITGN That's right. The edit doesn't have to be done by the authors. When ArXiv runs a bulk job, it modifies the datastamps. > The OAI-PMH interface does not support...

@valayDave : Did you use `pip` to install or the repo?

@valayDave Sorry `pip` version is lagging but this issue should be fixed in source.

@valayDave `pip` version is updated to the latest, so this bug should be fixed.

Thank you for raising the issue. The current implementation of the filter is a `logical OR`. So if `deep learning` is in the abstract, it still saves the record even...

Hi @MorenoLaQuatra and thank you! Not really, during the tests I noticed API returns the name with all kinds of formats so decided to normalize it. Do you have a...

Not sure if I understood your code correctly, but this worked for me: ``` import arxivscraper.arxivscraper as ax import pandas as pd scraper = ax.Scraper( category="cs", date_from="2022-04-25", date_until="2022-04-26", t=10, filters={"abstract":...

Thank you @MorenoLaQuatra for the credit. I like the modifications you've done!

@James11222 Thank you for your great suggestion. Unfortunately, it seems arXiv api doesn't return the ORCID of authors. I'll poke around to see if there's another way.