Difference between revisions of "PubSearch"

From GMOD
Jump to: navigation, search
m (Downloads)
m (Reverted edits by Uwefira (Talk); changed back to last version by Clements)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Unsupported|}}
 +
 
PubSearch is a web-based literature curation tool to allow curators to search and annotate genes to keywords from articles. It has a simple, [[MySQL]] database backend and uses a set of [[:Category:Java|Java]] Servlets and JSPs for querying, modifying, and adding gene, gene-annotation, and literature information.
 
PubSearch is a web-based literature curation tool to allow curators to search and annotate genes to keywords from articles. It has a simple, [[MySQL]] database backend and uses a set of [[:Category:Java|Java]] Servlets and JSPs for querying, modifying, and adding gene, gene-annotation, and literature information.
  
Line 21: Line 23:
 
==Contact==
 
==Contact==
  
Danny Yoo ([mailto:dyoo@acoma.stanford.edu]).
+
[mailto:dyoo@acoma.stanford.edu Danny Yoo]
 
+
  
 
Please submit bug reports to the SourceForge: [http://sourceforge.net/tracker/?func=add&group_id=27707&atid=511475 bug tracker]
 
Please submit bug reports to the SourceForge: [http://sourceforge.net/tracker/?func=add&group_id=27707&atid=511475 bug tracker]

Latest revision as of 00:52, 18 November 2010

The item described in this page is not (or is no longer) supported by the GMOD project.
This page is included only for reference purposes.

PubSearch is a web-based literature curation tool to allow curators to search and annotate genes to keywords from articles. It has a simple, MySQL database backend and uses a set of Java Servlets and JSPs for querying, modifying, and adding gene, gene-annotation, and literature information.

See the PubSearch home page for more information.


Demo & Screenshots

See this page for a Web-based demo of the production version. The user name is demo and the password is demo.

Requirements

A Java servlet engine satisfying the Servlet 2.3 and JSP 1.2 specs - Tomcat 4.0 is an example of a supporting servlet engine.


Documentation


Contact

Danny Yoo

Please submit bug reports to the SourceForge: bug tracker


Downloads

From Sourceforge