Note: some items may not be visible to you, due to viewing permissions.
Contents (click to expand/contract)
PubMed Search and Solr storage
(5)
Based on the work of Fisher: This workflow takes in a search term, are passed to the eSearch function and searched for in PubMed. I extended by removing outputs and text extraction and addded an automatic Solr storage process using a post.jar, specified by the user.
Before running this workflow, make sure that a solr server is up and running and the variable attached to the SolrImport process contains the correct path.
Dependencies:
- Solr
Created: 2013-07-25
| Last updated: 2013-08-26
Credits:
Sander van boom
Attributions:
PubMed Search
wf4ever_document_extraction_and_storage
(1)
The workflow uses parts of the existing BioAid workflow by Marco Roos (http://www.myexperiment.org/workflows/74.html)
The workflow stores found articles in a Solr database.
Make sure that Solr is running in the correct directory (stored in the Solr_directory value).
Created: 2013-07-24
| Last updated: 2013-08-29
wf4ever_PDF2TXT2Solr_Database
(1)
This workflow extracts the text of a .pdf file and stores it in a .txt file. Then it stores the .txt file in a Solr database.
Created: 2013-07-24