W. Trevor King [Tue, 28 May 2013 15:58:05 +0000 (11:58 -0400)]
index.html.itex: Claim my stuff (the pyafm stack and sawsim)
Make it obvious what I'm contributing. I have the inconsistency slide
about calibcant, so it probably doesn't need a similar tweak.
W. Trevor King [Tue, 28 May 2013 15:57:13 +0000 (11:57 -0400)]
index.html.itex: More detailed titles on TOC slides
To help folks understand why we're doing Monte Carlo simulations and
salt experiments.
W. Trevor King [Tue, 28 May 2013 15:45:24 +0000 (11:45 -0400)]
index.html.itex: Make scale examples smaller
We don't want them to seem like conclusions.
W. Trevor King [Tue, 28 May 2013 15:44:12 +0000 (11:44 -0400)]
pbs-0.5M-CaCl2-hist.asy: Use a linear y-axis (unfolding frequency)
On a log scale, significant differences don't seem so significant ;).
W. Trevor King [Tue, 28 May 2013 15:42:31 +0000 (11:42 -0400)]
index.html.itex: Add a calibcant calculation flow chart
W. Trevor King [Tue, 28 May 2013 13:41:41 +0000 (09:41 -0400)]
index.html.itex: Realign kappa results to fit on small screens
With 1024x768 resolution, the original alignment had been pushing the
x standard deviation units (nm) off the screen.
W. Trevor King [Tue, 28 May 2013 02:41:02 +0000 (22:41 -0400)]
index.html.itex: Add acknowledgments
W. Trevor King [Tue, 28 May 2013 02:40:18 +0000 (22:40 -0400)]
index.html.itex: Add conclusions for salt, hardware, and software
W. Trevor King [Tue, 28 May 2013 02:38:55 +0000 (22:38 -0400)]
index.html.itex: Cite Sandal-2009 for Hooke
W. Trevor King [Tue, 28 May 2013 01:20:53 +0000 (21:20 -0400)]
index.html.itex: Add Hooke slide
No time for details, but let people know that going from unfolding
curves to histograms is not trivial.
W. Trevor King [Tue, 28 May 2013 01:18:09 +0000 (21:18 -0400)]
index.html.itex: Use half-width unfolding schematic for sawsim intro
It doesn't matter with a tall, skinny schematic, but it's a half-width
slot.
W. Trevor King [Tue, 28 May 2013 01:16:37 +0000 (21:16 -0400)]
index.html.itex: Label piezo crystal as PZT
Otherwise I will surely forget its name ;).
W. Trevor King [Mon, 27 May 2013 22:04:52 +0000 (18:04 -0400)]
Add histograms comparing PBS unfolding with PBS + 0.5 M CaCl2
These are the histograms (and the unfolding force series from which
they are constructed) used in the sawsim fits on the following slide.
`diff --git a/Makefile b/Makefile
index
3e7e510..
6fa0f2c 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,8 @@ THUMBNAILS = \
$(DEST)/fit-valley-fw-fh.png \
$(DEST)/1TIT-hbond-fw-fh.png \
$(DEST)/fit-valley-PBS-hw-hh.png \
- $(DEST)/fit-valley-PBS-0.5M-CaCl2-hw-hh.png
+ $(DEST)/fit-valley-PBS-0.5M-CaCl2-hw-hh.png \
+ $(DEST)/pbs-0.5M-CaCl2-hist-fw-fh.png
# $(DEST)/landscape-cant-hw-hh.png
W. Trevor King [Mon, 27 May 2013 19:24:05 +0000 (15:24 -0400)]
css/local.css: Highlight the active entry in the table of contents
W. Trevor King [Mon, 27 May 2013 19:22:43 +0000 (15:22 -0400)]
index.html.itex: Add a table of contents at the start of each section
W. Trevor King [Mon, 27 May 2013 19:17:34 +0000 (15:17 -0400)]
index.html.itex: Fix 'Sawsim' -> 'Salt' for salty buffer slides
A copy-paste error.
W. Trevor King [Mon, 27 May 2013 19:11:51 +0000 (15:11 -0400)]
media/src/asy/fit-valley-PBS*: Add sawsim fit valleys for salt data
W. Trevor King [Mon, 27 May 2013 19:08:04 +0000 (15:08 -0400)]
wtk_graph.asy: Fix palette positioning in graphMatrixFile
We know where the figure axes end (k_u0 and dx) in graph coordinates,
and the palette() function expects and initial and final pair in graph
coordinates, but we want the palette offset to be in frame
coordinates. This means we need to take our figure corners from graph
coordinate through picture coordinates to frame frame coordinates, add
our offset, and go back through picture coordinates to graph
coordinates before passing the values in to palette().
W. Trevor King [Mon, 27 May 2013 17:25:25 +0000 (13:25 -0400)]
fit-valley.dat: dx data is in meters, not nm
W. Trevor King [Mon, 27 May 2013 13:04:22 +0000 (09:04 -0400)]
.gitignore: Add index.html (generated from index.html.itex)
W. Trevor King [Wed, 22 May 2013 00:14:30 +0000 (20:14 -0400)]
beige.css: Treat objects (SVG) and videos like images
With the same borders, etc. Principle of least surprise ;).
W. Trevor King [Wed, 22 May 2013 00:13:51 +0000 (20:13 -0400)]
beige.css: Use white borders for images
The dark borders are a bit too distracting for me.
W. Trevor King [Wed, 22 May 2013 00:12:37 +0000 (20:12 -0400)]
css/theme/font: Use local fonts, not Google's live versions
I still want to be able to give this talk if I don't have network
access ;).
W. Trevor King [Wed, 22 May 2013 00:10:22 +0000 (20:10 -0400)]
index.html.itex: Convert index.html to itex2MML-generated source
For easy math inclusion. Also fill in the bulk of my talk, up to the
salt stuff. All of the figure generation is handled by the Makefile,
just run `make` and point your browser at the generated index.html.
W. Trevor King [Wed, 22 May 2013 00:09:05 +0000 (20:09 -0400)]
monte-carlo.asy: Use epsdice package for the dice
In the thesis, this is imported at globally, but for stand-alone
Asymptote graphics we need this local import.
W. Trevor King [Mon, 20 May 2013 13:45:15 +0000 (09:45 -0400)]
media/src/binary: Add binary images from around the web
I tried to extract these from citable papers.
W. Trevor King [Mon, 20 May 2013 13:43:49 +0000 (09:43 -0400)]
media/src/tikz: Add TikZ images
These were extracted from my thesis using GIMP. I tried to render
them using TikZ' "external" library, but couldn't get that working in
the time I had to spare.
W. Trevor King [Mon, 20 May 2013 13:41:44 +0000 (09:41 -0400)]
media/src/matplotlib: Add plots from cantilever calibration.
All from 2013-02-07T08-20-46. It would be nice to render these
automatically, but I don't have time to work that out now.
W. Trevor King [Mon, 20 May 2013 13:40:30 +0000 (09:40 -0400)]
media/src/labview: Add LabVIEW screenshot from my thesis
Prof. Yang's pulling phase.
W. Trevor King [Mon, 20 May 2013 13:40:02 +0000 (09:40 -0400)]
media/src/asy: Add Asympote graphics from my thesis
W. Trevor King [Mon, 20 May 2013 13:38:24 +0000 (09:38 -0400)]
media/src/pymol: Add PyMol scripts for I27 images
1TIT.pdb is from the PDB. 1TIT.pml is from my thesis. The
1TIT-atoms.pml and 1TIT-hbonds.pml variants are adapted from 1TIT.pml.
W. Trevor King [Mon, 20 May 2013 13:36:28 +0000 (09:36 -0400)]
media/perovskite.svg: Add piezo crystal structure
Source URL:
* http://en.wikipedia.org/wiki/File:Perovskite.svg
W. Trevor King [Sun, 19 May 2013 14:53:31 +0000 (10:53 -0400)]
media/logo/scipy.svg: Check in initial logo download
Source URL:
* http://www.scipy.org/Download?action=AttachFile&do=get&target=scipy.svg
W. Trevor King [Sun, 19 May 2013 04:07:08 +0000 (00:07 -0400)]
media/logo: Convert SVG logos from width/height to viewBox
Now they'll scale appropriately to fit the height I'll specify in
index.html.
W. Trevor King [Sun, 19 May 2013 03:55:13 +0000 (23:55 -0400)]
media/logo/tux.png: Autocrop in GIMP
No need to hard-code whitespace into the image.
W. Trevor King [Sun, 19 May 2013 03:53:59 +0000 (23:53 -0400)]
media/logo/tux.png: Convert from old GIF format
PNG is the new hotness.
W. Trevor King [Sun, 19 May 2013 03:49:52 +0000 (23:49 -0400)]
media/logo: Check in initial logo downloads (with notes)
Source URLs:
* http://www.isc.tamu.edu/~lewing/linux/sit3-shine.7.gif -> tux.gif
* http://www.gnu.org/graphics/heckert_gnu.svg -> gnu.svg
* http://www.python.org/community/logos/python-logo-inkscape.svg -> python.svg
* http://www.gentoo.org/images/gentoo-logo.svg -> gentoo.svg
Hakim El Hattab [Sun, 12 May 2013 21:25:06 +0000 (17:25 -0400)]
typos
Eric Weikl [Sun, 5 May 2013 14:03:42 +0000 (16:03 +0200)]
Allow override of HTML escaping in code blocks
This way, authors can use HTML for special formatting.
Hakim El Hattab [Sat, 4 May 2013 20:07:49 +0000 (16:07 -0400)]
change markdown code sample syntax
Hakim El Hattab [Sat, 4 May 2013 20:06:06 +0000 (16:06 -0400)]
merge master into dev
Hakim El Hattab [Sat, 4 May 2013 19:03:19 +0000 (15:03 -0400)]
Merge branch 'remotes-plugin-natural-bindings' of https://github.com/toy/reveal.js into dev
Hakim El Hattab [Sat, 4 May 2013 18:57:41 +0000 (14:57 -0400)]
rvl.io > slid.es
Hakim El Hattab [Sat, 4 May 2013 17:39:36 +0000 (14:39 -0300)]
re-arrange readme
Hakim El Hattab [Sat, 4 May 2013 17:38:02 +0000 (14:38 -0300)]
setup instructions #357
Hakim El Hattab [Sat, 4 May 2013 14:51:27 +0000 (10:51 -0400)]
add package and serve grunt tasks (closes #437)
Hakim El Hattab [Sat, 4 May 2013 01:51:49 +0000 (21:51 -0400)]
fix ios flicker bug with linear transition #410
Ivan Kuchin [Sat, 4 May 2013 00:27:55 +0000 (02:27 +0200)]
remotes plugin more natural bindings: tap — next, zoom-out — activate overview, zoom-in — deactivate overview
Hakim El Hattab [Fri, 3 May 2013 13:14:38 +0000 (09:14 -0400)]
merge marked tweak
Hakim El Hattab [Fri, 3 May 2013 13:13:10 +0000 (09:13 -0400)]
remove automatic quotation marks on blockquote/q (closes #434)
Amit Kotlovski [Thu, 2 May 2013 15:42:12 +0000 (18:42 +0300)]
remove lang prefix from marked.js to fix highlight issue
Hakim El Hattab [Thu, 2 May 2013 13:18:28 +0000 (09:18 -0400)]
minify marked #433
Hakim El Hattab [Thu, 2 May 2013 13:09:33 +0000 (09:09 -0400)]
merge showdown to marked migration
Amit Kotlovski [Wed, 1 May 2013 20:10:31 +0000 (23:10 +0300)]
Replace the ShowDown Markdown engine with marked
Raymond Camden [Wed, 1 May 2013 19:44:53 +0000 (14:44 -0500)]
Moved my code to auto escape html to the right place
Raymond Camden [Wed, 1 May 2013 19:29:56 +0000 (14:29 -0500)]
Adds support for auto escaping HTML in code blocks.
Hakim El Hattab [Tue, 30 Apr 2013 04:07:07 +0000 (00:07 -0400)]
update control styles for fragments
Hakim El Hattab [Tue, 30 Apr 2013 02:07:09 +0000 (22:07 -0400)]
add isVerticalSlide utility method
Hakim El Hattab [Tue, 30 Apr 2013 01:54:39 +0000 (21:54 -0400)]
greatly improved rtl, slides and progress are now reversed #339
Hakim El Hattab [Sun, 28 Apr 2013 18:12:31 +0000 (14:12 -0400)]
avoid errors in old ie from code highlighting
Hakim El Hattab [Sat, 27 Apr 2013 22:43:14 +0000 (18:43 -0400)]
slight readme tweak
Hakim El Hattab [Sat, 27 Apr 2013 22:42:15 +0000 (18:42 -0400)]
update readme to cover #388
Hakim El Hattab [Sat, 27 Apr 2013 22:36:29 +0000 (18:36 -0400)]
only auto-play media when data-autoplay is set (#388)
Hakim El Hattab [Sat, 27 Apr 2013 22:32:56 +0000 (18:32 -0400)]
auto play/pause youtube video when entering/leaving slide (#388)
Hakim El Hattab [Sat, 27 Apr 2013 22:27:34 +0000 (18:27 -0400)]
auto play/pause html5 media when entering/leaving slide (#388)
Hakim El Hattab [Sat, 27 Apr 2013 22:03:06 +0000 (18:03 -0400)]
add config option for disabling all fragments
Hakim El Hattab [Sat, 27 Apr 2013 21:38:52 +0000 (17:38 -0400)]
fix control arrow anti-aliasing in ff
Hakim El Hattab [Sat, 27 Apr 2013 21:35:17 +0000 (17:35 -0400)]
available fragment routes reflected in control arrows (closes #411)
Hakim El Hattab [Sat, 27 Apr 2013 20:23:28 +0000 (16:23 -0400)]
greatly simplify next/prev fragment routines
Hakim El Hattab [Sat, 27 Apr 2013 20:18:39 +0000 (16:18 -0400)]
also update controls and progress on sync
Hakim El Hattab [Sat, 27 Apr 2013 20:10:47 +0000 (16:10 -0400)]
update progress bar on window resize
Hakim El Hattab [Sat, 27 Apr 2013 20:09:38 +0000 (16:09 -0400)]
add sync method
Hakim El Hattab [Sat, 27 Apr 2013 19:50:33 +0000 (15:50 -0400)]
add support for data-trim attribute on code elements (closes #419)
Hakim El Hattab [Sat, 27 Apr 2013 19:22:37 +0000 (15:22 -0400)]
note included languages in highlight.js build #421
Hakim El Hattab [Sat, 27 Apr 2013 17:22:08 +0000 (13:22 -0400)]
support code highlighting of a few more common languages #421
Hakim El Hattab [Sat, 27 Apr 2013 17:16:44 +0000 (13:16 -0400)]
indentation tweak #417
Hakim El Hattab [Sat, 27 Apr 2013 17:14:59 +0000 (13:14 -0400)]
Merge branch 'master' of https://github.com/bozor/reveal.js into dev
Hakim El Hattab [Wed, 24 Apr 2013 21:07:15 +0000 (14:07 -0700)]
Merge pull request #425 from marcvangend/master
Use webkitRequestFullscreen if available
Marc van Gend [Wed, 24 Apr 2013 20:31:18 +0000 (22:31 +0200)]
Use the newer element.webkitRequestFullscreen method if available, to support all key events in fullscreen mode.
Hakim El Hattab [Wed, 24 Apr 2013 14:47:05 +0000 (07:47 -0700)]
Merge pull request #418 from danse/patch-1
typo
danse [Wed, 24 Apr 2013 14:46:10 +0000 (17:46 +0300)]
typo
Hakim El Hattab [Wed, 24 Apr 2013 14:27:02 +0000 (10:27 -0400)]
Merge branch 'master' of https://github.com/hakimel/reveal.js into dev
Hakim El Hattab [Wed, 24 Apr 2013 02:01:11 +0000 (22:01 -0400)]
ie8 tweaks
bozor [Tue, 23 Apr 2013 15:43:51 +0000 (17:43 +0200)]
Added a Zoom-in fragment transition
Hakim El Hattab [Mon, 22 Apr 2013 13:55:46 +0000 (10:55 -0300)]
remove ?notes from readme
Hakim El Hattab [Mon, 22 Apr 2013 01:10:16 +0000 (21:10 -0400)]
more state backgrounds
Hakim El Hattab [Sat, 20 Apr 2013 13:16:41 +0000 (09:16 -0400)]
forward all attributes for markdown slides (#413)
Martin Kurtsson [Sat, 20 Apr 2013 10:45:11 +0000 (12:45 +0200)]
Added support for data-state in section when using external markdown files.
Hakim El Hattab [Thu, 18 Apr 2013 13:01:24 +0000 (10:01 -0300)]
adjust order in readme
Hakim El Hattab [Thu, 18 Apr 2013 12:56:47 +0000 (05:56 -0700)]
Merge pull request #398 from jmdobry/multiplex-docs
Clarified documentation for multiplex plugin.
Hakim El Hattab [Thu, 18 Apr 2013 12:53:11 +0000 (08:53 -0400)]
correction to navigate top/right/bottom/left methods (closes #409)
Hakim El Hattab [Tue, 16 Apr 2013 13:07:55 +0000 (09:07 -0400)]
add a few more state background (#396)
Hakim El Hattab [Tue, 16 Apr 2013 12:59:35 +0000 (08:59 -0400)]
return current fragment index through getIndices, replaces getCurrentFragmentIndex #395
Hakim El Hattab [Mon, 15 Apr 2013 13:07:09 +0000 (09:07 -0400)]
fix previous slide navigation logic (closes #397)
Hakim El Hattab [Mon, 15 Apr 2013 13:01:45 +0000 (09:01 -0400)]
Merge branch 'master' of https://github.com/ainformatico/reveal.js into dev
Hakim El Hattab [Sat, 13 Apr 2013 14:12:00 +0000 (10:12 -0400)]
increase min-height of cube/page transitions
Hakim El Hattab [Thu, 11 Apr 2013 13:17:12 +0000 (09:17 -0400)]
merge mutiplex fragment fix #395
Hakim El Hattab [Thu, 11 Apr 2013 02:36:33 +0000 (22:36 -0400)]
hide rolling links backface
Alejandro El Informático [Mon, 8 Apr 2013 14:18:34 +0000 (16:18 +0200)]
fix prevents loading remote plugin several times when notes are enabled
tkaczmarzyk [Sun, 7 Apr 2013 04:38:21 +0000 (06:38 +0200)]
returning index only when current fragment is defined