diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-04 23:14:02 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-04 23:14:02 +0200 |
commit | 7c86a299455fb44466b2a2896ca7fa4a8343c410 (patch) | |
tree | 68a1d227fae8912365ac35942415b4e9330e6bdb | |
parent | 3ef6b66923aa97c539640085bd88cccac7ede95e (diff) | |
download | refcat-7c86a299455fb44466b2a2896ca7fa4a8343c410.tar.gz refcat-7c86a299455fb44466b2a2896ca7fa4a8343c410.zip |
update docs
-rw-r--r-- | python/refcat/tasks.py | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index eae4c6b..36250ba 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -25,17 +25,27 @@ Set of luigi tasks to derive a citation graph. BASE /bigger/.cache TMPDIR /bigger/tmp - BrefZipDOI RefsDOI - FatcatArxiv RefsPMCID - FatcatDOI RefsPMID - FatcatMapped RefsToRelease - FatcatPMCID RefsWithUnstructured - FatcatPMID ReleaseExportExpanded - MAGPapers ReleaseExportReduced - OpenLibraryDump URLList - Refcat URLTabs - Refs UnmatchedRefs - RefsArxiv WikipediaCitationsMinimalDataset + BrefZipArxiv Refs + BrefZipDOI RefsArxiv + BrefZipFuzzy RefsDOI + BrefZipPMCID RefsMapped + BrefZipPMID RefsPMCID + FatcatArxiv RefsPMID + FatcatDOI RefsToRelease + FatcatMapped RefsWithUnstructured + FatcatPMCID RefsWithoutIdentifiers + FatcatPMID ReleaseExportExpanded + MAGPapers ReleaseExportReduced + OpenLibraryAuthorMapping URLList + OpenLibraryAuthors URLTabs + OpenLibraryDump UnmatchedMapped + OpenLibraryEditions UnmatchedOpenLibraryMatchTable + OpenLibraryEditionsByWork UnmatchedRefs + OpenLibraryEditionsMapped UnmatchedRefsToRelease + OpenLibraryEditionsToRelease UnmatchedResolveJournalNames + OpenLibraryWorks UnmatchedResolveJournalNamesMapped + OpenLibraryWorksSorted WikipediaCitationsMinimalDataset + Refcat ------------------------------------------------------------------------ |