diff options
-rw-r--r-- | notes/plan.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notes/plan.md b/notes/plan.md index 0e319ae..94c1297 100644 --- a/notes/plan.md +++ b/notes/plan.md @@ -9,6 +9,10 @@ * [ ] create notebook on duplicates * [ ] static mapping, that is efficient to store, maybe via: https://github.com/pytries/marisa-trie +If matching only by name, we need to lookup a (exact) name. + +* need a mapping from "name" and "name variants" to journal "issnl" + ## Bulk * [ ] download export @@ -16,3 +20,4 @@ ## Performance * provide some fast path + |