Skip to main content

Create and revise bibtex entries from DBLP.

Project description

bibtex-dblp

Create and revise bibtex entries from DBLP.

Dependencies

Installation

The package can be installed from PyPI with:

pip install bibtex-dblp

Usage

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] [--out OUT] [--format {condensed,standard,crossref}]

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 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 --out is provided) or displayed on the terminal.

For more options see:

import_dblp --help

Converting between DBLP formats

The script bin/convert_dblp.py converts the complete bibliography between different DBLP formats (condensed, standard, crossref).

Usage:

convert_dblp INPUT_BIB [--out OUTPUT_BIB] [--format {condensed,standard,crossref}]

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

For more options see:

convert_dblp --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bibtex-dblp-0.5.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

bibtex_dblp-0.5-py3-none-any.whl (20.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page