-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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]:
| bibstem = metadata.get('bibcode', '')[4:9].strip('.') |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels