source: trunk/doc/historical/specifications/core/index.html @ 4509

Last change on this file since 4509 was 4509, checked in by Jari Häkkinen, 15 years ago

Addresses #1106. Missed to change reference wherefrom retrive GPLv3 license text. And some other changes.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date
File size: 4.9 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--
3  $Id: index.html 4509 2008-09-11 20:01:44Z jari $
4
5  Copyright (C) 2005 Jari Hakkinen, Nicklas Nordborg
6  Copyright (C) 2006 Jari Hakkinen
7
8  This file is part of BASE - BioArray Software Environment.
9  Available at http://base.thep.lu.se/
10
11  BASE is free software; you can redistribute it and/or
12  modify it under the terms of the GNU General Public License
13  as published by the Free Software Foundation; either version 3
14  of the License, or (at your option) any later version.
15
16  BASE is distributed in the hope that it will be useful,
17  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  GNU General Public License for more details.
20
21  You should have received a copy of the GNU General Public License
22  along with BASE. If not, see <http://www.gnu.org/licenses/>.
23-->
24<html>
25  <head>
26    <title>BASE - Core specification</title>
27  <link rel=stylesheet type="text/css" href="../../styles.css">
28  </head>
29<body>
30<div class="navigation">
31  <a href="../../index.html">BASE</a>
32  <img src="../../next.gif">
33  Core specification
34</div>
35
36  <h1>Core specification</h1>
37
38  <div class="abstract">
39    <p>
40    This document contains a detailed specification of the core
41    functions in BASE 2. It is based on the
42    <a href="../../features_core.html">list of features</a>
43    compiled by Carl and will continue to grow.
44    </p>
45
46    <p class="authors">
47    <b>Last updated:</b> $Date: 2008-09-11 20:01:44 +0000 (Thu, 11 Sep 2008) $
48    </p>
49  </div>
50  <br>
51
52  <dl>
53  <dt><a href="authentication.html">User authentication and management</a></dt>
54  <dd>
55    <p>
56    This document covers the details of internal and external user authentication.
57    It also discusses user management and how groups and roles are related.
58    <br>
59    <b>Status:</b> Stable<br>
60    </p>
61  </dd>
62
63  <dt><a href="accesscontrol.html">Access control</a></dt>
64  <dd>
65    <p>
66    This document covers the details of how to control who may access a given
67    item and/or function in BASE.
68
69    <br>
70    <b>Status:</b> Stable<br>
71    </p>
72  </dd>
73
74  <dt><a href="sessionsettings.html">Sessions and application settings</a></dt>
75  <dd>
76    <p>
77    This document covers the details of how client applications should be able to store
78    configuration settings and temporary information in BASE.
79
80    <br>
81    <b>Status:</b> Stable<br>
82    </p>
83  </dd>
84
85  <dt><a href="annotations.html">Annotations</a></dt>
86  <dd>
87    <p>
88    This document covers the details of how the annotation system works.
89
90    <br>
91    <b>Status:</b> Draft<br>
92    </p>
93
94  <dt><a href="biomaterials.html">Biomaterials</a></dt>
95  <dd>
96    <p>
97    This document covers the details of how biomaterials are handled in BASE.
98
99    <br>
100    <b>Status:</b> Stable<br>
101    </p>
102
103  <dt><a href="protocols.html">Protocols and hardware / software</a></dt>
104  <dd>
105    <p>
106    This document covers the details of how BASE handles protocols and
107    information about hardware and software.
108
109    <br>
110    <b>Status:</b> Stable<br>
111    </p>
112
113  <dt><a href="reporters.html">Reporters</a></dt>
114  <dd>
115    <p>
116    This document covers the details of how BASE handles reporters
117      (clones, oligos, etc.).
118
119    <br>
120    <b>Status:</b> Stable<br>
121    </p>
122
123  <dt><a href="arraylims.html">Array LIMS</a></dt>
124  <dd>
125    <p>
126    This document covers the details of how the array LIMS section works.
127
128    <br>
129    <b>Status:</b> Draft<br>
130    </p>
131
132  <dt><a href="hybridizations.html">Hybridizations and raw data</a></dt>
133  <dd>
134    <p>
135    This document covers the details of how BASE handles hybridizations
136      and raw data.
137
138    <br>
139    <b>Status:</b> Draft<br>
140    </p>
141
142  <dt><a href="experiments.html">Experiments and analysis</a></dt>
143  <dd>
144    <p>
145    This document covers the details of how BASE groups data
146      into experiments and performs analysis on it.
147
148    <br>
149    <b>Status:</b> In progress<br>
150    </p>
151
152  <dt><a href="jobqueue.html">Job controller / queuing system</a></dt>
153  <dd>
154    <p>
155    This document covers the details of how the job controller / queuing system works.
156
157    <br>
158    <b>Status:</b> In progress<br>
159    </p>
160
161  <dt><a href="fileupload.html">File upload / disk quota</a></dt>
162  <dd>
163    <p>
164    This document covers the details of how to handle file uploads in BASE.
165    A discussion about disk quota is also included.
166
167    <br>
168    <b>Status:</b> Stable<br>
169    </p>
170
171  <dt><a href="importexport.html">Data import and export</a></dt>
172  <dd>
173    <p>
174    This document covers details for data import and export and how
175    it can be extended to support more file formats by the use of plugins.
176
177    <br>
178    <b>Status:</b> In progress<br>
179    </p>
180
181  <dt><a href="defaultdata.html">Default data</a></dt>
182  <dd>
183    <p>
184    This document contains a list of all items
185    that are automatically installed into a new BASE 2 installation.
186    <br>
187    <b>Status:</b> In progress<br>
188    </p>
189
190  <!--
191  <dt><a href="items.html">Items</a></dt>
192  <dd>
193    <p>
194    This document is not a specification as such, but more
195    an idea about how to implement the basic class
196    structure in BASE.
197
198    <br>
199    <b>Status:</b> Draft<br>
200    </p>
201  -->
202
203
204  </dl>
205
206</body>
207</html>
Note: See TracBrowser for help on using the repository browser.