Giter VIP home page Giter VIP logo

Comments (1)

miku avatar miku commented on May 30, 2024

Yes, that's a feature of the OAI-PMH protocol: you can download a specific set. To see what sets are available from an endpoint, you can run the following command (formatting requires jq):

$ metha-id http://export.arxiv.org/oai2 | \
    jq -r '.sets[]| [.setSpec, .setName] | @tsv' |
    column -t -s '       ' # CTRL-v TAB

cs                Computer Science
econ              Economics
eess              Electrical Engineering and Systems Science
math              Mathematics
physics           Physics
physics:astro-ph  Astrophysics
physics:cond-mat  Condensed Matter
physics:gr-qc     General Relativity and Quantum Cosmology
physics:hep-ex    High Energy Physics - Experiment
physics:hep-lat   High Energy Physics - Lattice
physics:hep-ph    High Energy Physics - Phenomenology
physics:hep-th    High Energy Physics - Theory
physics:math-ph   Mathematical Physics
physics:nlin      Nonlinear Sciences
physics:nucl-ex   Nuclear Experiment
physics:nucl-th   Nuclear Theory
physics:physics   Physics (Other)
physics:quant-ph  Quantum Physics
q-bio             Quantitative Biology
q-fin             Quantitative Finance
stat              Statistics

Then only sync what you want with:

$ metha-sync -set physics http://export.arxiv.org/oai2

To inspect the data, pass the -set as well.

$ metha-cat -set physics http://export.arxiv.org/oai2

There is no support for requesting multiple sets at once in metha, currently.

from metha.

Related Issues (20)

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.