thesis.git
11 years agointroduction/main.tex: Tighten single molecule lead-in
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" ;).

11 years agoMerge remote-tracking branch 'local/master'
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

11 years agosrc/pyafm/main.tex: Add a space after \pyafm in the header
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

11 years agosrc/figures/fit-space/extract_fit_valley.py: print -> print()
W. Trevor King [Wed, 17 Apr 2013 23:35:38 +0000 (19:35 -0400)]
src/figures/fit-space/extract_fit_valley.py: print -> print()

11 years agosrc/figures/script/pyfit: print -> print()
W. Trevor King [Wed, 17 Apr 2013 23:34:30 +0000 (19:34 -0400)]
src/figures/script/pyfit: print -> print()

11 years agosrc/figures/cantilever-data/make_v_dep_plots.sh: 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

11 years agosrc/figures/cantilever-data/get_v_dep.sh: print -> print()
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

11 years agosrc/figures/cantilever-data/avg_data.py: Vs.sort() -> sorted()
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'

11 years agosrc/figures/cantilever-data: Modernize print statements
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.

11 years agosrc/figures: Use open() instead of file() in Python scripts
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 ;).

12 years agoroot.bib: add roman12 entry for Marisa's thesis
W. Trevor King [Sat, 17 Nov 2012 14:07:42 +0000 (09:07 -0500)]
root.bib: add roman12 entry for Marisa's thesis

12 years agoStub out pyafm and calibcant chapters.
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.

12 years agoMerge unfolding and tension chapters back into sawsim chapter.
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.

12 years agoShrink expt-sawtooth.asy to a more reasonable size.
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).

12 years agoConsolidate fig:afm-schematic and fig:piezo-schematic into one figure.
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.

12 years agoLimit default graphMatrixFile palette to 8192 colors.
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.

12 years agoUse 1/3 instead of 0.\bar{3} in monte-carlo.asy.
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.

12 years agoUse kappa for spring constants (k is for rates).
W. Trevor King [Wed, 27 Jun 2012 19:13:49 +0000 (15:13 -0400)]
Use kappa for spring constants (k is for rates).

