diff options
-rw-r--r-- | fuzzycat/verify.py | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/fuzzycat/verify.py b/fuzzycat/verify.py index b97f70a..79f7080 100644 --- a/fuzzycat/verify.py +++ b/fuzzycat/verify.py @@ -63,9 +63,14 @@ get_key_values = operator.itemgetter("k", "v") # There titles appear too often, so ignore them for now. TITLE_BLACKLIST = set([ - "Medical Annotations", - "Medical Annotations.", - "Boundary Creek Times", + "communications to the editor", + "eingesandte schriften", + "medical diary." + "aacci corporate members", + "a personal note", + "new members", + "special announcement", + "norway", "", ":{unav)", "[others]", @@ -85,7 +90,6 @@ TITLE_BLACKLIST = set([ "abstracts of papers from other journals", "abstracts of papers to appear in future issues", "abstracts", - "background", "acknowledgement of reviewers", "acknowledgement to reviewers", "acknowledgements to reviewers", @@ -114,6 +118,7 @@ TITLE_BLACKLIST = set([ "author index", "author response image 1. author response", "back matter", + "background", "backmatter", "bericht", "beyond the flyleaf", @@ -122,6 +127,7 @@ TITLE_BLACKLIST = set([ "book reviews", "books received", "bookseller's catalogue", + "boundary creek times", "briefs", "bureau of investigation", "calendar", @@ -156,6 +162,7 @@ TITLE_BLACKLIST = set([ "general medical council", "in this issue", "index des auteurs", + "index des noms de personnes", "index", "inhalt", "inhalt-impressum", @@ -163,11 +170,14 @@ TITLE_BLACKLIST = set([ "interlude", "introduction", "issue information", + "kongresskalender" "letter to the editor", "letters to the editor", "list of delegates", "map projections", "masthead", + "medical annotations", + "medical annotations.", "methotrexate", "miscellany", "news section", @@ -200,6 +210,8 @@ TITLE_BLACKLIST = set([ "taxonomic abstract for the species.", "thank you", "the applause data release 2", + "transactions", + "veranstaltungen", "奥付", "投稿規定", "目次", |