]> git.donarmstrong.com Git - neurodebian.git/blob - survey/survey.rst
Merge branch 'master' of alioth:/git/pkg-exppsy/neurodebian
[neurodebian.git] / survey / survey.rst
1
2 Scientific software usage in neuroscience research
3 ==================================================
4
5 This survey should take about five minutes. Immediately after submission you
6 will be presented with some statistics on previous responses. Please try to
7 answer as many questions as you can, but don't worry if you cannot answer all
8 of them. For feedback email team@neuro.debian.net
9
10 .. raw:: html
11
12    <script type="text/javascript" src="../_static/jquery.js"></script> 
13    <script type="text/javascript" src="jquery.form.js"></script> 
14
15    <script type="text/javascript">
16    // prepare the form when the DOM is ready
17    $(document).ready(function() {
18        var options = {
19            beforeSubmit:  displayStatus,
20            success:       showResponse,  // post-submit callback
21            // other available options:
22            url: "/cgi-bin/surveycollector.cgi",
23            type: "post",
24            dataType:  "json",
25            clearForm: false,
26            resetForm: false
27        };
28
29        $('#nss_survey').submit(function() {
30            $(this).ajaxSubmit(options);
31            // !!! Important !!!
32            // always return false to prevent standard browser submit and page navigation
33            return false;
34        }); 
35    }); 
36
37    // pre-submit callback 
38    function displayStatus(formData, jqForm, options) { 
39        $('#server_response').html("<emph>Sending survey data. This may take a few moments...</emph>");
40        return true; 
41    } 
42
43    function showResponse(data, statusText, xhr, $form)  {
44        // reset form if server reports success
45        if (data.success == true) {
46            //$('#nss_survey').resetForm();
47            //$('#submit_button').hide();
48            $('#server_response').html("<p><em>Thanks for participating in this survey.</em></p>" + data.results)
49        } else {
50            $('#server_response').html("");
51            alert(data.message);
52        }
53    }
54    </script>
55    <form id="nss_survey" action="/cgi-bin/surveycollector.cgi" method="post">
56
57
58 Personal background
59 -------------------
60
61 .. raw:: html
62
63    <table>
64    <tr class="oddrow">
65    <td>
66
67 Which country are you working in?
68
69 .. raw:: html
70
71    </td><td class="response">
72
73 .. raw:: html
74    :file: select_country.inc
75
76 .. raw:: html
77
78    </td></tr><tr><td>
79
80 Where are you working?
81
82 .. raw:: html
83
84    </td><td class="response">
85    <select name="bg_employer" size="1">
86    <option value="none" selected="selected" label="Select an option">Select an option</option>
87    <option value="edu_priv" label="Higher education (privately funded)">Higher education (privately funded)</option>
88    <option value="edu_pub" label="Higher education (publicly funded)">Higher education (publicly funded)</option>
89    <option value="research_priv" label="Research institution (privately funded)">Research institution (privately funded)</option>
90    <option value="research_pub" label="Research institution (publicly funded)">Research institution (publicly funded)</option>
91    <option value="company" label="Company">Company</option>
92    </select>
93    </td></tr><tr class="oddrow"><td>
94
95 What is your position?
96
97 .. raw:: html
98
99    </td><td class="response">
100    <select name="bg_position" size="1">
101    <option value="none" selected="selected" label="Select an option">Select an option</option>
102    <option value="undergrad" label="Undergraduate student">Undergraduate student</option>
103    <option value="graduate" label="PhD student">PhD student</option>
104    <option value="postdoc" label="Postdoc">Postdoc</option>
105    <option value="professor" label="Professor/Supervisor">Professor/Supervisor</option>
106    <option value="ra" label="Research assistant">Research assistant</option>
107    <option value="researcher" label="Other researcher">Other researcher</option>
108    <option value="sysadmin" label="System administrator">System administrator</option>
109    </select>
110    </td></tr><tr><td>
111
112 What type of data are you working with? Please check all items that apply.
113
114 .. raw:: html
115
116    </td><td class="response">
117    <table><tr><td>
118    <input type="checkbox" name="bg_datamod" value="behav" />Behavioral<br />
119    <input type="checkbox" name="bg_datamod" value="mri" />MRI/fMRI/DTI<br />
120    <input type="checkbox" name="bg_datamod" value="meeg" />EEG/MEG<br />
121    </td><td>
122    <input type="checkbox" name="bg_datamod" value="pet" />PET/SPECT<br />
123    <input type="checkbox" name="bg_datamod" value="ephys" />Electrophysiology<br />
124    <input type="checkbox" name="bg_datamod" value="spectro" />Microspectroscopy<br />
125    <input type="checkbox" name="bg_datamod" value="other" />
126    <input name="bg_datamod_other" type="text" size="20" maxlength="40">
127    </td></tr></table>
128    </td></tr><tr class="oddrow"><td>
129
130 Are you developing software that is intended to be used by other researchers?
131
132 .. raw:: html
133
134    </td><td class="response">
135    <span><input type="radio" name="bg_developer" value="yes" />Yes</span>
136    <span><input type="radio" name="bg_developer" value="no" checked="checked" />No</span>
137    </td>
138    </tr>
139    </table>
140
141 Personal scientific software environment
142 ----------------------------------------
143
144 Here are a few questions about your personal scientific software environment
145 for research activities like data acquisition, computational modeling, and data
146 analysis. You might be running this on your laptop, desktop, personal
147 workstation or any other machine where **you decide** what software you are
148 using, and you typically also have permission to **install it yourself**.  If
149 you are operating different environments, please describe the one that you find
150 most productive for your research purposes. If you don't have a machine that
151 you administer yourself, instead, please indicate what kind of scientific
152 software environment you would like to be doing your research in.
153
154 .. raw:: html
155
156    <table>
157    <tr class="oddrow">
158    <td>
159
160 What fraction of your research activity time do you spend in this software
161 environment as opposed to any other environment that you migh have access to?
162
163 .. raw:: html
164
165    </td><td class="response">
166    <select name="pers_time" size="1">
167    <option value="none" selected="selected" label="Select an option">Select an option</option>
168    <option value="notime" label="None/I don't have this environment">None/I don't have this environment</option>
169    <option value="little" label="Less then half of the time">Less then half of the time</option>
170    <option value="most" label="More than half of the time">More than half of the time</option>
171    <option value="always" label="All of the time">All of the time</option>
172    </select>
173    </td></tr><tr><td>
174
175 What type of hardware are you using?
176
177 .. raw:: html
178
179    </td><td class="response">
180    <select name="pers_hardware" size="1">
181    <option value="none" selected="selected" label="Select an option">Select an option</option>
182    <option value="laptop" label="Laptop/Portable device">Laptop/Portable device</option>
183    <option value="desktop" label="Commodity desktop">Commodity desktop</option>
184    <option value="workstation" label="High-performance workstation">High-performance workstation</option>
185    <option value="cluster" label="Compute cluster">Compute cluster</option>
186    <option value="grid" label="Grid/Cloud-computing facility">Grid/Cloud-computing facility</option>
187    </select>
188    </td></tr><tr class="oddrow"><td>
189
190 What operating system is this environment running on?
191
192 .. raw:: html
193
194    </td><td class="response">
195    <select name="pers_os" size="1">
196
197 .. raw:: html
198    :file: select_os_options.inc
199
200 .. raw:: html
201
202    </select>
203    </td></tr><tr><td>
204
205 How much time do you spend each month on maintaining this environment?  This
206 includes the time spent on operating system (security) upgrades, as well as
207 installing and updating scientific software.
208
209 .. raw:: html
210
211    </td><td class="response">
212    <input name="pers_maint_time" type="text" size="3" maxlength="3"> hours per month
213    </td>
214    </tr>
215    </table>
216
217 ---------------------------------------------------------------
218
219 Please indicate how much you agree to the following statements.
220
221 .. raw:: html
222
223    <table>
224    <tr><th colspan="2" style="text-align:left;font-weight:normal">
225
226 *I prefer this particular scientific software environment because ...*
227
228 .. raw:: html
229
230    </th></tr><tr class="oddrow">
231    <td class="task">
232
233 ... the developers of an important research software recommend it
234
235 .. raw:: html
236
237    </td><td class="response">
238    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r1" value="3" /></div>
239    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r1" value="2" /></div>
240    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r1" value="1" /></div>
241    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r1" value="0" /></div>
242    </td></tr><tr><td class="task">
243
244
245 ... of the variety of available research software for this environment
246
247 .. raw:: html
248
249    </td><td class="response">
250    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r2" value="3" /></div>
251    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r2" value="2" /></div>
252    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r2" value="1" /></div>
253    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r2" value="0" /></div>
254    </td></tr><tr class="oddrow"><td class="task">
255
256
257 ... of the availibility of commercial support
258
259 .. raw:: html
260
261    </td><td class="response">
262    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r3" value="3" /></div>
263    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r3" value="2" /></div>
264    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r3" value="1" /></div>
265    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r3" value="0" /></div>
266    </td></tr><tr><td class="task">
267
268
269 ... many of my colleagues use something similar
270
271 .. raw:: html
272
273    </td><td class="response">
274    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r4" value="3" /></div>
275    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r4" value="2" /></div>
276    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r4" value="1" /></div>
277    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r4" value="0" /></div>
278    </td></tr><tr class="oddrow"><td class="task">
279
280
281 ... it is popular and I can get solutions for problems from web forums and mailing lists
282
283 .. raw:: html
284
285    </td><td class="response">
286    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r5" value="3" /></div>
287    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r5" value="2" /></div>
288    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r5" value="1" /></div>
289    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r5" value="0" /></div>
290    </td></tr><tr><td class="task">
291
292
293 ... I rely on a particular application that only runs in this environment
294
295 .. raw:: html
296
297    </td><td class="response">
298    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r6" value="3" /></div>
299    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r6" value="2" /></div>
300    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r6" value="1" /></div>
301    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r6" value="0" /></div>
302    </td></tr><tr class="oddrow"><td class="task">
303
304
305 ... it has adequate support for all required hardware
306
307 .. raw:: html
308
309    </td><td class="response">
310    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r7" value="3" /></div>
311    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r7" value="2" /></div>
312    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r7" value="1" /></div>
313    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r7" value="0" /></div>
314    </td></tr><tr><td class="task">
315
316
317 ... I have the necessary technical skills to maintain this environment myself
318
319 .. raw:: html
320
321    </td><td class="response">
322    <div class="rating">Definitely agree<br /><input type="radio" name="pers_r8" value="3" /></div>
323    <div class="rating">Mostly agree<br /><input type="radio" name="pers_r8" value="2" /></div>
324    <div class="rating">Mostly disagree<br /><input type="radio" name="pers_r8" value="1" /></div>
325    <div class="rating">Definitely disagree<br /><input type="radio" name="pers_r8" value="0" /></div>
326    </td>
327    </tr>
328    </table>
329
330
331 Managed scientific software environment
332 ---------------------------------------
333
334 The following questions are about a managed environment of scientific software
335 that is provided to you to carry out computing and data analysis. Such an
336 environment is typically managed by **dedicated IT staff**, and **you don't
337 have permissions to install arbitrary software**. This environment may be
338 shared by many researchers in a lab, a whole research institution, or even be
339 publicly accessible. If you have access to multiple environments of this kind,
340 please describe the one that offers most support for your particular research
341 purposes.
342
343
344 .. raw:: html
345
346    <table class="questionaire">
347    <tr class="oddrow">
348    <td>
349
350 What fraction of time do you spend in this environment during your research
351 activities?
352
353 .. raw:: html
354
355    </td><td class="response">
356    <select name="man_time" size="1">
357    <option value="none" selected="selected" label="Select an option">Select an option</option>
358    <option value="notime" label="None/I don't use this">None/I don't use this</option>
359    <option value="little" label="Less then half of the time">Less then half of the time</option>
360    <option value="most" label="More than half of the time">More than half of the time</option>
361    <option value="always" label="All of the time">All of the time</option>
362    </select>
363    </td></tr><tr><td>
364
365 What type of hardware is this software environment running on?
366
367 .. raw:: html
368
369    </td><td class="response">
370    <select name="man_hardware" size="1">
371    <option value="none" selected="selected" label="Select an option">Select an option</option>
372    <option value="laptop" label="Laptop/Portable device">Laptop/Portable device</option>
373    <option value="desktop" label="Commodity desktop">Commodity desktop</option>
374    <option value="workstation" label="High-performance workstation">High-performance workstation</option>
375    <option value="cluster" label="Compute cluster">Compute cluster</option>
376    <option value="grid" label="Grid/Cloud-computing facility">Grid/Cloud-computing facility</option>
377    </select>
378    </td></tr><tr class="oddrow"><td>
379
380
381 What operating system is this environment running on?
382
383 .. raw:: html
384
385    </td><td class="response">
386    <select name="man_os" size="1">
387
388 .. raw:: html
389    :file: select_os_options.inc
390
391 .. raw:: html
392
393    </select>
394    </td>
395    </tr>
396    </table>
397
398 ---------------------------------------------------------------
399
400 How much do you agree to the following statements?
401
402 .. raw:: html
403
404    <table>
405    <tr class="oddrow">
406    <td class="task">
407
408 This environment provides me with the best available tools for my research
409
410 .. raw:: html
411
412    </td><td class="response">
413    <div class="rating">Definitely agree<br /><input type="radio" name="man_r1" value="3" /></div>
414    <div class="rating">Mostly agree<br /><input type="radio" name="man_r1" value="2" /></div>
415    <div class="rating">Mostly disagree<br /><input type="radio" name="man_r1" value="1" /></div>
416    <div class="rating">Definitely disagree<br /><input type="radio" name="man_r1" value="0" /></div>
417    </td></tr><tr><td class="task">
418
419 The support staff solves all my technical problems and addresses my demands in
420 a timely fashion
421
422 .. raw:: html
423
424    </td><td class="response">
425    <div class="rating">Definitely agree<br /><input type="radio" name="man_r2" value="3" /></div>
426    <div class="rating">Mostly agree<br /><input type="radio" name="man_r2" value="2" /></div>
427    <div class="rating">Mostly disagree<br /><input type="radio" name="man_r2" value="1" /></div>
428    <div class="rating">Definitely disagree<br /><input type="radio" name="man_r2" value="0" /></div>
429    </td></tr><tr class="oddrow"><td class="task">
430
431 There are always enough licenses for essential commerical software tools
432
433 .. raw:: html
434
435    </td><td class="response">
436    <div class="rating">Definitely agree<br /><input type="radio" name="man_r3" value="3" /></div>
437    <div class="rating">Mostly agree<br /><input type="radio" name="man_r3" value="2" /></div>
438    <div class="rating">Mostly disagree<br /><input type="radio" name="man_r3" value="1" /></div>
439    <div class="rating">Definitely disagree<br /><input type="radio" name="man_r3" value="0" /></div>
440    </td></tr><tr><td class="task">
441
442 I need to deploy additional software to be able to perform my research in this environment
443
444 .. raw:: html
445
446    </td><td class="response">
447    <div class="rating">Definitely agree<br /><input type="radio" name="man_r4" value="3" /></div>
448    <div class="rating">Mostly agree<br /><input type="radio" name="man_r4" value="2" /></div>
449    <div class="rating">Mostly disagree<br /><input type="radio" name="man_r4" value="1" /></div>
450    <div class="rating">Definitely disagree<br /><input type="radio" name="man_r4" value="0" /></div>
451    </td></tr><tr class="oddrow"><td class="task">
452
453
454 Using this managed environment is more cost effective than operating a suitable
455 environment myself
456
457 .. raw:: html
458
459    </td><td class="response">
460    <div class="rating">Definitely agree<br /><input type="radio" name="man_r5" value="3" /></div>
461    <div class="rating">Mostly agree<br /><input type="radio" name="man_r5" value="2" /></div>
462    <div class="rating">Mostly disagree<br /><input type="radio" name="man_r5" value="1" /></div>
463    <div class="rating">Definitely disagree<br /><input type="radio" name="man_r5" value="0" /></div>
464    </td></tr><tr><td class="task">
465
466 .. raw:: html
467
468    </td>
469    </tr>
470    </table>
471
472 Virtualization
473 --------------
474
475 The following questions are about your usage of systems for hardware
476 virtualization in your research -- so-called **virtual machines**.
477 Virtualization is a technology that allows running more than one operating
478 systems on one machine at the same time.
479
480 .. raw:: html
481
482    <table>
483    <tr class="oddrow">
484    <td class="task">
485
486 How often do you use virtual machines for your research purposes?
487
488 .. raw:: html
489
490    </td><td class="response">
491    <select name="virt_time" size="1">
492    <option value="none" selected="selected" label="Select an option">Select an option</option>
493    <option value="never" label="Never">Never</option>
494    <option value="occasionally" label="Occasionally">Occasionally</option>
495    <option value="often" label="Often">Often</option>
496    <option value="always" label="Exclusively">Exclusively</option>
497    </select><div style="font-size:60%">(skip the remaining questions of this section if "never")</div>
498    </td></tr><tr><td class="task">
499
500 Which products for virtualization are you using?
501
502 .. raw:: html
503
504    </td><td class="response">
505    <table><tr><td>
506    <input type="checkbox" name="virt_prod" value="vmware" />VMWare<br />
507    <input type="checkbox" name="virt_prod" value="virtualbox" />VirtualBox<br />
508    <input type="checkbox" name="virt_prod" value="parallels" />Parallels<br />
509    <input type="checkbox" name="virt_prod" value="qemu" />QEMU<br />
510    </td><td>
511    <input type="checkbox" name="virt_prod" value="virtualpc" />Virtual PC<br />
512    <input type="checkbox" name="virt_prod" value="xen" />Xen<br />
513    <input type="checkbox" name="virt_prod" value="kvm" />KVM<br />
514    <input type="checkbox" name="virt_prod" value="other" />
515    <input name="virt_other" type="text" size="20" maxlength="40">
516    </td></tr></table>
517    </td></tr><tr class="oddrow"><td>
518
519 What **guest operating system** is running inside virtual machine?
520
521 .. raw:: html
522
523    </td><td class="response">
524    <select name="virt_guest_os" size="1">
525
526 .. raw:: html
527    :file: select_os_options.inc
528
529 .. raw:: html
530
531    </select>
532    </td></tr><tr><td>
533
534 What **host operating system** are the virtual machines running on?
535
536 .. raw:: html
537
538    </td><td class="response">
539    <select name="virt_host_os" size="1">
540
541 .. raw:: html
542    :file: select_os_options.inc
543
544 .. raw:: html
545
546    </select>
547    </td></tr></table>
548
549 ---------------------------------------------------------------
550
551 What are your reasons for employing virtualization in you research?
552 Please indicate how much you agree to the following statements
553
554 .. raw:: html
555
556    <table>
557    <tr class="oddrow"><td class="task">
558
559 I can run software that is otherwise incompatible with my system
560
561 .. raw:: html
562
563    </td><td class="response">
564    <div class="rating">Definitely agree<br /><input type="radio" name="virt_r1" value="3" /></div>
565    <div class="rating">Mostly agree<br /><input type="radio" name="virt_r1" value="2" /></div>
566    <div class="rating">Mostly disagree<br /><input type="radio" name="virt_r1" value="1" /></div>
567    <div class="rating">Definitely disagree<br /><input type="radio" name="virt_r1" value="0" /></div>
568    </td></tr><tr><td class="task">
569
570 I have the ability to easily create a snapshot of my whole analysis environment
571
572 .. raw:: html
573
574    </td><td class="response">
575    <div class="rating">Definitely agree<br /><input type="radio" name="virt_r2" value="3" /></div>
576    <div class="rating">Mostly agree<br /><input type="radio" name="virt_r2" value="2" /></div>
577    <div class="rating">Mostly disagree<br /><input type="radio" name="virt_r2" value="1" /></div>
578    <div class="rating">Definitely disagree<br /><input type="radio" name="virt_r2" value="0" /></div>
579    </td></tr><tr class="oddrow"><td class="task">
580
581
582 I can take my complete analysis environment with me and run it on different
583 machines
584
585 .. raw:: html
586
587    </td><td class="response">
588    <div class="rating">Definitely agree<br /><input type="radio" name="virt_r3" value="3" /></div>
589    <div class="rating">Mostly agree<br /><input type="radio" name="virt_r3" value="2" /></div>
590    <div class="rating">Mostly disagree<br /><input type="radio" name="virt_r3" value="1" /></div>
591    <div class="rating">Definitely disagree<br /><input type="radio" name="virt_r3" value="0" /></div>
592    </td></tr><tr><td class="task">
593
594 The performance of a virtual machine is sufficient for routine application in my
595 research
596
597 .. raw:: html
598
599    </td><td class="response">
600    <div class="rating">Definitely agree<br /><input type="radio" name="virt_r4" value="3" /></div>
601    <div class="rating">Mostly agree<br /><input type="radio" name="virt_r4" value="2" /></div>
602    <div class="rating">Mostly disagree<br /><input type="radio" name="virt_r4" value="1" /></div>
603    <div class="rating">Definitely disagree<br /><input type="radio" name="virt_r4" value="0" /></div>
604    </td>
605    </tr>
606    </table>
607
608
609 Resources for scientific software
610 ---------------------------------
611
612 Where do you obtain scientific software that you employ in your research? Please
613 check all items that apply
614
615 .. raw:: html
616
617    <table class="questionaire">
618    <tr class="oddrow">
619    <td class="response"><input type="checkbox" name="software_resource" value="vendor" /></td><td>
620
621 Directly from vendor or project website
622
623 .. raw:: html
624
625    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="retailer" /></td><td>
626
627 Retailer
628
629 .. raw:: html
630
631    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="os" /></td><td>
632
633 Comes with the operating system
634
635 .. raw:: html
636
637    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="cpan" /></td><td>
638
639 `Comprehensive Perl Archive Network (CPAN) <http://www.cpan.org>`_
640
641 .. raw:: html
642
643    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="cran" /></td><td>
644
645 `Comprehensive R Archive Network (CRAN) <http://cran.r-project.org>`_
646
647 .. raw:: html
648
649    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="epel" /></td><td>
650
651 `Extra Packages for Enterprise Linux (EPEL) <http://fedoraproject.org/wiki/EPEL>`_
652
653 .. raw:: html
654
655    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="fink" /></td><td>
656
657 `Fink <http://www.finkproject.org>`_
658
659 .. raw:: html
660
661    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="freebsdports" /></td><td>
662
663 `FreeBSD ports <http://www.freebsd.org/ports/science.html>`_
664
665 .. raw:: html
666
667    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="incf" /></td><td>
668
669 `International neuroinformatics Coordinating Facility (INCF) Research Tools <http://www.incf.org/resources/research-tools>`_
670
671 .. raw:: html
672
673    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value=macports"" /></td><td>
674
675 `Macports <http://www.macports.org>`_
676
677 .. raw:: html
678
679    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="matlabcentral" /></td><td>
680
681 `Matlab Central <http://www.mathworks.com/matlabcentral>`_
682
683 .. raw:: html
684
685    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="neurodebian" /></td><td>
686
687 `NeuroDebian <http://neuro.debian.net>`_
688
689 .. raw:: html
690
691    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="nitrc" /></td><td>
692
693 `Neuroimaging Informatics Tools and Resources Clearinghouse (NITRC) <http://www.nitrc.org>`_
694
695 .. raw:: html
696
697    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="pypi" /></td><td>
698
699 `Python Package Index (PyPi) <http://pypi.python.org>`_
700
701 .. raw:: html
702
703    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="pythonbundles" /></td><td>
704
705 Python bundles: `Enthought Python <http://www.enthought.com/products/index.php>`_, `Python(x,y) <http://www.pythonxy.com/>`_
706
707 .. raw:: html
708
709    </td></tr><tr><td class="response"><input type="checkbox" name="software_resource" value="sourceforge" /></td><td>
710
711 `Sourceforge <http://www.sourceforge.net>`_
712
713 .. raw:: html
714
715    </td></tr><tr class="oddrow"><td class="response"><input type="checkbox" name="software_resource" value="other" /></td><td>
716    <input name="software_resource_other" type="text" size="40" maxlength="200">
717    </td></tr></table>
718
719 Software selection
720 ------------------
721
722 Please select all software that you are using in your research.
723
724 Generic computing/scripting/programming environments
725 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
726
727 .. raw:: html
728
729    <table class="questionaire"><tr>
730    <td class="response"><input type="checkbox" name="sw_general" value="cpp" />C/C++</td>
731    <td class="response"><input type="checkbox" name="sw_general" value="idl" />IDL</td>
732    <td class="response"><input type="checkbox" name="sw_general" value="labview" />LabVIEW</td>
733    <td class="response"><input type="checkbox" name="sw_general" value="lisrel" />LISREL</td>
734    <td class="response"><input type="checkbox" name="sw_general" value="maple" />Maple</td>
735    <td class="response"><input type="checkbox" name="sw_general" value="mathcad" />Mathcad</td>
736    </tr><tr class="oddrow">
737    <td class="response"><input type="checkbox" name="sw_general" value="mathematica" />Mathematica</td>
738    <td class="response"><input type="checkbox" name="sw_general" value="matlab" />Matlab</td>
739    <td class="response"><input type="checkbox" name="sw_general" value="octave" />Octave</td>
740    <td class="response"><input type="checkbox" name="sw_general" value="perl" />Perl</td>
741    <td class="response"><input type="checkbox" name="sw_general" value="python" />Python</td>
742    <td class="response"><input type="checkbox" name="sw_general" value="r" />R</td>
743    </tr><tr>
744    <td class="response"><input type="checkbox" name="sw_general" value="ruby" />Ruby</td>
745    <td class="response"><input type="checkbox" name="sw_general" value="scilab" />Scilab</td>
746    <td class="response"><input type="checkbox" name="sw_general" value="spss" />SPSS</td>
747    <td class="response"><input type="checkbox" name="sw_general" value="scirun" />SCIRun</td>
748    <td class="response"><input type="checkbox" name="sw_general" value="shell" />Shell scripting</td>
749    </tr></table>
750
751 Distributed computing - frameworks and controllers
752 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
753
754 .. raw:: html
755
756    <table class="questionaire"><tr>
757    <td class="response"><input type="checkbox" name="sw_dc" value="sge" />SGE</td>
758    <td class="response"><input type="checkbox" name="sw_dc" value="torque" />Torque/OpenPBS/Maui</td>
759    <td class="response"><input type="checkbox" name="sw_dc" value="condor" />Condor</td>
760    <td class="response"><input type="checkbox" name="sw_dc" value="globus" />Globus</td>
761    <td class="response"><input type="checkbox" name="sw_dc" value="mpi" />MPI (any)</td>
762    <td class="response"><input type="checkbox" name="sw_dc" value="ipython" />IPython</td>
763    </tr></table>
764
765 Imaging
766 ~~~~~~~
767
768 .. raw:: html
769
770    <table class="questionaire"><tr>
771    <td class="response"><input type="checkbox" name="sw_img" value="3dslicer" />3D Slicer</td>
772    <td class="response"><input type="checkbox" name="sw_img" value="afni" />AFNI</td>
773    <td class="response"><input type="checkbox" name="sw_img" value="aeskulap" />Aeskulap</td>
774    <td class="response"><input type="checkbox" name="sw_img" value="amide" />Amide</td>
775    </tr><tr class="oddrow">
776    <td class="response"><input type="checkbox" name="sw_img" value="birn" />BIRN Tools</td>
777    <td class="response"><input type="checkbox" name="sw_img" value="brainstools" />BRAINS Tools</td>
778    <td class="response"><input type="checkbox" name="sw_img" value="bioimgsuite" />Bioimage Suite</td>
779    <td class="response"><input type="checkbox" name="sw_img" value="brainmap" />BrainMap</td>
780    </tr><tr>
781    <td class="response"><input type="checkbox" name="sw_img" value="brainvisa" />BrainVISA/Anatomist</td>
782    <td class="response"><input type="checkbox" name="sw_img" value="brainvoyager" />BrainVoyager</td>
783    <td class="response"><input type="checkbox" name="sw_img" value="cmtk" />CMTK</td>
784    <td class="response"><input type="checkbox" name="sw_img" value="caret" />Caret</td>
785    </tr><tr class="oddrow">
786    <td class="response"><input type="checkbox" name="sw_img" value="connectomviewer" />ConnectomeViewer</td>
787    <td class="response"><input type="checkbox" name="sw_img" value="dsi" />DSI Studio</td>
788    <td class="response"><input type="checkbox" name="sw_img" value="dtitk" />DTI-TK</td>
789    <td class="response"><input type="checkbox" name="sw_img" value="trackvis" />Diffusion Toolkit/Trackvis</td>
790    </tr><tr>
791    <td class="response"><input type="checkbox" name="sw_img" value="fsl" />FSL</td>
792    <td class="response"><input type="checkbox" name="sw_img" value="fiji" />Fiji</td>
793    <td class="response"><input type="checkbox" name="sw_img" value="freesurfer" />FreeSurfer</td>
794    <td class="response"><input type="checkbox" name="sw_img" value="itksnap" />ITK-SNAP</td>
795    </tr><tr class="oddrow">
796    <td class="response"><input type="checkbox" name="sw_img" value="imagej" />ImageJ</td>
797    <td class="response"><input type="checkbox" name="sw_img" value="invesalius" />Invesalius</td>
798    <td class="response"><input type="checkbox" name="sw_img" value="loni" />LONI</td>
799    <td class="response"><input type="checkbox" name="sw_img" value="lipsia" />Lipsia</td>
800    </tr><tr>
801    <td class="response"><input type="checkbox" name="sw_img" value="mango" />Mango</td>
802    <td class="response"><input type="checkbox" name="sw_img" value="mipav" />MIPAV/JIST</td>
803    <td class="response"><input type="checkbox" name="sw_img" value="mni" />MNI tools</td>
804    <td class="response"><input type="checkbox" name="sw_img" value="mricron" />MRIcron</td>
805    </tr><tr class="oddrow">
806    <td class="response"><input type="checkbox" name="sw_img" value="mrtrix" />MRtrix</td>
807    <td class="response"><input type="checkbox" name="sw_img" value="mvpa" />Matlab MVPA toolbox</td>
808    <td class="response"><input type="checkbox" name="sw_img" value="nibabel" />NiBabel/PyNIfTI</td>
809    <td class="response"><input type="checkbox" name="sw_img" value="nipy" />NiPy/NiTime/DiPy/NiPype</td>
810    </tr><tr>
811    <td class="response"><input type="checkbox" name="sw_img" value="pymvpa" />PyMVPA</td>
812    <td class="response"><input type="checkbox" name="sw_img" value="rest" />REST</td>
813    <td class="response"><input type="checkbox" name="sw_img" value="spm" />SPM</td>
814    <td class="response"><input type="checkbox" name="sw_img" value="v3d" />V3D</td>
815    </tr><tr class="oddrow">
816    <td class="response"><input type="checkbox" name="sw_img" value="voxbo" />VoxBo</td>
817    </tr></table>
818
819 Data management
820 ~~~~~~~~~~~~~~~
821
822 .. raw:: html
823
824    <table class="questionaire"><tr>
825    <td class="response"><input type="checkbox" name="sw_datamanage" value="xnat" />XNAT/PyXNAT/...</td>
826    <td class="response"><input type="checkbox" name="sw_datamanage" value="hid" />Human Imaging Database (HID)</td>
827    </tr></table>
828
829 Neural systems modeling
830 ~~~~~~~~~~~~~~~~~~~~~~~
831
832 .. raw:: html
833
834    <table class="questionaire"><tr>
835    <td class="response"><input type="checkbox" name="sw_neusys" value="brian" />Brian</td>
836    <td class="response"><input type="checkbox" name="sw_neusys" value="iqr" />iqr</td>
837    <td class="response"><input type="checkbox" name="sw_neusys" value="iNVT" />iNVT</td>
838    <td class="response"><input type="checkbox" name="sw_neusys" value="neuron" />NEURON</td>
839    <td class="response"><input type="checkbox" name="sw_neusys" value="nest" />NEST</td>
840    <td class="response"><input type="checkbox" name="sw_neusys" value="genesis" />Genesis</td>
841    <td class="response"><input type="checkbox" name="sw_neusys" value="moose" />Moose</td>
842    <td class="response"><input type="checkbox" name="sw_neusys" value="pcsim" />PCSIM</td>
843    <td class="response"><input type="checkbox" name="sw_neusys" value="pynn" />PyNN</td>
844    <td class="response"><input type="checkbox" name="sw_neusys" value="topographica" />Topographica</td>
845    </tr></table>
846
847 Electrophysiology, MEG/EEG
848 ~~~~~~~~~~~~~~~~~~~~~~~~~~
849
850 .. raw:: html
851
852    <table class="questionaire"><tr>
853    <td class="response"><input type="checkbox" name="sw_electro" value="besa" />BESA</td>
854    <td class="response"><input type="checkbox" name="sw_electro" value="biosig" />BioSig</td>
855    <td class="response"><input type="checkbox" name="sw_electro" value="brainstorm" />BrainStorm</td>
856    <td class="response"><input type="checkbox" name="sw_electro" value="chronus" />Chronus</td>
857    <td class="response"><input type="checkbox" name="sw_electro" value="eeglab" />EEGLAB</td>
858    <td class="response"><input type="checkbox" name="sw_electro" value="elekta" />Elekta Neuromag</td>
859    </tr><tr class="oddrow">
860    <td class="response"><input type="checkbox" name="sw_electro" value="fieldtrip" />Fieldtrip</td>
861    <td class="response"><input type="checkbox" name="sw_electro" value="klustakwik" />KlustaKwik</td>
862    <td class="response"><input type="checkbox" name="sw_electro" value="loreta" />LORETA/sLORETA</td>
863    <td class="response"><input type="checkbox" name="sw_electro" value="mne" />MNE suite</td>
864    <td class="response"><input type="checkbox" name="sw_electro" value="neuroexplorer" />NeuroExplorer</td>
865    <td class="response"><input type="checkbox" name="sw_electro" value="openmeeg" />OpenMEEG</td>
866    </tr><tr>
867    <td class="response"><input type="checkbox" name="sw_electro" value="openelectrophy" />Openelectrophy</td>
868    <td class="response"><input type="checkbox" name="sw_electro" value="rtxi" />RTXI</td>
869    <td class="response"><input type="checkbox" name="sw_electro" value="relacs" />Relacs</td>
870    <td class="response"><input type="checkbox" name="sw_electro" value="trellis" />?Trellis-neuro</td>
871    </tr></table>
872
873 Brain-computer interface
874 ~~~~~~~~~~~~~~~~~~~~~~~~
875
876 .. raw:: html
877
878    <table class="questionaire"><tr>
879    <td class="response"><input type="checkbox" name="sw_bci" value="bci2000" />BCI2000</td>
880    <td class="response"><input type="checkbox" name="sw_bci" value="openvibe" />OpenVIBE</td>
881    <td class="response"><input type="checkbox" name="sw_bci" value="pyff" />Pyff</td>
882    </tr></table>
883
884 Hardware interface/Data acquisition
885 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
886
887 .. raw:: html
888
889    <table class="questionaire"><tr>
890    <td class="response"><input type="checkbox" name="sw_acq" value="comedi" />Comedi</td>
891    <td class="response"><input type="checkbox" name="sw_acq" value="epics" />EPICS</td>
892    <td class="response"><input type="checkbox" name="sw_acq" value="mx" />MX</td>
893    </tr></table>
894
895 Real-time solutions
896 ~~~~~~~~~~~~~~~~~~~
897
898 .. raw:: html
899
900    <table class="questionaire"><tr>
901    <td class="response"><input type="checkbox" name="sw_rt" value="rtai" />RTAI</td>
902    <td class="response"><input type="checkbox" name="sw_rt" value="xenomai" />Xenomai</td>
903    <td class="response"><input type="checkbox" name="sw_rt" value="rtlinux" />RTLinux</td>
904    <td class="response"><input type="checkbox" name="sw_rt" value="preempt_rt" />PREEMPT_RT</td>
905    </tr></table>
906
907 Psychophysics/Experiment control
908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
909
910 .. raw:: html
911
912    <table class="questionaire"><tr>
913    <td class="response"><input type="checkbox" name="sw_psychphys" value="dmdx" />DMDX</td>
914    <td class="response"><input type="checkbox" name="sw_psychphys" value="eprime" />E-Prime</td>
915    <td class="response"><input type="checkbox" name="sw_psychphys" value="presentation" />Presentation</td>
916    <td class="response"><input type="checkbox" name="sw_psychphys" value="psychopy" />PsychoPy</td>
917    <td class="response"><input type="checkbox" name="sw_psychphys" value="pyepl" />PyEPL</td>
918    <td class="response"><input type="checkbox" name="sw_psychphys" value="psychtoolbox" />Psychtoolbox</td>
919    </tr><tr class="oddrow">
920    <td class="response"><input type="checkbox" name="sw_psychphys" value="psytoolkit" />Psytoolkit</td>
921    <td class="response"><input type="checkbox" name="sw_psychphys" value="opensesame" />OpenSesame</td>
922    <td class="response"><input type="checkbox" name="sw_psychphys" value="visionegg" />VisionEgg</td>
923    <td class="response"><input type="checkbox" name="sw_psychphys" value="tscope" />Tscope</td>
924    </tr></table>
925
926 Other
927 ~~~~~
928
929 .. raw:: html
930
931    <table class="questionaire"><tr>
932    <td class="response"><input type="checkbox" name="sw_other" value="other" />
933    <input name="sw_other_name" type="text" size="40" maxlength="200"> <span style="font-size:70%">(comma-separated list)</span></td>
934    </tr></table>
935
936 ---------------------------------------------------------------
937
938 .. raw:: html
939
940    <input id="submit_button" value="Submit survey" type="submit">
941    <div id="server_response"></div>
942    </form>
943
944
945