aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-01 21:05:01 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-01 21:05:01 +0100
commit27e6e0b07b091cd0dd3e66a01ebed846dc9e9f50 (patch)
tree050a0311e1048644b4d27dd060e063698c42db54
parentf8bf8a3a8a606cfa608175c45982390efe175478 (diff)
downloadfuzzycat-27e6e0b07b091cd0dd3e66a01ebed846dc9e9f50.tar.gz
fuzzycat-27e6e0b07b091cd0dd3e66a01ebed846dc9e9f50.zip
update notes
-rw-r--r--fuzzycat/verify.py5
-rw-r--r--notes/todo.md26
2 files changed, 20 insertions, 11 deletions
diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py
index 7543065..81c97ff 100644
--- a/fuzzycat/verify.py
+++ b/fuzzycat/verify.py
@@ -237,7 +237,10 @@ def compare(a, b):
# or paper-conference
# (https://fatcat.wiki/release/l4fyyvsckneuxkq7d3y2zvkvbe)
types = set([a.get("release_type"), b.get("release_type")])
- ignore_release_types = set(["article", "article-journal", "report", "paper-conference"])
+ # Added "entry" via
+ # https://fatcat.wiki/release/xp3oxb7tqbgaxdzkzbchfkcjn4,
+ # https://fatcat.wiki/release/73pcaauzwbalvi7aqhv6vopxl4
+ ignore_release_types = set(["article", "article-journal", "report", "paper-conference", "entry", "book"])
if len(types & ignore_release_types) == 0:
return (Status.DIFFERENT, Miss.RELEASE_TYPE)
except PathAccessError:
diff --git a/notes/todo.md b/notes/todo.md
index c40febe..aeaf6f0 100644
--- a/notes/todo.md
+++ b/notes/todo.md
@@ -6,11 +6,11 @@
Examples.
-* https://fatcat.wiki/release/73pcaauzwbalvi7aqhv6vopxl4 https://fatcat.wiki/release/xp3oxb7tqbgaxdzkzbchfkcjn4
+* [x] https://fatcat.wiki/release/73pcaauzwbalvi7aqhv6vopxl4 https://fatcat.wiki/release/xp3oxb7tqbgaxdzkzbchfkcjn4
> "reference-entry", "entry" - vs other type, e.g. article
-* https://fatcat.wiki/release/63g4ukdxajcqhdytqla6du3t3u https://fatcat.wiki/release/rz72bzfevzeofdeb342c6z45qu
+* [x] https://fatcat.wiki/release/63g4ukdxajcqhdytqla6du3t3u https://fatcat.wiki/release/rz72bzfevzeofdeb342c6z45qu
This example comes from datacite, the original md:
@@ -23,7 +23,7 @@ Metadata similarly off on:
Picture categorized as article. Added custom rule as workaround.
-* https://fatcat.wiki/release/fwghjz4q7bdulismftuvagmgfu https://fatcat.wiki/release/jwbn7qohu5ggtc5okm4m7s5vja
+* [ ] https://fatcat.wiki/release/fwghjz4q7bdulismftuvagmgfu https://fatcat.wiki/release/jwbn7qohu5ggtc5okm4m7s5vja
This seems to be a rerun or repackage of a science article:
@@ -32,10 +32,16 @@ This seems to be a rerun or repackage of a science article:
STKE "fulltext" link does not lead anywhere; discontinued.
-* https://fatcat.wiki/release/hhyyhosajjflpkufecx26gncwe https://fatcat.wiki/release/yxqwe4ns5vbntjzcse5igkgxk4
-* https://fatcat.wiki/release/ij3yuoh6lrh3tkrv5o7gfk6yyi https://fatcat.wiki/release/tur236mqljdfdnlzbbnks2sily
-* https://fatcat.wiki/release/neznj5fb4nf3tdqnotnbe34b6e https://fatcat.wiki/release/gcqdvvjiq5bphl7lpc4invi4vy
-* https://fatcat.wiki/release/fmi7hmpb3beotnj5kfyjjkolcy https://fatcat.wiki/release/isihxweh6ffxxhhrw2fthqymfa
-* https://fatcat.wiki/release/he334wpbobegxhptpkvvrufioq https://fatcat.wiki/release/td3ouhgtzbbe7ctevfnldqkoba
-* https://fatcat.wiki/release/5zybwzmlsjexri6c3ma6tczf7q https://fatcat.wiki/release/35gerfmlirelfh3af6qug2oz4q
-* https://fatcat.wiki/release/rnso2swxzvfonemgzrth3arumi https://fatcat.wiki/release/caxa7qbfqvg3bkgz4nwvapgnvi
+* [x] https://fatcat.wiki/release/hhyyhosajjflpkufecx26gncwe https://fatcat.wiki/release/yxqwe4ns5vbntjzcse5igkgxk4
+
+> book vs article-journal
+
+* [ ] https://fatcat.wiki/release/ij3yuoh6lrh3tkrv5o7gfk6yyi https://fatcat.wiki/release/tur236mqljdfdnlzbbnks2sily
+
+> preprint and IEEE published article
+
+* [ ] https://fatcat.wiki/release/neznj5fb4nf3tdqnotnbe34b6e https://fatcat.wiki/release/gcqdvvjiq5bphl7lpc4invi4vy
+* [ ] https://fatcat.wiki/release/fmi7hmpb3beotnj5kfyjjkolcy https://fatcat.wiki/release/isihxweh6ffxxhhrw2fthqymfa
+* [ ] https://fatcat.wiki/release/he334wpbobegxhptpkvvrufioq https://fatcat.wiki/release/td3ouhgtzbbe7ctevfnldqkoba
+* [ ] https://fatcat.wiki/release/5zybwzmlsjexri6c3ma6tczf7q https://fatcat.wiki/release/35gerfmlirelfh3af6qug2oz4q
+* [ ] https://fatcat.wiki/release/rnso2swxzvfonemgzrth3arumi https://fatcat.wiki/release/caxa7qbfqvg3bkgz4nwvapgnvi