aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-03-31 23:54:28 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-03-31 23:54:28 +0200
commitd60dff7db926cc40a288584ac3f9970bb85c30c0 (patch)
treee79829df3f2229354b4dc079ee434274eb09aae0
parenta7e0e8fe3a78fa6a9872cefcb7a9eb261128f6f2 (diff)
downloadrefcat-d60dff7db926cc40a288584ac3f9970bb85c30c0.tar.gz
refcat-d60dff7db926cc40a288584ac3f9970bb85c30c0.zip
rename to: skate-wikipedia-doi
-rw-r--r--python/refcat/tasks.py2
-rw-r--r--skate/Makefile2
-rw-r--r--skate/README.md2
-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