NOTE: We are working on migrating this site away from MediaWiki, so editing pages will be disabled for now.

Difference between revisions of "PubSearch"

From GMOD
Jump to: navigation, search
m
m
Line 1: Line 1:
==Description==
+
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 Java Servlets and JSPs for querying, modifying, and adding gene, gene-annotation, and literature information.
+
  
 
See the [http://pubsearch.org PubSearch home page] for more information.
 
See the [http://pubsearch.org PubSearch home page] for more information.
Line 23: Line 21:
 
==Contact==
 
==Contact==
  
Danny Yoo (dyoo@acoma.stanford.edu).
+
Danny Yoo ([mailto:dyoo@acoma.stanford.edu]).
  
  
Line 35: Line 33:
  
 
[[Category:GMOD Components]]
 
[[Category:GMOD Components]]
 +
[[Category:Java]]
 +
[[Category:MySQL]]

Revision as of 18:42, 23 January 2008

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 ([1]).


Please submit bug reports to the SourceForge: bug tracker


Downloads

From Sourceforge