From 4fc6c4eae7fdd6d2820041204ea88a7fa957c21c Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 3 Sep 2020 18:21:12 +0200 Subject: update various docs; start data issue log --- notes/Abbreviations.md | 3 +++ notes/Todo.md | 23 +++++++++++++++++++++++ notes/abbrev.md | 3 --- notes/plan.md | 23 ----------------------- 4 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 notes/Abbreviations.md create mode 100644 notes/Todo.md delete mode 100644 notes/abbrev.md delete mode 100644 notes/plan.md (limited to 'notes') diff --git a/notes/Abbreviations.md b/notes/Abbreviations.md new file mode 100644 index 0000000..5106d5b --- /dev/null +++ b/notes/Abbreviations.md @@ -0,0 +1,3 @@ +# Abbreviations + +* https://images.webofknowledge.com/images/help/WOS/V_abrvjt.html diff --git a/notes/Todo.md b/notes/Todo.md new file mode 100644 index 0000000..2c548b0 --- /dev/null +++ b/notes/Todo.md @@ -0,0 +1,23 @@ +# Todo + +## Releases + +* [ ] stats of cases: versions, exact title matches; common prefixes (e.g. "XYZ Report 20XX", ...) + +## Containers + +* [ ] 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 + +## Performance + +* provide some fast path + diff --git a/notes/abbrev.md b/notes/abbrev.md deleted file mode 100644 index 5106d5b..0000000 --- a/notes/abbrev.md +++ /dev/null @@ -1,3 +0,0 @@ -# Abbreviations - -* https://images.webofknowledge.com/images/help/WOS/V_abrvjt.html diff --git a/notes/plan.md b/notes/plan.md deleted file mode 100644 index 94c1297..0000000 --- a/notes/plan.md +++ /dev/null @@ -1,23 +0,0 @@ -# Plan - -## Releases - -* [ ] stats of cases: versions, exact title matches; common prefixes (e.g. "XYZ Report 20XX", ...) - -## Containers - -* [ ] 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 - -## Performance - -* provide some fast path - -- cgit v1.2.3