From: <tr...@us...> - 2002-09-30 21:20:38
|
Update of /cvsroot/basedb/basedb/www/misc In directory usw-pr-cvs1:/tmp/cvs-serv27294 Modified Files: Tag: stable_1_0_6 specs.html welcome.html Log Message: changes by Lao Index: specs.html =================================================================== RCS file: /cvsroot/basedb/basedb/www/misc/specs.html,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** specs.html 18 Jun 2002 18:03:10 -0000 1.1 --- specs.html 30 Sep 2002 21:20:34 -0000 1.1.2.1 *************** *** 1,3 **** --- 1,43 ---- + <p><span class=subhead>What is BASE?</span> + + <p>BASE is a comprehensive database server to manage the massive amounts + of + data generated by microarray analysis. In short, it manages biomaterial + information, raw data and images, and provides integrated and + "plug-in"-able normalization, data viewing and analysis + tools. Additionally, for labs that make their own in-house arrays or for + labs that wish to track probe information, the system also has array + production LIMS features which can be integrated with the data + analysis. The organization and interface of BASE was designed to closely + follow the natural work-flow of the microarray biologist, and is + compatible + with most types of array platforms and datatypes (e.g. cDNA/oligos spotted + on any substrate, Affymetrix, CGH on arrays, etc). + + <p>BASE is meant to be installed on a local server in a microarray + laboratory. The server is accessed via any web browser using personal + login accounts with administrated access levels. With his or her own + account, a user can enter data into the database, group experiments + together into projects, and in a uniform and streamlined fashion, apply + filters, normalizations, and run analyses. Users can choose to share + almost any database item (e.g. samples, data, experiments, files, etc) + with + other users to facilitate online collaboration. + <p>BASE was designed to cost next-to-nothing to install your own local + server. BASE runs on the free Linux operating system, using the free MySQL + database backend, and uses PHP/Java/Javascript/C++ programming + languages. In addition, the hardware requirements are quite modest, + making BASE ideal for users with a limited budget. BASE is publicly + available for free as open source under the <a + href="http://www.gnu.org/licenses/licenses.html#GPL" target=_new1 + >GNU General Public License</a>, and academic and commercial + contribution + to the project + is encouraged. In particular, we're interested in new data analysis + and normalization tools, as well as getting existing ones to work with + BASE. BASE software, source code, manuals, and updates can be downloaded + for free. + <p><p> <tr><th class=pagehead>SPECIFICATION SHEET DETAILS:</th></tr> Index: welcome.html =================================================================== RCS file: /cvsroot/basedb/basedb/www/misc/welcome.html,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -C2 -d -r1.9.2.1 -r1.9.2.2 *** welcome.html 21 Aug 2002 15:36:02 -0000 1.9.2.1 --- welcome.html 30 Sep 2002 21:20:35 -0000 1.9.2.2 *************** *** 5,42 **** <p><span class=subhead>What is BASE?</span> ! <p>BASE is a comprehensive database server to manage the massive amounts of ! data generated by microarray analysis. In short, it manages biomaterial ! information, raw data and images, and provides integrated and ! "plug-in"-able normalization, data viewing and analysis ! tools. Additionally, for labs that make their own in-house arrays or for ! labs that wish to track probe information, the system also has array ! production LIMS features which can be integrated with the data ! analysis. The organization and interface of BASE was designed to closely [...76 lines suppressed...] ! blank email to <a ! href="mailto:bas...@th...">bas...@th...</a>. ! <p><a target=_top href="http://sourceforge.net/projects/basedb/"><img ! width="88" height="31" src="http://sourceforge.net/sflogo.php?group_id=54527&type=1" border="0" alt="SourceForge.net Logo" align=left></a> *************** *** 68,72 **** <a target=_top href="http://sourceforge.net/projects/basedb/" >BASE project page</a> you can e.g. access the CVS repository. If you're ! interested in helping out with the development of BASE, get a SourceForge account and tell a project admin.<br clear=all> --- 37,41 ---- <a target=_top href="http://sourceforge.net/projects/basedb/" >BASE project page</a> you can e.g. access the CVS repository. If you're ! interested in helping out with its development, get a SourceForge account and tell a project admin.<br clear=all> |