W. Trevor King [Fri, 17 May 2013 17:33:38 +0000 (13:33 -0400)]
blurb/abstract.tex: Replace 'OSes' with 'operating systems'
Mom didn't like the expansion '(operating system)es'.
W. Trevor King [Thu, 16 May 2013 05:58:01 +0000 (01:58 -0400)]
package/siunitx.sty: Bundle siunitx 2.5q
My distribution's version of siunitx (2.2i, distributed as part of
dev-texlive/texlive-science-2011) doesn't play well with LaTeX3:
$ pdflatex -shell-escape root
...
(/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/command-not-defined"
!
! Control sequence \tl_replace_all_in:Nnn undefined.
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l.333 ...variant:Nn \tl_replace_all_in:Nnn { NnV }
Work around this by bundling the current version. Source is at:
https://github.com/josephwright/siunitx/
W. Trevor King [Thu, 16 May 2013 05:57:37 +0000 (01:57 -0400)]
calibcant/discussion.tex: Use siunitx to align columns on decimals
W. Trevor King [Thu, 16 May 2013 05:31:13 +0000 (01:31 -0400)]
calibcant/discussion.tex: Add tab:calibcant:stability
Showing that spring constant measurements are reliable over day-sized
time intervals.
W. Trevor King [Thu, 16 May 2013 02:11:23 +0000 (22:11 -0400)]
methods.tex: Fix '^-1' -> '^{-1}' typos
W. Trevor King [Thu, 16 May 2013 02:06:18 +0000 (22:06 -0400)]
calibcant/procedure.tex: Describe residual and approach-retract
Mom suggested more clarity.
W. Trevor King [Thu, 16 May 2013 02:02:36 +0000 (22:02 -0400)]
calibcant/procedure.tex: Remove redundant stack-sharing sentence
We only need to tell them once in the caption for fig:calibcant:stack.
W. Trevor King [Thu, 16 May 2013 01:58:40 +0000 (21:58 -0400)]
pyafm/stack.tex: Reference fig:calibcant:stack from fig:pyafm:stack
And mention that unfold-protein holds the control logic.
W. Trevor King [Thu, 16 May 2013 01:52:22 +0000 (21:52 -0400)]
packages.tex: Make epigraphs wider
Mom pointed out that the default width comes across as a bit narrow.
I expect it is designed for epigraphs on pages that contain only a
chapter or part title, not for works where the chapter title and text
are on the same page.
W. Trevor King [Thu, 16 May 2013 01:50:33 +0000 (21:50 -0400)]
pyafm/stack.tex: Use a little thermometer in the caption :)
Rename the old '\thermometer' -> '\thermometerx' to make room for the
new user-facing '\thermometer' command.
W. Trevor King [Thu, 16 May 2013 01:33:27 +0000 (21:33 -0400)]
local_cmmds.tex: Use bending arrows in \tikzstack
Instead of stacking arrows of different widths. The small arrow had
been hard to see with the big arrow behind it. The bending is much
more elegant.
W. Trevor King [Thu, 16 May 2013 01:26:18 +0000 (21:26 -0400)]
pyafm/stack.tex: Explain the thermometer icon
W. Trevor King [Thu, 16 May 2013 01:12:12 +0000 (21:12 -0400)]
pyafm/overview.tex: Fix 'a software' -> 'software' typo
W. Trevor King [Thu, 16 May 2013 01:06:24 +0000 (21:06 -0400)]
pyafm/overview.tex: Pull introductory text from pyafm/main.tex
Make the main.tex switchyard cleaner by pulling out text that probably
won't see much more editing.
W. Trevor King [Thu, 16 May 2013 01:05:09 +0000 (21:05 -0400)]
pyafm/main.tex: Explain 'stack' and why modularization is useful
W. Trevor King [Thu, 16 May 2013 00:11:50 +0000 (20:11 -0400)]
Fix 'timescales' -> 'time scales', and other assorted typos
As pointed out by Granddaddy:
* "because it takes a quite a bit": The first "a" is redundant
* "timescales": this is awkward: "time-scales" is more logical than
"timescales." I suggest you hyphenate this word.
* "unfolding experiment, they observed ...": "the" is a typo
I went with "time scale" which we see in abstracts for evans97, lu99,
evans01, msli06, mickler07. "timescale" shows up in dietz04, but I
agree with Graddaddy that it's awkward. I imagine the shortening
comes from writing too much software and/or speaking German ;).
I fixed some other things I noticed along the way.
W. Trevor King [Wed, 15 May 2013 21:00:36 +0000 (17:00 -0400)]
pyafm/stack.tex: Add detail to the fig:pyafm:stack caption
We declare a new \tikzline command to make it easier to draw sample
lines in captions (which can't handle fragile commands). Hopefully
the figure is intelligable to folks now :).
W. Trevor King [Wed, 15 May 2013 20:33:48 +0000 (16:33 -0400)]
calibcant/procedure.tex: Be more explicit about "brain" modules
W. Trevor King [Wed, 15 May 2013 20:27:38 +0000 (16:27 -0400)]
local_cmmds.tex: Factor out TikZ stack figure into \tikzstack
Keeping changes syncronized by hand is madness :p.
I also added arrows (after suggestions from both Mom and Prof. Cruz)
showing data flow to/from the physical nodes to their associated
software package. There's also a new dashed separator between the
software packages and the physical nodes.
W. Trevor King [Wed, 15 May 2013 15:38:00 +0000 (11:38 -0400)]
sawsim/introduction.tex: Add a lead in paragraph (why this chapter?)
A number of my readers have been confused about why I lead off my
contributions with the sawsim chapter. This paragraph is an attempt
to lay that out for them.
W. Trevor King [Wed, 15 May 2013 15:07:38 +0000 (11:07 -0400)]
apparatus/procedure.tex: Add 'force curve' to the nomenclature
This term comes up a lot, and it's likely the first time most readers
will hear it.
W. Trevor King [Tue, 14 May 2013 18:30:02 +0000 (14:30 -0400)]
calibcant: Move Lorentzian discussion before the PSD derivation
Prof. Cruz points out that the damped harmonic oscillator should be
old hat. Lay out the confusion first to motivate the gory details
that follow.
W. Trevor King [Tue, 14 May 2013 15:59:31 +0000 (11:59 -0400)]
apparatus/cantilever-calib.tex: Shift math intro to calibcant/overview.tex
We don't want to start glazing eyes right out of the gate ;). I try
and focus on the text in the first two chapters, leaving the math to
the hardy souls who continue into the meat of the thesis.
W. Trevor King [Tue, 14 May 2013 13:27:03 +0000 (09:27 -0400)]
diff --git a/src/apparatus: Fix "it's" -> "its" typo
W. Trevor King [Tue, 14 May 2013 13:04:30 +0000 (09:04 -0400)]
abstract: Name drop I27, Na, and Ca
To help reinforce the idea that science is being done ;).
W. Trevor King [Tue, 14 May 2013 03:24:20 +0000 (23:24 -0400)]
calibcant/procedure.tex: Add a calibcant/pyafm stack figure
Make the parallel with the stack used by unfold-protein painfully
obvious by duplicating the figure with a differend greyed-out brain
module.
W. Trevor King [Mon, 13 May 2013 23:38:13 +0000 (19:38 -0400)]
pyafm/stack.tex: Add AFM schematic to stack dependency tree
Give folks a concrete idea of the roll of each module. Also grey-out
the calibcant node, since it's not part of the experiment control
stack.
W. Trevor King [Sat, 11 May 2013 17:22:52 +0000 (13:22 -0400)]
apparatus/afm.tex: Use braces to link AFM and piezo subfloats
Prof. Cruz felt the relationship between the two subfloats should be
more obvious. I use TikZ to draw an overlay line connecting saved
anchor points in the two subfloats. PGF/TikZ is awesome!
The xshifts move the anchor points from the center of the brace
endpoint line (between the teeth) to the point of the brace (at the
back of the throat).
W. Trevor King [Fri, 10 May 2013 19:32:25 +0000 (15:32 -0400)]
{pyafm,packaging}/main.bib: Update version information for live packages
Now they match the versions I was using for my final data runs.
W. Trevor King [Fri, 10 May 2013 18:23:13 +0000 (14:23 -0400)]
software-versions: No need for a subdirectory for a single file
W. Trevor King [Fri, 22 Feb 2013 00:24:00 +0000 (19:24 -0500)]
software-versions: Bump to 2013-02-21T19-24-00
W. Trevor King [Sat, 19 Jan 2013 04:20:28 +0000 (23:20 -0500)]
software-versions: Bump to 2013-01-18T23-20-28
W. Trevor King [Sat, 19 Jan 2013 03:29:25 +0000 (22:29 -0500)]
software-versions: Bump to 2013-01-18T22-29-25
W. Trevor King [Thu, 17 Jan 2013 16:19:26 +0000 (11:19 -0500)]
software-versions: This is the 2013-01-17T11-19-26 run of version.sh
Since I'm adding these to a Git repository for easy diffing, I've
stripped the timestamp prefix.
W. Trevor King [Thu, 17 Jan 2013 16:19:00 +0000 (11:19 -0500)]
version.sh: A script for recording version info of a Gentoo system
You can get a reasonable way towards this with:
$ equery list '*'
but that doesn't give you revision granularity for live ebuilds (where
ebuild version 9999 could be anything :p). Since most of my
experimental stack is live, I wrote up this script.
W. Trevor King [Thu, 9 May 2013 20:54:06 +0000 (16:54 -0400)]
apparatus/polymer-synthesis.tex: Emphasize I27 in the title
Prof. Cruz pointed out that the focus on I27 seemed poorly motivated.
Name dropping in the title, this should raise awareness that this
section explains why we use I27, as well as how you make it.
Also start the slow transition to sentence-style capitalization in
section titles.
W. Trevor King [Thu, 9 May 2013 20:46:08 +0000 (16:46 -0400)]
figures/binary/ants.jpg: Add ants figure
I'd meant to add this in
807439e (blurb/acknowledgments.tex: Flesh out
acknowledgements, 2013-05-08), but forgot to commit it. Better late
than never ;).
W. Trevor King [Thu, 9 May 2013 20:43:34 +0000 (16:43 -0400)]
introduction/main.tex: Add 'Why unfolding?' section
W. Trevor King [Thu, 9 May 2013 20:09:41 +0000 (16:09 -0400)]
introduction/main.tex: Add a lead-in paragraph
Instead of jumping in at the top, Prof. Cruz suggested zooming out
from my work to the big picture before drilling back down. Adding
more context can't hurt ;).
W. Trevor King [Thu, 9 May 2013 02:36:07 +0000 (22:36 -0400)]
Convert existing external references to \xref, \fref, etc.
Hooray consistency!
W. Trevor King [Thu, 9 May 2013 02:17:03 +0000 (22:17 -0400)]
local_cmmds.tex: Add 'section' processing to \fref
Again, matching cleveref's \cref{} formatting
W. Trevor King [Thu, 9 May 2013 02:07:36 +0000 (22:07 -0400)]
local_cmmds.tex: Use `Eq.` instead of `Eqn.` in \fref
For consistency with cleveref's \cref{}.
W. Trevor King [Thu, 9 May 2013 02:03:33 +0000 (22:03 -0400)]
local_cmmds.tex: Only equations need (value) in \iref
We want `Eqn. (a)` and `Fig. b`, not `Fig. (b)`.
W. Trevor King [Thu, 9 May 2013 01:50:49 +0000 (21:50 -0400)]
local_cmmds.tex: Escape whitespace in \xref
Now
(\xref{a}{equation}{c})
is rendered as
(A Eqn. (c))
instead of
( A Eqn. (c) )
W. Trevor King [Thu, 9 May 2013 00:44:23 +0000 (20:44 -0400)]
local_cmmds.tex: Remove posessive in \xref
Because
Name^{ref}'s Eq. (X)
looks silly, and I couldn't find a clean way to get
Name's^{ref} Eq.(X)
W. Trevor King [Thu, 9 May 2013 00:33:19 +0000 (20:33 -0400)]
local_cmmds.tex: Add \iref, \fref, and \xref
This makes it easy to get consistent (and flexible) formatting for
references to external equations, figures, etc. I'm surprised that
this isn't somehow bundled into cleveref or natbib. If I get time, I
may try and pull it out into its own package.
Based Joseph Wright's answer [2] to a question about switch statements
[1].
[1]: http://tex.stackexchange.com/questions/29133/how-to-create-switch-structure-comparing-strings-in-latex
[2]: http://tex.stackexchange.com/a/29139
W. Trevor King [Wed, 8 May 2013 23:18:30 +0000 (19:18 -0400)]
src/pyafm/main.tex: Add missing em-dash in Whitehead epigraph
W. Trevor King [Wed, 8 May 2013 21:47:03 +0000 (17:47 -0400)]
calibcant/discussion.tex: Cite benedetti12 for valid "Lorentzian"
Maybe there is a distinction between "a Lorentzian function" and "the
Lorentzian" that I am unaware of... At least Benedetti uses the right
function.
W. Trevor King [Wed, 8 May 2013 21:41:24 +0000 (17:41 -0400)]
calibcant/theory.tex: Cite benedetti12 for eq:DHO-psd
He has a similar treatment to my theory section in his section 8.2.1
(Spectrum of a cantilever) starting on page 99.
Congratulations on graduating, Fabrizio!
W. Trevor King [Wed, 8 May 2013 19:28:38 +0000 (15:28 -0400)]
blurb/acknowledgments.tex: Flesh out acknowledgements
Thank people :D.
Also add contact info and link to the Git repository for people who
only stumble across the dead-trees version of this thing.
W. Trevor King [Wed, 8 May 2013 17:08:31 +0000 (13:08 -0400)]
README,root.tex: Update drexel.edu to tremily.us
That way they'll point somewhere I can maintain after graduating.
W. Trevor King [Wed, 8 May 2013 16:50:34 +0000 (12:50 -0400)]
src/hooke: Initial work on a Hooke chapter
I'm stopping here and moving on to my buffer-results from February, so
I have something to show at my next committee meeting.
W. Trevor King [Wed, 8 May 2013 15:13:57 +0000 (11:13 -0400)]
apparatus/cantilever-calib.tex: Avoid blank lines before \nomenclature{}
W. Trevor King [Wed, 8 May 2013 15:08:59 +0000 (11:08 -0400)]
calibcant/theory.tex: Rework general derivations to remove G_1 (G_1p -> G_1)
Values for the G constants are more easily calculated from the
equipartition theorem than through chaining G definitions. I removed
G_1 entirely, and renamed G_1p -> G_1.
I also check my results against publishes sources. It would have been
helpful if I had discovered burnham03 earlier :p. They have a general
PSD formula, white and 1/f noise terms, and interference-based piezo
calibration. Institutionalizing knowledge like this (vs. relying on
vast literature searches) is a good reason to consolidate work around
a small numer of open source tools. Sigh.
W. Trevor King [Wed, 8 May 2013 03:06:33 +0000 (23:06 -0400)]
root.bib: Confirmation from Bechhoefer about missing 1/pi in A12
On Tue, May 07, 2013 at 07:19:32PM -0700, John Bechhoefer wrote:
> Right you are! And you are the first person in > 10 years to catch
> this :)
W. Trevor King [Wed, 8 May 2013 02:05:03 +0000 (22:05 -0400)]
packages.tex: Don't use footmisc (it doesn't mesh with hyperref)
From the footmisc manual:
User interface---interactions with other packages
...
hyperref
The hyperref package has ambitions to make hyperlinks from
footnote marks to the corresponding footnote body; naturally this
causes grief to footmisc, and unfortunately no remedy is currently
known. If you use footmisc, suppress hyperref’s hyper-footnotes,
by loading it as:
\usepackage[hyperfootnotes=false,...]{hyperref}
Further work on the interaction between the two packages is
proposed, but not yet scheduled.
See also:
http://tex.stackexchange.com/questions/71664/why-are-all-of-my-footnotes-hyperlinked-to-the-titlepage
I can't delay the hyperref import until after footmisc, because the
hyperref import happens inside drexel-thesis.
W. Trevor King [Wed, 8 May 2013 01:45:59 +0000 (21:45 -0400)]
calibcant/discussion.tex: Fix 'eq:eq:peak-frequency' -> 'eq:peak-frequency'
W. Trevor King [Wed, 8 May 2013 01:34:12 +0000 (21:34 -0400)]
root.bib: Add livadaru03 and burnham03 and mark typos
Typos in equations listed in bechhoefer02, schlierf06, livadaru03, and
puchner08. I have contacted the listed author in each case, but so
far there are no published errata :(. To be fair, I only emailed
Bechhoefer a few hours ago ;).
Excerpts from the relevant emails:
On Tue, Apr 08, 2008 at 07:16:34PM -0400, W. Trevor King wrote:
> ...
> > My double integral is exploding, so I was double checking your formulas.
> I believe you swapped signs in the exponent in your Kramers' rate equation.
>
> It should be
> k^-1 = 1/D \int_{x_-}^{x_+} e^{ \beta U(x)} [ \int_{0}^{x} e^{- \beta U(x')} dx' ] dx
> not
> k^-1 = 1/D \int_{x_-}^{x_+} e^{- \beta U(x)} [ \int_{0}^{x} e^{ \beta U(x')} dx' ] dx
>
> See, for example, H\"anggi et al., Rev. Mod. Phys 1990,
> http://prola.aps.org/abstract/RMP/v62/i2/p251_1
> Equation 4.56b,
> or Socci et al., J Chem Phy 1996
> http://arxiv.org/pdf/cond-mat/
9601091
> Equation 2.
On Wed, Apr 09, 2008 at 09:03:02AM +0200, Michael Schlierf wrote:
> For your second email: So far I am pretty sure about our published
> solution as it worked out. So have you double checked your integral
> borders? Try Kramers first in a simple potential, like a cusp-like or
> flat one. For those some analytical solutions are known and you could
> compare.
On Fri, Sep 07, 2012 at 07:09:17AM -0400, W. Trevor King wrote:
> On Fri, Sep 07, 2012 at 09:28:41AM +0200, Roland Netz wrote:
> > sorry for the confusion: Yes, the formula Eq 46 contains typos, as
> > you correctly point out.
>
> Ah. Some sort of heads-up on the article page would be useful,
> because at least Puchner [1] quotes the typo-containing version.
On Wed, Sep 12, 2012 at 01:37:23AM +0000, Puchner, Georg Elias Michael wrote:
> thanks for pointing this out, I wasn't aware of this typo and also
> think they should have published and erratum.
>
> I dug into my old data and code (I am not doing force spectroscopy
> andy more since some years) and implemented your corrected
> version. I attached a comparison of my old transformation equation
> (black line with the parameters γ=22° and b=0.4 nm as published) and
> the fixed equation (dashed red line with γ=41° and b=0.11 nm)
>
> As you see, the quality is only slightly increased for some peaks
> but the parameters now make more sense...
On Tue, May 07, 2013 at 07:05:31PM -0400, W. Trevor King wrote:
> I'm citing your thermal spring constant calculation [1] in my thesis
> [2] to confirm my derivation of the overdamped power spectral density
> of a harmonic oscillator. I was just double-checking my PSD (at the
> end of section 5.2.1 “Highly damped case”, currently around page 48)
> against your equation A12:
>
> x²(ω) = (2kBTγ) / [k²(1+ω²τ₀²)] (A12)
>
> It looks like you're missing a factor of 1/π...
W. Trevor King [Wed, 8 May 2013 01:25:30 +0000 (21:25 -0400)]
pyafm/stack.tex: Fix \citetalias{...} from 'swig' to 'beazley96'
W. Trevor King [Tue, 7 May 2013 20:38:43 +0000 (16:38 -0400)]
local_cmmds.tex: Add \order and \cf commands
W. Trevor King [Tue, 7 May 2013 20:37:30 +0000 (16:37 -0400)]
pyafm/conclusions.tex: Mention materassi09 and aioanei11 as alternatives
W. Trevor King [Tue, 7 May 2013 20:34:18 +0000 (16:34 -0400)]
calibcant/procedure.tex: Mention materassi09's alternative bump technique
W. Trevor King [Tue, 7 May 2013 20:09:45 +0000 (16:09 -0400)]
sawsim/discussion.tex: Talk about benedetti11 in relation to my analysis
W. Trevor King [Tue, 7 May 2013 20:06:00 +0000 (16:06 -0400)]
root.bib: Add kuhn05, materassi09, aioanei11, and benedetti11
The first three include alternatives to Hooke, and the last treats my
king10 theory with a simulation-avoiding bent.
W. Trevor King [Tue, 7 May 2013 16:16:05 +0000 (12:16 -0400)]
pyafm: Use 'open source' instead of 'FLOSS'
Less jargon, and more consistency (e.g. with my title ;). The libre
distinction is small, and not particularly critical to this paper. I
think it is essential that labs let you see their experiment control
software (eakly open source). Whether or not their license allows for
sharing is less critical, although without significant funding
differences, I expect share-alike software to quickly surpass
no-derivatives software in terms of functionality.
W. Trevor King [Tue, 7 May 2013 14:46:35 +0000 (10:46 -0400)]
Fixes suggested by my mom (Lynn Duncan)
Mostly in one of the following categories:
* Fixing typos
* Reducing colloquialism and jargon
* Adding clarification and background
W. Trevor King [Mon, 6 May 2013 18:37:02 +0000 (14:37 -0400)]
blurb/vita.tex: Add a CV using bibunits and currvita
The CV is still commented out (\include{blurb/vita}), but it will be
ready to go once I get into the final drafts.
W. Trevor King [Mon, 6 May 2013 16:49:57 +0000 (12:49 -0400)]
blurb/acknowledgments.tex: Change 'Graphical' -> 'Graphics'
Hopefully this makes it clear that these are languages for writing
graphics, not languages where you program via a graphical interface.
W. Trevor King [Mon, 6 May 2013 16:48:15 +0000 (12:48 -0400)]
blurb/acknowledgments.tex: Link to GNU, Linux, and Gentoo separately
It doesn't take up any more space, and it gives folks who may not
recognize the names easy access to more context.
W. Trevor King [Mon, 6 May 2013 16:41:42 +0000 (12:41 -0400)]
root.tex: Add commented out 'approvalform' option
So I don't forget when I produce the final copy.
W. Trevor King [Mon, 6 May 2013 13:57:02 +0000 (09:57 -0400)]
sawsim/discussion.tex: Fix '1li00' -> 'li00' typo
W. Trevor King [Mon, 6 May 2013 13:55:46 +0000 (09:55 -0400)]
packaging/main.bib: Python prefers the '' prefix
W. Trevor King [Mon, 6 May 2013 13:55:07 +0000 (09:55 -0400)]
pyafm/main.bib: Add reference for OMEGA
W. Trevor King [Mon, 6 May 2013 13:38:15 +0000 (09:38 -0400)]
sawsim/discussion.tex: Fix minted markup for sawsim snippets
W. Trevor King [Mon, 6 May 2013 12:18:33 +0000 (08:18 -0400)]
src/root.bib: Fix 'RWTillamnn' -> 'RWTillmann' typo
This was a typo in the metadata at Science. I sent them an email
suggesting they correct their data, but didn't fix all of my own :p.
W. Trevor King [Mon, 6 May 2013 12:17:39 +0000 (08:17 -0400)]
src/root.bib: Fix 'HJHudspeth' -> 'AJHudspeth' typo
W. Trevor King [Mon, 6 May 2013 12:15:25 +0000 (08:15 -0400)]
sawsim/discussion.tex: Fix Python citetalias
W. Trevor King [Sun, 5 May 2013 19:55:58 +0000 (15:55 -0400)]
calibcant/discussion.tex: Fill in section on data archival
W. Trevor King [Sun, 5 May 2013 19:14:32 +0000 (15:14 -0400)]
calibcant/discussion.tex: Pluralize 'formulae'
W. Trevor King [Sun, 5 May 2013 19:03:16 +0000 (15:03 -0400)]
calibcant/discussion.tex: Fix 'florian95' -> 'florin95' typo
W. Trevor King [Sun, 5 May 2013 18:53:29 +0000 (14:53 -0400)]
root.bib: Fix markup issues for BDrake, YMartin, and HKWickramasinghe
Also remove a duplicate martin87 entry.
W. Trevor King [Sun, 5 May 2013 18:48:50 +0000 (14:48 -0400)]
sawsim/discussion.tex: Fix 'Propogation' -> 'Propagation' typo
W. Trevor King [Sun, 5 May 2013 18:45:34 +0000 (14:45 -0400)]
calibcant/discussion.tex: Fix simplifying multiplication for eq:peak-frequency
We can divide out all the things that *aren't* zero, and still have
the right hand side be equal to zero. However, that doesn't mean that
the new right hand side is the same as the old right hand side ;).
W. Trevor King [Sun, 5 May 2013 18:42:00 +0000 (14:42 -0400)]
calibcant/discussion.tex: POE is approximate (first order Taylor)
W. Trevor King [Sun, 5 May 2013 18:36:33 +0000 (14:36 -0400)]
calibcant/discussion.tex: Cleanup peak-frequency discussion
Add $f_\text{max}$ for clarity, and link to this equation from the
vibration figure.
W. Trevor King [Sun, 5 May 2013 18:24:48 +0000 (14:24 -0400)]
root.bib: Fix math markup in tlusty98 note
W. Trevor King [Sun, 5 May 2013 02:04:27 +0000 (22:04 -0400)]
calibcant: flesh out calibcant chapter
Figures, references, theory, etc.
W. Trevor King [Fri, 3 May 2013 20:58:29 +0000 (16:58 -0400)]
calibcant/theory.tex: Increase linking to apparatus/cantilever-calib
W. Trevor King [Fri, 3 May 2013 20:42:40 +0000 (16:42 -0400)]
calibcant/theory.tex: Cleanup after de-appendicizing
I added a new command \abs{} for absolute values, which uses \lvert
and \rvert. This works better than |...|, because the lines stretch
to enclose their argument. The nomencl package also refuses to add
entries containing the pipe symbol to the nomenclature.
W. Trevor King [Fri, 3 May 2013 20:41:47 +0000 (16:41 -0400)]
pyafm/discussion.tex: Fix 'fig:fig:...' -> 'fig:...' typo
W. Trevor King [Fri, 3 May 2013 15:18:09 +0000 (11:18 -0400)]
sawsim/discussion.tex: Fix '\ie ' -> '\ie\ ' typo
LaTeX macros gobble the trailing space, unless we escape it with '\ '.
W. Trevor King [Thu, 2 May 2013 00:23:03 +0000 (20:23 -0400)]
calibcant: Move most of the derivation in from the appendix
Shrink the cantilever-calib appendix down just the bits where I've
added tons of intermediate steps.
W. Trevor King [Wed, 1 May 2013 23:20:11 +0000 (19:20 -0400)]
apparatus/cantilever-calib.tex: Summarize the experiment procedure
Folks might find the raw equation unenlightening. Hopefully a few
words about the procedure will help this teaser sink in so they're
ready for the calibcant chapter.
W. Trevor King [Wed, 1 May 2013 23:18:35 +0000 (19:18 -0400)]
calibcant/main.tex: Label chapter and sections
Most of the theory derivation (except for the long integrals) will
move here from the current calibration appendix. The new labels allow
us to link into the calibcant-based chapter (vs. a theory-only
chapter), where I can highlight my work.
W. Trevor King [Wed, 1 May 2013 23:12:11 +0000 (19:12 -0400)]
apparatus/cantilever-calib.tex: Move nomenclature out of paragraph
This makes it easier to read the text of the paragraph itself, which
had previously ended a paragraph with a sentence (fixed now).
W. Trevor King [Wed, 1 May 2013 20:49:23 +0000 (16:49 -0400)]
sawsim/discussion.tex: Remove Who's who (only I care ;)
W. Trevor King [Wed, 1 May 2013 20:47:00 +0000 (16:47 -0400)]
pyafm: Fill in the chapter on my control stack
Use minted for syntax highlighting in code excerpts (yay pygments!).
W. Trevor King [Wed, 1 May 2013 20:44:54 +0000 (16:44 -0400)]
figures/labview-comparision: Data and figures comparing control stacks
This should be automated, but I don't have time now.
W. Trevor King [Sun, 28 Apr 2013 19:59:26 +0000 (15:59 -0400)]
Update to TeXLive 2011 needs protected caption subrefs
To avoid:
! Argument of \@caption has an extra }.
fragile \subref{} calls in \caption{} arguments need to be
\protect-ed. For details, see:
http://tex.stackexchange.com/questions/31817/texlive-2011-and-subfig
where egreg points out that the change probably happened in the bump
to caption 3.2.
W. Trevor King [Sat, 27 Apr 2013 03:47:04 +0000 (23:47 -0400)]
root.bib: Add missing @string definition for APL