aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-08-03 00:46:17 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-08-03 00:46:17 +0200
commitcb933900d3e1a8481e1ba647a19f1be564a11585 (patch)
tree25692a50bc89d072c6d7a5fb3025f48dcfcafe8b
parent730612615d6c3919f98cbb5aeaa9956b8b1a65c7 (diff)
downloadrefcat-cb933900d3e1a8481e1ba647a19f1be564a11585.tar.gz
refcat-cb933900d3e1a8481e1ba647a19f1be564a11585.zip
update docs
-rw-r--r--python/refcat/tasks.py10
1 files changed, 5 insertions, 5 deletions
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()