]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/index.rst
Let people know where to get the news.
[neurodebian.git] / sphinx / index.rst
1 .. _WELCOme:
2
3 *********************************************
4  The Ultimate Neuroscience Software Platform
5 *********************************************
6
7 NeuroDebian provides a large collection of popular neuroscience research
8 software for the Debian_ operating system as well as Ubuntu_ and other
9 derivatives. Popular packages include :ref:`AFNI <binary_pkg_afni>`,
10 :ref:`FSL <binary_pkg_fsl-complete>`, :ref:`PyMVPA <binary_pkg_python-mvpa2>` and
11 :ref:`many others <pkg_tocs>`. While we do strive to maintain a high level of
12 quality, we make no guarantee that a given package works as expected, so use
13 them at your own risk. If you do encounter problems or you just like to say
14 thanks, simply :ref:`send us an email <chap_contacts>`.
15
16 Learn more about NeuroDebian, the goals of this project, and help us |spread|!
17
18   Halchenko, Y. O. & Hanke, M. (2012). `Open is not enough. Let’s take the
19   next step: An integrated, community-driven computing platform for neuroscience
20   <http://www.frontiersin.org/Neuroinformatics/10.3389/fninf.2012.00022/full>`_.
21   *Frontiers in Neuroinformatics*, 6:22.
22
23 .. raw:: html
24
25   <div class="linkmore"><a href="publications.html" name="publications">more publications</a></div>
26   <div class="clearer"></div>
27   <!-- for dynamic quote update via javascript -->
28   <hr />
29   <div id="randomquote" title="Feedback from the community">
30
31 .. quotes::
32    :random: 1
33
34 .. raw:: html
35
36   </div><!-- randomquote -->
37   <div class="linkmore"><a href="testimonials.html">more testimonials</a></div>
38
39 .. _Ubuntu: http://www.ubuntu.com
40
41 .. _repository_howto:
42 .. _chap_installation:
43
44 Get NeuroDebian
45 ===============
46
47 .. include:: reposetup.rst
48
49 .. _news:
50
51 News
52 ====
53
54 .. raw:: html
55
56  <script src="_static/jquery.livetwitter.min.js"></script>
57  <div id="identica_widget"></div>
58  <script type="text/javascript">
59  $("#identica_widget").liveTwitter('neurodebian',
60                                    {service: 'identi.ca',
61                                     mode: 'user_timeline',
62                                     limit: 10,
63                                     rate: 300000});
64  </script>
65  <div class="nojavascriptinstructions">
66  The news widget requires javascript
67  </div>
68
69 The news widget has been disabled temporarily. Please go
70 `here <https://identi.ca/neurodebian>`_ to visit the news feed.
71
72 .. _identi.ca: http://identi.ca/neurodebian
73 .. _twitter: http://twitter.com/NeuroDebian
74
75
76 .. raw:: html
77
78   <hr />
79   <div id="sitemap">
80   <!-- Some anchors to orient users of old-website urls -->
81   <a name="acknowledgements"/>
82   <a name="contacts"/>
83   <a name="the-team"/>
84   <a name="debian-installation"/>
85   <a name="virtual-machine"/>
86   <a name="ways-to-use-neurodebian">&nbsp;</a>
87
88 * **About**
89 * :ref:`The Team <chap_team>`
90 * :ref:`FAQ <faq>`
91 * :ref:`Blog <blog>`
92 * :ref:`chap_popularity`
93 * :ref:`chap_publications`
94 * :ref:`chap_acknowledgements`
95 * :ref:`testimonials`
96 * :ref:`coffeeart`
97
98 .. start a new list
99
100 * **Services**
101 * :ref:`Software <pkg_tocs>`
102 * :ref:`Data <toc_pkgs_for_release_data>`
103 * :ref:`Appliance <chap_vm>`
104 * :ref:`Mirrors <chap_mirrors_stats>`
105
106 .. start a new list
107
108 * **Community**
109 * :ref:`Contacts <chap_contacts>`
110 * :ref:`Mailing lists <chap_mailinglists>`
111 * `OpenHatch <https://openhatch.org/+projects/NeuroDebian>`_
112 * `Identi.ca <http://identi.ca/neurodebian>`_
113 * `Twitter <http://twitter.com/NeuroDebian>`_
114 * `Google+ <https://plus.google.com/104292290917252528951>`_
115 * `YouTube <http://www.youtube.com/neurodebian>`_
116 * `GitHub <https://github.com/neurodebian>`_
117
118 .. start a new list
119
120 * **Related**
121 * `Debian <http://www.debian.org>`_
122 * `Debian Med <http://www.debian.org/devel/debian-med>`_
123 * `INCF <http://software.incf.org/software/neurodebian>`_
124 * `NITRC <http://www.nitrc.org/projects/neurodebian>`_
125
126 .. raw:: html
127
128   </div><div class="clearer"></div>
129   <hr />
130
131
132 .. toctree::
133    :hidden:
134
135    blog/index
136    faq
137    thanks
138    popularity
139    about
140    pkgs
141    spread
142    vm
143    publications
144    coffeeart
145    photoalbum
146    projects
147    testimonials
148    testimonials-topics
149    vm_welcome
150    derivatives
151
152 .. are these supposed to be visible?
153 .. toctree::
154    :hidden:
155
156    machines
157    todo
158
159 .. toctree::
160    :hidden:
161    :glob:
162
163    pkgs/*
164    pkglists/*
165
166 .. probably should be purged altogether
167 .. toctree::
168    :hidden:
169
170    livecd
171    quotes-nihr01
172    quotes-nitrc
173
174 .. include:: link_names.txt
175 .. include:: substitutions.txt
176
177 .. raw:: html
178
179   <script type="text/javascript">
180   $(document).ready(function($) {
181     //setInterval(function(){
182       $.get('testimonials.html', function(data) {
183           var quotes = $("blockquote", data);
184           var idx = Math.floor(quotes.length * Math.random());
185           $('#randomquote').html(quotes[idx]);
186       }); // update callback
187     //}, 60000); // set interval
188   }); // doc ready
189   //$("h1").html("NeuroDebian <span style=\"font-size:14px\">&mdash; the ultimate neuroscience software platform</span>")
190
191   function foldbuttontoggle(foldname) {
192       var foldid = '#' + foldname;
193       var buttonid = foldid + 'button';
194       $(buttonid).on('click', function() {
195         $('#' + foldname).slideToggle();
196         if ($(buttonid).html() == "↓↓↓") {
197           $(buttonid).html("&uarr;&uarr;&uarr;");
198         }
199         else {
200           $(buttonid).html("&darr;&darr;&darr;");
201         }
202       });
203       $(foldid).slideUp();
204       $(buttonid).html("&darr;&darr;&darr;");
205   };
206
207   </script>