Skip to content

Commit

Permalink
Merge pull request #72 from ehenneken/astro-ph
Browse files Browse the repository at this point in the history
just do astro-ph for now
  • Loading branch information
ehenneken committed Nov 15, 2016
2 parents 8f3a42c + 0873117 commit db668a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_identifiers(bibstem, year, source):
# later on the actual bibstem (if this is other than "arXiv")
if source == 'arXiv':
# q = 'pub:"ArXiv e-prints" year:%s' % year
q = 'bibstem:arXiv year:%s' % year
q = 'bibstem:arXiv year:%s arxiv_class:astrophysics' % year
fl= 'bibcode, eid'
idtype = 'eid'
else:
Expand Down

0 comments on commit db668a9

Please sign in to comment.