diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-02 01:34:22 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-02 01:34:22 +0200 |
commit | 60dfd396a815705e4e6a52fb9321837f43ed2fc1 (patch) | |
tree | b190b1933d2904678fa1df13af21d77a94a7eb8a /python | |
parent | 5fd6795795abe1cec812a1b5160a66a06dfe6b4d (diff) | |
download | refcat-60dfd396a815705e4e6a52fb9321837f43ed2fc1.tar.gz refcat-60dfd396a815705e4e6a52fb9321837f43ed2fc1.zip |
update notes
Diffstat (limited to 'python')
-rw-r--r-- | python/notes/version_4.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/python/notes/version_4.md b/python/notes/version_4.md index c96b084..a7905a7 100644 --- a/python/notes/version_4.md +++ b/python/notes/version_4.md @@ -469,3 +469,29 @@ $ zstdcat date-2021-05-06.tsv.zst | skate-resolve-journal-name -B -A /magna/data 14090677 ``` +## Discrepancy + +* https://fatcat.wiki/release/cgmnjwrhlvccxnxyewd4buuhzm/references + +UnmatchedRefs contains entry 11: + +``` +{ + "biblio": { + "container_name": "Med J Aust", + "contrib_raw_names": [ + "Dracup K" + ], + "volume": "166", + "year": 1997 + }, + "index": 9, + "key": "bibr11-010740830802800102", + "ref_source": "crossref", + "release_year": 2008, + "release_ident": "cgmnjwrhlvccxnxyewd4buuhzm", + "work_ident": "aabzzlohgza2pfaol7cgqlvpke" +} +``` + +In frontend, we only have a DOI; https://fatcat.wiki/release/lookup?doi=10.1016/s0147-9563(97)90082-0 |