source: trunk/doc/src/docbook/overview/index.xml @ 6465

Last change on this file since 6465 was 5825, checked in by Jari Häkkinen, 12 years ago

Addresses #522 and #523.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE part PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: index.xml 5825 2011-10-25 13:21:15Z jari $
7
8  Copyright (C) 2007 Jari Häkkinen, Nicklas Nordborg, Martin Svensson
9  Copyright (C) 2008 Jari Häkkinen
10  Copyright (C) 2011 Jari Häkkinen, Nicklas Nordborg
11
12  This file is part of BASE - BioArray Software Environment.
13  Available at http://base.thep.lu.se/
14
15  BASE is free software; you can redistribute it and/or
16  modify it under the terms of the GNU General Public License
17  as published by the Free Software Foundation; either version 3
18  of the License, or (at your option) any later version.
19
20  BASE is distributed in the hope that it will be useful,
21  but WITHOUT ANY WARRANTY; without even the implied warranty of
22  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23  GNU General Public License for more details.
24
25  You should have received a copy of the GNU General Public License
26  along with BASE. If not, see <http://www.gnu.org/licenses/>.
27-->
28
29<part id="overviewdoc">
30  <?dbhtml filename="overview.html"?>
31  <title>Overview</title>
32
33  <partintro id="overview_intro">
34    <para>
35      BASE is a freely available software solution designed for
36      laboratories looking for a single point of storage for all
37      information related to their experimentation and for storing,
38      managing, and analysing genomics/transcriptomics data. BASE
39      offers a multi-user local data repository featuring a web
40      browser user interface, laboratory information management system
41      (LIMS) for biomaterials and array production, annotations such
42      as clinical information, hierarchical overview of analysis, and
43      integrates tools like <ulink
44      url='http://www.tm4.org/mev/'>MultiExperiment Viewer</ulink>.
45    </para>
46
47    <para>
48      BASE is <ulink
49      url='http://www.gnu.org/licenses/gpl-3.0.html'>GPLv3
50      licensed</ulink> and can be freely downloaded and installed by
51      anyone. Once installed and configured, the system comprise a
52      database layer and a web server coupled to layers of software
53      for managing and analysing data in the database.
54    </para>
55  </partintro>
56
57  <include file="why_base.xml"/>
58  <include file="features.xml"/>
59  <include file="resources.xml"/>
60</part>
Note: See TracBrowser for help on using the repository browser.