Add abstract text.
authorW. Trevor King <wking@tremily.us>
Sun, 24 Jun 2012 06:52:26 +0000 (02:52 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 24 Jun 2012 06:56:33 +0000 (02:56 -0400)
src/blurb/abstract.tex

index 97af138045a6ebf7fe841d5fd0f200eac71e23bd..f926fd9d921c62e3d75f6f0130846a00b90d11ec 100644 (file)
@@ -1,2 +1,29 @@
 \begin{abstract}
+Single molecule force spectroscopy (SMFS) experiments provide an
+experimental benchmark for testing simulated and theoretical
+predictions of protein unfolding behavior.  Despite it use since
+1997\citep{rief97a}, the labs currently engaged in SMFS use in-house
+software and procedures for critical tasks such as cantilever
+calibration and Monte Carlo unfolding simulation.  Besides wasting
+developer time producing and maintaining redundant implementations,
+the lack of transparency makes it more difficult to share data and
+techniques between labs, which slows progress.  In some cases it can
+also lead to ambiguity as to which of several similar approaches,
+correction factors, etc.\ were used in a particular paper.
+\nomenclature{SMFS}{Single molecule force spectroscopy}
+
+In this thesis, I introduce an SMFS sofware suite for cantilever
+calibration (\calibcant), experiment control (\pyafm), analysis
+(\Hooke), and postprocessing
+(\sawsim)\citep{calibcant,pyafm,sandal09,king10}.  All of these tools
+are licensed under open source licenses, which allows SMFS researchers
+to centralize future development.  Where possible, care has been taken
+to keep these packages operating system (OS) agnostic.  The experiment
+logic in \pyafm\ and \calibcant\ is still nominally OS agnostic, but
+those packages depend on more fundamental packages that control the
+physical hardware in use\citep{pyafm}.  At the bottom of the
+physical-interface stack are the \Comedi\ drivers from the Linux
+kernel\citep{comedi}.  Users running other OSes should be able to swap
+in analogous low level physical-interface packages if Linux is not an
+option.  \nomenclature{OS}{Operating system}
 \end{abstract}