Search code examples
javapubmed

Download Pubmed Abstracts in Java


Does anyone have an implementation of a program that downloads pubmed abstracts with title, author, date, and content to separate plaintext files given a MESH term?


Solution

  • http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/DOC/esoap_java_help.html has an example. It worked for me like a charm.

    I posted the code as a maven project on github