From e12f584a658658d8393753a89b88186e8322e59c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 30 Apr 2019 17:16:38 -0700 Subject: ideas for some bots to build --- notes/bot_ideas.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 notes/bot_ideas.txt diff --git a/notes/bot_ideas.txt b/notes/bot_ideas.txt new file mode 100644 index 00000000..2d978279 --- /dev/null +++ b/notes/bot_ideas.txt @@ -0,0 +1,26 @@ + +check for known bad files (zero bytes, etc) by hash + +## extid / ExtidReviewBot + +Deeper check of external identifiers. + +Checks: +- duplication of entities: that no entities with the same identifiers already exist +- DOI numbers should be registered (check doi.org) + +## style + +Check release entity style. + +- release_type, status, etc are set +- title doesn't end in a period +- at least one contributor + +## URLs + +Look at URLs and see if they look valid. + +Checks: +- for "single page" springer domain (and others) +- no 'None' web.archive.org links (old bug) -- cgit v1.2.3