aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-04-15 01:21:07 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-04-19 20:29:17 +0200
commitf338c11e6fef8314410fd9ab7ffb8f563d6f4c5e (patch)
tree865f85d1babd9aab6a7239450d3e134794bb41b9 /python
parent88817015a69d4e24c0027d73844866d622172eec (diff)
downloadrefcat-f338c11e6fef8314410fd9ab7ffb8f563d6f4c5e.tar.gz
refcat-f338c11e6fef8314410fd9ab7ffb8f563d6f4c5e.zip
update notes
Diffstat (limited to 'python')
-rw-r--r--python/notes/version_3.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/notes/version_3.md b/python/notes/version_3.md
index 53f8abc..0656d39 100644
--- a/python/notes/version_3.md
+++ b/python/notes/version_3.md
@@ -242,3 +242,11 @@ In order to do that offline, we would need to sort all matches by source and
the original refs file by source ident.
The iterate over both files and fill in the unmatched targets (unstructured, csl, ...)
+
+Options:
+
+* we have `source ident` and `ref_index` (+1)
+* can sort biblioref by source ident
+* can sort refs by source ident
+
+That's almost the same, as the matching process, just another function working on the match group.