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

Scibot can't pull pmid/doi on bio-protocol.org #26

Open
anp055 opened this issue Sep 14, 2018 · 2 comments
Open

Scibot can't pull pmid/doi on bio-protocol.org #26

anp055 opened this issue Sep 14, 2018 · 2 comments

Comments

@anp055
Copy link

anp055 commented Sep 14, 2018

Scibot doesn't seem to pull page note on bio-protocol.org

https://bio-protocol.org/e2400#biaoti15399

Side note, Scibot can't seem to pull PMID if run directly on pubmed? I figure we won't need to run scibot on pubmed very often, but it's strange that it can't pull the info on the very same page.

https://www.ncbi.nlm.nih.gov/pubmed/28139828

@tgbugs
Copy link
Collaborator

tgbugs commented Sep 14, 2018

In theory I can pull the doi out from bio-protocol using this pattern

<div class="float-left doclink" style="margin-right: 100px;">
     <span>DOI:</span>&nbsp;&nbsp;
     <a href="https://doi.org/10.21769/BioProtoc.2400">10.21769/BioProtoc.2400</a>
</div>

For pubmed I could use this to crawl, but it is sort of pointless, because you are already crawling the pubmed id. I could add a page note, but I actually don't think that crawling pubmed pages is the right thing to do at all. @bandrow thoughts?

<div class="resc">
<dl class="rprtid">
 <dt>PMID:</dt> <dd>28139828</dd> 
 <dt>DOI:</dt> <dd><a href="//doi.org/10.1002/cne.24179" ref="aid_type=doi" target="_blank">10.1002/cne.24179</a></dd> 
</dl>
</div>

@bandrow
Copy link
Contributor

bandrow commented Sep 14, 2018 via email

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

3 participants