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 4404 2008-08-21 11:05:23Z martin $ |
---|
5 | |
---|
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 modify it |
---|
12 | under the terms of the GNU General Public License as published by |
---|
13 | the Free Software Foundation; either version 2 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 this program; if not, write to the Free Software |
---|
23 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
24 | 02111-1307, USA. |
---|
25 | --> |
---|
26 | |
---|
27 | <html> |
---|
28 | |
---|
29 | <head> |
---|
30 | <title>BASE 2.0 - User documentation</title> |
---|
31 | <link rel=stylesheet type="text/css" href="../styles.css"> |
---|
32 | </head> |
---|
33 | |
---|
34 | <body> |
---|
35 | |
---|
36 | <div class="navigation"> |
---|
37 | <a href="../index.html">BASE</a> |
---|
38 | <img src="../next.gif"> |
---|
39 | User documentation |
---|
40 | </div> |
---|
41 | |
---|
42 | <h1>BASE 2.0 - User documentation</h1> |
---|
43 | |
---|
44 | <div class="abstract"> |
---|
45 | |
---|
46 | <p> |
---|
47 | This is the starting point for all user documentation. |
---|
48 | </p> |
---|
49 | |
---|
50 | <b>Contents</b><br> |
---|
51 | <ol> |
---|
52 | <li><a href=getting_started.html>BASE getting started document</a> |
---|
53 | <li><a href=#olddocs>BASE 1.2.x documentation</a> |
---|
54 | </ol> |
---|
55 | |
---|
56 | <p class="authors"> |
---|
57 | <b>Last updated:</b> $Date: 2008-08-21 11:05:23 +0000 (Thu, 21 Aug 2008) $<br> |
---|
58 | <b>Copyright ©</b> 2006 The respective authors. All rights reserved. |
---|
59 | </p> |
---|
60 | |
---|
61 | </div> |
---|
62 | |
---|
63 | <a name=olddocs></a> |
---|
64 | <h2>BASE 1.2 documentation</h2> |
---|
65 | |
---|
66 | <p> |
---|
67 | Parts of the BASE 1.2 Users Guide (February 2005 ed.) is still |
---|
68 | valid for BASE 2. The screen dumps in the guide are out dated |
---|
69 | but the major concepts are the same. <br> |
---|
70 | [<a |
---|
71 | href="http://base1.thep.lu.se/documentation/BASE_UserGuide_Sigenae_Feb2005.doc">MS |
---|
72 | Word</a>, 2.5MB] |
---|
73 | [<a |
---|
74 | href="http://base1.thep.lu.se/documentation/BASE_UserGuide_Sigenae_Feb2005_screenView.pdf">screen |
---|
75 | pdf</a>, 1.4MB] |
---|
76 | [<a |
---|
77 | href="http://base1.thep.lu.se/documentation/BASE_UserGuide_Sigenae_Feb2005.pdf">print |
---|
78 | pdf</a>, 2.1MB]. |
---|
79 | </p> |
---|
80 | |
---|
81 | |
---|
82 | </body> |
---|
83 | </html> |
---|