Coder Social home page Coder Social logo

arxiv.rs's Introduction

arxiv.rs

arxiv api client

  • (Currently working in progress) I may make major changes soon.
  • Please note that contained pdf links are made with id.
    • It's a workaround. I'll improve it later.
[dependencies]
arxiv = {version = "*", git="https://github.com/0x75960/arxiv.rs"}

example

fn main() -> Result<(), Box<dyn std::error::Error>> {
    arxiv::QueryBuilder::new()
        .add_search_query("all:electron")
        .search()?
        .iter()
        .enumerate()
        .for_each(|(idx, x)| {println!("{}: {}", idx+1, x.title)});
    Ok(())
}

got:

1: Impact of Electron-Electron Cusp on Configuration Interaction Energies
2: Electron thermal conductivity owing to collisions between degenerate
  electrons
3: Electron pairing: from metastable electron pair to bipolaron
4: Hamiltonian of a many-electron system with single-electron and
  electron-pair states in a two-dimensional periodic potential
5: Electron-Electron Bremsstrahlung Emission and the Inference of Electron
  Flux Spectra in Solar Flares
6: Improved scenario of baryogenesis
7: Exact Electron-Pairing Ground States of Tight-Binding Models with Local
  Attractive Interactions
8: Electron-electron interactions in a weakly screened two-dimensional
  electron system
9: Free-electron properties of metals under ultrafast laser-induced
  electron-phonon nonequilibrium: A first-principles study
10: First-principles calculations of hot-electron lifetimes in metals

arxiv.rs's People

Contributors

h4z31 avatar

Watchers

 avatar  avatar

arxiv.rs's Issues

Add query builder

Currently, the function "search" requires raw query parameters.
It's not nice because it requires the users to know what parameters they can use, in advance.

So I think it would be better to have the query builder.

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.