Skip to content

Links between methods and papers #9

@korakot

Description

@korakot

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions