titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
580 stars 166 forks source link

Added function for outgoing citations from web #26

Closed tcyb closed 8 years ago

tcyb commented 8 years ago

Hey Titipat & Daniel! Was thinking of using the library for a side project I've been working on, but I couldn't find a way to get outgoing citations easily from the web interface (as opposed to incoming citations from parse_citation_web). I ended up coding something myself, thought it might be useful to others.

Don't know if that's already possible and I missed it or if this is not within the scope of the package? But figured I'd run it by you guys.

titipata commented 8 years ago

thanks @tcyb! It's totally in the scope of the package. Do you want to also update README.md to update documentation in there too?

tcyb commented 8 years ago

Sure thing, will do!