The recently released method data is useful. But please also provide links between methods and papers. Otherwise, I need to scrape it myself.
Like this colab, with excerpt below.
def list_papers(url):
links = Soup(url).select('#papersTable td > a')
return [a['href'] for a in links]
The colab notebook show my scraping of 5/878 methods. I don't want to load your server, so please dump the data out instead. Thanks a lot.
The recently released method data is useful. But please also provide links between methods and papers. Otherwise, I need to scrape it myself.
Like this colab, with excerpt below.
The colab notebook show my scraping of 5/878 methods. I don't want to load your server, so please dump the data out instead. Thanks a lot.