GithubHelp home page GithubHelp logo

noyafangzhou / acmdownload Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niklasekstrom/acmdownload

0.0 1.0 0.0 1.63 MB

Python script to automatically download metadata about research papers, starting with some paper and transitively downloading the most relevant papers, from ACM digital library.

Python 0.08% TeX 99.92%

acmdownload's Introduction

ACM Keyword Collector

Python script to automatically collect keywords from research papers, from ACM digital library. This tool is built on top of acmdownload

WARNING:

This tool issues many post request to ACM Digital Library; at some point the dl.acm.org site will notice this and temporarily block your IP.

Package dependence:

  • BibtexParser
  • pandas

Installing and running:

  • Download and install the latest release of Python 3.
  • Download bibtex from dblp with the corresponding year and conference name and save it in conferences/{CONFERENCE}/{CONFERENCE}{YEAR}.bib, e.g. conferences/cvpr/cvpr2021.bib
  • Install all dependent packages.

Run using the command line: python3 bibparser.py -p [list of conferences] -y [list of years]

Searching keyword of a paper

The query engine will read doi(s) from the bib file given in conferences/{CONFERENCE}/{CONFERENCE}{YEAR}.bib file and query its full bibtex from dl.acm.org. Then it count the number of papers that have the target word(s) in either keyword or abstract section, and print it in pandas string format.

Add more conferences

If you would like to check the statistics from other conferences wihtout risking your IP being blocked, here is the steps you can follow:

  • Create a new directory under the conferences directory with the conference name, e.g. mkdir -p conferences/myconf.
  • Download the .bib file from the corresponding proceedings of ACM, IEEE, USENIX or other publishers, rename your .bib file under the format {CONFERENCE_NAME}{YEAR}, e.g. myconf2021.bib.
  • Run the scripts with command pyhthon3 bibparser.py -p myconf -y 2021.

acmdownload's People

Contributors

niklasekstrom avatar noyafangzhou avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.