src-d / awesome-machine-learning-on-source-code

Cool links & research papers related to Machine Learning applied to source code (MLonCode)
Creative Commons Attribution Share Alike 4.0 International
6.19k stars 842 forks source link

Automate replacement of all URLs to the mirrors on archive.org #160

Open bzz opened 5 years ago

bzz commented 5 years ago

Despite cool uris do not change we already have issues with some paper links having HTTP 500 and not being available from time to time.

The idea is to use a mirror on archive.org instead of exact url instead and that way make urls eternal.

There is a ruby gem that should work Inventitech/url-eternalizer created with similar motivation:

This gem automatically extracts and archives URLs from a text file on Archive.org and replaces the original URL with the archived URL URL Eternalizer can work on any ASCII text

The idea is to:

This would allow awesome list to include always available URLs to all scientific papers.