Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Under the "Search Builder", select "Affiliation" and enter "University of Florida" into the text box. Then click on the "Add to Search Box" button.
  • Select "Completion Date", and enter "2011/06/01" into both text boxes, meaning from 2011/06/01 to 2011/06/01. Then click on the "Add to Search Box" button.
  • Copy the text from the "Search Box" and paste to a text editor for later use for Harvester.

(University of Florida[Affiliation]) AND "2011/06/01"[Completion Date] : "2011/06/01"[Completion Date]

  • Click on the "Search" button.
  • One should see results displayed on the PubMed site.

4. In this example, the above search text was used for Harvester. Hence, the default "termSearch" in the file /config/tasks/ufl.pubmedfetch.xml was replaced.

No Format

<?xml version="1.0" encoding="UTF-8"?>
<Task>
        <Param name="email">swilliams@ichp.ufl.edu</Param>
        <Param name="termSearch">(University of Florida[Affiliation]) AND "2011/06/01"[Completion Date] : "2011/06/01"[Completion Date]</Param>
        <Param name="numRecords">ALL</Param>
        <Param name="batchSize">1000</Param>
</Task>

...