-
Notifications
You must be signed in to change notification settings - Fork 8
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
Page numbers #9
Comments
It's possible to parse the page numbers out of the XML that the API serves. However, I can't currently implement this feature b/c I have temporarily lost access to the API. I'll keep this issue open and if I regain access to the API then I'll add page numbers for you. |
I've found a sample response of the Web of Science API here. From reading through the functions, I think we'd need to modify the parse_gen_pub_data function to add another xml query for page number. I think it would be something to the effect of page = ".//summary//page[1]"? If you could make that change, I'd be happy to test if it works for my case. |
Hi @jessicabeyer, yeah, that's roughly all it would take to add page numbers. You'd also have to update |
I'd like to be able to pull beginning and ending page numbers using pull_wos(). Is that possible at all?
The text was updated successfully, but these errors were encountered: