blob: 2c548b01a3c0a5649fca00a86cc47d0a59f41e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|