From cb933900d3e1a8481e1ba647a19f1be564a11585 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 3 Aug 2021 00:46:17 +0200 Subject: update docs --- python/refcat/tasks.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 6aae27f..8df25f2 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1272,16 +1272,16 @@ class BrefCombined(Refcat): # TODO: # # [ ] match status and reason freq table -# * [ ] [A] minimal source-target ident set (plus status, reason), sort by source ident -# * [ ] [B] fatcat db source ident plus ext id sorted by source ident -# * [ ] [C] turn [A] and [B] into a DOI to DOI match table (sorted by source doi) +# * [ ] [A] minimal source-target ident set (plus status, reason), sort by work ident +# * [ ] [B] fatcat db source ident plus ext id sorted by work ident +# * [ ] [C] turn [A] and [B] into a DOI to DOI match table (sorted by source doi) -- we only have source ident doi, not target ident doi (!) # * [ ] [D] sort COCI by citing (or cited) # * [ ] [E] compare COCI and "ASC" doi matches (as set ops, only COCI, only "ASC", etc class ExtraMatchedByWorkIdent(Refcat): """ - Matched sorted by source work ident. + Matched sorted by source work ident. 309m6.832s. """ def requires(self): return BrefCombined() @@ -1303,7 +1303,7 @@ class ExtraMatchedByWorkIdent(Refcat): class ExtraReleaseByWorkIdent(Refcat): """ - Fatcat entries by work id. + Fatcat entries by work id. 68m54.340s. """ def requires(self): return ReleaseExportReduced() -- cgit v1.2.3