-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to characterize publication_type in pub_hash better for Pubmed records #1090
Labels
Comments
Current values in pubmed source records:
|
Pubmed Documented publication types:
It's unclear from this controlled vocabulary what we would map conference proceedings and books to though |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently for Pubmed Source Records we set all publication types as
article
(see https://github.com/sul-dlss/sul_pub/blob/master/app/models/pubmed_source_record.rb#L140). It is possible the pubmed source records has information about the type that could be used to set it better as one of the following supported types:For example, the pubmed source XML has a node called that looks like this:
which suggests it may hold publication type.
e.g. in prod, see
puts PubmedSourceRecord.find_by(pmid:27397405).source_data
The text was updated successfully, but these errors were encountered: