W. Trevor King [Thu, 25 Apr 2013 19:33:29 +0000 (15:33 -0400)]
Replace '\cite{...}' with '\citep{...}'
This way we get the configured natbib formatting.
W. Trevor King [Thu, 25 Apr 2013 17:24:20 +0000 (13:24 -0400)]
cantilever/discussion.tex: Update sawsim link
Shortly after this thesis is finalized I should graduate ;). Point
folks reading the thesis to my personal site for sawsim, instead of
the Drexel site that I may no longer control.
Also:
* Add a more informative section title.
* Use \citet{} instead of hardcoding Walton et al.
* Use \url{} for a clickable link.
W. Trevor King [Thu, 25 Apr 2013 17:15:47 +0000 (13:15 -0400)]
cantilever/main.tex: Clarify title with "stiffness effect"
W. Trevor King [Thu, 25 Apr 2013 17:14:47 +0000 (13:14 -0400)]
cantilever/simulations.tex: Link to sec:sawsim:cantilever
W. Trevor King [Thu, 25 Apr 2013 17:12:52 +0000 (13:12 -0400)]
cantilever/theory.tex: Cite Walton 2008 as motivation
W. Trevor King [Thu, 25 Apr 2013 17:10:31 +0000 (13:10 -0400)]
introduction/main.tex: Expand on the landscape/pathway distinction
W. Trevor King [Thu, 25 Apr 2013 17:07:21 +0000 (13:07 -0400)]
introduction/main.tex: Tighten single molecule lead-in
Replace "imposes certain limitations on" with "limits" ;).
W. Trevor King [Thu, 25 Apr 2013 12:48:22 +0000 (08:48 -0400)]
Merge remote-tracking branch 'local/master'
With thesis development distributed over a number of machines, I lost
track of a few repositories. This pulls in some changes from a
recently rediscovered repo.
* local/master:
Relabel src/unfolding/rate.tex as sec:unfolding-rate.
Consolidate references to cantilever calibration summary as sec:cantilever-calib:intro.
Remove cruft from SCons generator bodies.
Conflicts:
src/apparatus/main.tex
src/unfolding/rate.tex
W. Trevor King [Fri, 19 Apr 2013 21:26:43 +0000 (17:26 -0400)]
src/pyafm/main.tex: Add a space after \pyafm in the header
W. Trevor King [Wed, 17 Apr 2013 23:35:38 +0000 (19:35 -0400)]
src/figures/fit-space/extract_fit_valley.py: print -> print()
W. Trevor King [Wed, 17 Apr 2013 23:34:30 +0000 (19:34 -0400)]
src/figures/script/pyfit: print -> print()
W. Trevor King [Wed, 17 Apr 2013 23:29:46 +0000 (19:29 -0400)]
src/figures/cantilever-data/make_v_dep_plots.sh: print -> print()
Fix embedded Python syntax to avoid:
./make_v_dep_plots.sh
File "<string>", line 1
print '%.2f' % 131.
97793902439034
^
SyntaxError: invalid syntax
W. Trevor King [Wed, 17 Apr 2013 21:57:56 +0000 (17:57 -0400)]
src/figures/cantilever-data/get_v_dep.sh: print -> print()
Fix embedded Python syntax to avoid:
cd .. && ./get_v_dep.sh
File "<string>", line 1
print '%.2f' % 131.
97793902439034
^
SyntaxError: invalid syntax
W. Trevor King [Wed, 17 Apr 2013 21:54:42 +0000 (17:54 -0400)]
src/figures/cantilever-data/avg_data.py: Vs.sort() -> sorted()
Avoid:
cd .. && python avg_data.py
Traceback (most recent call last):
File "avg_data.py", line 78, in <module>
write_average_file(FofV, avgK)
File "avg_data.py", line 55, in write_average_file
Vs.sort()
AttributeError: 'dict_keys' object has no attribute 'sort'
W. Trevor King [Wed, 17 Apr 2013 21:14:52 +0000 (17:14 -0400)]
src/figures/cantilever-data: Modernize print statements
Old New
=============== ================
print >> x, ... x.write(...)
print ... print(...)
'%s' % (...) '{}'.format(...)
=============== ================
The old `print >> ` syntax wasn't Python 3 compliant.
W. Trevor King [Wed, 17 Apr 2013 21:04:35 +0000 (17:04 -0400)]
src/figures: Use open() instead of file() in Python scripts
file() is gone in Python 3, and open() was always the prefered method
for opening files. I just didn't know that when I wrote the original
code ;).
W. Trevor King [Sat, 17 Nov 2012 14:07:42 +0000 (09:07 -0500)]
root.bib: add roman12 entry for Marisa's thesis
W. Trevor King [Mon, 2 Jul 2012 16:30:51 +0000 (12:30 -0400)]
Stub out pyafm and calibcant chapters.
Add Prof. Cruz as an advisor.
W. Trevor King [Fri, 29 Jun 2012 19:51:54 +0000 (15:51 -0400)]
Merge unfolding and tension chapters back into sawsim chapter.
In order to focus on my contributions, I think it would be clearer to
bundle the theory into the sawsim chapter. They're all very closely
related, and it means I can keep patting myself on the back throughout
the chapter so the reader doesn't loose focus ;).
This commit is mostly a reworking of the sawsim chapter.
Other changes:
* Dissable old SCons asymptote build. I'm using the build-asy.py
script for this now, and I haven't worked out how to wedge that into
SCons yet. The problem is all this scratch-directory linking.
* Add an E. coli index point in apparatus/polymer-synthesis.tex.
* Add blub/gumbel.tex (not currently included) to work out the
different probability distribution nomenclature.
* Add wlc-extension.asy, wlc-model.asy, fjc-extension.asy,
fjc-model.asy, landscape-bell.asy, and wiggle.asy.
* unfolding.asy: pull Wiggle out into wiggle.asy.
* cantilever/theory.tex: flesh out energy landscape caption.
* introduction/main.tex: link rief02 for simulation/experiment
comparison.
* local_cmmds.tex: add \Langevin, \insilico, \invitro, \invivo,
\pysawsim. Comment out \r and \rs (which aren't used?) because they
were colliding with something inside Angstroms (\AA).
* root.bib: Add wikipedia:gumbel, gumbel58, wikipedia:GEV,
wikipedia:gompertz, wikipedia:gumbel-t1, wikipedia:gumbel-t2,
dudko08, baljon96, fisher99a, fisher99b, zlatanova00, viani99,
capitanio02, binnig86, williams86, martin87, and meyer88. Also fix
a few BibTeX markup issues.
* packages.tex: fix struct -> struck typo and import booktabs and
fancyvrb. Also disable lineno usage in final mode.
* root.tex: disable lineno usage in final mode and remove unfolding
chapter.
* sim-hist.asy: smaller size.
* fit-valley.asy, sim-sawtooth.asy: smaller size, more consistent axis
labeling.
* kappa-sawteeth.asy: more consistent axis labeling.
W. Trevor King [Thu, 28 Jun 2012 18:46:57 +0000 (14:46 -0400)]
Shrink expt-sawtooth.asy to a more reasonable size.
Also make the x-axis label more explicit ("Distance" was too vague).
W. Trevor King [Thu, 28 Jun 2012 18:44:18 +0000 (14:44 -0400)]
Consolidate fig:afm-schematic and fig:piezo-schematic into one figure.
Also cite binnig86 (AFM with STM sensor) and meyer88 (AFM with optical
lever) when introducing the AFM.
W. Trevor King [Thu, 28 Jun 2012 05:17:16 +0000 (01:17 -0400)]
Limit default graphMatrixFile palette to 8192 colors.
For some reason, leaving it at the default 32761 gives me unfilled
color bars for z scaling.
W. Trevor King [Wed, 27 Jun 2012 19:17:12 +0000 (15:17 -0400)]
Use 1/3 instead of 0.\bar{3} in monte-carlo.asy.
I'm already using \bar{} for the complex conjugate.
W. Trevor King [Wed, 27 Jun 2012 19:13:49 +0000 (15:13 -0400)]
Use kappa for spring constants (k is for rates).
W. Trevor King [Wed, 27 Jun 2012 13:39:59 +0000 (09:39 -0400)]
Excape the hash symbol (#) in agilent-sure2 bib entry.
W. Trevor King [Wed, 27 Jun 2012 13:35:48 +0000 (09:35 -0400)]
There is no way to comment out BibTeX values, just use a non-standard name.
W. Trevor King [Wed, 27 Jun 2012 13:29:22 +0000 (09:29 -0400)]
Add WKing @string to packaging/main.bib.
Apparently @string definitions are local to a single .bib file. It's
not picking up my definition in root.bib anyway.
W. Trevor King [Wed, 27 Jun 2012 13:25:51 +0000 (09:25 -0400)]
Add a missing comma after the url entry for agilent-sure2.
W. Trevor King [Wed, 27 Jun 2012 13:20:58 +0000 (09:20 -0400)]
Set Asymptote fontsize to 10pt globally, not just for sLabel()s.
W. Trevor King [Wed, 27 Jun 2012 05:40:30 +0000 (01:40 -0400)]
Add packaging bibliography.
I'll add the text for this chapter later, but I need these citations
for the abstract.
W. Trevor King [Wed, 27 Jun 2012 05:02:14 +0000 (01:02 -0400)]
Use \subref in unfolding schematic image.
This is better than hardcoding subfigure references in the caption.
W. Trevor King [Wed, 27 Jun 2012 05:00:54 +0000 (01:00 -0400)]
Add I27 length to fig:I27 caption.
W. Trevor King [Tue, 26 Jun 2012 20:34:11 +0000 (16:34 -0400)]
Use \subref in unfolding pathway vs. landscape image.
This is better than hardcoding subfigure references in the caption.
Also reference kellermayer97 as an early example of force spectroscopy
on proteins with laser tweezers (they're right after rief97a in the
journal).
W. Trevor King [Tue, 26 Jun 2012 15:18:34 +0000 (11:18 -0400)]
Consolidate duplicate I27 nomenclature entries.
And place the consolidated entry in apparatus/polymer-synthesis.tex
where I27 is introduced.
W. Trevor King [Tue, 26 Jun 2012 05:52:54 +0000 (01:52 -0400)]
Add schematics for Kramers' integrand and the unfolding landscape.
W. Trevor King [Tue, 26 Jun 2012 01:12:27 +0000 (21:12 -0400)]
Clean up lattice and off-latice references in the sawsim intro.
Also reference the snippet about simulation timescales in
introduction/main.tex.
W. Trevor King [Tue, 26 Jun 2012 00:58:50 +0000 (20:58 -0400)]
Don't wrap lu99 url in root.bib.
W. Trevor King [Tue, 26 Jun 2012 00:56:32 +0000 (20:56 -0400)]
Add citations for lu98 and lu99 to introduction MD discussion.
These papers are probably the earliest examples of molecular dynamics
simulations of velocity-clamp unfolding.
W. Trevor King [Tue, 26 Jun 2012 00:45:38 +0000 (20:45 -0400)]
Add build-asy.py script to build Asymptote figures.
W. Trevor King [Tue, 26 Jun 2012 00:45:05 +0000 (20:45 -0400)]
Add figure 2 from kempe85.
W. Trevor King [Mon, 25 Jun 2012 23:38:52 +0000 (19:38 -0400)]
Include apparatus/main.bib bibliography (equipment).
W. Trevor King [Mon, 25 Jun 2012 23:37:41 +0000 (19:37 -0400)]
Comment out some personal stuff to make shorter drafts.
At least while I'm working on major edits.
W. Trevor King [Mon, 25 Jun 2012 23:36:42 +0000 (19:36 -0400)]
Bump copyright year in root.tex.
W. Trevor King [Mon, 25 Jun 2012 23:34:47 +0000 (19:34 -0400)]
Point out some early DNA work before introducing titin.
W. Trevor King [Mon, 25 Jun 2012 23:28:48 +0000 (19:28 -0400)]
Flesh out apparatus chapter.
Move I27 figure in from cantilever/methods, because we introduce I27
in the polymer-synthesis section.
Additions:
* Discussion of the piezo portion of an AFM.
* Discuss history of force spectroscopy.
* Add entire text of polymer synthesis and sample preparation sections.
* Lots of little things.
W. Trevor King [Mon, 25 Jun 2012 23:28:03 +0000 (19:28 -0400)]
Make piezo schematic smaller.
W. Trevor King [Mon, 25 Jun 2012 23:27:30 +0000 (19:27 -0400)]
Add berkemeier11 as another paper discussing molecular dynamics speeds.
W. Trevor King [Mon, 25 Jun 2012 23:24:10 +0000 (19:24 -0400)]
Add several new citations to root.bib (mostly for the apparatus chapter).
New keys:
bartels03,
berkemeier11,
hager02
honda08
itoh04,
kempe85,
lo01,
ma10,
sakaki05,
schmidt02,
schmitt00,
sundberg03,
ulman96,
W. Trevor King [Mon, 25 Jun 2012 23:21:44 +0000 (19:21 -0400)]
Add \diNaHPO (Na2HPO4) and \NadiHPO (NaH2PO4) commands to local_cmmds.tex.
Import fixltx2e in packages.tex to get \textsubscript used in defining
these commands.
W. Trevor King [Sun, 24 Jun 2012 07:00:15 +0000 (03:00 -0400)]
Fix redundant 'review' and 'discussed' in apparatus/main.tex.
W. Trevor King [Sun, 24 Jun 2012 06:57:12 +0000 (02:57 -0400)]
Flesh out motivation to distinguish pathway vs. funnel in intro.
Also mention:
* difficulties comparing with molecular dynamics simulation.
* large span of ranges amoung available single molecule techniques.
W. Trevor King [Sun, 24 Jun 2012 06:55:16 +0000 (02:55 -0400)]
Add citealiases and shorthand commands for a bunch of software packages.
W. Trevor King [Sun, 24 Jun 2012 06:52:26 +0000 (02:52 -0400)]
Add abstract text.
W. Trevor King [Sun, 24 Jun 2012 06:51:45 +0000 (02:51 -0400)]
Add labeit95 and sandal09 to root.bib.
W. Trevor King [Sun, 24 Jun 2012 06:49:58 +0000 (02:49 -0400)]
Add apparatus/main.bib with vendor references.
W. Trevor King [Sun, 24 Jun 2012 06:49:07 +0000 (02:49 -0400)]
Add piezo.asy for explaining how a tubular piezo works.
W. Trevor King [Fri, 22 Jun 2012 12:04:22 +0000 (08:04 -0400)]
Add skeletal_muscle.jpg (modified from Wikipedia).
W. Trevor King [Sun, 17 Jun 2012 20:24:06 +0000 (16:24 -0400)]
Whitespace cleanups in the rest of the figures/*/*.asy files.
Used sed to replace tabs with spaces and strip trailing spaces.
W. Trevor King [Sun, 17 Jun 2012 20:21:24 +0000 (16:21 -0400)]
Whitespace cleanups in base_afm.asy and monte-carlo.asy.
W. Trevor King [Sun, 17 Jun 2012 20:18:03 +0000 (16:18 -0400)]
Convert tabs to spaces in expt-sawtooth.asy.
W. Trevor King [Sun, 17 Jun 2012 20:12:12 +0000 (16:12 -0400)]
Relabel unfolding/rate.tex to sec:rate.
This fixes a label-collision with unfolding/distributions.tex on
sec:unfolding-distributions.
W. Trevor King [Sun, 17 Jun 2012 20:07:10 +0000 (16:07 -0400)]
Remove asyprocess references from SConscript files.
W. Trevor King [Sun, 17 Jun 2012 18:23:33 +0000 (14:23 -0400)]
Whitespace cleanups in schematic/unfolding.asy.
W. Trevor King [Sun, 17 Jun 2012 17:54:23 +0000 (13:54 -0400)]
Fix sec:cantilever-calib-intro -> sec:cantilever-calib:intro reference.
W. Trevor King [Sun, 17 Jun 2012 17:54:15 +0000 (13:54 -0400)]
Remove unused asyprocess script (leftover from asyfig framework).
W. Trevor King [Sat, 16 Jun 2012 18:52:46 +0000 (14:52 -0400)]
Create figures/scratch immediately, so it's there by the time we run LaTeX.
W. Trevor King [Sat, 16 Jun 2012 18:51:57 +0000 (14:51 -0400)]
Remove unused asyfig packages.
W. Trevor King [Sat, 16 Jun 2012 16:23:05 +0000 (12:23 -0400)]
Add hong10, zhao10, liu10, measey09, shan09, yuan08, liu08, ... to root.bib.
Papers by Prof. Yang.
W. Trevor King [Wed, 18 Apr 2012 17:24:26 +0000 (13:24 -0400)]
Change my email address from drexel.edu to tremily.us.
W. Trevor King [Thu, 2 Feb 2012 16:46:06 +0000 (11:46 -0500)]
Add new citation ng07b and change ng07 to ng07a.
W. Trevor King [Thu, 2 Feb 2012 15:27:35 +0000 (10:27 -0500)]
Add comments referenceing Brockwell's 2002 paper with respect to Gumbel dist.
W. Trevor King [Sat, 14 May 2011 20:40:48 +0000 (16:40 -0400)]
Relabel src/unfolding/rate.tex as sec:unfolding-rate.
W. Trevor King [Sat, 14 May 2011 20:36:16 +0000 (16:36 -0400)]
Consolidate references to cantilever calibration summary as sec:cantilever-calib:intro.
W. Trevor King [Sat, 14 May 2011 19:11:15 +0000 (15:11 -0400)]
Remove cruft from SCons generator bodies.
W. Trevor King [Sat, 14 May 2011 19:02:07 +0000 (15:02 -0400)]
Remove src/unfolding-distributions/* which were moved to src/unfolding/distributions-*.
W. Trevor King [Sat, 14 May 2011 18:57:59 +0000 (14:57 -0400)]
Update to \DUTmonth and \DUTyear to work with >=drexel-thesis-0.10.
W. Trevor King [Sat, 14 May 2011 18:44:44 +0000 (14:44 -0400)]
Remove silly tex/ directory.
W. Trevor King [Sat, 14 May 2011 18:42:12 +0000 (14:42 -0400)]
Add a PyMOL builder to SCons and generalize PYMOL_PATH setup.
W. Trevor King [Sat, 14 May 2011 18:11:50 +0000 (14:11 -0400)]
Adjust asymptote and gnuplot doctests to be directory independent.
Now you can run the doctests from any directory and they will still
find the files they are scanning to test. Note that SCons may not be
installed in your PYTHONPATH by default:
> From: Steven Knight
> Date: May 28, 2008; 10:01am
> Subject: Re: easy_installed scons not working
>
> ...
>
> In essence, we've tried to make SCons more like a standalone
> application that happens to use Python, instead of a Python
> application that only exists "within" the Python installation itself.
> This separation also allows you, for example, to experiment with
> upgrading your Python version without having to re-install SCons.
>
> ...
>
> Note that the hacking we've done on our setup.py does allow you to
> install into the site-package/ subdirectory if you wish, using an
> extended --standard-lib option.
>
> ...
So you may need to try something like:
PYTHONPATH=/usr/lib/scons-2.0.1/ python site_cons/site_tools/asymptote.py
to run the tests.
W. Trevor King [Sat, 14 May 2011 18:02:01 +0000 (14:02 -0400)]
Correct GNUPLOTLAGS -> GNUPLOTFLAGS typo in site_cons/site_tools/gnuplot.py.
W. Trevor King [Sat, 14 May 2011 17:41:27 +0000 (13:41 -0400)]
Transition from \asyfig to the stock \asyinclude.
W. Trevor King [Sat, 23 Apr 2011 15:12:03 +0000 (11:12 -0400)]
Work around null-dereference bug in some versions of asymptote.
See
http://sourceforge.net/tracker/?func=detail&aid=
3292023&group_id=120000&atid=685683
for details on the bug.
W. Trevor King [Tue, 29 Mar 2011 20:51:37 +0000 (16:51 -0400)]
Fix (a^2-z^2)^2 typo in integrals.tex.
W. Trevor King [Wed, 23 Feb 2011 17:55:12 +0000 (12:55 -0500)]
Begin rearranging chapters and sections following Prof. Yang's suggestions.
W. Trevor King [Sat, 23 Oct 2010 17:27:46 +0000 (13:27 -0400)]
Convert author macro JFernandez -> JMFernandez.
W. Trevor King [Sat, 23 Oct 2010 17:21:59 +0000 (13:21 -0400)]
Condense author aliases for MSZKellermayer and SBSmith.
W. Trevor King [Sat, 23 Oct 2010 16:49:18 +0000 (12:49 -0400)]
Added dates to rief97* which swapped a <-> b.
W. Trevor King [Sat, 23 Oct 2010 16:39:32 +0000 (12:39 -0400)]
Added dates to carrion-vazques99* which swapped a <-> b.
W. Trevor King [Sat, 23 Oct 2010 15:37:55 +0000 (11:37 -0400)]
Fix some long URLs that had been wrapped by pybtex.
W. Trevor King [Sun, 17 Oct 2010 20:58:37 +0000 (16:58 -0400)]
Merge branch 'master' of ssh://einstein/~/public_html/code/git/thesis
W. Trevor King [Sun, 17 Oct 2010 20:54:18 +0000 (16:54 -0400)]
Move src/packages/ to src/package/.
This avoids errors like
TypeError: Tried to lookup Dir 'build/packages' as a File.
when building with older SCons versions.
W. Trevor King [Sun, 17 Oct 2010 20:53:30 +0000 (16:53 -0400)]
Standardize figure size (15cmx10cm) for fit-space/means.gp.
W. Trevor King [Sat, 16 Oct 2010 19:49:46 +0000 (15:49 -0400)]
Give root.bib a final run through pybtex.
This just re-wrapped some author lines and swapped dietz06{a,b} (now
with months and dates to stabilize future sorts).
root.bib is now stable against future pybtex passes.
W. Trevor King [Sat, 16 Oct 2010 19:18:31 +0000 (15:18 -0400)]
Consolidate macros in root.bib.
W. Trevor King [Sat, 16 Oct 2010 17:50:35 +0000 (13:50 -0400)]
Reformatted root.bib with pybtex and rekeyed LaTeX source appropriately.
W. Trevor King [Sat, 16 Oct 2010 17:45:08 +0000 (13:45 -0400)]
More key/name tuning in root.bib.
W. Trevor King [Sat, 16 Oct 2010 17:39:14 +0000 (13:39 -0400)]
Set custom key for NIST:gumbel entry.
W. Trevor King [Sat, 16 Oct 2010 17:31:48 +0000 (13:31 -0400)]
Additional field name cleanups in root.bib.
W. Trevor King [Sat, 16 Oct 2010 17:25:46 +0000 (13:25 -0400)]
Set custom keys for codata entries.
W. Trevor King [Sat, 16 Oct 2010 17:24:32 +0000 (13:24 -0400)]
Set custom keys for uniprot entries.