Skip to content

A crawler to retrieve the accepted paper list of NeurIPS 2022

Notifications You must be signed in to change notification settings

junliang-lin/NeurIPS2022_Paper_Retrieving

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeurIPS2022_Paper_Retrieving

A crawler to retrieve the accepted paper list of NeurIPS 2022

Files

crawl.py

this script is used to crawl the original data of the accepted papers, and will create a nips2022.txt containing all paper info.

data_analyze.py

this script is used to do some data analysis based on the above file nips2022.txt. It will count the papers of each affiliation, and the papers of each affiliation to which the first author belongs.

How to run

Run the following

python crawl.py

then can get the accepted paper list.

Then run

python data_analyze.py <keyword>

Result

highlight

About

A crawler to retrieve the accepted paper list of NeurIPS 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%