12 years agoExcape the hash symbol (#) in agilent-sure2 bib entry.
W. Trevor King [Wed, 27 Jun 2012 13:39:59 +0000 (09:39 -0400)]
Excape the hash symbol (#) in agilent-sure2 bib entry.

12 years agoThere is no way to comment out BibTeX values, just use a non-standard name.
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.

12 years agoAdd WKing @string to packaging/main.bib.
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.

12 years agoAdd a missing comma after the url entry for agilent-sure2.
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.

12 years agoSet Asymptote fontsize to 10pt globally, not just for sLabel()s.
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.

12 years agoAdd packaging bibliography.
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.

12 years agoUse \subref in unfolding schematic image.
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.

12 years agoAdd I27 length to fig:I27 caption.
W. Trevor King [Wed, 27 Jun 2012 05:00:54 +0000 (01:00 -0400)]
Add I27 length to fig:I27 caption.

12 years agoUse \subref in unfolding pathway vs. landscape image.
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).

12 years agoConsolidate duplicate I27 nomenclature entries.
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.

12 years agoAdd schematics for Kramers' integrand and the unfolding landscape.
W. Trevor King [Tue, 26 Jun 2012 05:52:54 +0000 (01:52 -0400)]
Add schematics for Kramers' integrand and the unfolding landscape.

12 years agoClean up lattice and off-latice references in the sawsim intro.
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.

12 years agoDon't wrap lu99 url in root.bib.
W. Trevor King [Tue, 26 Jun 2012 00:58:50 +0000 (20:58 -0400)]
Don't wrap lu99 url in root.bib.

12 years agoAdd citations for lu98 and lu99 to introduction MD discussion.
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.

12 years agoAdd build-asy.py script to build Asymptote figures.
W. Trevor King [Tue, 26 Jun 2012 00:45:38 +0000 (20:45 -0400)]
Add build-asy.py script to build Asymptote figures.

12 years agoAdd figure 2 from kempe85.
W. Trevor King [Tue, 26 Jun 2012 00:45:05 +0000 (20:45 -0400)]
Add figure 2 from kempe85.

12 years agoInclude apparatus/main.bib bibliography (equipment).
W. Trevor King [Mon, 25 Jun 2012 23:38:52 +0000 (19:38 -0400)]
Include apparatus/main.bib bibliography (equipment).

12 years agoComment out some personal stuff to make shorter drafts.
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.

12 years agoBump copyright year in root.tex.
W. Trevor King [Mon, 25 Jun 2012 23:36:42 +0000 (19:36 -0400)]
Bump copyright year in root.tex.

12 years agoPoint out some early DNA work before introducing titin.
W. Trevor King [Mon, 25 Jun 2012 23:34:47 +0000 (19:34 -0400)]
Point out some early DNA work before introducing titin.

12 years agoFlesh out apparatus chapter.
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.

12 years agoMake piezo schematic smaller.
W. Trevor King [Mon, 25 Jun 2012 23:28:03 +0000 (19:28 -0400)]
Make piezo schematic smaller.

12 years agoAdd berkemeier11 as another paper discussing molecular dynamics speeds.
W. Trevor King [Mon, 25 Jun 2012 23:27:30 +0000 (19:27 -0400)]
Add berkemeier11 as another paper discussing molecular dynamics speeds.

12 years agoAdd several new citations to root.bib (mostly for the apparatus chapter).
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,

12 years agoAdd \diNaHPO (Na2HPO4) and \NadiHPO (NaH2PO4) commands to local_cmmds.tex.
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.

12 years agoFix redundant 'review' and 'discussed' in apparatus/main.tex.
W. Trevor King [Sun, 24 Jun 2012 07:00:15 +0000 (03:00 -0400)]
Fix redundant 'review' and 'discussed' in apparatus/main.tex.

12 years agoFlesh out motivation to distinguish pathway vs. funnel in intro.
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.

12 years agoAdd citealiases and shorthand commands for a bunch of software packages.
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.

12 years agoAdd abstract text.
W. Trevor King [Sun, 24 Jun 2012 06:52:26 +0000 (02:52 -0400)]
Add abstract text.

12 years agoAdd labeit95 and sandal09 to root.bib.
W. Trevor King [Sun, 24 Jun 2012 06:51:45 +0000 (02:51 -0400)]
Add labeit95 and sandal09 to root.bib.

12 years agoAdd apparatus/main.bib with vendor references.
W. Trevor King [Sun, 24 Jun 2012 06:49:58 +0000 (02:49 -0400)]
Add apparatus/main.bib with vendor references.

12 years agoAdd piezo.asy for explaining how a tubular piezo works.
W. Trevor King [Sun, 24 Jun 2012 06:49:07 +0000 (02:49 -0400)]
Add piezo.asy for explaining how a tubular piezo works.

12 years agoAdd skeletal_muscle.jpg (modified from Wikipedia).
W. Trevor King [Fri, 22 Jun 2012 12:04:22 +0000 (08:04 -0400)]
Add skeletal_muscle.jpg (modified from Wikipedia).

12 years agoWhitespace cleanups in the rest of the figures/*/*.asy files.
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.

12 years agoWhitespace cleanups in base_afm.asy and monte-carlo.asy.
W. Trevor King [Sun, 17 Jun 2012 20:21:24 +0000 (16:21 -0400)]
Whitespace cleanups in base_afm.asy and monte-carlo.asy.

12 years agoConvert tabs to spaces in expt-sawtooth.asy.
W. Trevor King [Sun, 17 Jun 2012 20:18:03 +0000 (16:18 -0400)]
Convert tabs to spaces in expt-sawtooth.asy.

12 years agoRelabel unfolding/rate.tex to sec:rate.
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.

12 years agoRemove asyprocess references from SConscript files.
W. Trevor King [Sun, 17 Jun 2012 20:07:10 +0000 (16:07 -0400)]
Remove asyprocess references from SConscript files.

12 years agoWhitespace cleanups in schematic/unfolding.asy.
W. Trevor King [Sun, 17 Jun 2012 18:23:33 +0000 (14:23 -0400)]
Whitespace cleanups in schematic/unfolding.asy.

12 years agoFix sec:cantilever-calib-intro -> sec:cantilever-calib:intro reference.
W. Trevor King [Sun, 17 Jun 2012 17:54:23 +0000 (13:54 -0400)]
Fix sec:cantilever-calib-intro -> sec:cantilever-calib:intro reference.

12 years agoRemove unused asyprocess script (leftover from asyfig framework).
W. Trevor King [Sun, 17 Jun 2012 17:54:15 +0000 (13:54 -0400)]
Remove unused asyprocess script (leftover from asyfig framework).

12 years agoCreate figures/scratch immediately, so it's there by the time we run LaTeX.
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.

12 years agoRemove unused asyfig packages.
W. Trevor King [Sat, 16 Jun 2012 18:51:57 +0000 (14:51 -0400)]
Remove unused asyfig packages.

12 years agoAdd hong10, zhao10, liu10, measey09, shan09, yuan08, liu08, ... to root.bib.
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.

12 years agoChange my email address from drexel.edu to tremily.us.
W. Trevor King [Wed, 18 Apr 2012 17:24:26 +0000 (13:24 -0400)]
Change my email address from drexel.edu to tremily.us.

12 years agoAdd new citation ng07b and change ng07 to ng07a.
W. Trevor King [Thu, 2 Feb 2012 16:46:06 +0000 (11:46 -0500)]
Add new citation ng07b and change ng07 to ng07a.

12 years agoAdd comments referenceing Brockwell's 2002 paper with respect to Gumbel dist.
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.

13 years agoRelabel src/unfolding/rate.tex as sec:unfolding-rate.
W. Trevor King [Sat, 14 May 2011 20:40:48 +0000 (16:40 -0400)]
Relabel src/unfolding/rate.tex as sec:unfolding-rate.

13 years agoConsolidate references to cantilever calibration summary as sec:cantilever-calib...
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.

13 years agoRemove cruft from SCons generator bodies.
W. Trevor King [Sat, 14 May 2011 19:11:15 +0000 (15:11 -0400)]
Remove cruft from SCons generator bodies.

13 years agoRemove src/unfolding-distributions/* which were moved to src/unfolding/distributions-*.
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-*.

13 years agoUpdate to \DUTmonth and \DUTyear to work with >=drexel-thesis-0.10.
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.

13 years agoRemove silly tex/ directory.
W. Trevor King [Sat, 14 May 2011 18:44:44 +0000 (14:44 -0400)]
Remove silly tex/ directory.

13 years agoAdd a PyMOL builder to SCons and generalize PYMOL_PATH setup.
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.

13 years agoAdjust asymptote and gnuplot doctests to be directory independent.
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.

13 years agoCorrect GNUPLOTLAGS -> GNUPLOTFLAGS typo in site_cons/site_tools/gnuplot.py.
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.

13 years agoTransition from \asyfig to the stock \asyinclude.
W. Trevor King [Sat, 14 May 2011 17:41:27 +0000 (13:41 -0400)]
Transition from \asyfig to the stock \asyinclude.

13 years agoWork around null-dereference bug in some versions of asymptote.
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.

13 years agoFix (a^2-z^2)^2 typo in integrals.tex.
W. Trevor King [Tue, 29 Mar 2011 20:51:37 +0000 (16:51 -0400)]
Fix (a^2-z^2)^2 typo in integrals.tex.

13 years agoBegin rearranging chapters and sections following Prof. Yang's suggestions.
W. Trevor King [Wed, 23 Feb 2011 17:55:12 +0000 (12:55 -0500)]
Begin rearranging chapters and sections following Prof. Yang's suggestions.

14 years agoConvert author macro JFernandez -> JMFernandez.
W. Trevor King [Sat, 23 Oct 2010 17:27:46 +0000 (13:27 -0400)]
Convert author macro JFernandez -> JMFernandez.

14 years agoCondense author aliases for MSZKellermayer and SBSmith.
W. Trevor King [Sat, 23 Oct 2010 17:21:59 +0000 (13:21 -0400)]
Condense author aliases for MSZKellermayer and SBSmith.

14 years agoAdded dates to rief97* which swapped a <-> b.
W. Trevor King [Sat, 23 Oct 2010 16:49:18 +0000 (12:49 -0400)]
Added dates to rief97* which swapped a <-> b.

14 years agoAdded dates to carrion-vazques99* 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.

14 years agoFix some long URLs that had been wrapped by pybtex.
W. Trevor King [Sat, 23 Oct 2010 15:37:55 +0000 (11:37 -0400)]
Fix some long URLs that had been wrapped by pybtex.

14 years agoMerge branch 'master' of ssh://einstein/~/public_html/code/git/thesis
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

14 years agoMove src/packages/ to src/package/.
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.

14 years agoStandardize figure size (15cmx10cm) for fit-space/means.gp.
W. Trevor King [Sun, 17 Oct 2010 20:53:30 +0000 (16:53 -0400)]
Standardize figure size (15cmx10cm) for fit-space/means.gp.

14 years agoGive root.bib a final run through pybtex.
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.

14 years agoConsolidate macros in root.bib.
W. Trevor King [Sat, 16 Oct 2010 19:18:31 +0000 (15:18 -0400)]
Consolidate macros in root.bib.

14 years agoReformatted root.bib with pybtex and rekeyed LaTeX source appropriately.
W. Trevor King [Sat, 16 Oct 2010 17:50:35 +0000 (13:50 -0400)]
Reformatted root.bib with pybtex and rekeyed LaTeX source appropriately.

14 years agoMore key/name tuning in root.bib.
W. Trevor King [Sat, 16 Oct 2010 17:45:08 +0000 (13:45 -0400)]
More key/name tuning in root.bib.

14 years agoSet custom key for NIST:gumbel entry.
W. Trevor King [Sat, 16 Oct 2010 17:39:14 +0000 (13:39 -0400)]
Set custom key for NIST:gumbel entry.

14 years agoAdditional field name cleanups in root.bib.
W. Trevor King [Sat, 16 Oct 2010 17:31:48 +0000 (13:31 -0400)]
Additional field name cleanups in root.bib.

14 years agoSet custom keys for codata entries.
W. Trevor King [Sat, 16 Oct 2010 17:25:46 +0000 (13:25 -0400)]
Set custom keys for codata entries.

14 years agoSet custom keys for uniprot entries.
W. Trevor King [Sat, 16 Oct 2010 17:24:32 +0000 (13:24 -0400)]
Set custom keys for uniprot entries.

14 years agoDifferentiate Best2008 bibtex entries.
W. Trevor King [Sat, 16 Oct 2010 17:16:32 +0000 (13:16 -0400)]
Differentiate Best2008 bibtex entries.

14 years agoRemoved duplicate keywords fields from staple08.
W. Trevor King [Sat, 16 Oct 2010 17:13:59 +0000 (13:13 -0400)]
Removed duplicate keywords fields from staple08.

14 years agoRemove duplicate note field from ciccotti86.
W. Trevor King [Sat, 16 Oct 2010 17:10:52 +0000 (13:10 -0400)]
Remove duplicate note field from ciccotti86.

14 years agoRemove duplicate note field from ryckaert77.
W. Trevor King [Sat, 16 Oct 2010 17:09:25 +0000 (13:09 -0400)]
Remove duplicate note field from ryckaert77.

14 years agoConsolitate duplicate schlierf04 entries.
W. Trevor King [Sat, 16 Oct 2010 17:07:57 +0000 (13:07 -0400)]
Consolitate duplicate schlierf04 entries.

14 years agoCorrect DeGrado -> WDeGrado typo.
W. Trevor King [Sat, 16 Oct 2010 17:05:10 +0000 (13:05 -0400)]
Correct DeGrado -> WDeGrado typo.