Giter VIP home page Giter VIP logo

arxiv_download's Introduction

Necessity: numpy,argparse,wget,arxiv,pdfx 
python 2.7

download them by :

pip install argparse wget arxiv pdfx

>>> arxiv_search_download.py
Search or download the arXiv or even aps papers!
													
Usage-1, find someone's paper (cat can be str-el, mtrl-sci, supr-con or all), eg:
python arxiv_search_download.py --aut="Piers Coleman" --num=50 --cat=all
													
Usage-2A, find some topic, eg:
python arxiv_search_download.py --key="machine learning" --num=50 --cat=all
Usage-2B, find some topic, and shown abstrct, eg:
python arxiv_search_download.py --key="machine learning" --num=50 --cat=all --abs=1 
													
Usage-3, find someone's paper and download to your directory, eg:
python arxiv_search_download.py --dir="ImpuritySolver" --key="Impurity Solver" --cat=all  --num=50 --dwn=1
													
Usage-4, get the latest papers (and even download it!), just run
python arxiv_search_download.py --num=10
python arxiv_search_download.py --num=10 --dwn=1 --dir="new" 

Usage-5 get latest abstracts and search your keywords
python arxiv_search_download.py --abs=1 --cat=all --num=1000 > abstracts_latest_1000
grep "supercondu" abstracts_latest_1000 | head -n 10
													
For more details, please refer to 
https://arxiv.org/help/api/user-manual or https://github.com/lukasschwab/arxiv.py
Developer : [email protected], based on arxiv interfaces.


>>> get_links_download_in_pdf.py

Search or download the refs as links in a pdf file (not works for scanned pdf or papers without link)

>>>  download_aps_citedby.py
(please see this script and find the necessary modules in "import ..." and fix it).
Search or download the citing papers for an aps cite-by link, e.g.
python download_aps_citedby.py --url="https://journals.aps.org/prl/cited-by/10.1103/PhysRevLett.123.090605" --dir="prl_123090605"




Note: Please let the scripts sleep longer to avoid punishment (time.sleep function inside) !!!

arxiv_download's People

Contributors

yuechm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

alex2shiyu

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.