Giter Club home page Giter Club logo

bibget's Introduction

bibget

CI crates.io dependency status MIT

CLI tool to generate a BibTex entry from a DOI. Written in Rust and based on the doi2bib crate.

Installation

bibget can be installed from source using cargo

# release version from crates.io
cargo install bibget 

# development version from GitHub
cargo install --git https://github.com/nathansam/bibget.git bibget 

Usage

bibget supports an optional -f/--file argument for writing the BibTex entry to a file. The file will automatically be created if it does not already exist. If the file exists then the entry will be appended to the file.

> bibget -f test.bib 10.1002/sim.1186
@article{Higgins_2002,
	doi = {10.1002/sim.1186},
	url = {https://doi.org/10.1002%2Fsim.1186},
	year = 2002,
	publisher = {Wiley},
	volume = {21},
	number = {11},
	pages = {1539--1558},
	author = {Julian P. T. Higgins and Simon G. Thompson},
	title = {Quantifying heterogeneity in a meta-analysis},
	journal = {Statistics in Medicine}
}

bibget's People

Contributors

dependabot[bot] avatar nathansam avatar rob-p avatar

Stargazers

 avatar  avatar

Watchers

 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.