Skip to content

Commit dc6a0e9

Browse files
Update pa_request.py
1 parent 5506a57 commit dc6a0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pa_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def request_scholar(pub, args):
161161
skip = False
162162
if args.nime:
163163
# papers (mostly installations) with short titles returning wrong entries in Semantic Scholar, or with significantly wrong citation
164-
to_skip = ["Stark2007", "Court2007", "Dubois2009", "Stanza2007", "Overholt2009", "Deutscher2005", "Biggs2007", "Sa2007", "Wechsler2009", "Michon2013", "Paine2016"]
164+
to_skip = ["Deutscher2005", "Biggs2007", "Court2007", "Sa2007", "Stanza2007", "Stark2007", "Dubois2009", "Overholt2009", "Wechsler2009", "Michon2013", "Paine2016"]
165165
if pub["ID"] in to_skip:
166166
pa_print.tprint("Skipping papers due to reported wrong data in Semantic Scholar or ambiguous query")
167167
skip = True

0 commit comments

Comments
 (0)