From f54475cfb84a07aa12eea3794365bd2f5c1bf2f1 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Sun, 17 Mar 2024 11:54:35 -0400 Subject: [PATCH] Apply suggestions from code review --- .wci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.wci.yml b/.wci.yml index c3909ea8e5..6439e9fe08 100644 --- a/.wci.yml +++ b/.wci.yml @@ -2,9 +2,14 @@ name: nipype -headline: Neuroimaging in Python pipelines and interfaces package. - -description: Algorithms,Image manipulation,I/O Operations,Self-reporting interfaces,Utilities +headline: Neuroimaging in Python: Pipelines and Interfaces + +description: | + Nipype, an open-source, community-developed initiative under the umbrella of NiPy, is a Python project that + provides a uniform interface to existing neuroimaging software and facilitates interaction between these + packages within a single workflow. Nipype provides an environment that encourages interactive exploration of + algorithms from different packages (e.g., SPM, FSL, FreeSurfer, AFNI, Slicer, ANTS), eases the design of + workflows within and between packages, and reduces the learning curve necessary to use different packages. language: Python3