Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download Pubmed Abstracts in Java

Tags:

java

pubmed

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?

like image 472
Chris Brown Avatar asked Nov 16 '25 05:11

Chris Brown


1 Answers

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

like image 149
Renaud Avatar answered Nov 18 '25 19:11

Renaud