diff options
-rw-r--r-- | python/notes/version_3.md | 8 |
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. |