1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | |
---|
3 | <!-- |
---|
4 | $Id: index.html 4889 2009-04-06 12:52:39Z nicklas $ |
---|
5 | |
---|
6 | Copyright (C) 2006 Jari Häkkinen |
---|
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 modify it |
---|
12 | under the terms of the GNU General Public License as published by |
---|
13 | the Free Software Foundation; either version 3 of the License, or |
---|
14 | (at your option) any later version. |
---|
15 | |
---|
16 | BASE is distributed in the hope that it will be useful, but |
---|
17 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
19 | 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 | |
---|
25 | <html> |
---|
26 | |
---|
27 | <head> |
---|
28 | <title>BASE 2.0 - User documentation</title> |
---|
29 | <link rel=stylesheet type="text/css" href="../styles.css"> |
---|
30 | </head> |
---|
31 | |
---|
32 | <body> |
---|
33 | |
---|
34 | <div class="navigation"> |
---|
35 | <a href="../index.html">BASE</a> |
---|
36 | <img src="../next.gif"> |
---|
37 | User documentation |
---|
38 | </div> |
---|
39 | |
---|
40 | <h1>BASE 2.0 - User documentation</h1> |
---|
41 | |
---|
42 | <div class="abstract"> |
---|
43 | |
---|
44 | <p> |
---|
45 | This is the starting point for all user documentation. |
---|
46 | </p> |
---|
47 | |
---|
48 | <b>Contents</b><br> |
---|
49 | <ol> |
---|
50 | <li><a href=getting_started.html>BASE getting started document</a> |
---|
51 | <li><a href=#olddocs>BASE 1.2.x documentation</a> |
---|
52 | </ol> |
---|
53 | |
---|
54 | <p class="authors"> |
---|
55 | <b>Last updated:</b> $Date: 2009-04-06 12:52:39 +0000 (Mon, 06 Apr 2009) $<br> |
---|
56 | <b>Copyright ©</b> 2006 The respective authors. All rights reserved. |
---|
57 | </p> |
---|
58 | |
---|
59 | </div> |
---|
60 | |
---|
61 | <a name=olddocs></a> |
---|
62 | <h2>BASE 1.2 documentation</h2> |
---|
63 | |
---|
64 | <p> |
---|
65 | Parts of the BASE 1.2 Users Guide (February 2005 ed.) is still |
---|
66 | valid for BASE 2. The screen dumps in the guide are out dated |
---|
67 | but the major concepts are the same. <br> |
---|
68 | [<a |
---|
69 | href="http://base1.thep.lu.se/documentation/BASE_UserGuide_Sigenae_Feb2005.doc">MS |
---|
70 | Word</a>, 2.5MB] |
---|
71 | [<a |
---|
72 | href="http://base1.thep.lu.se/documentation/BASE_UserGuide_Sigenae_Feb2005_screenView.pdf">screen |
---|
73 | pdf</a>, 1.4MB] |
---|
74 | [<a |
---|
75 | href="http://base1.thep.lu.se/documentation/BASE_UserGuide_Sigenae_Feb2005.pdf">print |
---|
76 | pdf</a>, 2.1MB]. |
---|
77 | </p> |
---|
78 | |
---|
79 | |
---|
80 | </body> |
---|
81 | </html> |
---|