summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Sotoudeh <masotoudeh@ucdavis.edu>2020-09-16 13:25:47 -0700
committerGitHub <noreply@github.com>2020-09-16 13:25:47 -0700
commit5d083c8ff8794c598f1e31c24d7f74f36b86cae9 (patch)
tree7dd901089aae430fa7c36bbbae61ec5e973da3bb /README.md
parent696252c38a939599cc2f0ea8a05b135120e725d3 (diff)
Add a script for automatically DBLP-ifying references (#5)
Also added documentation for it in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback