Skip to content
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

Fix online parser to parse given PMID #56

Closed
titipata opened this issue May 21, 2018 · 1 comment
Closed

Fix online parser to parse given PMID #56

titipata opened this issue May 21, 2018 · 1 comment

Comments

@titipata
Copy link
Owner

titipata commented May 21, 2018

There are some error related when parsing some PMID including PMID29323847 (book)

@titipata
Copy link
Owner Author

titipata commented Feb 1, 2020

Seems like it works fine now:

pp.parse_xml_web('29323847') 
>>> {'title': 'The Diagnostic Accuracy of Infrared Tympanic, Oral, Axillary and Temporal Thermometry, Compared with Rectal Readings when Identifying Fever in Adult Hospitalized Patients',
 'abstract': 'The use of infrared ...',
 'journal': '',
 'affiliation': '',
 'authors': 'Therese Opsahl Holte; Per Olav Vandvik; Ida Kristin Ørjasæter Elvsaas; Inger Natvig Norderhaug',
 'keywords': 'Body Temperature;Fever;Thermometers;Thermometry;Diagnosis;Diagnostic Errors;Sensitivity and Specificity;Diagnostic accuracy;infrared tympanic thermometry',
 'doi': '',
 'year': '2018',
 'pmid': '29323847'}

@titipata titipata closed this as completed Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant