diff --git a/xreport/reports.py b/xreport/reports.py index a2597ec..fa9d273 100644 --- a/xreport/reports.py +++ b/xreport/reports.py @@ -195,7 +195,7 @@ def _get_publication_data(self): """ for journal in self.journals: # First get the number of records per volume - query = 'bibstem:"{0}"'.format(journal) + query = 'bibstem:"{0}" doctype:article'.format(journal) # Get the data using a facet query art_dict = _get_facet_data(self.config, query, 'volume') # Also, get the number of records per year