<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>NeuroDebian Insider</title><link>http://neuro.debian.net</link><description>A blog about using the ultimate operating system in neuroscience research</description><language>en</language><category>debian</category><category>neuroscience</category><copyright>2009-2014, NeuroDebian Team &lt;team@neuro.debian.net&gt;</copyright><lastBuildDate>Mon, 03 Jun 2013 14:00:00 -0000</lastBuildDate><item><title>Running 64bit Matlab on 32bit host OS</title><link>http://neuro.debian.net/blog/2013/2013-05-31_matlab_64bit_on_32bit.html</link><description>&lt;div class=section id=running-64bit-matlab-on-32bit-host-os&gt;
&lt;span id=chap-matlab-64bit-on-32bit&gt;&lt;/span&gt;&lt;h1&gt;Running 64bit Matlab on 32bit host OS&lt;/h1&gt;
&lt;p&gt;Some of you have experienced problems due the recent move of Mathworks to
drop 32-bit Linux builds of their products (i.e. Matlab R2013a and
co.). Please note that this is not the first time Mathworks values its own
costs higher than the benefits of a few scientists.  In 1998 PowerPC builds
for Macs were abandoned, causing a &lt;a class="reference external" href=http://www.mathworks.com/matlabcentral/newsreader/view_thread/5910&gt;furious reaction&lt;/a&gt;
of the community.&lt;/p&gt;
&lt;p&gt;Luckily, users of the fresh Debian stable release &lt;em&gt;wheezy&lt;/em&gt; (or more recent
variants of Debian and its derivatives) who still need a 32bit OS on
64bit-capable hardware can take advantage of the new &lt;a class="reference external" href=http://wiki.debian.org/Multiarch&gt;multiarch&lt;/a&gt; support.  Multiarch allows for
multiple architecturesi to co-exist on a hardware/kernel
that is capable of supporting both (e.g. i386 and amd64).&lt;/p&gt;
&lt;p&gt;Below we describe how you can use multiarch support and in few simple steps
that prepare your existing 32bit user-land for running 64bit Matlab.&lt;/p&gt;
&lt;div class=section id=procedure&gt;
&lt;h2&gt;Procedure&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;[2-10 min] Install 64-bit kernel and reboot:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo apt-get install linux-image-amd64&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;[1-3 min] Enable multi-arch support for amd64 architecture:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo dpkg --add-architecture amd64
sudo apt-get update&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;[1-5 min] Install 64bit libraries (and compilers) needed for matlab:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo apt-get install libstdc++6:amd64 zlib1g:amd64 libncurses5:amd64 \
  libxp6:amd64 libstdc++6-4.4-dev:amd64 libxt6:amd64 libxmu6:amd64 libxtst6:amd64 \
  g++:amd64 gcc:amd64 binutils:amd64&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now your 64bit matlab (which you hopefully “registered” with
&lt;a class="reference internal" href=http://neuro.debian.net/pkgs/matlab-support.html#binary-pkg-matlab-support&gt;&lt;em&gt;matlab-support&lt;/em&gt;&lt;/a&gt;) is ready to run.&lt;/p&gt;
&lt;p&gt;If you have any comments (typos, improvements, etc) – feel welcome to
leave a comment below, or &lt;a class="reference external" href=http://neuro.debian.net/#contacts&gt;contact us&lt;/a&gt; .&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Mon, 03 Jun 2013 14:00:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2013/2013-05-31_matlab_64bit_on_32bit.html</guid><category>debian</category><category> neuroscience</category><category> software</category><category> matlab</category><category> multiarch</category></item><item><title>NeuroDebian nd* tools</title><link>http://neuro.debian.net/blog/2012/2012-04-14_ndtools.html</link><description>&lt;div class=section id=neurodebian-nd-tools&gt;
&lt;span id=chap-ndtools-build&gt;&lt;/span&gt;&lt;h1&gt;NeuroDebian nd* tools&lt;/h1&gt;
&lt;p&gt;One of the goals of &lt;a class="reference external" href=http://neuro.debian.net&gt;NeuroDebian&lt;/a&gt; is to provide recent versions of
scientific software on stable Debian (and Ubuntu) deployments.  That
is why we build (whenever possible) every new package not only for the
Debian unstable (the entry point of packages into Debian) but also for
Debian testing and stable, and Ubuntu releases.  To automate such
procedure we prepared few rudimentary wrappers around &lt;a class="reference external" href=http://packages.debian.org/sid/cowbuilder&gt;cowbuilder&lt;/a&gt;
allowing to build packages in isolated environment.  Also we provide a
&lt;a class="reference external" href=https://github.com/neurodebian/neurodebian/blob/master/tools/backport-dsc&gt;backport-dsc&lt;/a&gt; script to ease backporting with optional application of
per-release patchsets.  In this blog post we would like to introduce
you to these tools.  They will be of use for anyone working on a
package intended to be uploaded to &lt;a class="reference external" href=http://neuro.debian.net&gt;NeuroDebian&lt;/a&gt; repository or anyone
interested to verify if package could be easily backported.  With a
single command you will be able to build a given Debian source package
across distributions.  As a result you will verify that there are no
outstanding backport-ability issues or compatibility problems with
core components (e.g. supported versions of Python) if your source
package excercises test suites at build time.&lt;/p&gt;
&lt;div class=section id=procedure&gt;
&lt;h2&gt;Procedure&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;[1-20 min] If you are not running Debian-based distribution,
&lt;a class="reference internal" href=http://neuro.debian.net/vm.html#chap-vm&gt;&lt;em&gt;Install NeuroDebian VM&lt;/em&gt;&lt;/a&gt;; otherwise just &lt;a class="reference internal" href=http://neuro.debian.net/index.html#repository-howto&gt;&lt;em&gt;add apt
sources for NeuroDebian repository&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;[&amp;lt;1 min] Install the neurodebian-dev package providing nd* tools:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo apt-get install neurodebian-dev&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;[1-5 min] Adjust default configuration (&lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;sudo&lt;/span&gt; &lt;span class=pre&gt;vim&lt;/span&gt;
&lt;span class=pre&gt;/etc/neurodebian/cmdsettings.sh&lt;/span&gt;&lt;/tt&gt;) used by nd commands to&lt;/p&gt;
&lt;ul class=simple&gt;
&lt;li&gt;point &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;cowbuilderroot&lt;/span&gt;&lt;/tt&gt; variable to some directory under
&lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;brain&lt;/span&gt;&lt;/tt&gt; account, e.g. &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;~brain/debs&lt;/span&gt;&lt;/tt&gt; (should be created by you)&lt;/li&gt;
&lt;li&gt;remove undesired releases (e.g. deprecated &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;karmic&lt;/span&gt;&lt;/tt&gt;) from
allnddist and alldist&lt;/li&gt;
&lt;li&gt;adjust &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;mirror&lt;/span&gt;&lt;/tt&gt; entries to use the &lt;a class="reference external" href=http://www.debian.org/mirror/list&gt;Debian mirror&lt;/a&gt; and &lt;a class="reference external" href=https://launchpad.net/ubuntu/+archivemirrors&gt;Ubuntu
mirror&lt;/a&gt; of your choice or may be even point to your &lt;a class="reference external" href=http://packages.debian.org/sid/approx&gt;approx&lt;/a&gt; apt-caching server&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;[10-60 min] Create the COWs for all releases you left in the
configuration file:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo nd_adddistall&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=section id=building&gt;
&lt;h2&gt;Building&lt;/h2&gt;
&lt;p&gt;At this point you should be all set to build packages for all
distributions with a single command.  E.g.:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo nd_build4all blah_1-1.dsc&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;should take the .dsc file you provide, and build it for main Debian
sid and all ND-supported releases of Debian and Ubuntu.
&lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;nd_build4allnd&lt;/span&gt;&lt;/tt&gt; would build only for the later omitting the vanilla
Debian sid.  The highlevel summary either builds succeed or failed get
reported in &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;summary.log&lt;/span&gt;&lt;/tt&gt; in the same directory, pointing to
&lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;.build&lt;/span&gt;&lt;/tt&gt; log files for the corresponding architecture/release.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=section id=troubleshooting-failing-build&gt;
&lt;h2&gt;Troubleshooting Failing Build&lt;/h2&gt;
&lt;p&gt;Provide &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;--hookdir&lt;/span&gt;&lt;/tt&gt; cmdline pbuilder argument to point to a hook
which would get kicked in by pbuilder upon failure, e.g.:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo apt-get install git
git clone https://github.com/neurodebian/neurodebian
sudo nd_build4debianmain *.dsc -- --hookdir $PWD/neurodebian/tools/hooks&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;If you have any comments (typos, improvements, etc) – feel welcome to
leave a comment below, or &lt;a class="reference external" href=http://neuro.debian.net/#contacts&gt;contact us&lt;/a&gt; .&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Sat, 14 Apr 2012 22:16:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2012/2012-04-14_ndtools.html</guid><category>debian</category><category> neuroscience</category><category> software</category><category> development</category><category> packages</category><category> virtualization</category></item><item><title>Chroot workaround for fslview (HOWTO)</title><link>http://neuro.debian.net/blog/2011/2011-12-12_schroot_fslview.html</link><description>&lt;div class=section id=chroot-workaround-for-fslview-howto&gt;
&lt;span id=chap-schroot-fslview&gt;&lt;/span&gt;&lt;h1&gt;Chroot workaround for fslview (HOWTO)&lt;/h1&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class=last&gt;With the release of FSLView 4.0.0b this workaround should no longer be
necessary. However, the technology is stil equally useful to work around
similar problems with other software.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=section id=preamble&gt;
&lt;h2&gt;Preamble&lt;/h2&gt;
&lt;p&gt;Sometimes research software lags behind developments in libraries it relies
upon, because necessary changes to the code might require considerable effort,
and thus time.  That leads to difficulties building those tools using
up-to-date library versions due API incompatibility.&lt;/p&gt;
&lt;p&gt;That is what happened with &lt;a class="reference external" href=http://www.fmrib.ox.ac.uk/fsl/fslview&gt;fslview&lt;/a&gt; from the &lt;a class="reference external" href=http://www.fmrib.ox.ac.uk/fsl&gt;FSL&lt;/a&gt; suite.  Today, at
the end of 2011, it still relies on &lt;a class="reference external" href=http://doc.qt.nokia.com/3.3/&gt;Qt3&lt;/a&gt; and VTK GUI
support for it.&lt;/p&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p&gt;Last version of Qt3, 3.3.8, was released in February 2007, with
official support by Trolltech terminated later that year.&lt;/p&gt;
&lt;p class=last&gt;Qt4 was first released in 2005, and current stable series 4.7
released appeared in September 2010.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Because of its age and discontinued upstream support, &lt;a class="reference external" href=http://lists.debian.org/debian-devel/2011/05/msg00236.html&gt;Qt3 was
orphaned&lt;/a&gt; in Debian, and tools relying on it were encouraged to
migrate to use Qt4.  As a result, although Qt3 itself is still present
in Debian (and thus Ubuntu), VTK GUI support for Qt3 (package
&lt;a class="reference external" href="http://packages.debian.org/search?keywords=libvtk5.4-qt3"&gt;libvtk5.4-qt3&lt;/a&gt;) which fslview uses, was removed from Debian due to
Qt3 deprecation.  It should be made clear that it was not removed to annoy people,
but rather because it became unfeasible to maintain its robust building
and functioning.  So nowadays &lt;a class="reference external" href=http://www.fmrib.ox.ac.uk/fsl/fslview&gt;fslview&lt;/a&gt; is
present only in those previous releases of Debian and Ubuntu which carry
the libvtk5.4-qt3 library.  Those are – Debian squeeze (stable), Ubuntu
nutty and maverick.  If you upgraded your system from one of those
releases, chances are that you still have fslview (and required
libraries) installed although not they are not available from the APT repository
anymore. Therefore fresh systems installations will not have them at all.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=section id=workaround&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;While everyone is waiting for a new release of &lt;a class="reference external" href=http://www.fmrib.ox.ac.uk/fsl/fslview&gt;fslview&lt;/a&gt; compatible with Qt4
there are possible workarounds to keep research going on bleeding edge
Debian-based operating systems.  The first, obvious choice for a FOSS
enthusiast, is to build &lt;a class="reference external" href=http://www.fmrib.ox.ac.uk/fsl/fslview&gt;fslview&lt;/a&gt; from source by first building VTK Qt3
bindings, possibly after building Qt3 itself.  While it might be educationally
valuable and exciting, we are afraid in the end it might be more frustrating
than useful.&lt;/p&gt;
&lt;p&gt;Therefore we would like to suggest another, much more straightforward
and hopefully painless approach – lightweight virtualization, or &lt;a class="reference external" href=http://en.wikipedia.org/wiki/Chroot&gt;chroot&lt;/a&gt;
jailing, which exists in Unix-land since 1970s.
With this exercise in &lt;strong&gt;4 simple steps&lt;/strong&gt; we will install a
complete (minimalistic) installation of Debian stable into a separate
directory – without harming the original system installation.  We will provide a convenience wrapper to
run fslview as if it was installed on the “main” system.  So your
system will stay intact while you would enhance it with additional
software in a stable Debian environment. Moreover if
security or critical fixes to any components of that installation
become available, this chroot
environment, being a complete Debian installation, could be as
easily upgraded as your main system, thus guaranteeing robust performance.&lt;/p&gt;
&lt;p&gt;Although we demonstrate this setup with fslview in mind, such approach
is generally useful for various use cases.  For example, we have used it in
the opposite situation – on stable Debian systems we needed to run
some software available only from Debian unstable or testing, and
backporting of all required dependencies was either cumbersome or just
impossible without sacrificing stability of the system.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=section id=prerequisites&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;For this exercise you would need&lt;/p&gt;
&lt;ul class=simple&gt;
&lt;li&gt;3–20 minutes depending on the bandwidth to the Debian mirror and
efficiency in cut/paste operations&lt;/li&gt;
&lt;li&gt;root access to the system while performing this setup, although
end-users of fslview would not need root access after everything
is set up&lt;/li&gt;
&lt;li&gt;2 additional tools – &lt;a class="reference external" href=http://wiki.debian.org/Debootstrap&gt;debootstrap&lt;/a&gt; to install Debian in a directory
and a convenience utility &lt;a class="reference external" href=http://packages.debian.org/sid/schroot&gt;schroot&lt;/a&gt; to “enable” such an environment&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=section id=procedure&gt;
&lt;h2&gt;Procedure&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;Install the tools:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo apt-get install debootstrap schroot&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;Choose a location with enough space (600 MB should be enough) and
install a complete Debian squeeze installation with fslview:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sudo debootstrap --include=fslview squeeze /srv/chroots/squeeze http://ftp.us.debian.org/debian&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class=last&gt;You might like to adjust the URL to a &lt;a class="reference external" href=http://www.debian.org/mirror/list&gt;Debian mirror&lt;/a&gt; closer to you&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;Create &lt;a class="reference external" href=http://packages.debian.org/sid/schroot&gt;schroot&lt;/a&gt; configuration file &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;/etc/schroot/chroot.d/squeeze&lt;/span&gt;&lt;/tt&gt;
with the following content:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;[squeeze]
description=Debian squeeze (6.x stable)
type=directory
directory=/srv/chroots/squeeze
users=YOURLOGIN
aliases=debian,default&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Replace YOURLOGIN with a comma separated list of users who should be
allowed to access this chroot environment (see &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;man&lt;/span&gt; &lt;span class=pre&gt;schroot.conf&lt;/span&gt;&lt;/tt&gt;
for more options, e.g. how to specify whole groups with &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;groups=...&lt;/span&gt;&lt;/tt&gt;, etc.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;At this point you should already be able to invoke any command
within the chroot environment, so just create a little shell script
&lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;/usr/local/bin/fslview&lt;/span&gt;&lt;/tt&gt;, make it executable and be all set:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;echo -e '#!/bin/sh\nexport FSLDIR=/usr/share/fsl\nschroot -p -c squeeze /usr/bin/fslview "$@"' &amp;gt; /usr/local/bin/fslview
chmod a+x /usr/local/bin/fslview&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class=last&gt;You might need to become root for the above.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=section id=optional-steps&gt;
&lt;h2&gt;Optional steps&lt;/h2&gt;
&lt;p&gt;Although at this point you can run fslview from the chroot-ed
environment, we would suggest a few additional steps.  For some of
them (marked with &lt;strong&gt;chroot-root&lt;/strong&gt;) you would need to become root in a
chroot environment via following steps:&lt;/p&gt;
&lt;ul class=simple&gt;
&lt;li&gt;enter chroot using &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;schroot&lt;/span&gt; &lt;span class=pre&gt;-c&lt;/span&gt; &lt;span class=pre&gt;squeeze&lt;/span&gt; &lt;span class=pre&gt;-p&lt;/span&gt;&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;become root (via &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;su&lt;/span&gt;&lt;/tt&gt; command, root password should be the same as
on the main system)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So here are recommended optional additions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;&lt;strong&gt;chroot-root&lt;/strong&gt;: &lt;a class="reference external" href=http://neuro.debian.net/#how-to-use-this-repository&gt;Enable NeuroDebian repository&lt;/a&gt;. Choose
&lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;squeeze&lt;/span&gt;&lt;/tt&gt; release and mirror of preference (remove &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;sudo&lt;/span&gt;&lt;/tt&gt; from
provided cmdline).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;&lt;strong&gt;chroot-root&lt;/strong&gt;: Enable security and functionality updates:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;sed -e 's,squeeze,squeeze-updates,g' /etc/apt/sources.list &amp;gt; /etc/apt/sources.list.d/updates.list
echo 'deb http://security.debian.org/ stable/updates main' &amp;gt; /etc/apt/sources.list.d/security.list
apt-get update
apt-get upgrade&lt;/pre&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;Make fsl atlases accessible within the chroot environment.  There
are two ways and you must choose only &lt;strong&gt;one&lt;/strong&gt; of them, otherwise
you might damage your “main” system installation.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p class=first&gt;&lt;strong&gt;chroot-root&lt;/strong&gt;: Install atlases packages in the chroot-ed environment:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;apt-get install fsl-atlases&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Although this is the best/correct way it would require additional 200MB of
space, possibly duplicating what you already have installed in the
main system.  Also it requires &lt;a class="reference external" href=http://neuro.debian.net/#how-to-use-this-repository&gt;enabling of NeuroDebian repository
in chroot environment&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p class=first&gt;Alternatively you can bind-mount those directories with atlases installed on the “main”
system within chroot.  For that edit (as root on the “main”
system) &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;/etc/schroot/default/fstab&lt;/span&gt;&lt;/tt&gt; and add following entries:&lt;/p&gt;
&lt;div class=highlight-python&gt;&lt;pre&gt;/usr/share/fsl/data/atlases /usr/share/fsl/data/atlases none rw,bind 0 0
/usr/share/data             /usr/share/data             none rw,bind 0 0&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;You need to be aware of the potential consequences of this second approach:
Any package that installs files under /usr/share/data will modify files in
the same directory outside the chroot as well. If you don’t want to risk
that don’t use this method and simply install the necessary data packages
inside the chroot environment too, as describe before.&lt;/p&gt;
&lt;div class="admonition note"&gt;
&lt;p class="first admonition-title"&gt;Note&lt;/p&gt;
&lt;p class=last&gt;Similarly you can bind-mount any other directory you would like
to make visible in chroot.  Just be careful to not “overlap”
with system directories in chroot which already carry something.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Also you might like to read &lt;tt class="docutils literal"&gt;&lt;span class=pre&gt;man&lt;/span&gt; &lt;span class=pre&gt;schroot&lt;/span&gt;&lt;/tt&gt; on how to enable
persistent sessions so that chroot initiation could be done ones
during boot instead of per each fslview invocation&lt;/p&gt;
&lt;p&gt;If you have any comments (typos, improvements, etc) – feel welcome to
leave a comment below, or just email &lt;a class="reference external" href=http://neuro.debian.net/#contacts&gt;us@NeuroDebian&lt;/a&gt; .&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Mon, 12 Dec 2011 12:05:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2011/2011-12-12_schroot_fslview.html</guid><category>debian</category><category> neuroscience</category><category> software</category><category> FSL</category><category> fslview</category><category> chroot</category><category> virtualization</category></item><item><title>NeuroDebian&amp;#64;HBM2011.ca</title><link>http://neuro.debian.net/blog/2011/2011-07-10_booth_hbm2011.html</link><description>&lt;div class=section id=neurodebian-hbm2011-ca&gt;
&lt;span id=chap-debian-booth-hbm2011&gt;&lt;/span&gt;&lt;h1&gt;&lt;a class="reference external" href=mailto:NeuroDebian%40HBM2011.ca&gt;NeuroDebian&lt;span&gt;@&lt;/span&gt;HBM2011&lt;span&gt;.&lt;/span&gt;ca&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;On June 26-30 the annual meeting of the Organization for Human Brain Mapping
(&lt;a class="reference external" href=http://www.humanbrainmapping.org/hbm2011/&gt;HBM2011&lt;/a&gt;) took place in Quebec City, Canada.  Encouraged by our &lt;a class="reference internal" href=http://neuro.debian.net/blog/2010/2010-11-24_booth_sfn2010.html#chap-debian-booth-sfn2010&gt;&lt;em&gt;positive
experience at last year’s SfN in San Diego&lt;/em&gt;&lt;/a&gt; and
enthusiasm of our scientific adviser, &lt;a class="reference external" href=http://haxbylab.dartmouth.edu/ppl/jim.html&gt;James V. Haxby&lt;/a&gt;, we hosted another
NeuroDebian booth. The setup was pretty much the same as last year: Some chairs
and tables, lots of people, our &lt;a class="reference external" href=http://neuro.debian.net/_files/brochure_debian-neurodebian.pdf&gt;tri-fold flyers&lt;/a&gt;, a Debian mirror and some
virtual machine images to show Debian in action. This time we also had an LCD
display attracting visitors with the &lt;a class="reference internal" href=http://neuro.debian.net/blog/2011/2011-06-20_package_swarm.html#chap-neurodebian-package-swarm&gt;&lt;em&gt;package swarm&lt;/em&gt;&lt;/a&gt;, some demos, and our &lt;a class="reference external" href=http://www.frontiersin.org/neuroinformatics/10.3389/fninf.2011.00008/full&gt;recent paper&lt;/a&gt;.  We had
many curious people have their first exposure to Debian, long-time users
expressing their gratitude to Debian, and our upstream developers getting
together to discuss various topics.  Having registered the booth as
“NeuroDebian”, we had the additional pleasure of explaining visitors the
concept of a project &lt;em&gt;inside&lt;/em&gt; Debian, in contrast to a derived distribution.
But that is nothing new really, so let’s talk about the differences from last
year’s booth.&lt;/p&gt;
&lt;p&gt;First of all, we had more people at the booth. Dominique Belhachemi volunteered
to help us out – and that was very much appreciated. Although HBM has only
about a tenth of the attendees that SfN has, we had significantly more traffic.
While last year people were primarily interested in knowing about the project,
this time many of them wanted to give it a try immediately. People came with
their laptops, got the VM images and started playing with Debian. After a day
or so, some came back and asked for recommendations on particular software –
after having been exposed to the wealth of the Debian archive.&lt;/p&gt;
&lt;p&gt;What also had increased was the number of developers, or rather research labs
developing neuroimaging software that came to the booth to discuss how to get
their software into Debian and how to arrange ongoing maintenance of these
future Debian packages. As we have our plates already quite full, we have been spending some time
on mentoring interested developers to learn the art of Debian packaging and
making them familiar with Debian’s procedures and standards (e.g. working on
&lt;a class="reference external" href=http://bugs.debian.org/609820&gt;#609820&lt;/a&gt; with Yannick Schwartz, upstream, at the booth).&lt;/p&gt;
&lt;img alt=../../_images/BusyBooth1.jpg src=http://neuro.debian.net/_images/BusyBooth1.jpg&gt;
&lt;p&gt;Two promising new developments need to be mentioned. First, we were approached
by companies that develop hardware for brain-imaging and psychophysics
research. They were curious to learn about Debian as an integrated platform
that offers free software solutions that an increasing amount of their
customers demands (e.g. &lt;a class="reference external" href=http://packages.debian.org/psychopy&gt;PsychoPy&lt;/a&gt;). Apparently, the movement towards open
research software has finally made it into the business plans of companies, as
they seem to start perceiving compatibility with free software systems as a
competitive advantage.  We explained how software gets into Debian, and how its
release cycle is managed.  To foster their motivation we also pointed them to
the existing open-source software that is already available or even present in
Debian.  Let’s see whether we see more “Debian-certified” research products in
the future.&lt;/p&gt;
&lt;p&gt;Lastly, we started talking with folks from the &lt;a class="reference external" href=http://incf.org&gt;INCF&lt;/a&gt; to explore possibilities of
collaborating on INCF projects using Debian as the integration and development
platform. The INCF is an &lt;a class="reference external" href=http://www.oecd.org/document/38/0,3746,en_2649_34319_35217721_1_1_1_1,00.html&gt;OECD-funded&lt;/a&gt; organization that develops collaborative
neuroinformatics infrastructure and promotes the sharing of data and computing
resources to the international research community. At least one INCF project is
already relying on the efforts of the NeuroDebian project. We are going to continue
this discussion during a workshop in September. A report will follow...&lt;/p&gt;
&lt;div class=figure&gt;
&lt;img alt=../../_images/DDs.jpg src=http://neuro.debian.net/_images/DDs.jpg&gt;
&lt;p class=caption&gt;Debian people at the booth (f.l.t.r): &lt;a class="reference external" href="http://qa.debian.org/developer.php?login=mih@debian.org"&gt;Michael Hanke&lt;/a&gt;, &lt;a class="reference external" href="http://qa.debian.org/developer.php?login=debian@onerussian.com"&gt;Yaroslav Halchenko&lt;/a&gt;,
&lt;a class="reference external" href="http://qa.debian.org/developer.php?login=debian@unidesign.ch"&gt;Stephan Gerhard&lt;/a&gt;, &lt;a class="reference external" href="http://qa.debian.org/developer.php?login=domibel@debian.org"&gt;Dominique Belhachemi&lt;/a&gt;. Not shown: &lt;a class="reference external" href=http://haxbylab.dartmouth.edu/ppl/swaroop.html&gt;Swaroop Guntupalli&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=section id=acknowledgments&gt;
&lt;h2&gt;Acknowledgments&lt;/h2&gt;
&lt;p&gt;This booth has been made possible by the generous support of Prof.
&lt;a class="reference external" href=http://haxbylab.dartmouth.edu/ppl/jim.html&gt;James V. Haxby&lt;/a&gt; (Dartmouth College, New Hampshire, USA).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Sun, 10 Jul 2011 20:00:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2011/2011-07-10_booth_hbm2011.html</guid><category>debian</category><category> neuroscience</category><category> conference</category></item><item><title>Neuroscience runs on GNU/Linux</title><link>http://neuro.debian.net/blog/2011/2011-06-27_software_survey.html</link><description>&lt;div class=section id=neuroscience-runs-on-gnu-linux&gt;
&lt;span id=chap-neuroscience-linux-paper&gt;&lt;/span&gt;&lt;h1&gt;Neuroscience runs on GNU/Linux&lt;/h1&gt;
&lt;p&gt;While everybody else is waiting for Linux to become the standard on the
desktop, in the field of neuroscience research we have made this step already
– so silently that we haven’t even realized it ourselves.&lt;/p&gt;
&lt;p&gt;In the NeuroDebian project we were trying to figure out what software would
need to be integrated into Debian to have a maximum impact on enhancing its
utility as a research platform. So we ran a survey, asking people to tell us
what software they use in their research and what platform they run it on. We
also asked people to describe their personal preferences regarding a computing
environment and how that might differ from the computing platforms they are
institutionally provided with.&lt;/p&gt;
&lt;p&gt;The main result of this survey was very simple and pretty surprising (even to
us): Despite common believe, GNU/Linux is the current standard computing
platform in neuroscience – and that is both on the big compute clusters
&lt;strong&gt;and&lt;/strong&gt; on the laptop and desktop.  It turns out that researchers on GNU/Linux
are not only the majority, they are also much happier with what they get, and
spend less time on non-research maintenance tasks than the guys who are still
stuck with Windows.&lt;/p&gt;
&lt;p&gt;It was also nice to see that Debian-based systems are preferred by
neuroscientists among GNU/Linux distributions for their personal computing
environments and that even proportions of Red Hat and Debian-based systems
together represent the vast majority of GNU/Linux deployments in institutional
computing infrastructure.&lt;/p&gt;
&lt;p&gt;Well done Debian!&lt;/p&gt;
&lt;p&gt;The results have just been accepted for publication in the journal &lt;a class="reference external" href=http://www.frontiersin.org/Neuroinformatics&gt;Frontiers
in Neuroinformatics&lt;/a&gt;.  A link to
the manuscript, the original survey form, collected data, as well as
supplementary analysis results are available at:
&lt;a class="reference external" href=http://neuro.debian.net/survey/2011/&gt;http://neuro.debian.net/survey/2011/&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Mon, 27 Jun 2011 23:00:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2011/2011-06-27_software_survey.html</guid><category>debian</category><category> neuroscience</category><category> survey</category></item><item><title>Package swarm</title><link>http://neuro.debian.net/blog/2011/2011-06-20_package_swarm.html</link><description>&lt;div class=section id=package-swarm&gt;
&lt;span id=chap-neurodebian-package-swarm&gt;&lt;/span&gt;&lt;h1&gt;Package swarm&lt;/h1&gt;
&lt;p&gt;We are working on integrating neuroscience research software into the Debian
operating system for almost six years now. Occasionally looking at the
repository web server logs, we knew that a growing number of people were
using the packages from &lt;a class="reference external" href=http://neuro.debian.net&gt;http://neuro.debian.net&lt;/a&gt; for their Debian and Ubuntu
machines. However, we never really looked deeper.&lt;/p&gt;
&lt;p&gt;For our upcoming &lt;a class="reference external" href=http://www.debian.org/events/2011/0626-hbm&gt;booth at HBM2011&lt;/a&gt; we need something like a presentation or
slides that could run in a loop on a big screen to attract people. It would
need to be visually appealing, but also informative. As slides are rather boring,
we looked into creating an animation – a visualization of our repository
download statistics.&lt;/p&gt;
&lt;p&gt;There are many boring ways to visualize this type of data, but there is also at
least one that is cool enough to yield an appealing, almost mystical,
animation: &lt;a class="reference external" href=http://code.google.com/p/codeswarm/&gt;code_swarm&lt;/a&gt;. This great software can visualize somewhat “social”
processes based on commit statistics of source code repositories. It extracts
information on who is working on which files of a project at any given point in
time, and visualizes similarities in these patterns. People that work on the
same files in temporal proximity cluster together, and files that are modified
by the same people cluster together. From all this information code_swarm
generates &lt;a class="reference external" href=http://www.michaelogawa.com/code_swarm/&gt;beautiful animations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Download statistics are not that different from commit statistics. Instead of
“Who is modifying what?” it is simply: “Who is downloading what?” So we gathered
all Apache logs of binary package downloads from our repository over the last
two years. We converted the data so that the corresponding source package,
became the “author” of a commit/download, and encoded the associated IPv4
address (the last 8 bit truncated) together with the target distribution as the
“modified file”. And code_swarm did the rest (try watching in 480p or above):&lt;/p&gt;
&lt;iframe class=youtube-player frameborder=0 height=375 src="http://www.youtube.com/embed/dp42rrkrNBI?hd=1" title="YouTube video player" type=text/html width=640&gt;&lt;/iframe&gt;&lt;p&gt;Few notes on the video: The animation shows some spikes in the download
activity. Most of the big ones are related to new releases of &lt;a class="reference external" href=http://packages.debian.org/sid/fsl&gt;FSL&lt;/a&gt;. FSL is
undoubtedly our most popular package. First and foremost, because it is one of
&lt;em&gt;the&lt;/em&gt; standard tools for brain-imaging research, but also, because upstream
completely relies on NeuroDebian for deploying FSL on the Debian platform.&lt;/p&gt;
&lt;p&gt;It looks like the majority of our downloads comes from countless Ubuntu
machines – maybe laptops and desktops with dynamic IPs. However, there are
also fairly/large deployments of Debian 6.0 (white) and Ubuntu 10.04 (light
blue) with static addresses – probably labs at research institutions. Watch
for the large “stars” towards the end.&lt;/p&gt;
&lt;p&gt;You might have noticed the yellow dots. These are downloads from the &lt;em&gt;data&lt;/em&gt;
suite of the NeuroDebian which we use to improve space-efficiency of our
repository. This suite has packages (sometimes the size of 1GB in compressed
form) that can be installed on any Debian or Ubuntu release and contain only
data of various types and formats. Of course many applications depend on these
packages, hence you can see some dots constantly changing color between yellow
and one of the release colors.&lt;/p&gt;
&lt;p&gt;PS: &lt;a class="reference external" href=http://packages.debian.org/sid/openshot&gt;OpenShot&lt;/a&gt; became an amazing video editor!&lt;/p&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Mon, 20 Jun 2011 20:00:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2011/2011-06-20_package_swarm.html</guid><category>debian</category><category> neuroscience</category><category> download stats</category></item><item><title>Debian booth at SfN2010 in San Diego</title><link>http://neuro.debian.net/blog/2010/2010-11-24_booth_sfn2010.html</link><description>&lt;div class=section id=debian-booth-at-sfn2010-in-san-diego&gt;
&lt;span id=chap-debian-booth-sfn2010&gt;&lt;/span&gt;&lt;h1&gt;Debian booth at SfN2010 in San Diego&lt;/h1&gt;
&lt;img alt=../../_images/SanDiegoConferenceCenter.jpg src=http://neuro.debian.net/_images/SanDiegoConferenceCenter.jpg style="width: 100%;"&gt;
&lt;p&gt;During November 13-17, 2010 the NeuroDebian team ran its first Debian booth at the
annual meeting of the &lt;a class="reference external" href=http://www.sfn.org/&gt;Society for Neuroscience&lt;/a&gt; (&lt;a class="reference external" href=http://www.sfn.org/am2010/&gt;SfN2010&lt;/a&gt;) in San
Diego, USA. We presented the upcoming release Debian 6.0 Squeeze and
demonstrated its utility as a robust and versatile research environment for
neuroscience. Booth visitors had the opportunity to meet with developers
of neuroscience research software, and to get information on available software
and recommendations for deployment strategies in research laboratories.&lt;/p&gt;
&lt;img alt=../../_images/PosterSession.jpg src=http://neuro.debian.net/_images/PosterSession.jpg&gt;
&lt;p&gt;The &lt;a class="reference external" href=http://www.sfn.org/am2010/&gt;annual meeting&lt;/a&gt; of the Society for Neuroscience is one of the largest
neuroscience conferences in the world, with over 30,000 attendees. Researchers,
clinicians, and leading experts discuss the latest findings about the brain,
nervous system, and related disorders.&lt;/p&gt;
&lt;div class=section id=booth-setup&gt;
&lt;h2&gt;Booth setup&lt;/h2&gt;
&lt;p&gt;&lt;a class="reference external" href=http://www.donarmstrong.org&gt;Don Armstrong&lt;/a&gt; kindly provided us with Debian banners to decorate the
booth and some Debian T-shirts to give away. Moreover, we were equipped with
laptops running Debian squeeze and sid, as well as two additional laptops each
running a Debian squeeze virtual machine on top of Mac OS X and Windows,
respectively (CDs with the VM image were also available for visitors to take
home). To demonstrate Debian’s versatility, we had a complete Debian
archive mirror that was used to show the full selection of available software
and the simplicity of installation and upgrade procedures.  The mirror
was provided from an external harddrive by a commodity router box
running the Debian-based &lt;a class="reference external" href=http://www.debwrt.net&gt;DebWrt&lt;/a&gt; distribution.
All machines were connected to our own local wired network to avoid problems
with conference center’s free wireless network (poor at best). Finally, we had
several hundred &lt;a class="reference external" href=http://neuro.debian.net/_files/brochure_debian-neurodebian.pdf&gt;tri-fold flyers&lt;/a&gt; with general Debian facts on one side, and
NeuroDebian facts on the other (&lt;a class="reference external" href="http://git.debian.org/?p=pkg-exppsy/neurodebian.git;a=tree;hb=HEAD;f=artwork/brochure"&gt;sources are available&lt;/a&gt;).&lt;/p&gt;
&lt;div class=figure&gt;
&lt;img alt=../../_images/BoothReady.jpg src=http://neuro.debian.net/_images/BoothReady.jpg&gt;
&lt;p class=caption&gt;Final booth setup with staff (left to right): Michael Hanke, Yaroslav
Halchenko and Swaroop Guntupali.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=section id=booth-visitors&gt;
&lt;h2&gt;Booth visitors&lt;/h2&gt;
&lt;p&gt;The booth was well attended on all days of the conference. Many people were
somewhat surprised, but also pleased to see Debian represented. The visitors
comprised the whole range from long-term Debian users to people who were not
aware of an operating system other than Windows and Mac OS.&lt;/p&gt;
&lt;p&gt;A number of visitors were involved in free software development – at various
levels. We talked to a Debian ftpmaster, a Gentoo developer, various developers
of neuroscience-related software that is already integrated in Debian and many
more whose work still needs to be packaged.  We were visited by representatives of
companies looking for support to get their open-source products into Debian.
The vast majority, however, were scientists looking for a better research
platform for their labs. That included the struggling Phd-student, as well as
lab heads sharing their experience managing a computing infrastructure for
neuroscience research.&lt;/p&gt;
&lt;p&gt;The Debian booth also served as a platform for upstream developers to meet with
Debian users of their software.&lt;/p&gt;
&lt;img alt=../../_images/BusyBooth.jpg src=http://neuro.debian.net/_images/BusyBooth.jpg&gt;
&lt;/div&gt;
&lt;div class=section id=debian-based-systems-are-the-preferred-linux-environment&gt;
&lt;h2&gt;Debian-based systems are the preferred Linux environment&lt;/h2&gt;
&lt;p&gt;The overwhelming majority of visitors running some Linux flavor used a
Debian-based operating system – including &lt;a class="reference external" href=http://www.debian.org&gt;Debian&lt;/a&gt; itself, &lt;a class="reference external" href=http://www.ubuntu.com&gt;Ubuntu&lt;/a&gt; and
sidux/&lt;a class="reference external" href=http://aptosid.com&gt;apttosid&lt;/a&gt;. Especially people using Python for research purposes seem to
prefer the comprehensive support of Python modules in Debian, whereas e.g. &lt;a class="reference external" href=http://www.r-project.org&gt;R&lt;/a&gt;
users are more uniformly distributed across GNU/Linux distributions. This
assessment is, of course, biased by the fact that Debian was the only
distribution that was present at this conference.&lt;/p&gt;
&lt;p&gt;In general, we had the impression that Linux users employ a larger variety of
tools in their research activities, whereas users of proprietary operating
systems tended to limit themselves to a more restricted set, or use an
intermediate computing platform, such as Matlab.&lt;/p&gt;
&lt;div class=figure&gt;
&lt;img alt=../../_images/NeuroDebianPosterSession.jpg src=http://neuro.debian.net/_images/NeuroDebianPosterSession.jpg&gt;
&lt;p class=caption&gt;During the conference’s poster session we explained the Debian system and
community processes to many interested visitors (&lt;a class="reference external" href=http://neuro.debian.net/_files/NeuroDebian_SfN2010.png&gt;download the poster&lt;/a&gt;).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=section id=take-home-messages&gt;
&lt;h2&gt;Take-home messages&lt;/h2&gt;
&lt;p&gt;While there was a large variety of topics that were brought up by visitors there
were some common patterns.&lt;/p&gt;
&lt;p&gt;Visibility&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;&lt;p&gt;For a Debian developer it may be surprising, but many people still do not
know that Debian exists – even despite the fact that Debian is often a
perfect match for their particular requirements. People who got introduced to
Debian at the booth often couldn’t believe what they were hearing or
seeing: so much software, runs on any hardware, all for free.&lt;/p&gt;
&lt;p&gt;We believe it would be very beneficial for Debian to reach out beyond the IT
sector and present itself in all fields of applications that it already
supports today.&lt;/p&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Debian and Ubuntu&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;Apparently it is still a largely unknown fact that Ubuntu is based on Debian.&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Live-CD&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;There was a significant demand for (customized) Live-CDs. On one hand, people
were asking for a way to quickly try out Debian (and we believe that this
doesn’t necessarily have to be a live-cd). On the other hand, for example,
teachers were asking for means to temporarily deploy Debian on, e.g.
university computer pool machines and use Debian-packaged software for
teaching courses (e.g. on brain-imaging data analysis).&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Electrophysiology tools&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;Of all subfields of neuroscience, electrophysiology researchers expressed the
greatest demand for better tools in Debian – or basically at least some
specialized tools at all.  Moreover, many research projects relying
on FOSS solutions in electrophysiology already use Debian-based
systems to accomplish the mission; they just rely on manual (from sources)
deployment of the necessary tools.  We started a &lt;a class="reference external" href=http://blends.alioth.debian.org/science/tasks/electrophysiology&gt;new Debian Science Blend task&lt;/a&gt; to
collect information about existing relevant software and to eventually package it.&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Realtime capabilities&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;Apparently, numerous research groups utilize Debian-based equipment to perform
various flavors of real-time data acquisition and processing. They expressed
their demand for real-time capabilities of (some) Debian kernel images.&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;Cloud-computing&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;Cloud-computing seems to be an increasingly interesting topic for neuroscience
data analysis. We got the impression that there is a tendency to look for
alternatives to Matlab to be able to run analyses in the cloud cheaper (or at
all). We pointed people to ongoing efforts in Debian to enable Debian-based
cloud computing (see e.g. the &lt;a class="reference external" href=http://wiki.debian.org/Cloud&gt;Debian wiki&lt;/a&gt;).&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div class=section id=many-thanks&gt;
&lt;h2&gt;Many Thanks&lt;/h2&gt;
&lt;p&gt;Throughout the conference many people stopped by to express their gratitude to
Debian for developing their operating system of choice. We want to affirm this
and relay it to the larger Debian community. Thanks for Debian.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=section id=acknowledgements&gt;
&lt;h2&gt;Acknowledgements&lt;/h2&gt;
&lt;p&gt;This booth has been made possible by the generous support of Prof. James V.
Haxby (Dartmouth College, New Hampshire, USA) and &lt;a class="reference external" href=http://www.debian.org/donations&gt;other donations to the Debian
project&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><author>team@neuro.debian.net (NeuroDebian team)</author><pubDate>Wed, 24 Nov 2010 14:00:00 -0000</pubDate><guid>http://neuro.debian.net/blog/2010/2010-11-24_booth_sfn2010.html</guid><category>debian</category><category> neuroscience</category><category> conference</category></item></channel></rss>