karpathy / researchlei

An Academic Papers Management and Discovery System
209 stars 54 forks source link

Microsoft Academic Search is being retired #4

Open devinberg opened 11 years ago

devinberg commented 11 years ago

According to the email I just got, the Microsoft Academic Search API is going away. Any alternative options to keep this working?

karpathy commented 11 years ago

I also got the email :( Bad news indeed. I'm looking into PubMed as a potential API source. There is something here http://www.ncbi.nlm.nih.gov/books/NBK25501/ but the wall of text is not very easy to parse

arcolife commented 10 years ago

I think arXiv API would suffice!

alexgarciac commented 8 years ago

there is the new API, https://www.microsoft.com/cognitive-services/en-us/academic-knowledge-api/documentation/interpretmethod

ghost commented 7 years ago

Any news on this? I'm wondering if @karpathy could share the format of the db used, without having to reverse engineer it (currently the scripts are not working and there is no example of the db folder)... That would allow the usage of other tools with a wrapper, for example, https://github.com/ckreibich/scholar.py

arcolife commented 7 years ago

@rogeriopaludo Just in case it's relevant, I had worked on this project as an undergrad couple of years back. It's a 2 part project:

  1. lib: https://github.com/arcolife/scholarec
  2. web client: https://github.com/arcolife/django-scholarec

I couldn't continue pt. 2 :/ ..but my point is, you could use 1. to query arxiv through python. This project was inspired from @karpathy's work.

ghost commented 7 years ago

Thanks, that is going to be of great help. 👍