diff options
-rw-r--r-- | python/refcat/tasks.py | 2 | ||||
-rw-r--r-- | skate/Makefile | 2 | ||||
-rw-r--r-- | skate/README.md | 2 | ||||
-rw-r--r-- | skate/cmd/skate-wikipedia-doi/main.go (renamed from skate/cmd/skate-biblioref-from-wikipedia/main.go) | 0 |
4 files changed, 2 insertions, 4 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index bceff2a..8459608 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1352,7 +1352,7 @@ class BiblioRefWikiDOISortedKeys(Refcat): def run(self): output = shellout(""" cat {input} | - skate-biblioref-from-wikipedia | + skate-wikipedia-doi | LC_ALL=C sort -S 10% -k2,2 | zstd -T0 -c > {output} """, input=self.input().path) diff --git a/skate/Makefile b/skate/Makefile index e4c584d..ccaf08e 100644 --- a/skate/Makefile +++ b/skate/Makefile @@ -1,5 +1,5 @@ SHELL := /bin/bash -TARGETS := skate-ref-to-release skate-derive-key skate-cluster skate-verify skate-to-doi skate-bref-id skate-from-unstructured skate-biblioref-from-wikipedia +TARGETS := skate-ref-to-release skate-derive-key skate-cluster skate-verify skate-to-doi skate-bref-id skate-from-unstructured skate-wikipedia-doi PKGNAME := skate .PHONY: test diff --git a/skate/README.md b/skate/README.md index 6c39717..bd66c3d 100644 --- a/skate/README.md +++ b/skate/README.md @@ -5,11 +5,9 @@ citation graph pipeline. ## Tools -### skate-biblioref ### skate-biblioref-from-wikipedia ### skate-bref-id ### skate-cluster -### skate-cluster-stats ### skate-derive-key ### skate-from-unstructured ### skate-ref-to-release diff --git a/skate/cmd/skate-biblioref-from-wikipedia/main.go b/skate/cmd/skate-wikipedia-doi/main.go index 15b0d0a..15b0d0a 100644 --- a/skate/cmd/skate-biblioref-from-wikipedia/main.go +++ b/skate/cmd/skate-wikipedia-doi/main.go |