aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-07-27 15:53:18 -0700
committerBryan Newbold <bnewbold@archive.org>2020-07-27 15:53:18 -0700
commit9a5df32b25aeaa8602d85e5d5951368d53cde3e5 (patch)
treea02454b710bd93f5296542f4ccf48f649dc3ed9d
parent5ab787b5ab278367ef4e79ebc4520596a5297bac (diff)
downloadfatcat-scholar-9a5df32b25aeaa8602d85e5d5951368d53cde3e5.tar.gz
fatcat-scholar-9a5df32b25aeaa8602d85e5d5951368d53cde3e5.zip
abstracts: more prefixes to ignore
-rw-r--r--fatcat_scholar/schema.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/fatcat_scholar/schema.py b/fatcat_scholar/schema.py
index 64e9268..e08ba6f 100644
--- a/fatcat_scholar/schema.py
+++ b/fatcat_scholar/schema.py
@@ -201,6 +201,9 @@ UNWANTED_ABSTRACT_PREFIXES = [
"Summary ",
"Background: ",
"Background ",
+ "N/a.",
+ "No abstract.",
+ "Introduction: ",
]