higher level language for the bulk of my experiments.
\citetalias{comedi} already had \citetalias{beazley96}-generated
Python bindings, so I set to work creating \pycomedi, an
-object-oriented interface around the \citetalias{swig} bindings. The
-first generation \pycomedi\ interface was much easier to use than the
-raw SWIG bindings, especially for simultaneous analog input/output,
-which I needed to monitor cantilever deflection during piezo-sweeping
-velocity-clamp pulls.
+object-oriented interface around the \citetalias{beazley96} bindings.
+The first generation \pycomedi\ interface was much easier to use than
+the raw SWIG bindings, especially for simultaneous analog
+input/output, which I needed to monitor cantilever deflection during
+piezo-sweeping velocity-clamp pulls.
The SWIG-based interface to Comedi provided a solid base for my
experiment control stack, but as the stack matured, I started bumping