eladrich / ScholarWithCode

A simple chrome extension to present the number of available code implementions (via Papers With Code) for articles listed on Google Scholar.
85 stars 8 forks source link

Create a link on arxiv.org #2

Closed MatthieuBizien closed 4 years ago

MatthieuBizien commented 4 years ago

Hi @eladrich, very good extension idea! I browser arxiv a lot more than Google Scholar, would it be possible to add links to the implementations there too?

https://chrome.google.com/webstore/detail/arxiv-vanity-plugin/jfnlkegibnoaagfdabjkchhocdhnoofk?hl=en does it for arxiv-vanity, it could be an inspiration.

semanticscholar.org would be great too.

eladrich commented 4 years ago

Thanks! Interesting idea, I'm debating whether I want to keep it focused only on Google Scholar or indeed extend it to other sites.

At the moment you're welcome to fork the project and change it to work with arxiv, you'll see that the code is very simple. You can then simply install the extension locally even without uploading it to the store.

idow09 commented 4 years ago

@MatthieuBizien see PR #3

MatthieuBizien commented 4 years ago

Nice, thanks!