-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMacOS.html
59 lines (45 loc) · 3.32 KB
/
MacOS.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN
"http://www.w3.org/TR/html4/loose.dtd"">
<html>
<head>
<title>Klusters, Neuroscope and NDManager</title>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#F5F5F5" link="#64819E" alink="#64819E" vlink="#64819E">
<!-- ******************************************** Header ******************************************** -->
<div class="box">
<div class="header"></div>
<div class="screenshots"></div>
<!-- ******************************************** Citation ******************************************** -->
<h1>Citing Klusters, NeuroScope and NDManager</h1>
<p>If you use Klusters, Neuroscope or NDManager for your analyses, please be kind enough to cite the following article in your publications:</p>
<p class="citation"><img src="Images/Article.png"><span class="authors">L. Hazan, M. Zugaro, G. Buzsáki (2006)</span>.<br>Klusters, Neuroscope, NDManager: a Free Software Suite<br>for Neurophysiological Data Processing and Visualization,<br><span class="journal">J. Neurosci. Methods</span> 155:207-216.</p>
<!-- ******************************************** Download ******************************************** -->
<h1>Downloading and Installing the Applications</h1>
<p>We hope to be able to provide installers soon. In the meantime, you will need to download and build the sources. While we cannot provide instructions for this, you can try to adapt the step-by-step instructions provided <a href="building.html">here</a> for GNU/Linux.</p>
<p>Alternativly we also support installation via <a href="http://brew.sh">homebrew</a> unsing the the tap <tt>FloFra/spikesorting</tt> and we plan to integrate the formulas into <tt>homebrew/science</tt> soon.</p>
<table class="table">
<thead>
<tr><th class="ul">Application</th><th>Version</th><th>Description</th><th>Installer</th><th class="ur">Source code</th></tr>
</thead>
<tbody>
<tr>
<td><img src="Images/Klusters.png"> Klusters</td><td>2.0.0</td><td>Cluster cutting application</td>
<td style="text-align:center"><a href="http://sourceforge.net/projects/neurosuite/files/macos/klusters-2.0.0.dmg/download"><img src="Images/Download.png"></a></td>
<td style="text-align:center"><a href="http://sourceforge.net/projects/neurosuite/files/sources/klusters-2.0.0.tar.gz/download"><img src="Images/Download.png"></a></td>
</tr>
<tr>
<td><img src="Images/Neuroscope.png"> Neuroscope</td><td>2.0.0</td><td>Viewer for neurophysiological and behavioral data</td>
<td style="text-align:center"><a href="http://sourceforge.net/projects/neurosuite/files/macos/neuroscope-2.0.0.dmg/download"><img src="Images/Download.png"></a></td>
<td style="text-align:center"><a href="http://sourceforge.net/projects/neurosuite/files/sources/neuroscope-2.0.0.tar.gz/download"><img src="Images/Download.png"></a></td>
</tr>
<tr>
<td class="ll"><img src="Images/NDManager.png"> NDManager</td><td>2.0.0</td><td>Manager for neurophysiological and behavioral data</td>
<td></td><!--<td style="text-align:center"><a href=""><img src="Images/Download.png"></a></td>-->
<td class="lr" style="text-align:center"><a href="http://sourceforge.net/projects/neurosuite/files/sources/ndmanager-2.0.0.tar.gz/download"><img src="Images/Download.png"></a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>