You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utility match_w_metadata.py has an embedded query of the journals api to check whether a bibstem is present in the database and has a valid pubtype. However, prior to the query, the bibstem is determined by taking the bibcode and extracting only bibcode[4:9]:
This will match journal-type bibstems, but will not match any conf, rept, book or other bibcodes other than the standard journal bibstem. If we are expecting docmatch pipeline to things other than journal articles, this bug will prevent that.
The text was updated successfully, but these errors were encountered:
The utility match_w_metadata.py has an embedded query of the journals api to check whether a bibstem is present in the database and has a valid pubtype. However, prior to the query, the bibstem is determined by taking the bibcode and extracting only bibcode[4:9]:
ADSDocMatchPipeline/adsdocmatch/match_w_metadata.py
Line 76 in 9d21568
This will match journal-type bibstems, but will not match any conf, rept, book or other bibcodes other than the standard journal bibstem. If we are expecting docmatch pipeline to things other than journal articles, this bug will prevent that.
The text was updated successfully, but these errors were encountered: