From f338c11e6fef8314410fd9ab7ffb8f563d6f4c5e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 15 Apr 2021 01:21:07 +0200 Subject: update notes --- python/notes/version_3.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'python') 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. -- cgit v1.2.3