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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Having a PubMed Central id field in the Article object would be great, since this PMC id can be used to retrieve the full text of the article using this API
The text was updated successfully, but these errors were encountered:
Hi @nleguillarme , is the PubMed Central ID the 'PMC" prefixed ID from article ID fields?
In my fork I'm extracting all the articleID into a dictionary then you can grab the PMC ID (if it's available) from the dictionary. From what I've seen I don't think every article has a PMC ID, so might be a problem.
But feel free to use my fork of the project if needed. My _extractArticleID method uses a getContentList function to grab the articleIDs. From what I've seen PMCID isn't always available.
@nleguillarme , let me know if you run into any issues using it. I've been working on it the last couple weeks, but will probably be moving off it onto something else in the near future. I've basically brought in more fields from raw XML, hopefully it's useful to you!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Having a PubMed Central id field in the Article object would be great, since this PMC id can be used to retrieve the full text of the article using this API
The text was updated successfully, but these errors were encountered: