]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Bugfixes...
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 18 May 2011 12:43:13 +0000 (08:43 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 18 May 2011 12:46:23 +0000 (08:46 -0400)
survey/makestats
survey/results.rst
survey/survey.rst

index 68f605d0bcd2ac9fa70d0a7ed7504ee7e273be1b..0a790547e88d94848a117e5f6ee179bda7f81abf 100755 (executable)
@@ -57,7 +57,7 @@ sw_categories = {
         'bci': 'Brain-computer interface',
         'acq': 'Hardware interface/Data acquisition',
         'rt': 'Real-time solutions',
-        'psychophys': 'Psychophysics/Experiment control'
+        'psychphys': 'Psychophysics/Experiment control'
         }
 
 # some meaningful groups of OSes
@@ -407,11 +407,11 @@ def main(srcdir, destdir):
 
     mkpic_submissions_per_key(
         db, destdir, 'virt_prod', sortby='count',
-        title='Virtualization product popularity\n(multiple choices per submission possible)')
+        title='Virtualization product popularity')
 
     mkpic_submissions_per_key(
         db, destdir, 'bg_datamod', sortby='count',
-        title='Submissions per data modality\n(multiple choices per submission possible)')
+        title='Submissions per data modality')
 
     mkpic_submissions_per_key(
         db, destdir, 'bg_position', title='Submissions per position', sortby='count')
index cabaa6be39e47e0f93edecdec6f849e0d9dbc76c..34966c9e1271666c95258c0d82266461f9f658bf 100644 (file)
@@ -47,5 +47,5 @@ Software popularity
 .. figure:: figures/submissions_per_sw_bci.png
 .. figure:: figures/submissions_per_sw_acq.png
 .. figure:: figures/submissions_per_sw_rt.png
-.. figure:: figures/submissions_per_sw_psychophys.png
+.. figure:: figures/submissions_per_sw_psychphys.png
 
index 4b4f61f6efbd2fe8bda05a6153beb2ec1ccec5f5..fe30fadf274c0dbdd5b71b2b870e9a6b35be0f6c 100644 (file)
@@ -117,6 +117,7 @@ What type of data are you working with? Please check all items that apply.
    </td><td class="response">
    <table><tr><td>
    <input type="checkbox" name="bg_datamod" value="behav" />Behavioral<br />
+   <input type="checkbox" name="bg_datamod" value="genetic" />Genetic<br />
    <input type="checkbox" name="bg_datamod" value="mri" />MRI/fMRI/DTI<br />
    <input type="checkbox" name="bg_datamod" value="meeg" />EEG/MEG<br />
    <input type="checkbox" name="bg_datamod" value="pet" />PET/SPECT<br />