From 5d083c8ff8794c598f1e31c24d7f74f36b86cae9 Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Wed, 16 Sep 2020 13:25:47 -0700 Subject: Add a script for automatically DBLP-ifying references (#5) Also added documentation for it in the README. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b0ddb92..f5051d7 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,17 @@ Every `latex_document` rule creates multiple targets: * `bazel run [name]_getarxivable` will copy the arXiv-ready version of the source into the current directory. +Additionally, a `dblpify` script is provided to interactively replace BibTeX +entries with standardized DBLP ones. It can be run on a file `main.bib` like +so: +```bash +bazel run @bazel_latex//:dblpify -- main.bib +``` +Producing an output file `main.dblp.bib`. Note that this script assumes you +have installed in your system the following Python packages: `bibtexparser`, +`pandas`, `requests`, and `beautifulsoup`. Our script is based on the wonderful +[dblp-pub](https://github.com/sebastianGehrmann/dblp-pub) library. + ## Goals These rules are designed to achieve the following goals: -- cgit v1.2.3