-
Notifications
You must be signed in to change notification settings - Fork 1
/
how_to_cite_mdp.html
116 lines (102 loc) · 4.26 KB
/
how_to_cite_mdp.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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>How to cite MDP — Modular toolkit for Data Processing (MDP)</title>
<link rel="stylesheet" href="_static/mdp.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '3.6',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</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="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Contact" href="contact.html" />
<link rel="prev" title="Talks" href="talks/talks.html" />
<meta name="viewport" content="width=740" />
</head>
<body>
<div id="header">
<table width="100%">
<tr>
<td class="td_header_left">
<a href="https://mdp-toolkit.github.io">
Modular toolkit for<br />Data Processing
</a>
</td>
<td class="td_header_right">
<a href="examples/logo/logo_animation.html">
<img src="_static/logo.png" alt="MDP logo"
title="click to see the animated logo!" class="img_header"/>
</a>
</td>
</tr>
</table>
<div class="clear"></div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div class="navigation_title"><a href="index.html">Home</a></div>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Documentation</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">How to cite MDP</a></li>
<li class="toctree-l1"><a class="reference internal" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="how-to-cite-mdp">
<span id="id1"></span><h1>How to cite MDP<a class="headerlink" href="#how-to-cite-mdp" title="Permalink to this headline">¶</a></h1>
<p>If you use MDP for scientific purposes, you may want to cite it. This is the
official way to do it:</p>
<p>Zito, T., Wilbert, N., Wiskott, L., Berkes, P. (2009).
<strong>Modular toolkit for Data Processing (MDP): a Python data processing frame
work</strong>, Front. Neuroinform. (2008) <strong>2</strong>:8. <a class="reference external" href="http://www.frontiersin.org/neuroinformatics/10.3389/neuro.11.008.2008/full">doi:10.3389/neuro.11.008.2008</a>.</p>
<p>If your paper gets published, plase send us a reference (and even a copy if
you don’t mind).</p>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
<hr />
<table>
<tr>
<td class="footer-left">
<a href="https://github.com/mdp-toolkit/mdp-toolkit">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png"
width="60" height="15" border="0"/> </a>
</td>
<td class="footer-center">
Last updated on
2020-12-16 6:49:02 PM Coordinated Universal Time
</td>
<td class="footer-right">
<form class="search" action="search.html" method="get">
<input type="submit" value="Search" />
<input type="text" name="q" size="18" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</td>
</table>
</div>
</body>
</html>