Skip to content

Commit

Permalink
Merge pull request #11 from ehenneken/expansion_bugfix
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
ehenneken authored Aug 22, 2022
2 parents 9bdb837 + 1a58acf commit a9c44b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xreport/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,7 @@ def _get_missing_publications(self):
"""
For a set of journals, find the publications without fulltext
"""
# for journal in self.journals:
for journal in ['SpWea']:
for journal in self.journals:
# The ADS query to retrieve all records without full text for a given journal
# Additional filter: records entered up to one month from now
query = 'bibstem:"{0}" -fulltext_mtime:["1000-01-01t00:00:00.000Z" TO *] entdate:[* TO NOW-30DAYS]'.format(journal)
Expand Down

0 comments on commit a9c44b6

Please sign in to comment.