ppwwyyxx/SoPaper

Feature Request

zxytim opened this issue · 4 comments

  • title auto-completion: e.g.
    • given title: Object count area graphs for the evaluation'
    • should complete to: 'Object count area graphs for the evaluation of object detection and segmentation algorithms'
  • meta-info extraction: such as conference, year, etc.

Fix title.
Will print author & cite count when finished.

@ppwwyyxx I recommend add a subsystem that handles the file name. e.g, I want to append the time when the paper is published to the left and the time-difference between the time of publication and the time when I downloaded it along with its citation number.

An alternate way may be save two files when downloading a paper: one is the paper itself, and another one stores plenty of meta-information that may be helpful evaluate the paper quickly (such as citation number, average citation number per year, author's information (on arnetminer), etc.)

It will be better if I modules are can be added easily, so that we can cater to our own tastes :)

Please consider add a demanding feature: pull out the bibtex format reference given paper title.
This would be of great help writing papers

Now paper-downloader will print the bibtex at the end, if paper is downloaded from either arxiv.org, dl.acm.org, or ieeexplore.org.

For example, ./paper-downloader.py "a convolutional neural network for modelling sentences"
See 17feb05