diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-26 00:35:39 +0100 | 
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-26 00:35:39 +0100 | 
| commit | cf87f0e91f43f8039f9a04a717cba2a3f96ab4eb (patch) | |
| tree | d9f3cadbe40ce4696693e861129ca78318021f58 /fuzzycat | |
| parent | a8d155cf574cdf5bf5ed1f7ec58f470fb724a7b3 (diff) | |
| download | fuzzycat-cf87f0e91f43f8039f9a04a717cba2a3f96ab4eb.tar.gz fuzzycat-cf87f0e91f43f8039f9a04a717cba2a3f96ab4eb.zip | |
update notes
Diffstat (limited to 'fuzzycat')
| -rw-r--r-- | fuzzycat/verify.py | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py index 63df679..54cabe4 100644 --- a/fuzzycat/verify.py +++ b/fuzzycat/verify.py @@ -56,6 +56,13 @@ WIPv1 (10m)  TODO: allow to pass in a DOI blacklist, e.g. a list of DOI which are not valid  any more; example: https://fatcat.wiki/release/azbcyqjnmrdofigpgk24ck4rpq,  https://fatcat.wiki/release/eb2uf5ae7bedxe22jasf2l3faa + +Author matching: one long string; e.g. as last name; take an acronym of the +first name; asian names; number of authors; what works specifically for the +various md extractors + +Contributor lists; "one that have the index set"; affiliations may end up +there; "subset" is an ordered list; pubmed, crossref important  """  import collections | 
