From 95ae10fa92d8d2f85f943d031998e2d65fde68a6 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 2 Jun 2021 02:15:13 +0200 Subject: update todo --- python/refcat/tasks.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index c0c40b4..b43c729 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -40,6 +40,19 @@ Set of luigi tasks to derive a citation graph. Config (e.g. raw input data) taken from $HOME/.config/refcat/settings.ini. + +> TODO + +* [ ] partial (hold) +* [ ] unmatched + +We can match by id and key, e.g. extract id and key, sort and merge (id, key) +from graph, and if not available use raw input. + +* [ ] QA + +Find duplicates and clean them up. Generate stats on match types. + """ import argparse -- cgit v1.2.3