thesis.git
14 years agounfolding.asy also needs base_afm.asy.
W. Trevor King [Sun, 13 Jun 2010 14:20:45 +0000 (10:20 -0400)]
unfolding.asy also needs base_afm.asy.

14 years agoUse \text intead of \mathrm in \supScript.
W. Trevor King [Sun, 13 Jun 2010 14:19:22 +0000 (10:19 -0400)]
Use \text intead of \mathrm in \supScript.

This avoids setting the font explicitly, which allows the superscript
font to match the standard text font.

14 years agoDedicate to Heaven.
W. Trevor King [Sun, 13 Jun 2010 14:17:47 +0000 (10:17 -0400)]
Dedicate to Heaven.

14 years agoAdded open source highlights to acknowledgments
W. Trevor King [Sun, 2 May 2010 04:58:48 +0000 (00:58 -0400)]
Added open source highlights to acknowledgments

14 years agoMoved remaining text portions of root.tex into src/blurb/
W. Trevor King [Sun, 2 May 2010 04:30:27 +0000 (00:30 -0400)]
Moved remaining text portions of root.tex into src/blurb/

Main benefits:
 * Alias('latex-base') (used by asyprocess) won't change when you edit
   the blurbs.  Previously, that triggered a recompile of all the
   Asymptote graphics (slow).
 * root.tex stays nice and clean, and it's easy to find and edit the
   blurb you want.

14 years agoOnly define \U{} and \E{} workarounds in wtk_graph.asy.
W. Trevor King [Sun, 2 May 2010 03:59:04 +0000 (23:59 -0400)]
Only define \U{} and \E{} workarounds in wtk_graph.asy.

We need redefinitions beacause asymptote missaligns labels if we use
\U{} and \E{} directly.  However, lots of \mbox{} and \cdot10^{} cruft
is both ugly and brittle.  The reworked units() and new Exp() should
be used instead.

math(string) is a simple replacement for "$"+string+"$" which looks
clearer to me in most cases, so I've added that too.

14 years agoAdd fit lines to cantilever-sim/v-dep
W. Trevor King [Sun, 2 May 2010 03:22:23 +0000 (23:22 -0400)]
Add fit lines to cantilever-sim/v-dep

