From 2db0453e5c3508367bf56eecaeb7758d11e49272 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 18 May 2011 08:43:13 -0400 Subject: [PATCH] Bugfixes... --- survey/makestats | 6 +++--- survey/results.rst | 2 +- survey/survey.rst | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/survey/makestats b/survey/makestats index 68f605d..0a79054 100755 --- a/survey/makestats +++ b/survey/makestats @@ -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') diff --git a/survey/results.rst b/survey/results.rst index cabaa6b..34966c9 100644 --- a/survey/results.rst +++ b/survey/results.rst @@ -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 diff --git a/survey/survey.rst b/survey/survey.rst index 4b4f61f..fe30fad 100644 --- a/survey/survey.rst +++ b/survey/survey.rst @@ -117,6 +117,7 @@ What type of data are you working with? Please check all items that apply.
Behavioral
+ Genetic
MRI/fMRI/DTI
EEG/MEG
PET/SPECT
-- 2.39.5