adelavega / ACE

Tools for automatic extraction of activation coordinates from published neuroimaging articles.
MIT License
0 stars 2 forks source link

Functionality to check whether or not a PM paper is part of the PMC Open Access Subset #15

Closed aldensyi closed 9 months ago

aldensyi commented 9 months ago

Applied the function to check whether or not the paper is part of the open-access subset.

The process goes to where I perform a elink search to find the PMC ID, to which I would perform an efetch on the said PMC article. With the product returned from the efetch, I ran the contains boolean logic to check whether or not the words "open access" or "open-access" are part of the XML text retrieved.