-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.html
More file actions
93 lines (77 loc) · 4.16 KB
/
intro.html
File metadata and controls
93 lines (77 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Introduction — xdapy 0.9.0 documentation</title>
<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/print.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.9.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/theme_extras.js"></script>
<link rel="top" title="xdapy 0.9.0 documentation" href="index.html" />
<link rel="next" title="Installation" href="install.html" />
<link rel="prev" title="xdapy" href="index.html" />
</head>
<body>
<div class="header"><h1 class="heading"><a href="index.html">
<span>xdapy 0.9.0 documentation</span></a></h1>
<h2 class="heading"><span>Introduction</span></h2>
</div>
<div class="topnav">
<p>
«  <a href="index.html">xdapy</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="install.html">Installation</a>  »
</p>
</div>
<div class="content">
<div class="section" id="introduction">
<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h1>
<p>You are about to start a new experiment and are thinking about how to store the data that you are going to collect?</p>
<p>Xdapy is an abbreviation for <strong>ex</strong>perimental <strong>da</strong>ta in <strong>Py</strong>thon and is designed to help you with data storage and retrieval.
It allows to store the raw data and all the documentations and settings that are associated to the raw data.</p>
<p>The goals of Xdapy are threefold:</p>
<p>First, researchers should spend their time pursuing their research question instead of wasting valuable
resources in the organization of data.</p>
<p>Second, research should become more transparent and reproducible.
Hereby a premise is that experimental data is documented in enough detail to be understandable from every researcher in the field.</p>
<p>Third, to foster progress in science through meta-analyses and the reuse of data for other than the original research question,
data needs to be well-documented.</p>
<p>Xdapy facilitates a complete and consistent description of the data while at the same time it remains
adaptable for different experimental requirements.
It provides fast and easy data access for one or many users without storing redundant information
and without loosing information that may become important in future.</p>
<p>To use Xdapy you only need to know Python, follow the installation description and create your data model.</p>
<p>Please be aware that Xdapy is not a completed project and is still being under development.
Feel free to develop additional functionalities yourself or help with the documentation (see the <a class="reference internal" href="development.html#developer-information"><em>Developer information</em></a>)</p>
</div>
</div>
<div class="bottomnav">
<p>
«  <a href="index.html">xdapy</a>
  ::  
<a class="uplink" href="index.html">Contents</a>
  ::  
<a href="install.html">Installation</a>  »
</p>
</div>
<div class="footer">
© Copyright 2012, Hannah Dold, Rike-Benjamin Schuppner.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>