PubMedLookup

From Icbwiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:44, 12 March 2008
Kdorff (Talk | contribs)

← Previous diff
Revision as of 19:46, 12 March 2008
Kdorff (Talk | contribs)

Next diff →
Line 34: Line 34:
This project's [[Subversion]] repository can be checked out through SVN with the following instruction set: This project's [[Subversion]] repository can be checked out through SVN with the following instruction set:
''svn co https://pbtech-vc.med.cornell.edu/public/svn/icb/trunk/PubMedLookup'' ''svn co https://pbtech-vc.med.cornell.edu/public/svn/icb/trunk/PubMedLookup''
-[https://pbtech-vc.med.cornell.edu/public/viewvc/icb/trunk/icb-commons/PubMedLookup Browse] the clustering package in the Subversion repository.+[https://pbtech-vc.med.cornell.edu/public/viewvc/icb/trunk/PubMedLookup Browse] the PubMedLookup package in the Subversion repository.
=== Documentation === === Documentation ===

Revision as of 19:46, 12 March 2008

Contents

Overview

PubMedLookup is a Java library that connects to the PubMed database at http://www.ncbi.nlm.nih.gov and retrieves PubMed information given a PubMedID or retrieves PubMed information from a given XML file. The information for the specified PubMedID can that be accessed by field, as a citation HTML, or fomatted into XML, JSON, EndNote, or BibTeX.

Software Requirements

Getting the library

PubMedLookup is distributed as a precompiled jar files and also in source code form. Distribution types are described in the following sections.

Binary Distribution

The binary distribution of the clustering library contains one jar file, PubMedLookup.jar.

Source Distribution

The source distribution of the PubMedLookup library contains the Java source code along with supporting files that are used to compile the package.

Building

Note that this section is meant only for those with the source distribution or subverion access. Users of the binary distribution should skip this section.

Compiling and packaging

The target used to build the PubMedLookup package is called "jar". Executing ant jar will produce the a file called "PubMedLookup.jar" in the <install-dir>.

Subversion Access from the ICB local environment

This project's Subversion repository can be checked out through SVN with the following instruction set:

 svn co https://pbtech-vc.med.cornell.edu/public/svn/icb/trunk/PubMedLookup

Browse the PubMedLookup package in the Subversion repository.

Documentation

The PubMedLookup Javadoc API is available here and is also included with the source distribution.

More Information

CruiseControl Test Results

Personal tools