Also tab-separate (vs space separate) cantilever-sim/v-dep.d/*
with:

  for f in v_dep_*; do
    awk 'BEGIN{OFS="\t"}{print $1, $2}' "$f" > tmp && mv -f tmp "$f";
  done

14 years agoConverted sim-hist from Gnuplot to Asymptote.
W. Trevor King [Sun, 2 May 2010 02:26:26 +0000 (22:26 -0400)]
Converted sim-hist from Gnuplot to Asymptote.

14 years agoConvert kappa-sawteeth from Gnuplot to Asymptote.
W. Trevor King [Sun, 2 May 2010 02:06:21 +0000 (22:06 -0400)]
Convert kappa-sawteeth from Gnuplot to Asymptote.

Also:
  * Cleanup Asymptote scanner rules and add descriptive comments.
  * Asymptote scanner rules no longer match directories (e.g. ".").

14 years agoConvert expt-sawtooth from Gnuplot to Asymptote.
W. Trevor King [Sun, 2 May 2010 00:06:05 +0000 (20:06 -0400)]
Convert expt-sawtooth from Gnuplot to Asymptote.

Also:
  * Stripped old comments from sim-sawtooth.asy
  * Added title to sim-sawtooth

14 years agoWith the newer x/y column flexibility, remove fig3a-kx.data from king_vs_best
W. Trevor King [Sat, 1 May 2010 20:29:06 +0000 (16:29 -0400)]
With the newer x/y column flexibility, remove fig3a-kx.data from king_vs_best

Also:
  * added fitlines to that figure
  * removed some old cruft that should never have been versioned in
    the first place.

14 years agoConverted order-dep from Gnuplot to Asymptote.
W. Trevor King [Sat, 1 May 2010 19:42:08 +0000 (15:42 -0400)]
Converted order-dep from Gnuplot to Asymptote.

This lead to some changes in the Asymptote build system:
  * New pyfit approach: site_init.link_pyfit() over old Alias('pyfit').
    The Alias approach made path extraction ugly and brittle.
    The new approach mirrors link_wtk_graph().
  * Adjust graphFile() and pyfit to allow single column (i.e. implicit
    x, explicit y) datafiles.
  * Adjust pyfit to handle single-parameter fitting.

I also increased the horizontal spacing between the v-dep-sd histogram
insets.

14 years agoConverted sim-sawtooth from Gnuplot to Asymptote.
W. Trevor King [Sat, 1 May 2010 02:36:20 +0000 (22:36 -0400)]
Converted sim-sawtooth from Gnuplot to Asymptote.

14 years agoMake v-dep shorter (the caption used to overflow the page)
W. Trevor King [Sat, 1 May 2010 01:45:19 +0000 (21:45 -0400)]
Make v-dep shorter (the caption used to overflow the page)

14 years agoAvoid non-standard macros (they seem to break Asymptote's label alignment)
W. Trevor King [Sat, 1 May 2010 01:17:05 +0000 (21:17 -0400)]
Avoid non-standard macros (they seem to break Asymptote's label alignment)

14 years agoAdded histrograms to v-dep-sd, and legends to both v-dep* graphs.
W. Trevor King [Sat, 1 May 2010 01:03:37 +0000 (21:03 -0400)]
Added histrograms to v-dep-sd, and legends to both v-dep* graphs.

They also get a nice dashed line highlighting the histogram source data.

14 years agoConverted figures/v-dep from Gnuplot to Asympote (except for embedded histograms)
W. Trevor King [Fri, 30 Apr 2010 13:51:22 +0000 (09:51 -0400)]
Converted figures/v-dep from Gnuplot to Asympote (except for embedded histograms)

14 years agoEnsure the 'asytools' and 'pyfit' aliases are defined before working on figures
W. Trevor King [Fri, 30 Apr 2010 13:39:38 +0000 (09:39 -0400)]
Ensure the 'asytools' and 'pyfit' aliases are defined before working on figures

14 years agoRemove figure/scripts duplicate of figure/script (added in fe7fe60ef30da6cd919ce183b4...
W. Trevor King [Fri, 30 Apr 2010 13:37:54 +0000 (09:37 -0400)]
Remove figure/scripts duplicate of figure/script (added in fe7fe60ef30da6cd919ce183b47668552fb10583)

14 years agoFixed tuple-concat error in site_init._recursive_glob_dir
W. Trevor King [Fri, 30 Apr 2010 12:24:41 +0000 (08:24 -0400)]
Fixed tuple-concat error in site_init._recursive_glob_dir

Also:
  * Added first option to site_init.include_child_SConscripts()

14 years agoAdded pyfit script using Python's SciPy module for least-squares fitting
W. Trevor King [Fri, 30 Apr 2010 12:10:47 +0000 (08:10 -0400)]
Added pyfit script using Python's SciPy module for least-squares fitting

14 years agoPulled subdirs() functionality into it's own fn in site_init.py.
W. Trevor King [Fri, 30 Apr 2010 10:21:32 +0000 (06:21 -0400)]
Pulled subdirs() functionality into it's own fn in site_init.py.

14 years agoGeneralized wtk_graph functions to allow user-controlled x/y/z columns
W. Trevor King [Thu, 29 Apr 2010 21:59:57 +0000 (17:59 -0400)]
Generalized wtk_graph functions to allow user-controlled x/y/z columns

14 years agoAdd Alias('bibtex-files') dependency as SCons' LaTeX scanner doesn't seem to.
W. Trevor King [Thu, 29 Apr 2010 06:33:13 +0000 (02:33 -0400)]
Add Alias('bibtex-files') dependency as SCons' LaTeX scanner doesn't seem to.

14 years agoAdd king_vs_best dependency rules to SCons build tree
W. Trevor King [Thu, 29 Apr 2010 05:59:00 +0000 (01:59 -0400)]
Add king_vs_best dependency rules to SCons build tree

14 years agoRework Alias('asymptote-figures'). Previous implementation didn't build the asyfig...
W. Trevor King [Thu, 29 Apr 2010 05:21:10 +0000 (01:21 -0400)]
Rework Alias('asymptote-figures').  Previous implementation didn't build the asyfig targets.

14 years agoAdjustments to graphMatrixFile for much smaller output.
W. Trevor King [Thu, 29 Apr 2010 04:22:09 +0000 (00:22 -0400)]
Adjustments to graphMatrixFile for much smaller output.

New implementation converts input x/y/z arrays to x and y sets
specifying coordinates for a z matrix, which asymptote handles more
cleanly than nominally non-gridded data.

Also fixed palette positioning, which was broken in the previous
implementation.

14 years agoFix exponent "^-1" -> "^{-1}" in fit-valley.asy
W. Trevor King [Wed, 28 Apr 2010 22:51:24 +0000 (18:51 -0400)]
Fix exponent "^-1" -> "^{-1}" in fit-valley.asy

14 years agoRemoved wtk_graph.asy symlink from fit-space
W. Trevor King [Wed, 28 Apr 2010 22:44:26 +0000 (18:44 -0400)]
Removed wtk_graph.asy symlink from fit-space

Local wtk_graph creation is handled by link_wtk_graph() in the
SConscript file.

14 years agoConverted figures/fit-space/fig.gp to fit-valley.asy.
W. Trevor King [Wed, 28 Apr 2010 22:24:18 +0000 (18:24 -0400)]
Converted figures/fit-space/fig.gp to fit-valley.asy.

But the current output PDF is big and slow :(.

14 years agoAdd Alias('asymptote-figures') for explicit \asyfig dependencies.
W. Trevor King [Wed, 28 Apr 2010 21:56:01 +0000 (17:56 -0400)]
Add Alias('asymptote-figures') for explicit \asyfig dependencies.

Also:
  * Use env.Alias and env.Depends vs. the bare SCons.Script forms.
  * Add figures/cantilever-sim/loading-rate.asy back to build tree.

14 years agoAdd dsfont files to src/packages/
W. Trevor King [Wed, 28 Apr 2010 21:22:27 +0000 (17:22 -0400)]
Add dsfont files to src/packages/

14 years agoAdd explicit dependency thesis -> Alias('extra-packages').
W. Trevor King [Wed, 28 Apr 2010 21:18:24 +0000 (17:18 -0400)]
Add explicit dependency thesis -> Alias('extra-packages').

SCons' LaTeX scanner doesn't pick them up automatically as of SCons
v1.3.

14 years agoReally build thesis.pdf vs. old dummy Touch command.
W. Trevor King [Wed, 28 Apr 2010 21:13:28 +0000 (17:13 -0400)]
Really build thesis.pdf vs. old dummy Touch command.

14 years agoOnly add DISPLAY to the SCons build environment if the user has set it
W. Trevor King [Wed, 28 Apr 2010 21:11:57 +0000 (17:11 -0400)]
Only add DISPLAY to the SCons build environment if the user has set it

14 years agoMerge SCons transition with some Gnuplot->Asymptote work.
W. Trevor King [Wed, 28 Apr 2010 12:14:53 +0000 (08:14 -0400)]
Merge SCons transition with some Gnuplot->Asymptote work.

Conflicts:

tex/src/figures/cantilever-data/Makefile
tex/src/figures/fit-space/Makefile
tex/src/figures/fit-space/king_vs_best.gp

14 years agoRemoved Gnuplot portions of cantilever-data/v-dep
W. Trevor King [Wed, 28 Apr 2010 12:03:40 +0000 (08:03 -0400)]
Removed Gnuplot portions of cantilever-data/v-dep

14 years agoAdded untested graphMatrixFile to wtk_graph.asy
W. Trevor King [Wed, 28 Apr 2010 12:02:18 +0000 (08:02 -0400)]
Added untested graphMatrixFile to wtk_graph.asy

14 years agoTranitioned king_vs_best from Gnuplot to Asymptote
W. Trevor King [Wed, 28 Apr 2010 12:01:11 +0000 (08:01 -0400)]
Tranitioned king_vs_best from Gnuplot to Asymptote

14 years agosdfont -> dsfont typo correction
W. Trevor King [Wed, 28 Apr 2010 11:58:17 +0000 (07:58 -0400)]
sdfont -> dsfont typo correction

14 years agoTransitioned build system from Make to SCons
W. Trevor King [Fri, 16 Apr 2010 05:13:21 +0000 (01:13 -0400)]
Transitioned build system from Make to SCons

14 years agoRemoved fit-space/fit.log
W. Trevor King [Thu, 8 Apr 2010 18:01:26 +0000 (14:01 -0400)]
Removed fit-space/fit.log

I don't know where it came from, but it's a Gnuplot-generated fit log
from something, so it shouldn't get versioned.

14 years agoAdd improved extract_fit_valley.py to fit-space Makefile flow
W. Trevor King [Thu, 8 Apr 2010 17:56:36 +0000 (13:56 -0400)]
Add improved extract_fit_valley.py to fit-space Makefile flow

14 years agoUse mathds over mathbb for double struck fonts
W. Trevor King [Tue, 6 Apr 2010 14:53:41 +0000 (10:53 -0400)]
Use mathds over mathbb for double struck fonts

14 years agoFix DOI for wking10 in root.bib
W. Trevor King [Sun, 4 Apr 2010 22:13:47 +0000 (18:13 -0400)]
Fix DOI for wking10 in root.bib

14 years agoNeed to run latex between bibtex runs to resolve citation note references
W. Trevor King [Thu, 1 Apr 2010 02:34:28 +0000 (22:34 -0400)]
Need to run latex between bibtex runs to resolve citation note references

14 years agoMerge branch 'master' of ssh://einstein/~/public_html/code/git/thesis
W. Trevor King [Fri, 19 Mar 2010 10:26:35 +0000 (06:26 -0400)]
Merge branch 'master' of ssh://einstein/~/public_html/code/git/thesis

14 years agoFix Kpathsea search path configuration in asyprocess.
W. Trevor King [Thu, 18 Mar 2010 20:27:25 +0000 (16:27 -0400)]
Fix Kpathsea search path configuration in asyprocess.

From the Kpathsea manual:
  http://www.chemie.fu-berlin.de/chemnet/use/info/kpathsea/kpathsea_4.html

"
A search path can come from many sources. In priority order (meaning
Kpathsea will use whichever it finds first):

   1. A user-set environment variable, e.g., `TEXINPUTS'.
   2. A program-specific configuration file, e.g., an `S /a:/b' line
   in Dvips' `config.ps'.
   3. A line in a Kpathsea configuration file `texmf.cnf', e.g.,
   `TEXINPUTS=/c:/d'. See section below.
   4. The compile-time default (specified in `kpathsea/paths.h').

...

If the highest-priority search path (in the list in the previous
section) contains an extra colon (i.e., leading, trailing, or
doubled), Kpathsea inserts the next-highest-priority search path that
is set at that point.

...

For example, given
  setenv TEXINPUTS /home/karl:
and a `TEXINPUTS' value from `texmf.cnf' of
  .:$TEXMF//tex
then the final value used for searching will be:
  /home/karl:.:$TEXMF//tex

14 years agoFix \notation -> \nomenclature in singledomain_constantloading.tex
W. Trevor King [Mon, 15 Mar 2010 21:25:20 +0000 (17:25 -0400)]
Fix \notation -> \nomenclature in singledomain_constantloading.tex

14 years agoFixed cantilever-data figure Makefile dependencies (again :p)
W. Trevor King [Mon, 15 Mar 2010 20:18:03 +0000 (16:18 -0400)]
Fixed cantilever-data figure Makefile dependencies (again :p)

14 years agoAdded \equiv to the notation list.
W. Trevor King [Mon, 15 Mar 2010 18:07:26 +0000 (14:07 -0400)]
Added \equiv to the notation list.

Fixed up cantilever-data/Makefile to trigger DATA_DIRS generation.

All cantilever-data/*.sh scrips now exit on errors.

14 years agoCompleted cantilever data figure integration.
W. Trevor King [Mon, 15 Mar 2010 17:25:11 +0000 (13:25 -0400)]
Completed cantilever data figure integration.

14 years agoRenamed "plot-splits" to the more obvious "v-dep"
W. Trevor King [Mon, 15 Mar 2010 13:12:38 +0000 (09:12 -0400)]
Renamed "plot-splits" to the more obvious "v-dep"

14 years agoWorking cantilever-data generation into the Makefile
W. Trevor King [Mon, 15 Mar 2010 13:07:15 +0000 (09:07 -0400)]
Working cantilever-data generation into the Makefile

14 years agoBrought in cantilever-data generation scripts.
W. Trevor King [Mon, 15 Mar 2010 11:18:13 +0000 (07:18 -0400)]
Brought in cantilever-data generation scripts.

14 years agoAdded temporary caption to fig:cantilever:loading-rate (thanks Mom).
W. Trevor King [Mon, 15 Mar 2010 00:39:02 +0000 (20:39 -0400)]
Added temporary caption to fig:cantilever:loading-rate (thanks Mom).

14 years agoAdded monte-carlo.asy figure (and the epsdice package it depends on).
W. Trevor King [Mon, 15 Mar 2010 00:10:22 +0000 (20:10 -0400)]
Added monte-carlo.asy figure (and the epsdice package it depends on).

Added a second pass through BibTeX to pick up any references in
the "note" field.  There don't seem to be any new inclusions after
that point.

Corrected press92 key (had been 02.  Oops :p).

Relabeled eq:model-psd.  We don't fit the post-equipartition theorem
version (eq:DHO-psd), because we're preparing to test the fit, and
we don't gain anything by plugging in a few more scaling factors.

14 years agoCleaned up cantilever-calib equations.
W. Trevor King [Sun, 14 Mar 2010 12:40:23 +0000 (08:40 -0400)]
Cleaned up cantilever-calib equations.

Replaced all remaining \cite{} calls with natbib's \citep{} and
\citet{}.

Switched from semicolon to comma to separate multiple citations.

Switched from plainnat to unsrtnat so citations are numbered in
the order in which they appear.

Upgraded to drexel-thesis v0.7 (\iffinal).

14 years agoUse a bit less negative space for \logp{}
W. Trevor King [Fri, 12 Mar 2010 05:24:34 +0000 (00:24 -0500)]
Use a bit less negative space for \logp{}

14 years agoFixed the bulk of Mom's remaining typos and clarification requests
W. Trevor King [Fri, 12 Mar 2010 04:23:19 +0000 (23:23 -0500)]
Fixed the bulk of Mom's remaining typos and clarification requests

14 years agoFixed typos Mom found in the appenidicies + switched cantilver-calib to cref
W. Trevor King [Thu, 11 Mar 2010 18:34:16 +0000 (13:34 -0500)]
Fixed typos Mom found in the appenidicies + switched cantilver-calib to cref

Use - instead of _ in labels (I think it looks nicer :).

Note that using multiple references in \cref in appendicies
  \cref{eq:res-thm,eq:res-simple}
breaks with cleveref v0.14.2 (but works with v0.15.3).  The errors were:
  ! Missing number, treated as zero.
  <to be read again>
                     {
  l.94 Applying \cref{eq:res_thm,eq:res_simple}
Caused by \@results like
  {2147483647}\@result
rather than the newer
  2147483647,\@result

14 years agoAddressed Mom's concerns about WLC indexing and fixed some sawsim typos
W. Trevor King [Thu, 11 Mar 2010 17:43:00 +0000 (12:43 -0500)]
Addressed Mom's concerns about WLC indexing and fixed some sawsim typos

14 years agoAdd Index and Nomenclature sections
W. Trevor King [Thu, 11 Mar 2010 15:07:55 +0000 (10:07 -0500)]
Add Index and Nomenclature sections

14 years agoMoved figures/contour/contour.asy to asyfig workflow
W. Trevor King [Thu, 25 Feb 2010 15:35:00 +0000 (10:35 -0500)]
Moved figures/contour/contour.asy to asyfig workflow

14 years agoFix i_dep.d -> i-dep.d
W. Trevor King [Thu, 25 Feb 2010 15:23:57 +0000 (10:23 -0500)]
Fix i_dep.d -> i-dep.d

14 years agoAdd FIGS variable to asyprocess Makefiles to reduce duplication
W. Trevor King [Thu, 25 Feb 2010 15:10:10 +0000 (10:10 -0500)]
Add FIGS variable to asyprocess Makefiles to reduce duplication

Also moved the other two schematic ASY figures over from external
builds to asyfig.

14 years agoAdded labels to cantilever simulation figures
W. Trevor King [Thu, 25 Feb 2010 15:09:23 +0000 (10:09 -0500)]
Added labels to cantilever simulation figures

14 years agoPull out cantilever peak index simulation figure.
W. Trevor King [Thu, 25 Feb 2010 15:01:00 +0000 (10:01 -0500)]
Pull out cantilever peak index simulation figure.

14 years agoUse packages.tex in asyprocess calls
W. Trevor King [Thu, 25 Feb 2010 14:44:51 +0000 (09:44 -0500)]
Use packages.tex in asyprocess calls

14 years agoWorking my 2009 Biophys Soc poster into cantilever/
W. Trevor King [Thu, 25 Feb 2010 12:34:31 +0000 (07:34 -0500)]
Working my 2009 Biophys Soc poster into cantilever/

Several large asymptote figures, so rather than using fully external
asy (non-matching fonts, etc) or \usepackage[inline]{asymptote}
(recompiles all asy graphics every time), I've switched to asyfig
  http://www.ctan.org/tex-archive/macros/latex/contrib/asyfig/
The current CTAN version is v0.1b, but that wasn't quite flexible
enough, but Will Robertson versions in git, so I cloned his branch
  http://github.com/wspr/asyfig
and added what I needed
  http://www.physics.drexel.edu/~wking/code/git/asyfig.git/

I don't think it's all working yet, but there's a lot of work since my
last commit, so here's a checkpoint ;).

14 years agoFix other errata listed on http://wiki.creativecommons.org/Legalcode_errata
W. Trevor King [Tue, 23 Feb 2010 20:06:34 +0000 (15:06 -0500)]
Fix other errata listed on wiki.creativecommons.org/Legalcode_errata

14 years agoAdded I27 introduction to sec:cantilever
W. Trevor King [Tue, 23 Feb 2010 19:27:18 +0000 (14:27 -0500)]
Added I27 introduction to sec:cantilever

14 years agoAdded Introduction \section{Thesis Outline}.
W. Trevor King [Tue, 23 Feb 2010 16:19:24 +0000 (11:19 -0500)]
Added Introduction \section{Thesis Outline}.

Spellchecked introduction/main.tex.

Changed title (again :p) to:
  "Temperature and cantilever dependent protein unfolding"

14 years agoChanged title to "Mechanical protein unfolding analysis"
W. Trevor King [Tue, 23 Feb 2010 15:09:51 +0000 (10:09 -0500)]
Changed title to "Mechanical protein unfolding analysis"

14 years agoOops. \copyrightCCBYSA -> \copyrighttextCCBYSA
W. Trevor King [Tue, 23 Feb 2010 15:07:08 +0000 (10:07 -0500)]
Oops.  \copyrightCCBYSA -> \copyrighttextCCBYSA

14 years agoMove Sawsim into paragraph fully into sawsim/introduction.tex
W. Trevor King [Tue, 23 Feb 2010 14:46:10 +0000 (09:46 -0500)]
Move Sawsim into paragraph fully into sawsim/introduction.tex

14 years agoGNU FDL too restrictive, use CC-by-sa instead.
W. Trevor King [Tue, 23 Feb 2010 14:45:27 +0000 (09:45 -0500)]
GNU FDL too restrictive, use CC-by-sa instead.

14 years agoTied unfolding model paragraph into single molecule methods paragraph
W. Trevor King [Tue, 23 Feb 2010 02:25:23 +0000 (21:25 -0500)]
Tied unfolding model paragraph into single molecule methods paragraph

14 years agoFix drexe -> drexel typos in README URLs
W. Trevor King [Tue, 23 Feb 2010 01:30:00 +0000 (20:30 -0500)]
Fix drexe -> drexel typos in README URLs

14 years agoUse \chapter{}, \section{}, and \ref{} in fdl.txt.
W. Trevor King [Tue, 23 Feb 2010 01:23:50 +0000 (20:23 -0500)]
Use \chapter{}, \section{}, and \ref{} in fdl.txt.

Also revert bustamante08 -> betterment08 spellcheck error introduced
in  96237f4dfe4fe90895e36f36199235cfb8282560

14 years agoAdded FDL appendix
W. Trevor King [Mon, 22 Feb 2010 23:29:18 +0000 (18:29 -0500)]
Added FDL appendix

14 years agoAdded README and COPYING (GNU FDL)
W. Trevor King [Mon, 22 Feb 2010 23:19:35 +0000 (18:19 -0500)]
Added README and COPYING (GNU FDL)

14 years agoAdded "Double T" folding pathway example
W. Trevor King [Mon, 22 Feb 2010 23:01:12 +0000 (18:01 -0500)]
Added "Double T" folding pathway example

14 years agoAdded pathway / landscape folding model paragraph
W. Trevor King [Mon, 22 Feb 2010 21:36:25 +0000 (16:36 -0500)]
Added pathway / landscape folding model paragraph

14 years agoWorking through ligand/receptor figure
W. Trevor King [Mon, 22 Feb 2010 15:57:35 +0000 (10:57 -0500)]
Working through ligand/receptor figure

14 years agoWorking through introductory citations, HGP and Levinthal.
W. Trevor King [Mon, 22 Feb 2010 01:16:37 +0000 (20:16 -0500)]
Working through introductory citations, HGP and Levinthal.

14 years agoFix figure 1.1 referencing/labeling
W. Trevor King [Thu, 18 Feb 2010 21:53:01 +0000 (16:53 -0500)]
Fix figure 1.1 referencing/labeling

14 years agoMerge branch 'master' of yang:./rsrch/notes/thesis
W. Trevor King [Thu, 18 Feb 2010 20:51:49 +0000 (15:51 -0500)]
Merge branch 'master' of yang:./rsrch/notes/thesis

14 years agoSome work cleaning up the introductory text
W. Trevor King [Thu, 18 Feb 2010 20:50:53 +0000 (15:50 -0500)]
Some work cleaning up the introductory text

14 years agoDraw Laser and Photodiode in AFM schematic.
W. Trevor King [Thu, 18 Feb 2010 20:35:53 +0000 (15:35 -0500)]
Draw Laser and Photodiode in AFM schematic.

14 years agoMoved AFM-drawing functions from unfolding.asy to base_afm.asy & made substrate motio...
W. Trevor King [Thu, 18 Feb 2010 17:34:14 +0000 (12:34 -0500)]
Moved AFM-drawing functions from unfolding.asy to base_afm.asy & made substrate motion controllable

14 years agoBroke the figures out into their own src subdirectory.
W. Trevor King [Thu, 18 Feb 2010 00:22:21 +0000 (19:22 -0500)]
Broke the figures out into their own src subdirectory.

They used to live under the different chapters, but the new structure
will make it easier to share figure-generation code between chapters.

14 years agoBroke sawsim chapter into sections and added local_words
W. Trevor King [Wed, 17 Feb 2010 23:53:33 +0000 (18:53 -0500)]
Broke sawsim chapter into sections and added local_words

14 years agoUpdated unfolding-distributions input paths in u..-d../main.tex
W. Trevor King [Wed, 17 Feb 2010 23:33:04 +0000 (18:33 -0500)]
Updated unfolding-distributions input paths in u..-d../main.tex

14 years agoAdded rough chapter outlines
W. Trevor King [Tue, 9 Feb 2010 22:25:13 +0000 (17:25 -0500)]
Added rough chapter outlines

14 years agoFix linenumbers handling and use 'subfig' drexel-thesis option
W. Trevor King [Tue, 9 Feb 2010 20:15:05 +0000 (15:15 -0500)]
Fix linenumbers handling and use 'subfig' drexel-thesis option

14 years agoMoved chapter files to */main.tex
W. Trevor King [Tue, 9 Feb 2010 12:33:23 +0000 (07:33 -0500)]
Moved chapter files to */main.tex

14 years agoMerged viscocity notes
W. Trevor King [Thu, 14 Jan 2010 19:13:51 +0000 (14:13 -0500)]
Merged viscocity notes

14 years agoMerged my hyeon03 equation derivation
W. Trevor King [Thu, 14 Jan 2010 18:43:56 +0000 (13:43 -0500)]
Merged my hyeon03 equation derivation

14 years agoBrought in unfolding_distributions
W. Trevor King [Thu, 14 Jan 2010 17:19:01 +0000 (12:19 -0500)]
Brought in unfolding_distributions