Coder Social home page Coder Social logo

bibtex-dblp's Introduction

bibtex-dblp

Build Status GitHub release PyPi

Create and revise bibtex entries from DBLP.

Dependencies

Installation

The package can be installed from PyPI with:

pip install bibtex-dblp

Manual installation is possible by cloning this repository and building the Python package:

python setup.py develop

Usage

All relevant scripts can be found in the bin directory. Every script provides information about the expected input and additional arguments via --help.

Importing new publications from DBLP

The script bin/import_dblp.py searches for a new publication on DBLP and adds the corresponding bibtex entry to the bibliography.

Usage:

import_dblp [--query QUERY] [--bib BIBTEX] [--format FORMAT]

If the argument --query is not given, the search keywords can be given directly in the terminal. The script then queries the DBLP API and displays the possible matches. The correct publication number can be selected in the terminal (or 0 for abort). The bibtex entry of the selected publication is either appended to the given bibliography (if --bib is provided) or displayed on the terminal.

Converting between DBLP formats

The script bin/convert_dblp.py converts the complete bibliography between different DBLP formats.

Usage:

convert_dblp INPUT_BIB [--out OUTPUT_BIB] [--format FORMAT]

All bibtex entries with either the field biburl given or a bibtex name corresponding to a DBLP id are automatically converted into the desired format. All other entries are left unchanged.

Updating existing bibliography from DBLP

The script bin/update_from_dblp.py updates the entries in an existing bibliography by looking up the information from DBLP.

Usage:

update_from_dblp INPUT_BIB [--out OUTPUT_BIB] [--format FORMAT]

For each bibtex entry without a DBLP id, the scripts searches DBLP for a possible match. The user can select the correct entry from a list of possible matches and the bibliography is updated accordingly. Bibtex entries which already have a DBLP id are left unchanged.

Supported DBLP formats

The following bibtex formats from DBLP are currently supported:

  • condensed: Condensed format where e.g. journals and conferences are abbreviated. Default value.
  • standard: Default format from DBLP.
  • crossref: Extensive format in which conferences have their own bibtex entry
  • condensed_doi: Corresponds to condensed but additionally includes the DOI

bibtex-dblp's People

Contributors

joachimneu avatar lancercat avatar tquatmann avatar volkm 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.