From 818dab2775626aa01b2ee182a4460548d48f2a36 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 18 May 2011 06:37:45 -0400 Subject: [PATCH] Various fixes and additions based on current submissions. --- survey/makestats | 8 ++++---- survey/survey.rst | 24 ++++++++++++++---------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/survey/makestats b/survey/makestats index 9890674..af91aa1 100755 --- a/survey/makestats +++ b/survey/makestats @@ -44,7 +44,7 @@ resource_categories = { 'pypi': 'PyPi', 'pythonbundles': 'Python bundles', 'sourceforge': 'Sourceforge', - 'other': 'Other resource' + 'otherres': 'Other resource' } # software categories sw_categories = { @@ -213,7 +213,7 @@ def mkpic_os_per_env(db, destdir): pl.barh(x, stat, left=bottoms, color=os_colors[i], label=db.get_nice_name(os), height=0.8) bottoms += stat - pl.legend(loc='lower left') + pl.legend(loc='center left') pl.yticks(x + 0.4, env_names[::-1]) pl.ylim(-0.25, len(envs)) pl.title("Operating system preference by environment") @@ -293,7 +293,7 @@ def mkpic_software(db, destdir): mkpic_submissions_per_key( db, destdir, 'sw_%s' % typ, title="Software popularity: %s" % db.get_nice_name(typ), - sortby='name') + sortby='count') def mkpic_rating_by_os(db, env, items, destdir, title): pl.figure(figsize=(6.4, 4.8)) @@ -405,7 +405,7 @@ def main(srcdir, destdir): os.makedirs(destdir) mkpic_submissions_per_key( - db, destdir, 'virt_prod', sortby='name', + db, destdir, 'virt_prod', sortby='count', title='Virtualization product popularity\n(multiple choices per submission possible)') mkpic_submissions_per_key( diff --git a/survey/survey.rst b/survey/survey.rst index a441e6a..4b4f61f 100644 --- a/survey/survey.rst +++ b/survey/survey.rst @@ -119,10 +119,11 @@ What type of data are you working with? Please check all items that apply. Behavioral
MRI/fMRI/DTI
EEG/MEG
- PET/SPECT
+ Electrophysiology
Microspectroscopy
+ Computational modeling/Simulations
@@ -672,7 +673,7 @@ Comes with the operating system .. raw:: html - + `Macports `_ @@ -783,38 +784,39 @@ Imaging BrainVISA/Anatomist BrainVoyager CMTK - Caret + Camino + Caret ConnectomeViewer DSI Studio DTI-TK - Diffusion Toolkit/Trackvis + Diffusion Toolkit/Trackvis FSL Fiji FreeSurfer - ITK-SNAP + ITK-SNAP ImageJ Invesalius LONI - Lipsia + Lipsia Mango MIPAV/JIST MNI tools - MRIcron + MRIcron MRtrix Matlab MVPA toolbox NiBabel/PyNIfTI - NiPy/NiTime/DiPy/NiPype + NiPy/NiTime/DiPy/NiPype PyMVPA REST SPM - V3D + V3D VoxBo @@ -843,16 +845,18 @@ Neural systems modeling Moose NEST + NeuroML NEURON NeuroSolutions PCSIM - Peltarion + Peltarion PSICS PyNN SNNAP SNNS Topographica + XNBC -- 2.39.2