├── .gitignore ├── .nojekyll ├── README.md ├── examples ├── deckjs │ ├── deck-pop.Rmd │ ├── deck-pop.html │ ├── deck-pop.md │ ├── index.Rmd │ ├── index.html │ └── index.md ├── dzslides │ ├── assets │ │ └── fig │ │ │ └── unnamed-chunk-2.png │ ├── index.Rmd │ ├── index.html │ └── index.md ├── fathomjs │ ├── index.Rmd │ ├── index.html │ ├── index.md │ └── presentation.css ├── flowtime │ ├── assets │ │ ├── fig │ │ │ └── unnamed-chunk-1.png │ │ └── slidemote.js │ ├── index.Rmd │ ├── index.html │ └── index.md ├── html5slides │ ├── assets │ │ └── fig │ │ │ └── unnamed-chunk-1.png │ ├── index.Rmd │ ├── index.html │ └── index.md ├── impressjs │ ├── assets │ │ └── fig │ │ │ └── unnamed-chunk-2.png │ ├── index.Rmd │ ├── index.html │ ├── index.md │ ├── popcorn-impress.Rmd │ ├── popcorn-impress.html │ └── popcorn-impress.md ├── io2012 │ ├── assets │ │ ├── css │ │ │ └── custom.css │ │ ├── fig │ │ │ └── scplot.png │ │ ├── img │ │ │ ├── .gitkeep │ │ │ ├── mathematics.jpg │ │ │ └── slidify_logo.png │ │ ├── js │ │ │ └── app.js │ │ ├── layouts │ │ │ ├── masthead.html │ │ │ └── tabs.html │ │ └── slidemote.js │ ├── figure │ │ └── scplot.png │ ├── index.Rmd │ ├── index.html │ └── index.md ├── landslide │ ├── assets │ │ └── fig │ │ │ └── scplot.png │ ├── index.Rmd │ ├── index.html │ └── index.md ├── nvd3 │ ├── app.js │ ├── app1.js │ ├── app2.js │ ├── app3.js │ ├── assets │ │ ├── css │ │ │ ├── custom.css │ │ │ └── custom2.css │ │ ├── data │ │ │ ├── gundeaths.json │ │ │ ├── mtcars.json │ │ │ └── patents.csv │ │ └── fig │ │ │ ├── unnamed-chunk-11.png │ │ │ ├── unnamed-chunk-12.png │ │ │ ├── unnamed-chunk-13.png │ │ │ ├── unnamed-chunk-14.png │ │ │ ├── unnamed-chunk-15.png │ │ │ ├── unnamed-chunk-16.png │ │ │ ├── unnamed-chunk-17.png │ │ │ ├── unnamed-chunk-18.png │ │ │ ├── unnamed-chunk-21.png │ │ │ ├── unnamed-chunk-22.png │ │ │ ├── unnamed-chunk-23.png │ │ │ ├── unnamed-chunk-24.png │ │ │ ├── unnamed-chunk-25.png │ │ │ ├── unnamed-chunk-26.png │ │ │ ├── unnamed-chunk-27.png │ │ │ └── unnamed-chunk-28.png │ ├── chart.html │ ├── examples.R │ ├── gist.R │ ├── index.Rmd │ ├── index.html │ ├── index.md │ ├── myapp.js │ ├── new.html │ ├── new2.html │ ├── nvd3.R │ ├── nvd3.html │ ├── nvd3_2.html │ ├── nvd3_3.html │ ├── r2nvd3.R │ ├── t1.html │ ├── test.html │ ├── test10.html │ ├── test2.html │ ├── test3.html │ ├── test4.html │ ├── test5.html │ ├── test6.html │ ├── test7.html │ └── tests │ │ ├── bar1.html │ │ ├── bar2.html │ │ ├── bar3.html │ │ ├── exp.html │ │ ├── forceDirected.html │ │ ├── lineChart.html │ │ └── scatter.html ├── popcornjs │ ├── assets │ │ ├── fig │ │ │ ├── unnamed-chunk-3.png │ │ │ └── unnamed-chunk-5.png │ │ ├── js │ │ │ └── app.js │ │ └── media │ │ │ ├── simulations.mp3 │ │ │ └── simulations.mp4 │ ├── index.Rmd │ ├── index.html │ ├── index.md │ ├── index2.html │ ├── simulations.Rmd │ ├── simulations.html │ ├── simulations.md │ ├── simulations2.html │ └── simulations3.html ├── probability │ ├── ILE.Rmd │ ├── ILE.html │ ├── ILE.md │ ├── ILE2.html │ ├── ILEvert.Rmd │ ├── ILEvert.html │ ├── ILEvert.md │ ├── assets │ │ ├── css │ │ │ ├── callouts.css │ │ │ ├── custom.css │ │ │ ├── draggable.css │ │ │ └── tabrow.css │ │ ├── fig │ │ │ ├── box1.png │ │ │ ├── flip-5-500.png │ │ │ ├── hist1.png │ │ │ ├── ncaa.png │ │ │ ├── q1.png │ │ │ ├── unnamed-chunk-1.pdf │ │ │ ├── unnamed-chunk-1.png │ │ │ ├── unnamed-chunk-1.svg │ │ │ ├── unnamed-chunk-10.png │ │ │ ├── unnamed-chunk-10.svg │ │ │ ├── unnamed-chunk-11.png │ │ │ ├── unnamed-chunk-11.svg │ │ │ ├── unnamed-chunk-12.png │ │ │ ├── unnamed-chunk-12.svg │ │ │ ├── unnamed-chunk-14.png │ │ │ ├── unnamed-chunk-15.png │ │ │ ├── unnamed-chunk-16.png │ │ │ ├── unnamed-chunk-17.png │ │ │ ├── unnamed-chunk-18.png │ │ │ ├── unnamed-chunk-2.png │ │ │ ├── unnamed-chunk-20.png │ │ │ ├── unnamed-chunk-21.png │ │ │ ├── unnamed-chunk-5.png │ │ │ ├── unnamed-chunk-6.png │ │ │ ├── unnamed-chunk-7.svg │ │ │ ├── unnamed-chunk-8.png │ │ │ ├── unnamed-chunk-8.svg │ │ │ ├── unnamed-chunk-9.png │ │ │ └── unnamed-chunk-9.svg │ │ ├── flat-ui.css │ │ ├── img │ │ │ ├── mcgill_logo_big.jpg │ │ │ ├── mcgill_logo_small.png │ │ │ ├── slidify_biglogo.png │ │ │ └── slidify_logo.png │ │ ├── js │ │ │ └── app.js │ │ ├── js2 │ │ │ ├── app.js │ │ │ ├── app2.js │ │ │ └── typewriter.js │ │ └── layouts │ │ │ ├── draggable.html │ │ │ ├── submitcompare1.html │ │ │ ├── submitcompare2.html │ │ │ ├── tabs.html │ │ │ └── text2.html │ ├── config.yml │ ├── index.Rmd │ ├── index.html │ ├── index.md │ ├── index2.html │ ├── index3.html │ ├── quiz1.Rmd │ ├── quiz1.html │ ├── quiz1.md │ ├── test.html │ ├── test_bed.Rmd │ ├── test_bed.html │ ├── test_bed.md │ └── test_bed2.html ├── rNVD3 │ ├── assets │ │ └── css │ │ │ └── custom.css │ ├── figure │ │ └── unnamed-chunk-3.png │ ├── index.Rmd │ ├── index.html │ ├── index.md │ ├── payload.RData │ └── tt.html ├── revealjs │ ├── assets │ │ ├── css │ │ │ └── slidify-reveal.css │ │ ├── fig │ │ │ ├── unnamed-chunk-1.png │ │ │ ├── unnamed-chunk-2.png │ │ │ └── unnamed-chunk-3.png │ │ └── layouts │ │ │ └── navbar.html │ ├── figure │ │ └── unnamed-chunk-3.png │ ├── frameworks │ │ └── revealjs │ │ │ ├── Gruntfile.js │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── config.yml │ │ │ ├── css │ │ │ ├── print │ │ │ │ ├── paper.css │ │ │ │ └── pdf.css │ │ │ ├── reveal.css │ │ │ ├── reveal.min.css │ │ │ └── theme │ │ │ │ ├── README.md │ │ │ │ ├── beige.css │ │ │ │ ├── default.css │ │ │ │ ├── moon.css │ │ │ │ ├── night.css │ │ │ │ ├── serif.css │ │ │ │ ├── simple.css │ │ │ │ ├── sky.css │ │ │ │ ├── solarized.css │ │ │ │ ├── source │ │ │ │ ├── beige.scss │ │ │ │ ├── default.scss │ │ │ │ ├── moon.scss │ │ │ │ ├── night.scss │ │ │ │ ├── serif.scss │ │ │ │ ├── simple.scss │ │ │ │ ├── sky.scss │ │ │ │ └── solarized.scss │ │ │ │ └── template │ │ │ │ ├── mixins.scss │ │ │ │ ├── settings.scss │ │ │ │ └── theme.scss │ │ │ ├── index.html │ │ │ ├── js │ │ │ ├── reveal.js │ │ │ └── reveal.min.js │ │ │ ├── layouts │ │ │ ├── deck.html │ │ │ ├── slide.html │ │ │ └── vertical.html │ │ │ ├── lib │ │ │ ├── css │ │ │ │ └── zenburn.css │ │ │ ├── font │ │ │ │ ├── league_gothic-webfont.eot │ │ │ │ ├── league_gothic-webfont.svg │ │ │ │ ├── league_gothic-webfont.ttf │ │ │ │ ├── league_gothic-webfont.woff │ │ │ │ └── league_gothic_license │ │ │ └── js │ │ │ │ ├── classList.js │ │ │ │ ├── head.min.js │ │ │ │ └── html5shiv.js │ │ │ ├── package.json │ │ │ ├── partials │ │ │ ├── head.html │ │ │ ├── initialize.html │ │ │ └── navbar.html │ │ │ └── plugin │ │ │ ├── highlight │ │ │ └── highlight.js │ │ │ ├── markdown │ │ │ ├── example.html │ │ │ ├── example.md │ │ │ ├── markdown.js │ │ │ └── showdown.js │ │ │ ├── multiplex │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── master.js │ │ │ ├── notes-server │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── notes.html │ │ │ ├── notes │ │ │ ├── notes.html │ │ │ └── notes.js │ │ │ ├── postmessage │ │ │ ├── example.html │ │ │ └── postmessage.js │ │ │ ├── print-pdf │ │ │ └── print-pdf.js │ │ │ ├── remotes │ │ │ └── remotes.js │ │ │ ├── search │ │ │ └── search.js │ │ │ └── zoom-js │ │ │ └── zoom.js │ ├── highlighters │ │ └── highlight.js │ │ │ ├── README.md │ │ │ ├── css │ │ │ ├── arta.css │ │ │ ├── ascetic.css │ │ │ ├── brown_paper.css │ │ │ ├── brown_papersq.png │ │ │ ├── dark.css │ │ │ ├── default.css │ │ │ ├── far.css │ │ │ ├── github.css │ │ │ ├── googlecode.css │ │ │ ├── hemisu-light.css │ │ │ ├── idea.css │ │ │ ├── ir_black.css │ │ │ ├── magula.css │ │ │ ├── monokai.css │ │ │ ├── pojoaque.css │ │ │ ├── pojoaque.jpg │ │ │ ├── school_book.css │ │ │ ├── school_book.png │ │ │ ├── solarized_dark.css │ │ │ ├── solarized_light.css │ │ │ ├── sunburst.css │ │ │ ├── tomorrow.css │ │ │ ├── tomorrow_night.css │ │ │ ├── vs.css │ │ │ ├── xcode.css │ │ │ └── zenburn.css │ │ │ ├── highlight.js.html │ │ │ └── highlight.pack.js │ ├── index.Rmd │ ├── index.html │ ├── index.md │ ├── index2.html │ ├── nav.js │ └── widgets │ │ └── bootstrap │ │ ├── bootstrap.html │ │ ├── bootstrap.min.css │ │ ├── config.yml │ │ ├── cosmo.bootstrap.min.css │ │ ├── css │ │ └── bootstrap.css │ │ ├── img │ │ ├── glyphicons-halflings-white.png │ │ └── glyphicons-halflings.png │ │ └── js │ │ ├── bootbox.min.js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js ├── shower │ ├── index.Rmd │ ├── index.html │ └── index.md ├── showoff │ ├── index.Rmd │ ├── index.html │ └── index.md └── slideous │ ├── assets │ └── fig │ │ └── unnamed-chunk-1.png │ ├── index.Rmd │ ├── index.html │ └── index.md ├── index.Rmd ├── index.html ├── index.md ├── libraries ├── frameworks │ ├── deckjs │ │ ├── GPL-license.txt │ │ ├── MIT-license.txt │ │ ├── README.md │ │ ├── boilerplate.html │ │ ├── config.yml │ │ ├── core │ │ │ ├── deck.core.css │ │ │ ├── deck.core.js │ │ │ └── deck.core.scss │ │ ├── extensions │ │ │ ├── goto │ │ │ │ ├── deck.goto.css │ │ │ │ ├── deck.goto.html │ │ │ │ ├── deck.goto.js │ │ │ │ └── deck.goto.scss │ │ │ ├── hash │ │ │ │ ├── deck.hash.css │ │ │ │ ├── deck.hash.html │ │ │ │ ├── deck.hash.js │ │ │ │ └── deck.hash.scss │ │ │ ├── menu │ │ │ │ ├── deck.menu.css │ │ │ │ ├── deck.menu.js │ │ │ │ └── deck.menu.scss │ │ │ ├── navigation │ │ │ │ ├── deck.navigation.css │ │ │ │ ├── deck.navigation.html │ │ │ │ ├── deck.navigation.js │ │ │ │ └── deck.navigation.scss │ │ │ ├── scale │ │ │ │ ├── deck.scale.css │ │ │ │ ├── deck.scale.js │ │ │ │ └── deck.scale.scss │ │ │ └── status │ │ │ │ ├── deck.status.css │ │ │ │ ├── deck.status.html │ │ │ │ ├── deck.status.js │ │ │ │ └── deck.status.scss │ │ ├── jquery-1.7.2.min.js │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ ├── modernizr.custom.js │ │ ├── partials │ │ │ ├── head.html │ │ │ └── snippets.html │ │ └── themes │ │ │ ├── style │ │ │ ├── neon.css │ │ │ ├── neon.scss │ │ │ ├── swiss.css │ │ │ ├── swiss.scss │ │ │ ├── web-2.0.css │ │ │ └── web-2.0.scss │ │ │ └── transition │ │ │ ├── fade.css │ │ │ ├── fade.scss │ │ │ ├── horizontal-slide.css │ │ │ ├── horizontal-slide.scss │ │ │ ├── vertical-slide.css │ │ │ └── vertical-slide.scss │ ├── dzslides │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ ├── readme.md │ │ ├── shells │ │ │ ├── embedder.html │ │ │ └── onstage.html │ │ └── template.html │ ├── fathomjs │ │ ├── MIT-LICENSE.txt │ │ ├── README.md │ │ ├── config2.yml │ │ ├── css │ │ │ └── fathom.sample.css │ │ ├── js │ │ │ ├── fathom.js │ │ │ ├── fathom.min.js │ │ │ └── jquery.min.js │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ └── partials │ │ │ └── head.html │ ├── flowtime │ │ ├── .gitignore │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── assets │ │ │ ├── css │ │ │ │ ├── prism.css │ │ │ │ └── reset.css │ │ │ ├── fonts │ │ │ │ ├── Amaranth SIL OFL Font License 1.1.txt │ │ │ │ ├── Amaranth-Bold-webfont.eot │ │ │ │ ├── Amaranth-Bold-webfont.svg │ │ │ │ ├── Amaranth-Bold-webfont.ttf │ │ │ │ ├── Amaranth-Bold-webfont.woff │ │ │ │ ├── Amaranth-BoldItalic-webfont.eot │ │ │ │ ├── Amaranth-BoldItalic-webfont.svg │ │ │ │ ├── Amaranth-BoldItalic-webfont.ttf │ │ │ │ ├── Amaranth-BoldItalic-webfont.woff │ │ │ │ ├── Amaranth-Italic-webfont.eot │ │ │ │ ├── Amaranth-Italic-webfont.svg │ │ │ │ ├── Amaranth-Italic-webfont.ttf │ │ │ │ ├── Amaranth-Italic-webfont.woff │ │ │ │ ├── Amaranth-webfont.eot │ │ │ │ ├── Amaranth-webfont.svg │ │ │ │ ├── Amaranth-webfont.ttf │ │ │ │ └── Amaranth-webfont.woff │ │ │ ├── img │ │ │ │ ├── aliens-bg.jpg │ │ │ │ ├── genereavventura.jpg │ │ │ │ ├── kingmix.png │ │ │ │ ├── logo-black.png │ │ │ │ ├── logo-white-shadow.png │ │ │ │ ├── logo-white.png │ │ │ │ ├── mi1-stacked-0.png │ │ │ │ ├── mi1-stacked-1.png │ │ │ │ ├── mi1-stacked-2.png │ │ │ │ ├── mi1-stacked-3.png │ │ │ │ ├── mi1-stacked-4.png │ │ │ │ ├── mi1-stacked-5.png │ │ │ │ ├── mi1-stacked-6.png │ │ │ │ ├── mi2-concept-art.jpg │ │ │ │ ├── mi2-original.jpg │ │ │ │ ├── mi2-special-edition.jpg │ │ │ │ ├── sax.png │ │ │ │ ├── share-image.jpg │ │ │ │ └── tone.png │ │ │ └── js │ │ │ │ └── prism.js │ │ ├── css │ │ │ ├── flowtime.css │ │ │ └── themes │ │ │ │ └── default.css │ │ ├── favicon.ico │ │ ├── index.html │ │ ├── js │ │ │ ├── brav1toolbox.js │ │ │ ├── flowtime.js │ │ │ └── flowtime.min.js │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ └── partials │ │ │ └── head.html │ ├── html5slides │ │ ├── config.yml │ │ ├── default │ │ │ ├── images │ │ │ │ ├── colorbar.png │ │ │ │ ├── google-logo-small.png │ │ │ │ ├── google-logo.png │ │ │ │ ├── googleio-logo.png │ │ │ │ ├── mcgill-logo-small.png │ │ │ │ ├── mcgill-logo.jpg │ │ │ │ ├── slidify-log.png │ │ │ │ └── slidify-logo-small.png │ │ │ ├── layouts │ │ │ │ ├── deck.html │ │ │ │ ├── head.html │ │ │ │ └── slide.html │ │ │ ├── slides.js │ │ │ ├── slides.min.js │ │ │ └── styles.css │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ ├── partials │ │ │ └── head.html │ │ └── uulm │ │ │ ├── images │ │ │ └── header_sample.jpg │ │ │ ├── slides.js │ │ │ ├── styles.css │ │ │ ├── uulm.css │ │ │ └── uulm_logo.svg │ ├── impressjs │ │ ├── README.md │ │ ├── apple-touch-icon.png │ │ ├── component.json │ │ ├── config.yml │ │ ├── css │ │ │ └── impress-demo.css │ │ ├── favicon.png │ │ ├── index.html │ │ ├── js │ │ │ └── impress.js │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ └── partials │ │ │ ├── head.html │ │ │ └── social.html │ ├── io2012 │ │ ├── README.md │ │ ├── config.yml │ │ ├── css │ │ │ ├── default.css │ │ │ ├── fonts.css │ │ │ ├── phone.css │ │ │ └── slidify.css │ │ ├── images │ │ │ ├── google_developers_icon_128.png │ │ │ └── io2012_logo.png │ │ ├── js │ │ │ ├── hammer.js │ │ │ ├── modernizr.custom.45394.js │ │ │ ├── order.js │ │ │ ├── polyfills │ │ │ │ ├── classList.min.js │ │ │ │ ├── dataset.min.js │ │ │ │ └── history.min.js │ │ │ ├── prettify │ │ │ │ ├── lang-apollo.js │ │ │ │ ├── lang-clj.js │ │ │ │ ├── lang-css.js │ │ │ │ ├── lang-go.js │ │ │ │ ├── lang-hs.js │ │ │ │ ├── lang-lisp.js │ │ │ │ ├── lang-lua.js │ │ │ │ ├── lang-ml.js │ │ │ │ ├── lang-n.js │ │ │ │ ├── lang-proto.js │ │ │ │ ├── lang-scala.js │ │ │ │ ├── lang-sql.js │ │ │ │ ├── lang-tex.js │ │ │ │ ├── lang-vb.js │ │ │ │ ├── lang-vhdl.js │ │ │ │ ├── lang-wiki.js │ │ │ │ ├── lang-xq.js │ │ │ │ ├── lang-yaml.js │ │ │ │ ├── prettify.css │ │ │ │ └── prettify.js │ │ │ ├── require-1.0.8.min.js │ │ │ ├── slide-controller.js │ │ │ ├── slide-deck.js │ │ │ ├── slide_config.js │ │ │ └── slides.js │ │ ├── layouts │ │ │ ├── default.html │ │ │ ├── slide.html │ │ │ ├── twocol.html │ │ │ └── vcenter.html │ │ └── partials │ │ │ ├── head.html │ │ │ ├── logoslide.html │ │ │ ├── pagination.html │ │ │ ├── titleslide.html │ │ │ └── toc.html │ ├── landslide │ │ ├── LICENSE │ │ ├── README.md │ │ ├── config.yml │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ ├── partials │ │ │ ├── help.html │ │ │ ├── meta.html │ │ │ └── toc.html │ │ └── themes │ │ │ ├── clean │ │ │ ├── base.html │ │ │ ├── css │ │ │ │ ├── background.png │ │ │ │ ├── by-nc-sa.svg │ │ │ │ ├── by-nc.svg │ │ │ │ ├── mcgill-logo-small.png │ │ │ │ ├── print.css │ │ │ │ └── screen.css │ │ │ └── js │ │ │ │ └── slides.js │ │ │ ├── default │ │ │ ├── base.html │ │ │ ├── css │ │ │ │ ├── print.css │ │ │ │ └── screen.css │ │ │ └── js │ │ │ │ └── slides.js │ │ │ ├── impress │ │ │ ├── base.html │ │ │ ├── css │ │ │ │ ├── print.css │ │ │ │ └── screen.css │ │ │ └── js │ │ │ │ └── slides.js │ │ │ ├── light │ │ │ └── css │ │ │ │ └── screen.css │ │ │ ├── machinalis │ │ │ ├── base.html │ │ │ ├── css │ │ │ │ ├── print.css │ │ │ │ └── screen.css │ │ │ ├── fonts │ │ │ │ ├── FONTLOG │ │ │ │ ├── OFL-FAQ.txt │ │ │ │ ├── OFL.txt │ │ │ │ ├── OFLGoudyStMTT-Italic.ttf │ │ │ │ └── OFLGoudyStMTT.ttf │ │ │ ├── img │ │ │ │ ├── 00-fin.png │ │ │ │ ├── 00-medio.png │ │ │ │ └── 00.png │ │ │ └── js │ │ │ │ └── slides.js │ │ │ ├── mytheme │ │ │ ├── base.html │ │ │ ├── css │ │ │ │ └── screen.css │ │ │ └── js │ │ │ │ └── slides.js │ │ │ ├── ribbon │ │ │ ├── base.html │ │ │ ├── css │ │ │ │ ├── defaults.scss │ │ │ │ ├── print.css │ │ │ │ ├── print.scss │ │ │ │ ├── reset.scss │ │ │ │ ├── screen.css │ │ │ │ └── screen.scss │ │ │ ├── images │ │ │ │ ├── grid-16x10.png │ │ │ │ ├── grid-4x3.png │ │ │ │ ├── linen.png │ │ │ │ └── ribbon.svg │ │ │ ├── js │ │ │ │ └── slides.js │ │ │ └── license.txt │ │ │ ├── sixfeetup │ │ │ ├── css │ │ │ │ └── screen.css │ │ │ └── js │ │ │ │ └── slides.js │ │ │ └── tango │ │ │ └── css │ │ │ ├── background.png │ │ │ └── screen.css │ ├── minimal │ │ ├── README.md │ │ ├── config.yml │ │ ├── images │ │ │ ├── fabric_of_squares_gray.png │ │ │ ├── fabric_of_squares_gray_@2X.png │ │ │ ├── subtle_white_feathers.png │ │ │ ├── subtle_white_feathers_@2X.png │ │ │ ├── wavegrid.png │ │ │ └── wavegrid_@2X.png │ │ ├── index.html │ │ ├── javascripts │ │ │ └── scale.fix.js │ │ ├── layouts │ │ │ └── deck.html │ │ ├── partials │ │ │ ├── footer.html │ │ │ ├── head.html │ │ │ └── header.html │ │ └── stylesheets │ │ │ ├── pygment_trac.css │ │ │ └── styles.css │ ├── opencpu │ │ ├── config.yml │ │ ├── layouts │ │ │ ├── deck.html │ │ │ ├── mainPanel.html │ │ │ ├── sidebarPanel.html │ │ │ └── slide.html │ │ └── partials │ │ │ └── head.html │ ├── revealjs │ │ ├── .travis.yml │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── config.yml │ │ ├── css │ │ │ ├── print │ │ │ │ ├── paper.css │ │ │ │ └── pdf.css │ │ │ ├── reveal.css │ │ │ ├── reveal.min.css │ │ │ └── theme │ │ │ │ ├── README.md │ │ │ │ ├── beige.css │ │ │ │ ├── default.css │ │ │ │ ├── moon.css │ │ │ │ ├── night.css │ │ │ │ ├── serif.css │ │ │ │ ├── simple.css │ │ │ │ ├── sky.css │ │ │ │ ├── solarized.css │ │ │ │ ├── source │ │ │ │ ├── beige.scss │ │ │ │ ├── default.scss │ │ │ │ ├── moon.scss │ │ │ │ ├── night.scss │ │ │ │ ├── serif.scss │ │ │ │ ├── simple.scss │ │ │ │ ├── sky.scss │ │ │ │ └── solarized.scss │ │ │ │ └── template │ │ │ │ ├── mixins.scss │ │ │ │ ├── settings.scss │ │ │ │ └── theme.scss │ │ ├── grunt.js │ │ ├── index.html │ │ ├── js │ │ │ ├── reveal.js │ │ │ └── reveal.min.js │ │ ├── layouts │ │ │ ├── deck.html │ │ │ ├── slide.html │ │ │ └── vertical.html │ │ ├── lib │ │ │ ├── css │ │ │ │ └── zenburn.css │ │ │ ├── font │ │ │ │ ├── league_gothic-webfont.eot │ │ │ │ ├── league_gothic-webfont.svg │ │ │ │ ├── league_gothic-webfont.ttf │ │ │ │ ├── league_gothic-webfont.woff │ │ │ │ └── league_gothic_license │ │ │ └── js │ │ │ │ ├── classList.js │ │ │ │ ├── head.min.js │ │ │ │ └── html5shiv.js │ │ ├── package.json │ │ ├── partials │ │ │ ├── head.html │ │ │ └── initialize.html │ │ └── plugin │ │ │ ├── highlight │ │ │ └── highlight.js │ │ │ ├── markdown │ │ │ ├── example.html │ │ │ ├── example.md │ │ │ ├── markdown.js │ │ │ └── showdown.js │ │ │ ├── multiplex │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── master.js │ │ │ ├── notes-server │ │ │ ├── client.js │ │ │ ├── index.js │ │ │ └── notes.html │ │ │ ├── notes │ │ │ ├── notes.html │ │ │ └── notes.js │ │ │ ├── postmessage │ │ │ ├── example.html │ │ │ └── postmessage.js │ │ │ ├── print-pdf │ │ │ └── print-pdf.js │ │ │ ├── remotes │ │ │ └── remotes.js │ │ │ ├── search │ │ │ └── search.js │ │ │ └── zoom-js │ │ │ └── zoom.js │ ├── shiny │ │ ├── config.yml │ │ ├── layouts │ │ │ ├── deck.html │ │ │ ├── mainPanel.html │ │ │ ├── sidebarPanel.html │ │ │ └── slide.html │ │ └── partials │ │ │ └── head.html │ ├── shower │ │ ├── .gitmodules │ │ ├── Contributing.md │ │ ├── License.txt │ │ ├── Readme.md │ │ ├── config.yml │ │ ├── layouts │ │ │ ├── deck.html │ │ │ ├── slide.html │ │ │ └── slide0.html │ │ ├── partials │ │ │ └── head.html │ │ ├── shower.js │ │ ├── shower.min.js │ │ └── themes │ │ │ └── ribbon │ │ │ ├── Contributing.md │ │ │ ├── License.txt │ │ │ ├── Readme.md │ │ │ ├── fonts │ │ │ ├── PTMono.woff │ │ │ ├── PTSans.Bold.Italic.woff │ │ │ ├── PTSans.Bold.woff │ │ │ ├── PTSans.Italic.woff │ │ │ ├── PTSans.Narrow.Bold.woff │ │ │ └── PTSans.woff │ │ │ ├── images │ │ │ ├── grid-16x10.svg │ │ │ ├── grid-4x3.svg │ │ │ ├── linen.png │ │ │ ├── linen@2x.png │ │ │ └── ribbon.svg │ │ │ ├── index.html │ │ │ ├── pictures │ │ │ ├── exact.png │ │ │ ├── square.png │ │ │ ├── tall.png │ │ │ └── wide.png │ │ │ └── styles │ │ │ ├── defaults.scss │ │ │ ├── fonts.scss │ │ │ ├── print.css │ │ │ ├── print.scss │ │ │ ├── reset.scss │ │ │ ├── screen.css │ │ │ └── screen.scss │ ├── showoff │ │ ├── LICENSE │ │ ├── README.rdoc │ │ ├── config.yml │ │ ├── css │ │ │ ├── 960.css │ │ │ ├── fg.menu.css │ │ │ ├── onepage.css │ │ │ ├── presenter.css │ │ │ ├── reset.css │ │ │ ├── sh_style.css │ │ │ ├── showoff.css │ │ │ ├── spinner_bar.gif │ │ │ └── theme │ │ │ │ ├── images │ │ │ │ ├── ui-bg_diagonals-small_100_f0efea_40x40.png │ │ │ │ ├── ui-bg_flat_35_f0f0f0_40x100.png │ │ │ │ ├── ui-bg_glass_55_fcf0ba_1x400.png │ │ │ │ ├── ui-bg_glow-ball_25_2e2e28_600x600.png │ │ │ │ ├── ui-bg_highlight-soft_100_f0efea_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_327E04_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_25_5A9D1A_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_95_ffedad_1x100.png │ │ │ │ ├── ui-bg_inset-soft_22_3b3b35_1x100.png │ │ │ │ ├── ui-icons_808080_256x240.png │ │ │ │ ├── ui-icons_8DC262_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-icons_e7e6e4_256x240.png │ │ │ │ ├── ui-icons_eeeeee_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ │ ├── ui.accordion.css │ │ │ │ ├── ui.all.css │ │ │ │ ├── ui.base.css │ │ │ │ ├── ui.core.css │ │ │ │ ├── ui.datepicker.css │ │ │ │ ├── ui.dialog.css │ │ │ │ ├── ui.progressbar.css │ │ │ │ ├── ui.resizable.css │ │ │ │ ├── ui.slider.css │ │ │ │ ├── ui.tabs.css │ │ │ │ └── ui.theme.css │ │ ├── favicon.ico │ │ ├── js │ │ │ ├── coffee-script.js │ │ │ ├── core.js │ │ │ ├── fg.menu.js │ │ │ ├── jTypeWriter.js │ │ │ ├── jquery-1.7.2.min.js │ │ │ ├── jquery-print.js │ │ │ ├── jquery.batchImageLoad.js │ │ │ ├── jquery.cookie.js │ │ │ ├── jquery.cycle.all.js │ │ │ ├── jquery.doubletap-0.1.js │ │ │ ├── jquery.uuid.js │ │ │ ├── jquery.ws-0.3pre.js │ │ │ ├── onepage.js │ │ │ ├── presenter.js │ │ │ ├── sh_lang │ │ │ │ ├── sh_bison.min.js │ │ │ │ ├── sh_c.min.js │ │ │ │ ├── sh_caml.min.js │ │ │ │ ├── sh_changelog.min.js │ │ │ │ ├── sh_coffeescript.min.js │ │ │ │ ├── sh_cpp.min.js │ │ │ │ ├── sh_csharp.min.js │ │ │ │ ├── sh_css.min.js │ │ │ │ ├── sh_cucumber.min.js │ │ │ │ ├── sh_desktop.min.js │ │ │ │ ├── sh_diff.min.js │ │ │ │ ├── sh_erlang.min.js │ │ │ │ ├── sh_flex.min.js │ │ │ │ ├── sh_gherkin.js │ │ │ │ ├── sh_gherkin.min.js │ │ │ │ ├── sh_glsl.min.js │ │ │ │ ├── sh_haxe.min.js │ │ │ │ ├── sh_html.min.js │ │ │ │ ├── sh_java.min.js │ │ │ │ ├── sh_javascript.min.js │ │ │ │ ├── sh_javascript_dom.min.js │ │ │ │ ├── sh_latex.min.js │ │ │ │ ├── sh_ldap.min.js │ │ │ │ ├── sh_log.min.js │ │ │ │ ├── sh_lsm.min.js │ │ │ │ ├── sh_m4.min.js │ │ │ │ ├── sh_makefile.min.js │ │ │ │ ├── sh_oracle.min.js │ │ │ │ ├── sh_pascal.min.js │ │ │ │ ├── sh_perl.min.js │ │ │ │ ├── sh_php.min.js │ │ │ │ ├── sh_prolog.min.js │ │ │ │ ├── sh_properties.min.js │ │ │ │ ├── sh_python.min.js │ │ │ │ ├── sh_ruby.min.js │ │ │ │ ├── sh_scala.min.js │ │ │ │ ├── sh_sh.min.js │ │ │ │ ├── sh_slang.min.js │ │ │ │ ├── sh_sml.min.js │ │ │ │ ├── sh_spec.min.js │ │ │ │ ├── sh_sql.min.js │ │ │ │ ├── sh_tcl.min.js │ │ │ │ ├── sh_xml.min.js │ │ │ │ └── sh_xorg.min.js │ │ │ ├── sh_main.min.js │ │ │ ├── showoff.js │ │ │ └── showoffcore.js │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ └── partials │ │ │ └── help.html │ ├── slideous │ │ ├── layouts │ │ │ ├── deck.html │ │ │ └── slide.html │ │ ├── partials │ │ │ ├── head.html │ │ │ └── statusbar.html │ │ ├── slideous.css │ │ └── slideous.js │ └── slidy │ │ ├── slidy.css │ │ └── slidy.js ├── highlighters │ └── highlight.js │ │ ├── README.md │ │ ├── css │ │ ├── arta.css │ │ ├── ascetic.css │ │ ├── brown_paper.css │ │ ├── brown_papersq.png │ │ ├── dark.css │ │ ├── default.css │ │ ├── far.css │ │ ├── github.css │ │ ├── googlecode.css │ │ ├── hemisu-light.css │ │ ├── idea.css │ │ ├── ir_black.css │ │ ├── magula.css │ │ ├── monokai.css │ │ ├── pojoaque.css │ │ ├── pojoaque.jpg │ │ ├── school_book.css │ │ ├── school_book.png │ │ ├── solarized_dark.css │ │ ├── solarized_light.css │ │ ├── sunburst.css │ │ ├── tomorrow.css │ │ ├── tomorrow_night.css │ │ ├── vs.css │ │ ├── xcode.css │ │ └── zenburn.css │ │ ├── highlight.js.html │ │ └── highlight.pack.js └── widgets │ ├── ace │ ├── ace.html │ ├── config.yml │ ├── css │ │ └── aceeditor.css │ └── js │ │ ├── ace.js │ │ ├── ext-searchbox.js │ │ ├── ext-spellcheck.js │ │ ├── ext-static_highlight.js │ │ ├── ext-textarea.js │ │ ├── keybinding-emacs.js │ │ ├── keybinding-vim.js │ │ ├── mode-abap.js │ │ ├── mode-asciidoc.js │ │ ├── mode-c9search.js │ │ ├── mode-c_cpp.js │ │ ├── mode-clojure.js │ │ ├── mode-coffee.js │ │ ├── mode-coldfusion.js │ │ ├── mode-csharp.js │ │ ├── mode-css.js │ │ ├── mode-curly.js │ │ ├── mode-dart.js │ │ ├── mode-diff.js │ │ ├── mode-django.js │ │ ├── mode-dot.js │ │ ├── mode-glsl.js │ │ ├── mode-golang.js │ │ ├── mode-groovy.js │ │ ├── mode-haml.js │ │ ├── mode-haxe.js │ │ ├── mode-html.js │ │ ├── mode-jade.js │ │ ├── mode-java.js │ │ ├── mode-javascript.js │ │ ├── mode-json.js │ │ ├── mode-jsp.js │ │ ├── mode-jsx.js │ │ ├── mode-latex.js │ │ ├── mode-less.js │ │ ├── mode-liquid.js │ │ ├── mode-lisp.js │ │ ├── mode-livescript.js │ │ ├── mode-lua.js │ │ ├── mode-luapage.js │ │ ├── mode-lucene.js │ │ ├── mode-makefile.js │ │ ├── mode-markdown.js │ │ ├── mode-objectivec.js │ │ ├── mode-ocaml.js │ │ ├── mode-perl.js │ │ ├── mode-pgsql.js │ │ ├── mode-php.js │ │ ├── mode-powershell.js │ │ ├── mode-python.js │ │ ├── mode-r.js │ │ ├── mode-rdoc.js │ │ ├── mode-rhtml.js │ │ ├── mode-ruby.js │ │ ├── mode-scad.js │ │ ├── mode-scala.js │ │ ├── mode-scheme.js │ │ ├── mode-scss.js │ │ ├── mode-sh.js │ │ ├── mode-sql.js │ │ ├── mode-stylus.js │ │ ├── mode-svg.js │ │ ├── mode-tcl.js │ │ ├── mode-tex.js │ │ ├── mode-text.js │ │ ├── mode-textile.js │ │ ├── mode-tm_snippet.js │ │ ├── mode-typescript.js │ │ ├── mode-vbscript.js │ │ ├── mode-xml.js │ │ ├── mode-xquery.js │ │ ├── mode-yaml.js │ │ ├── theme-ambiance.js │ │ ├── theme-chaos.js │ │ ├── theme-chrome.js │ │ ├── theme-clouds.js │ │ ├── theme-clouds_midnight.js │ │ ├── theme-cobalt.js │ │ ├── theme-crimson_editor.js │ │ ├── theme-dawn.js │ │ ├── theme-dreamweaver.js │ │ ├── theme-eclipse.js │ │ ├── theme-github.js │ │ ├── theme-idle_fingers.js │ │ ├── theme-kr.js │ │ ├── theme-merbivore.js │ │ ├── theme-merbivore_soft.js │ │ ├── theme-mono_industrial.js │ │ ├── theme-monokai.js │ │ ├── theme-pastel_on_dark.js │ │ ├── theme-solarized_dark.js │ │ ├── theme-solarized_light.js │ │ ├── theme-textmate.js │ │ ├── theme-tomorrow.js │ │ ├── theme-tomorrow_night.js │ │ ├── theme-tomorrow_night_blue.js │ │ ├── theme-tomorrow_night_bright.js │ │ ├── theme-tomorrow_night_eighties.js │ │ ├── theme-twilight.js │ │ ├── theme-vibrant_ink.js │ │ ├── theme-xcode.js │ │ ├── worker-coffee.js │ │ ├── worker-css.js │ │ ├── worker-javascript.js │ │ ├── worker-json.js │ │ ├── worker-php.js │ │ └── worker-xquery.js │ ├── bootstrap │ ├── bootstrap.html │ ├── bootstrap.min.css │ ├── config.yml │ ├── cosmo.bootstrap.min.css │ ├── css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── img │ │ ├── glyphicons-halflings-white.png │ │ └── glyphicons-halflings.png │ └── js │ │ ├── bootbox.min.js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js │ ├── bootswatch │ ├── .travis.yml │ ├── CNAME │ ├── Gruntfile.js │ ├── LICENSE │ ├── README.md │ ├── amelia │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── api │ │ └── themes.json │ ├── cerulean │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── component.json │ ├── composer.json │ ├── cosmo │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── css │ │ ├── bootswatch.css │ │ └── font-awesome.min.css │ ├── cyborg │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── default │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap-responsive.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── index.html │ │ └── variables.less │ ├── favicon.ico │ ├── font │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── global │ │ ├── build-responsive.less │ │ ├── build.less │ │ └── global.less │ ├── img │ │ ├── carboncostume.png │ │ ├── glyphicons-halflings-white.png │ │ ├── glyphicons-halflings.png │ │ └── maxcdn.gif │ ├── index.html │ ├── journal │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── js │ │ ├── bootstrap.js │ │ ├── bootstrap.min.js │ │ ├── bootswatch.js │ │ ├── bsa.js │ │ └── jquery.smooth-scroll.min.js │ ├── package.json │ ├── readable │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── shamrock │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── simplex │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── slate │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── spacelab │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── spruce │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── superhero │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── swatchmaker │ │ ├── Makefile │ │ ├── README.md │ │ ├── img │ │ │ ├── glyphicons-halflings-white.png │ │ │ └── glyphicons-halflings.png │ │ ├── swatch │ │ │ ├── bootswatch.less │ │ │ └── variables.less │ │ ├── swatchmaker-responsive.less │ │ ├── swatchmaker.less │ │ ├── test │ │ │ ├── bootswatch.css │ │ │ ├── bootswatch.js │ │ │ ├── test-full.html │ │ │ └── test.html │ │ └── watcher.rb │ └── united │ │ ├── bootstrap.css │ │ ├── bootstrap.min.css │ │ ├── bootswatch.less │ │ ├── index.html │ │ ├── thumbnail.png │ │ └── variables.less │ ├── mathjax │ ├── .gitignore │ ├── LICENSE │ ├── MathJax.js │ ├── config.yml │ ├── config │ │ ├── MMLorHTML.js │ │ ├── TeX-AMS-MML_HTMLorMML.js │ │ ├── TeX-AMS-MML_SVG-full.js │ │ └── TeX-AMS-MML_SVG.js │ ├── extensions │ │ ├── FontWarnings.js │ │ ├── HTML-CSS │ │ │ └── handle-floats.js │ │ ├── MathEvents.js │ │ ├── MathMenu.js │ │ ├── MathZoom.js │ │ ├── TeX │ │ │ ├── AMSmath.js │ │ │ ├── AMSsymbols.js │ │ │ ├── HTML.js │ │ │ ├── action.js │ │ │ ├── autobold.js │ │ │ ├── autoload-all.js │ │ │ ├── bbox.js │ │ │ ├── begingroup.js │ │ │ ├── boldsymbol.js │ │ │ ├── cancel.js │ │ │ ├── color.js │ │ │ ├── enclose.js │ │ │ ├── extpfeil.js │ │ │ ├── mathchoice.js │ │ │ ├── mhchem.js │ │ │ ├── newcommand.js │ │ │ ├── noErrors.js │ │ │ ├── noUndefined.js │ │ │ ├── unicode.js │ │ │ └── verb.js │ │ ├── asciimath2jax.js │ │ ├── jsMath2jax.js │ │ ├── mml2jax.js │ │ ├── tex2jax.js │ │ ├── toMathML.js │ │ └── v1.0-warning.js │ ├── fonts │ │ └── HTML-CSS │ │ │ └── TeX │ │ │ └── otf │ │ │ ├── MathJax_AMS-Regular.otf │ │ │ ├── MathJax_Caligraphic-Bold.otf │ │ │ ├── MathJax_Caligraphic-Regular.otf │ │ │ ├── MathJax_Fraktur-Bold.otf │ │ │ ├── MathJax_Fraktur-Regular.otf │ │ │ ├── MathJax_Main-Bold.otf │ │ │ ├── MathJax_Main-Italic.otf │ │ │ ├── MathJax_Main-Regular.otf │ │ │ ├── MathJax_Math-BoldItalic.otf │ │ │ ├── MathJax_Math-Italic.otf │ │ │ ├── MathJax_Math-Regular.otf │ │ │ ├── MathJax_SansSerif-Bold.otf │ │ │ ├── MathJax_SansSerif-Italic.otf │ │ │ ├── MathJax_SansSerif-Regular.otf │ │ │ ├── MathJax_Script-Regular.otf │ │ │ ├── MathJax_Size1-Regular.otf │ │ │ ├── MathJax_Size2-Regular.otf │ │ │ ├── MathJax_Size3-Regular.otf │ │ │ ├── MathJax_Size4-Regular.otf │ │ │ ├── MathJax_Typewriter-Regular.otf │ │ │ ├── MathJax_WinChrome-Regular.otf │ │ │ └── MathJax_WinIE6-Regular.otf │ ├── images │ │ ├── CloseX-31.png │ │ └── MenuArrow-15.png │ ├── jax │ │ ├── element │ │ │ └── mml │ │ │ │ ├── jax.js │ │ │ │ └── optable │ │ │ │ ├── Arrows.js │ │ │ │ ├── BasicLatin.js │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ ├── Dingbats.js │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ ├── GeometricShapes.js │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ ├── Latin1Supplement.js │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ ├── MathOperators.js │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ │ ├── MiscTechnical.js │ │ │ │ ├── SpacingModLetters.js │ │ │ │ ├── SuppMathOperators.js │ │ │ │ ├── SupplementalArrowsA.js │ │ │ │ └── SupplementalArrowsB.js │ │ ├── input │ │ │ ├── AsciiMath │ │ │ │ ├── config.js │ │ │ │ └── jax.js │ │ │ ├── MathML │ │ │ │ ├── config.js │ │ │ │ ├── entities │ │ │ │ │ ├── a.js │ │ │ │ │ ├── b.js │ │ │ │ │ ├── c.js │ │ │ │ │ ├── d.js │ │ │ │ │ ├── e.js │ │ │ │ │ ├── f.js │ │ │ │ │ ├── fr.js │ │ │ │ │ ├── g.js │ │ │ │ │ ├── h.js │ │ │ │ │ ├── i.js │ │ │ │ │ ├── j.js │ │ │ │ │ ├── k.js │ │ │ │ │ ├── l.js │ │ │ │ │ ├── m.js │ │ │ │ │ ├── n.js │ │ │ │ │ ├── o.js │ │ │ │ │ ├── opf.js │ │ │ │ │ ├── p.js │ │ │ │ │ ├── q.js │ │ │ │ │ ├── r.js │ │ │ │ │ ├── s.js │ │ │ │ │ ├── scr.js │ │ │ │ │ ├── t.js │ │ │ │ │ ├── u.js │ │ │ │ │ ├── v.js │ │ │ │ │ ├── w.js │ │ │ │ │ ├── x.js │ │ │ │ │ ├── y.js │ │ │ │ │ └── z.js │ │ │ │ └── jax.js │ │ │ └── TeX │ │ │ │ ├── config.js │ │ │ │ └── jax.js │ │ └── output │ │ │ ├── HTML-CSS │ │ │ ├── autoload │ │ │ │ ├── annotation-xml.js │ │ │ │ ├── maction.js │ │ │ │ ├── menclose.js │ │ │ │ ├── mglyph.js │ │ │ │ ├── mmultiscripts.js │ │ │ │ ├── ms.js │ │ │ │ ├── mtable.js │ │ │ │ └── multiline.js │ │ │ ├── config.js │ │ │ ├── fonts │ │ │ │ ├── STIX │ │ │ │ │ ├── General │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ │ ├── BoldFraktur.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekBold.js │ │ │ │ │ │ │ ├── GreekSSBold.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathBold.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSSBold.js │ │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ │ ├── NumberForms.js │ │ │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekBoldItalic.js │ │ │ │ │ │ │ ├── GreekSSBoldItalic.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathBoldItalic.js │ │ │ │ │ │ │ ├── MathBoldScript.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSSItalicBold.js │ │ │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ │ │ ├── Italic │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekItalic.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathItalic.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSSItalic.js │ │ │ │ │ │ │ ├── MathScript.js │ │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ │ └── ij.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── AlphaPresentForms.js │ │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ │ ├── BlockElements.js │ │ │ │ │ │ │ ├── BoldFraktur.js │ │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ │ ├── CJK.js │ │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ │ ├── ControlPictures.js │ │ │ │ │ │ │ ├── CurrencySymbols.js │ │ │ │ │ │ │ ├── Cyrillic.js │ │ │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ │ ├── Fraktur.js │ │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ │ ├── GreekBold.js │ │ │ │ │ │ │ ├── GreekBoldItalic.js │ │ │ │ │ │ │ ├── GreekItalic.js │ │ │ │ │ │ │ ├── GreekSSBold.js │ │ │ │ │ │ │ ├── GreekSSBoldItalic.js │ │ │ │ │ │ │ ├── Hiragana.js │ │ │ │ │ │ │ ├── IPAExtensions.js │ │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ │ ├── LatinExtendedAdditional.js │ │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ │ ├── LatinExtendedD.js │ │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ ├── MathBold.js │ │ │ │ │ │ │ ├── MathBoldItalic.js │ │ │ │ │ │ │ ├── MathBoldScript.js │ │ │ │ │ │ │ ├── MathItalic.js │ │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ │ ├── MathSS.js │ │ │ │ │ │ │ ├── MathSSBold.js │ │ │ │ │ │ │ ├── MathSSItalic.js │ │ │ │ │ │ │ ├── MathSSItalicBold.js │ │ │ │ │ │ │ ├── MathScript.js │ │ │ │ │ │ │ ├── MathTT.js │ │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ │ ├── MiscSymbolsAndArrows.js │ │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ │ ├── NumberForms.js │ │ │ │ │ │ │ ├── PhoneticExtensions.js │ │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ │ ├── Specials.js │ │ │ │ │ │ │ ├── SuperAndSubscripts.js │ │ │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ │ │ ├── SupplementalArrowsA.js │ │ │ │ │ │ │ ├── SupplementalArrowsB.js │ │ │ │ │ │ │ └── ij.js │ │ │ │ │ ├── IntegralsD │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsSm │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsUp │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsUpD │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── IntegralsUpSm │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── All.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── NonUnicode │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ │ ├── Italic │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ │ └── PrivateUse.js │ │ │ │ │ ├── SizeFiveSym │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeFourSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeOneSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeThreeSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SizeTwoSym │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Variants │ │ │ │ │ │ ├── Bold │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ │ └── Regular │ │ │ │ │ │ │ ├── All.js │ │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── fontdata-1.0.js │ │ │ │ │ ├── fontdata-beta.js │ │ │ │ │ ├── fontdata-extra.js │ │ │ │ │ └── fontdata.js │ │ │ │ └── TeX │ │ │ │ │ ├── AMS │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ ├── BBBold.js │ │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ ├── PUA.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ │ ├── Caligraphic │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Fraktur │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── Other.js │ │ │ │ │ │ └── PUA.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── Other.js │ │ │ │ │ │ └── PUA.js │ │ │ │ │ ├── Greek │ │ │ │ │ ├── Bold │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Main │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── Arrows.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ │ └── SupplementalArrowsA.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ │ └── SpacingModLetters.js │ │ │ │ │ ├── Math │ │ │ │ │ ├── BoldItalic │ │ │ │ │ │ └── Main.js │ │ │ │ │ └── Italic │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── SansSerif │ │ │ │ │ ├── Bold │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── Italic │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── Script │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── Size1 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Size2 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Size3 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Size4 │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── Typewriter │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ │ ├── Main.js │ │ │ │ │ │ └── Other.js │ │ │ │ │ ├── WinChrome │ │ │ │ │ └── Regular │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── WinIE6 │ │ │ │ │ └── Regular │ │ │ │ │ │ ├── AMS.js │ │ │ │ │ │ ├── Bold.js │ │ │ │ │ │ └── Main.js │ │ │ │ │ ├── fontdata-extra.js │ │ │ │ │ └── fontdata.js │ │ │ ├── imageFonts.js │ │ │ └── jax.js │ │ │ ├── NativeMML │ │ │ ├── config.js │ │ │ └── jax.js │ │ │ └── SVG │ │ │ ├── autoload │ │ │ ├── annotation-xml.js │ │ │ ├── maction.js │ │ │ ├── menclose.js │ │ │ ├── mglyph.js │ │ │ ├── mmultiscripts.js │ │ │ ├── ms.js │ │ │ ├── mtable.js │ │ │ └── multiline.js │ │ │ ├── config.js │ │ │ ├── fonts │ │ │ └── TeX │ │ │ │ ├── AMS │ │ │ │ └── Regular │ │ │ │ │ ├── Arrows.js │ │ │ │ │ ├── BoxDrawing.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Dingbats.js │ │ │ │ │ ├── EnclosedAlphanum.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── MiscMathSymbolsB.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ ├── PUA.js │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ ├── Caligraphic │ │ │ │ ├── Bold │ │ │ │ │ └── Main.js │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Fraktur │ │ │ │ ├── Bold │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── Other.js │ │ │ │ │ └── PUA.js │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── Other.js │ │ │ │ │ └── PUA.js │ │ │ │ ├── Main │ │ │ │ ├── Bold │ │ │ │ │ ├── Arrows.js │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── CombDiactForSymbols.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ ├── Latin1Supplement.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── MiscMathSymbolsA.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── MiscTechnical.js │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ ├── SuppMathOperators.js │ │ │ │ │ └── SupplementalArrowsA.js │ │ │ │ ├── Italic │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── GeneralPunctuation.js │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── MathOperators.js │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── GeometricShapes.js │ │ │ │ │ ├── GreekAndCoptic.js │ │ │ │ │ ├── LatinExtendedA.js │ │ │ │ │ ├── LatinExtendedB.js │ │ │ │ │ ├── LetterlikeSymbols.js │ │ │ │ │ ├── Main.js │ │ │ │ │ ├── MathOperators.js │ │ │ │ │ ├── MiscSymbols.js │ │ │ │ │ ├── SpacingModLetters.js │ │ │ │ │ └── SuppMathOperators.js │ │ │ │ ├── Math │ │ │ │ ├── BoldItalic │ │ │ │ │ └── Main.js │ │ │ │ └── Italic │ │ │ │ │ └── Main.js │ │ │ │ ├── SansSerif │ │ │ │ ├── Bold │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── Italic │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── Script │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ └── Main.js │ │ │ │ ├── Size1 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Size2 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Size3 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Size4 │ │ │ │ └── Regular │ │ │ │ │ └── Main.js │ │ │ │ ├── Typewriter │ │ │ │ └── Regular │ │ │ │ │ ├── BasicLatin.js │ │ │ │ │ ├── CombDiacritMarks.js │ │ │ │ │ ├── Main.js │ │ │ │ │ └── Other.js │ │ │ │ ├── fontdata-extra.js │ │ │ │ └── fontdata.js │ │ │ └── jax.js │ └── mathjax.html │ ├── nvd3 │ ├── LICENSE.md │ ├── config.yml │ ├── css │ │ └── nv.d3.css │ ├── js │ │ ├── cie.js │ │ ├── crossfilter.js │ │ ├── crossfilter.min.js │ │ ├── d3.v2.js │ │ ├── d3.v2.min.js │ │ ├── fisheye.js │ │ ├── hive.js │ │ ├── horizon.js │ │ ├── nv.d3.js │ │ ├── nv.d3.min.js │ │ └── sankey.js │ └── nvd3.html │ ├── opencpu │ ├── css │ │ └── opencpu.css │ ├── js │ │ ├── opencpu-beta.coffee │ │ └── opencpu.js │ ├── layouts │ │ ├── opencpu-smallbuttons.html │ │ ├── opencpu.html │ │ ├── opencpu2.html │ │ ├── opencpu3.html │ │ ├── opencpu4.html │ │ └── opencpusmall.html │ └── opencpu.html │ ├── popcornjs │ ├── config.yml │ ├── js │ │ ├── popcorn-complete.min.js │ │ ├── popcorn-custom.js │ │ └── popcorn-latest.min.js │ ├── layouts │ │ └── popcorn.html │ └── popcornjs.html │ ├── quiz │ ├── README.md │ ├── config.yml │ ├── css │ │ └── demo.css │ ├── img │ │ ├── correct-icon.png │ │ └── incorrect-icon.png │ ├── js │ │ ├── highlight.min.js │ │ ├── jquery.js │ │ ├── jquery.quiz.js │ │ ├── mustache.min.js │ │ └── quiz-app.js │ ├── layouts │ │ ├── buttons.html │ │ ├── checkbox.html │ │ ├── multitext.html │ │ ├── radio.html │ │ ├── radio2.html │ │ └── text.html │ └── quiz.html │ ├── r2nvd3.js │ ├── scianimator │ ├── MIT-LICENSE │ ├── config.yml │ ├── css │ │ ├── reset.css │ │ ├── scianimator.blue.css │ │ ├── scianimator.css │ │ ├── scianimator.dark.css │ │ ├── scianimator.light.css │ │ └── styles.css │ ├── js │ │ └── jquery.scianimator.pack.js │ ├── readme.md │ └── scianimator.html │ └── shiny │ ├── css │ └── ace-shiny.css │ ├── js │ ├── ace-shiny.js │ └── actionbutton.js │ ├── layouts │ ├── accordion.html │ ├── shiny.html │ ├── tryr.html │ ├── tryr2.html │ └── tryr3.html │ └── shiny.html └── makefile /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .cache 3 | examples/shiny* 4 | examples/scianimator 5 | assets_ 6 | *.RData -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/.nojekyll -------------------------------------------------------------------------------- /examples/dzslides/assets/fig/unnamed-chunk-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/dzslides/assets/fig/unnamed-chunk-2.png -------------------------------------------------------------------------------- /examples/fathomjs/index.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: FathomJS Using Slidify 3 | author: Ramnath Vaidyanathan 4 | framework: fathomjs 5 | widgets: [] 6 | mode : selfcontained 7 | url : 8 | lib: ../../libraries 9 | --- 10 | 11 | # Slide 1 12 | 13 | These are some points 14 | 15 | - Point 1 16 | - Point 2 17 | - Point 3 18 | 19 | 20 | --- 21 | 22 | # Slide 2 23 | -------------------------------------------------------------------------------- /examples/fathomjs/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: FathomJS Using Slidify 3 | author: Ramnath Vaidyanathan 4 | framework: fathomjs 5 | widgets: [] 6 | mode : selfcontained 7 | url : 8 | lib: ../../libraries 9 | --- 10 | 11 | # Slide 1 12 | 13 | These are some points 14 | 15 | - Point 1 16 | - Point 2 17 | - Point 3 18 | 19 | 20 | --- 21 | 22 | # Slide 2 23 | -------------------------------------------------------------------------------- /examples/flowtime/assets/fig/unnamed-chunk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/flowtime/assets/fig/unnamed-chunk-1.png -------------------------------------------------------------------------------- /examples/flowtime/index.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Flowtime 3 | framework: flowtime 4 | url: 5 | lib: ../../libraries 6 | --- 7 | 8 | ## Slide 1 9 | 10 | These are some contents 11 | 12 | ```{r message = F} 13 | require(ggplot2) 14 | qplot(wt, mpg, data = mtcars) 15 | ``` 16 | 17 | 18 | --- 19 | 20 | ## Slide 2 21 | 22 | Another slide 23 | 24 | *** 25 | 26 | ## Slide 2A 27 | 28 | Nested contents 29 | 30 | *** 31 | 32 | ## Slide 2B 33 | 34 | Nested contents 35 | -------------------------------------------------------------------------------- /examples/flowtime/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Flowtime 3 | framework: flowtime 4 | url: 5 | lib: ../../libraries 6 | --- 7 | 8 | ## Slide 1 9 | 10 | These are some contents 11 | 12 | 13 | ```r 14 | require(ggplot2) 15 | qplot(wt, mpg, data = mtcars) 16 | ``` 17 | 18 | ![plot of chunk unnamed-chunk-1](assets/fig/unnamed-chunk-1.png) 19 | 20 | 21 | 22 | --- 23 | 24 | ## Slide 2 25 | 26 | Another slide 27 | 28 | *** 29 | 30 | ## Slide 2A 31 | 32 | Nested contents 33 | 34 | *** 35 | 36 | ## Slide 2B 37 | 38 | Nested contents 39 | -------------------------------------------------------------------------------- /examples/html5slides/assets/fig/unnamed-chunk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/html5slides/assets/fig/unnamed-chunk-1.png -------------------------------------------------------------------------------- /examples/html5slides/index.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Slidify 3 | subtitle: Reproducible HTML5 Slides 4 | author: Ramnath Vaidyanathan 5 | job: Assistant Professor, McGill 6 | framework: html5slides 7 | url: 8 | lib: ../../libraries 9 | --- 10 | 11 | ## Test Slide 12 | 13 | ```{r message = F} 14 | require(ggplot2) 15 | qplot(wt, mpg, data = mtcars) 16 | ``` 17 | 18 | -------------------------------------------------------------------------------- /examples/html5slides/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Slidify 3 | subtitle: Reproducible HTML5 Slides 4 | author: Ramnath Vaidyanathan 5 | job: Assistant Professor, McGill 6 | framework: html5slides 7 | url: 8 | lib: ../../libraries 9 | --- 10 | 11 | ## Test Slide 12 | 13 | 14 | ```r 15 | require(ggplot2) 16 | qplot(wt, mpg, data = mtcars) 17 | ``` 18 | 19 | ![plot of chunk unnamed-chunk-1](assets/fig/unnamed-chunk-1.png) 20 | 21 | 22 | -------------------------------------------------------------------------------- /examples/impressjs/assets/fig/unnamed-chunk-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/impressjs/assets/fig/unnamed-chunk-2.png -------------------------------------------------------------------------------- /examples/io2012/assets/fig/scplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/io2012/assets/fig/scplot.png -------------------------------------------------------------------------------- /examples/io2012/assets/img/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/io2012/assets/img/.gitkeep -------------------------------------------------------------------------------- /examples/io2012/assets/img/mathematics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/io2012/assets/img/mathematics.jpg -------------------------------------------------------------------------------- /examples/io2012/assets/img/slidify_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/io2012/assets/img/slidify_logo.png -------------------------------------------------------------------------------- /examples/io2012/assets/js/app.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /examples/io2012/assets/layouts/masthead.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 |

{{{ slide.title }}}

7 | 12 |
13 | -------------------------------------------------------------------------------- /examples/io2012/assets/layouts/tabs.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 | 11 |
12 | {{# slide.blocks }} 13 |
14 | {{{ html }}} 15 |
16 | {{/ slide.blocks }} 17 |
18 |
19 | -------------------------------------------------------------------------------- /examples/io2012/figure/scplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/io2012/figure/scplot.png -------------------------------------------------------------------------------- /examples/landslide/assets/fig/scplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/landslide/assets/fig/scplot.png -------------------------------------------------------------------------------- /examples/nvd3/app2.js: -------------------------------------------------------------------------------- 1 | ;(function(){ 2 | var params = {"x":"day","y":"freq","group":"sex","geom":"multiBarChart","id":"chart4","file":"app2.js"}, 3 | data = [{"day":"Fri","sex":"Female","freq":9},{"day":"Fri","sex":"Male","freq":10},{"day":"Sat","sex":"Female","freq":28},{"day":"Sat","sex":"Male","freq":59},{"day":"Sun","sex":"Female","freq":18},{"day":"Sun","sex":"Male","freq":58},{"day":"Thur","sex":"Female","freq":32},{"day":"Thur","sex":"Male","freq":30}]; 4 | drawChart(params, data) 5 | })() -------------------------------------------------------------------------------- /examples/nvd3/assets/css/custom2.css: -------------------------------------------------------------------------------- 1 | path.link { 2 | fill: none; 3 | stroke: #666; 4 | stroke-width: 1.5px; 5 | } 6 | 7 | marker#licensing { 8 | fill: green; 9 | } 10 | 11 | path.link.licensing { 12 | stroke: green; 13 | } 14 | 15 | path.link.resolved { 16 | stroke-dasharray: 0,2 1; 17 | } 18 | 19 | circle { 20 | fill: #ccc; 21 | stroke: #333; 22 | stroke-width: 1.5px; 23 | } 24 | 25 | text { 26 | font: 10px sans-serif; 27 | pointer-events: none; 28 | } 29 | 30 | text.shadow { 31 | stroke: #fff; 32 | stroke-width: 3px; 33 | stroke-opacity: .8; 34 | } -------------------------------------------------------------------------------- /examples/nvd3/assets/data/patents.csv: -------------------------------------------------------------------------------- 1 | source,target,type 2 | Microsoft,Amazon,licensing 3 | Microsoft,HTC,licensing 4 | Samsung,Apple,suit 5 | Motorola,Apple,suit 6 | Nokia,Apple,resolved 7 | HTC,Apple,suit 8 | Kodak,Apple,suit 9 | Microsoft,Barnes & Noble,suit 10 | Microsoft,Foxconn,suit 11 | Oracle,Google,suit 12 | Apple,HTC,suit 13 | Microsoft,Inventec,suit 14 | Samsung,Kodak,resolved 15 | LG,Kodak,resolved 16 | RIM,Kodak,suit 17 | Sony,LG,suit 18 | Kodak,LG,resolved 19 | Apple,Nokia,resolved 20 | Qualcomm,Nokia,resolved 21 | Apple,Motorola,suit 22 | Microsoft,Motorola,suit 23 | Motorola,Microsoft,suit 24 | Huawei,ZTE,suit 25 | Ericsson,ZTE,suit 26 | Kodak,Samsung,resolved 27 | Apple,Samsung,suit 28 | Kodak,RIM,suit 29 | Nokia,Qualcomm,suit -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-11.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-12.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-13.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-14.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-15.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-16.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-17.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-18.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-21.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-22.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-23.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-24.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-25.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-26.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-27.png -------------------------------------------------------------------------------- /examples/nvd3/assets/fig/unnamed-chunk-28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/nvd3/assets/fig/unnamed-chunk-28.png -------------------------------------------------------------------------------- /examples/nvd3/chart.html: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /examples/nvd3/myapp.js: -------------------------------------------------------------------------------- 1 | function drawNVD3Plot(){ 2 | var params = {{{ params }}}, 3 | data = {{{ data }}} 4 | 5 | var data = d3.nest() 6 | .key(function(d){ 7 | return params.group === undefined ? 'main' : d[params.group] 8 | }) 9 | .entries(data) 10 | 11 | nv.addGraph(function() { 12 | var chart = nv.models[params.type]() 13 | .x(function(d) { return d[params.x] }) 14 | .y(function(d) { return d[params.y] }) 15 | .width(900) 16 | .height(400) 17 | 18 | d3.select("#" + params.id) 19 | .append('svg') 20 | .datum(data) 21 | .transition().duration(500) 22 | .call(chart); 23 | 24 | nv.utils.windowResize(chart.update); 25 | 26 | return chart; 27 | }); 28 | }; -------------------------------------------------------------------------------- /examples/popcornjs/assets/fig/unnamed-chunk-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/popcornjs/assets/fig/unnamed-chunk-3.png -------------------------------------------------------------------------------- /examples/popcornjs/assets/fig/unnamed-chunk-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/popcornjs/assets/fig/unnamed-chunk-5.png -------------------------------------------------------------------------------- /examples/popcornjs/assets/js/app.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | //$("pre:has(code)").addClass('build'); 3 | //$("div:has(img)").addClass('build') 4 | mytimings = [{"slide":1,"time":1364157100555},{"time":15175,"slide":2,"action":"gotoSlide"},{"time":66973,"slide":3,"action":"gotoSlide"},{"time":103175,"slide":4,"action":"gotoSlide"},{"time":146846,"slide":5,"action":"gotoSlide"}, {"time":169000,"slide":5,"action":"pause"}]; 5 | syncSlides(mytimings, pop); 6 | syncSlides2Video(mytimings, pop) 7 | }); 8 | -------------------------------------------------------------------------------- /examples/popcornjs/assets/media/simulations.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/popcornjs/assets/media/simulations.mp3 -------------------------------------------------------------------------------- /examples/popcornjs/assets/media/simulations.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/popcornjs/assets/media/simulations.mp4 -------------------------------------------------------------------------------- /examples/probability/assets/css/draggable.css: -------------------------------------------------------------------------------- 1 | .draggable { 2 | position: relative; 3 | left: 646px; 4 | top: -391px; 5 | width: 250px; 6 | } 7 | 8 | /* 9 | .draggable p{ 10 | font-family: 'Architects Daughter' 11 | line-height: 1em; 12 | font-color: whitesmoke; 13 | } 14 | */ 15 | 16 | #draggable1 { 17 | left: 625px; 18 | top: -486px; 19 | } 20 | #draggable2 { 21 | left: 616px; 22 | top: -487px; 23 | } 24 | #draggable3 { 25 | left: 152px; 26 | top: -898px; 27 | } 28 | 29 | #draggable4 { 30 | left: 455px; 31 | top: -633px; 32 | } 33 | 34 | /* Modify the Color of the Box */ 35 | #draggable4 p { 36 | border: 5px solid darkslategray; 37 | } 38 | 39 | #draggable4 p:before{ 40 | border-color: darkslategray transparent; 41 | } -------------------------------------------------------------------------------- /examples/probability/assets/fig/box1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/box1.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/flip-5-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/flip-5-500.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/hist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/hist1.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/ncaa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/ncaa.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/q1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/q1.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-1.pdf -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-1.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-10.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-11.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-12.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-14.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-15.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-16.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-17.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-18.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-2.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-20.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-21.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-5.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-6.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-8.png -------------------------------------------------------------------------------- /examples/probability/assets/fig/unnamed-chunk-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/fig/unnamed-chunk-9.png -------------------------------------------------------------------------------- /examples/probability/assets/img/mcgill_logo_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/img/mcgill_logo_big.jpg -------------------------------------------------------------------------------- /examples/probability/assets/img/mcgill_logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/img/mcgill_logo_small.png -------------------------------------------------------------------------------- /examples/probability/assets/img/slidify_biglogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/img/slidify_biglogo.png -------------------------------------------------------------------------------- /examples/probability/assets/img/slidify_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/probability/assets/img/slidify_logo.png -------------------------------------------------------------------------------- /examples/probability/assets/js/app.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function(){ 2 | // $("pre:has(code)").addClass('build'); 3 | // $("p:has(img)").addClass('build') 4 | // var pop = Popcorn.vimeo("player", "http://player.vimeo.com/video/41823197"); 5 | // var mytimings = [{"slide":1,"time":1361386121505},{"time":15660,"slide":2,"action":"gotoSlide"},{"time":67211,"slide":3,"action":"gotoSlide"},{"time":71362,"slide":3,"action":"nextSlide"},{"time":81665,"slide":3,"action":"nextSlide"},{"time":92802,"slide":3,"action":"nextSlide"},{"time":100178,"slide":3,"action":"nextSlide"}] ; 6 | // syncSlides(mytimings, pop); 7 | }); 8 | 9 | 10 | // 12 | // 13 | -------------------------------------------------------------------------------- /examples/probability/assets/layouts/draggable.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 | {{{ slide.content }}} 6 | 7 | {{# slide.blocks }} 8 |
9 |
10 | {{{ html }}} 11 |
12 |
13 | {{/ slide.blocks }} 14 | -------------------------------------------------------------------------------- /examples/probability/assets/layouts/submitcompare1.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 | {{{ slide.content }}} 6 | {{{ slide.question.html }}} 7 | 10 | 11 | Submit and Compare 12 | 13 | Clear 14 | 15 | 18 | -------------------------------------------------------------------------------- /examples/probability/assets/layouts/submitcompare2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 |
7 | {{{ slide.content }}} 8 |
9 |
10 | {{{ slide.question.html }}} 11 | 14 | 15 | Submit and Compare 16 | 17 | Clear 18 | 21 |
22 |
23 | 24 | -------------------------------------------------------------------------------- /examples/probability/assets/layouts/tabs.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 | 10 | 11 |
12 | {{# slide.blocks }} 13 |
14 | {{{ content }}} 15 |
16 | {{/ slide.blocks }} 17 |
18 | 19 | 22 | -------------------------------------------------------------------------------- /examples/probability/assets/layouts/text2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 | 6 |
7 | {{{ slide.content }}} 8 | {{# slide.blocks }} 9 | {{{ html }}} 10 | 11 | {{/ slide.blocks }} 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 |
20 | {{{ slide.explanation.html }}} 21 |
22 |
23 | -------------------------------------------------------------------------------- /examples/probability/config.yml: -------------------------------------------------------------------------------- 1 | widgets: [mathjax, bootstrap, quiz, opencpu, popcornjs] 2 | url: {lib: ../../libraries, assets: assets} 3 | mode: selfcontained 4 | hitheme: solarized_light 5 | biglogo: slidify_biglogo.png 6 | logo: slidify_logo.png 7 | -------------------------------------------------------------------------------- /examples/probability/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |

Hello World

12 | 13 | 14 | 15 | 16 | 27 | 28 | -------------------------------------------------------------------------------- /examples/rNVD3/figure/unnamed-chunk-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/rNVD3/figure/unnamed-chunk-3.png -------------------------------------------------------------------------------- /examples/rNVD3/payload.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/rNVD3/payload.RData -------------------------------------------------------------------------------- /examples/revealjs/assets/fig/unnamed-chunk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/assets/fig/unnamed-chunk-1.png -------------------------------------------------------------------------------- /examples/revealjs/assets/fig/unnamed-chunk-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/assets/fig/unnamed-chunk-2.png -------------------------------------------------------------------------------- /examples/revealjs/assets/fig/unnamed-chunk-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/assets/fig/unnamed-chunk-3.png -------------------------------------------------------------------------------- /examples/revealjs/figure/unnamed-chunk-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/figure/unnamed-chunk-3.png -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/config.yml: -------------------------------------------------------------------------------- 1 | revealjs: 2 | theme: default 3 | transition: default 4 | center: "true" 5 | -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 | {{# page.navbar }}{{> navbar }}{{/ page.navbar }} 9 |
10 |
11 | {{{ page.content }}} 12 |
13 |
14 | 15 | 16 | 17 | {{> initialize }} 18 | {{> javascripts }} 19 | 20 | -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 | {{{ slide.header }}} 3 | {{{ slide.content }}} 4 | {{# slide.pnotes }} 5 | 8 | {{/ slide.pnotes }} 9 |
10 | -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/layouts/vertical.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{{slide.header}}} 4 | {{{slide.content}}} 5 | 8 |
9 | {{# slide.blocks }} 10 |
11 | {{{ html }}} 12 | 15 |
16 | {{/ slide.blocks }} 17 |
18 | -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/lib/font/league_gothic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/frameworks/revealjs/lib/font/league_gothic-webfont.eot -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/lib/font/league_gothic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/frameworks/revealjs/lib/font/league_gothic-webfont.ttf -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/lib/font/league_gothic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/frameworks/revealjs/lib/font/league_gothic-webfont.woff -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/lib/font/league_gothic_license: -------------------------------------------------------------------------------- 1 | SIL Open Font License (OFL) 2 | http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL 3 | -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/lib/js/html5shiv.js: -------------------------------------------------------------------------------- 1 | document.createElement('header'); 2 | document.createElement('nav'); 3 | document.createElement('section'); 4 | document.createElement('article'); 5 | document.createElement('aside'); 6 | document.createElement('footer'); 7 | document.createElement('hgroup'); -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/plugin/markdown/example.md: -------------------------------------------------------------------------------- 1 | # Markdown Demo 2 | 3 | 4 | 5 | ## External 1.1 6 | 7 | Content 1.1 8 | 9 | 10 | ## External 1.2 11 | 12 | Content 1.2 13 | 14 | 15 | 16 | ## External 2 17 | 18 | Content 2.1 19 | 20 | 21 | 22 | ## External 3.1 23 | 24 | Content 3.1 25 | 26 | 27 | ## External 3.2 28 | 29 | Content 3.2 30 | -------------------------------------------------------------------------------- /examples/revealjs/frameworks/revealjs/plugin/multiplex/client.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | var multiplex = Reveal.getConfig().multiplex; 3 | var socketId = multiplex.id; 4 | var socket = io.connect(multiplex.url); 5 | 6 | socket.on(multiplex.id, function(data) { 7 | // ignore data from sockets that aren't ours 8 | if (data.socketId !== socketId) { return; } 9 | if( window.location.host === 'localhost:1947' ) return; 10 | 11 | Reveal.slide(data.indexh, data.indexv, null, 'remote'); 12 | }); 13 | }()); 14 | -------------------------------------------------------------------------------- /examples/revealjs/highlighters/highlight.js/css/brown_papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/highlighters/highlight.js/css/brown_papersq.png -------------------------------------------------------------------------------- /examples/revealjs/highlighters/highlight.js/css/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/highlighters/highlight.js/css/pojoaque.jpg -------------------------------------------------------------------------------- /examples/revealjs/highlighters/highlight.js/css/school_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/highlighters/highlight.js/css/school_book.png -------------------------------------------------------------------------------- /examples/revealjs/highlighters/highlight.js/highlight.js.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /examples/revealjs/widgets/bootstrap/bootstrap.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | -------------------------------------------------------------------------------- /examples/revealjs/widgets/bootstrap/config.yml: -------------------------------------------------------------------------------- 1 | bootstrap: 2 | css: css/bootstrap.min.css 3 | js: [js/bootstrap.min.js, "http://js/bootbox.min.js"] 4 | jshead : js/bootstrap.js 5 | 6 | -------------------------------------------------------------------------------- /examples/revealjs/widgets/bootstrap/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/widgets/bootstrap/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /examples/revealjs/widgets/bootstrap/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/revealjs/widgets/bootstrap/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /examples/showoff/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Slidify 3 | author: Ramnath Vaidyanathan 4 | github: {user: ramnathv, repo: slidify} 5 | url: {lib: ../../libraries, assets: ../../assets} 6 | framework: showoff 7 | mode: selfcontained 8 | hitheme: tomorrow 9 | --- 10 | 11 | ## Testing 12 | 13 | 14 | 15 | 16 | 17 | --- .bullets .incremental .smaller 18 | 19 | # Slide 2 20 | 21 | - Point 1 22 | - Point 2 23 | - Point 3 24 | 25 | --- .full 26 | 27 | ![montreal](http://media-cdn.tripadvisor.com/media/photo-s/02/64/0c/30/downtown-montreal.jpg) 28 | 29 | --- .subsection 30 | 31 | ## Subsection 32 | 33 | ```r 34 | library(ggplot2) 35 | qplot(wt, mpg, data = mtcars) 36 | ``` 37 | -------------------------------------------------------------------------------- /examples/slideous/assets/fig/unnamed-chunk-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/examples/slideous/assets/fig/unnamed-chunk-1.png -------------------------------------------------------------------------------- /examples/slideous/index.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: Slidify 3 | subtitle: Reproducible HTML5 Slides 4 | author: Ramnath Vaidyanathan 5 | job: Assistant Professor, McGill 6 | framework: slideous 7 | url: 8 | lib: ../../libraries 9 | --- 10 | 11 | ## Test Slide 12 | 13 | ```{r message = F} 14 | require(ggplot2) 15 | qplot(wt, mpg, data = mtcars) 16 | ``` 17 | 18 | -------------------------------------------------------------------------------- /examples/slideous/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Slidify 3 | subtitle: Reproducible HTML5 Slides 4 | author: Ramnath Vaidyanathan 5 | job: Assistant Professor, McGill 6 | framework: slideous 7 | url: 8 | lib: ../../libraries 9 | --- 10 | 11 | ## Test Slide 12 | 13 | 14 | ```r 15 | require(ggplot2) 16 | qplot(wt, mpg, data = mtcars) 17 | ``` 18 | 19 | ![plot of chunk unnamed-chunk-1](assets/fig/unnamed-chunk-1.png) 20 | 21 | 22 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/config.yml: -------------------------------------------------------------------------------- 1 | deckjs: 2 | theme: swiss 3 | transition: horizontal-slide 4 | extensions: [goto, hash, menu, navigation, scale, status] 5 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/goto/deck.goto.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 | 6 | 7 |
-------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/hash/deck.hash.css: -------------------------------------------------------------------------------- 1 | .deck-container .deck-permalink { 2 | display: none; 3 | position: absolute; 4 | z-index: 4; 5 | bottom: 30px; 6 | right: 0; 7 | width: 48px; 8 | text-align: center; 9 | } 10 | 11 | .no-history .deck-container:hover .deck-permalink { 12 | display: block; 13 | } 14 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/hash/deck.hash.html: -------------------------------------------------------------------------------- 1 | 2 | # -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/hash/deck.hash.scss: -------------------------------------------------------------------------------- 1 | .deck-container { 2 | .deck-permalink { 3 | display:none; 4 | position:absolute; 5 | z-index:4; 6 | bottom:30px; 7 | right:0; 8 | width:48px; 9 | text-align:center; 10 | } 11 | } 12 | 13 | .no-history .deck-container:hover .deck-permalink { 14 | display:block; 15 | } -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/navigation/deck.navigation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/status/deck.status.css: -------------------------------------------------------------------------------- 1 | .deck-container .deck-status { 2 | position: absolute; 3 | bottom: 10px; 4 | right: 5px; 5 | color: #888; 6 | z-index: 3; 7 | margin: 0; 8 | } 9 | 10 | body.deck-container .deck-status { 11 | position: fixed; 12 | } 13 | 14 | @media print { 15 | .deck-status { 16 | display: none; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/status/deck.status.html: -------------------------------------------------------------------------------- 1 | 2 |

3 | 4 | / 5 | 6 |

-------------------------------------------------------------------------------- /libraries/frameworks/deckjs/extensions/status/deck.status.scss: -------------------------------------------------------------------------------- 1 | .deck-container { 2 | .deck-status { 3 | position:absolute; 4 | bottom:10px; 5 | right:5px; 6 | color:#888; 7 | z-index:3; 8 | margin:0; 9 | } 10 | } 11 | 12 | body.deck-container { 13 | .deck-status { 14 | position:fixed; 15 | } 16 | } 17 | 18 | @media print { 19 | .deck-status { 20 | display:none; 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | {{> head }} 9 | {{{ page.stylesheets }}} 10 | 11 | 12 | 13 | 14 | 15 | {{{ page.content }}} 16 | 17 | {{> snippets }} 18 | {{> javascripts }} 19 | 20 | -------------------------------------------------------------------------------- /libraries/frameworks/deckjs/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 | {{{ slide.header }}} 3 | {{{ slide.content }}} 4 |
5 | -------------------------------------------------------------------------------- /libraries/frameworks/dzslides/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 | {{{ slide.header }}} 3 | {{{ slide.content }}} 4 |
5 | -------------------------------------------------------------------------------- /libraries/frameworks/fathomjs/config2.yml: -------------------------------------------------------------------------------- 1 | fathomjs: 2 | theme: NULL 3 | -------------------------------------------------------------------------------- /libraries/frameworks/fathomjs/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 |
9 | {{{ page.content }}} 10 |
11 | 12 | {{> javascripts }} 13 | 14 | -------------------------------------------------------------------------------- /libraries/frameworks/fathomjs/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |

{{{ slide.title }}}

3 | {{{ slide.content }}} 4 |
5 | -------------------------------------------------------------------------------- /libraries/frameworks/fathomjs/partials/head.html: -------------------------------------------------------------------------------- 1 | 2 | {{{ page.title }}} 3 | 4 | 5 | 6 | 7 | 12 | -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .svn 3 | demo 4 | demo-candy 5 | demo-skyline 6 | *.sublime-project 7 | *.sublime-workspace 8 | *.dev.* 9 | _wip -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-Bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-Bold-webfont.eot -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-Bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-Bold-webfont.ttf -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-Bold-webfont.woff -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-BoldItalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-BoldItalic-webfont.eot -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-BoldItalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-BoldItalic-webfont.ttf -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-BoldItalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-BoldItalic-webfont.woff -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-Italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-Italic-webfont.eot -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-Italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-Italic-webfont.ttf -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-Italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-Italic-webfont.woff -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-webfont.eot -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-webfont.ttf -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/fonts/Amaranth-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/fonts/Amaranth-webfont.woff -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/aliens-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/aliens-bg.jpg -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/genereavventura.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/genereavventura.jpg -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/kingmix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/kingmix.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/logo-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/logo-black.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/logo-white-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/logo-white-shadow.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/logo-white.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-0.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-1.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-2.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-3.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-4.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-5.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi1-stacked-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi1-stacked-6.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi2-concept-art.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi2-concept-art.jpg -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi2-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi2-original.jpg -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/mi2-special-edition.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/mi2-special-edition.jpg -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/sax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/sax.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/share-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/share-image.jpg -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/assets/img/tone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/assets/img/tone.png -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/flowtime/favicon.ico -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{{ slide.html }}} 4 |
5 | {{# slide.blocks }} 6 |
7 | {{{ html }}} 8 |
9 | {{/ slide.blocks }} 10 |
11 | -------------------------------------------------------------------------------- /libraries/frameworks/flowtime/partials/head.html: -------------------------------------------------------------------------------- 1 | {{ page.title }} 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/config.yml: -------------------------------------------------------------------------------- 1 | html5slides: 2 | theme: default 3 | template: regular 4 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/colorbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/colorbar.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/google-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/google-logo-small.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/google-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/google-logo.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/googleio-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/googleio-logo.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/mcgill-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/mcgill-logo-small.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/mcgill-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/mcgill-logo.jpg -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/slidify-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/slidify-log.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/images/slidify-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/default/images/slidify-logo-small.png -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ stylesheets }}} 6 | 7 | 8 |
9 | 10 | {{# slides }} 11 | {{{ slide }}} 12 | {{/ slides }} 13 |
14 | 15 | 16 | 17 | {{> javascripts }} 18 | 19 | 20 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/layouts/head.html: -------------------------------------------------------------------------------- 1 | 2 | {{ title }} 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/default/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |

{{{ title }}}

3 | {{{ content }}} 4 |
5 | 6 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 |
9 | {{{ page.content }}} 10 |
11 | 12 | 13 | 14 | {{> javascripts }} 15 | 16 | 17 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |

{{{ slide.title }}}

3 | {{{ slide.content }}} 4 |
5 | 6 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/partials/head.html: -------------------------------------------------------------------------------- 1 | 2 | {{ page.title }} 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /libraries/frameworks/html5slides/uulm/images/header_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/html5slides/uulm/images/header_sample.jpg -------------------------------------------------------------------------------- /libraries/frameworks/impressjs/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/impressjs/apple-touch-icon.png -------------------------------------------------------------------------------- /libraries/frameworks/impressjs/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "impress-js", 3 | "version": "0.5.3", 4 | "main": "./js/impress.js", 5 | "description": "It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com", 6 | "homepage": "https://github.com/bartaz/impress.js", 7 | "license" : ["http://bartaz.mit-license.org/", "http://www.gnu.org/licenses/"], 8 | "main": [ 9 | "./js/impress.js", 10 | ], 11 | "keywords": [ 12 | "slideshow", 13 | "css3" 14 | ], 15 | "author": { 16 | "name": "Bartek Szopka", 17 | "web": "http://bartaz.github.com" 18 | } 19 | } -------------------------------------------------------------------------------- /libraries/frameworks/impressjs/config.yml: -------------------------------------------------------------------------------- 1 | impressjs: 2 | theme: NULL 3 | -------------------------------------------------------------------------------- /libraries/frameworks/impressjs/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/impressjs/favicon.png -------------------------------------------------------------------------------- /libraries/frameworks/impressjs/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
7 | {{{ slide.header }}} 8 | {{{ slide.content }}} 9 |
10 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/README.md: -------------------------------------------------------------------------------- 1 | ## Google IO 2012 HTML5 Slides 2 | 3 | Authors: 4 | Eric Bidelman 5 | Luke Mahé 6 | 7 | Modified By: 8 | Ramnath Vaidyanathan 9 | 10 | URL: https://code.google.com/p/io-2012-slides 11 | 12 | LICENSE: Apache 2.0 13 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/config.yml: -------------------------------------------------------------------------------- 1 | io2012: 2 | theme: NULL 3 | layout: default 4 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/images/google_developers_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/images/google_developers_icon_128.png -------------------------------------------------------------------------------- /libraries/frameworks/io2012/images/io2012_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/images/io2012_logo.png -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/polyfills/dataset.min.js: -------------------------------------------------------------------------------- 1 | (function(){function c(){d=!0;this.removeEventListener("DOMAttrModified",c,!1)}function g(b){return b.replace(h,function(b,a){return a.toUpperCase()})}function e(){var b={};i.call(this.attributes,function(a){if(f=a.name.match(j))b[g(f[1])]=a.value});return b}var i=[].forEach,j=/^data-(.+)/,h=/\-([a-z])/ig,a=document.createElement("div"),d=!1,f;a.dataset==void 0&&(a.addEventListener("DOMAttrModified",c,!1),a.setAttribute("foo","bar"),Element.prototype.__defineGetter__("dataset",d?function(){if(!this._datasetCache)this._datasetCache= 2 | e.call(this);return this._datasetCache}:e),document.addEventListener("DOMAttrModified",function(a){delete a.target._datasetCache},!1))})(); -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-apollo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-apollo.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-go.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-go.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-hs.js: -------------------------------------------------------------------------------- 1 | PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t-\r ]+/,null,"\t\n \r "],["str",/^"(?:[^\n\f\r"\\]|\\[\S\s])*(?:"|$)/,null,'"'],["str",/^'(?:[^\n\f\r'\\]|\\[^&])'?/,null,"'"],["lit",/^(?:0o[0-7]+|0x[\da-f]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)/i,null,"0123456789"]],[["com",/^(?:--+[^\n\f\r]*|{-(?:[^-]|-+[^}-])*-})/],["kwd",/^(?:case|class|data|default|deriving|do|else|if|import|in|infix|infixl|infixr|instance|let|module|newtype|of|then|type|where|_)(?=[^\d'A-Za-z]|$)/, 2 | null],["pln",/^(?:[A-Z][\w']*\.)*[A-Za-z][\w']*/],["pun",/^[^\d\t-\r "'A-Za-z]+/]]),["hs"]); 3 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-lisp.js: -------------------------------------------------------------------------------- 1 | var a=null; 2 | PR.registerLangHandler(PR.createSimpleLexer([["opn",/^\(+/,a,"("],["clo",/^\)+/,a,")"],["com",/^;[^\n\r]*/,a,";"],["pln",/^[\t\n\r \xa0]+/,a,"\t\n\r \xa0"],["str",/^"(?:[^"\\]|\\[\S\s])*(?:"|$)/,a,'"']],[["kwd",/^(?:block|c[ad]+r|catch|con[ds]|def(?:ine|un)|do|eq|eql|equal|equalp|eval-when|flet|format|go|if|labels|lambda|let|load-time-value|locally|macrolet|multiple-value-call|nil|progn|progv|quote|require|return-from|setq|symbol-macrolet|t|tagbody|the|throw|unwind)\b/,a], 3 | ["lit",/^[+-]?(?:[#0]x[\da-f]+|\d+\/\d+|(?:\.\d+|\d+(?:\.\d*)?)(?:[de][+-]?\d+)?)/i],["lit",/^'(?:-*(?:\w|\\[!-~])(?:[\w-]*|\\[!-~])[!=?]?)?/],["pln",/^-*(?:[_a-z]|\\[!-~])(?:[\w-]*|\\[!-~])[!=?]?/i],["pun",/^[^\w\t\n\r "'-);\\\xa0]+/]]),["cl","el","lisp","scm"]); 4 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-lua.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-lua.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-ml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-ml.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-proto.js: -------------------------------------------------------------------------------- 1 | PR.registerLangHandler(PR.sourceDecorator({keywords:"bytes,default,double,enum,extend,extensions,false,group,import,max,message,option,optional,package,repeated,required,returns,rpc,service,syntax,to,true",types:/^(bool|(double|s?fixed|[su]?int)(32|64)|float|string)\b/,cStyleComments:!0}),["proto"]); 2 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-scala.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-scala.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-sql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-sql.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-tex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-tex.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-vb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-vb.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-vhdl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-vhdl.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-wiki.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/io2012/js/prettify/lang-wiki.js -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/lang-yaml.js: -------------------------------------------------------------------------------- 1 | var a=null; 2 | PR.registerLangHandler(PR.createSimpleLexer([["pun",/^[:>?|]+/,a,":|>?"],["dec",/^%(?:YAML|TAG)[^\n\r#]+/,a,"%"],["typ",/^&\S+/,a,"&"],["typ",/^!\S*/,a,"!"],["str",/^"(?:[^"\\]|\\.)*(?:"|$)/,a,'"'],["str",/^'(?:[^']|'')*(?:'|$)/,a,"'"],["com",/^#[^\n\r]*/,a,"#"],["pln",/^\s+/,a," \t\r\n"]],[["dec",/^(?:---|\.\.\.)(?:[\n\r]|$)/],["pun",/^-/],["kwd",/^\w+:[\n\r ]/],["pln",/^\w+/]]),["yaml","yml"]); 3 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/prettify/prettify.css: -------------------------------------------------------------------------------- 1 | .pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} -------------------------------------------------------------------------------- /libraries/frameworks/io2012/js/slides.js: -------------------------------------------------------------------------------- 1 | require(['order!slide_config','order!modernizr.custom.45394', 'order!hammer', 2 | 'order!slide-controller', 'order!slide-deck'], function(someModule) { 3 | }); 4 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/layouts/slide.html: -------------------------------------------------------------------------------- 1 | 2 | {{# slide.header }} 3 |
4 | {{{ slide.header}}} 5 |
6 | {{/ slide.header }} 7 |
8 | {{{ slide.content }}} 9 |
10 | 11 | {{# slide.pnotes }} 12 | 17 | {{/ slide.pnotes }} 18 |
19 | 20 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/layouts/twocol.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | {{{ slide.content }}} 5 |
6 | {{{ slide.left.html }}} 7 |
8 |
9 | {{{ slide.right.html }}} 10 |
11 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/layouts/vcenter.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | {{{ slide.header}}} 4 |
5 |
6 | {{{ slide.content }}} 7 |
8 | 9 | {{# slide.pnotes}} 10 | 15 | {{/ slide.pnotes}} 16 |
17 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/partials/logoslide.html: -------------------------------------------------------------------------------- 1 | 2 | {{# page.biglogo }} 3 | 4 |
5 | 6 | 7 | 8 |
9 |
10 | {{/ page.biglogo }} 11 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/partials/pagination.html: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /libraries/frameworks/io2012/partials/toc.html: -------------------------------------------------------------------------------- 1 | 16 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/config.yml: -------------------------------------------------------------------------------- 1 | landslide: 2 | theme: default 3 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> meta }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 | 9 |
10 |
11 |
12 |
13 |
14 |
15 | {{{ page.content }}} 16 |
17 |
18 | {{> toc }} 19 | {{> help }} 20 | 21 | 24 | 25 | {{> javascripts }} 26 | 27 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/partials/meta.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{ page.title }} 4 | 5 | 6 | 7 | 8 | 10 | 12 | 13 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/partials/toc.html: -------------------------------------------------------------------------------- 1 | 13 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/clean/css/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/clean/css/background.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/clean/css/mcgill-logo-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/clean/css/mcgill-logo-small.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/machinalis/fonts/OFLGoudyStMTT-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/machinalis/fonts/OFLGoudyStMTT-Italic.ttf -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/machinalis/fonts/OFLGoudyStMTT.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/machinalis/fonts/OFLGoudyStMTT.ttf -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/machinalis/img/00-fin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/machinalis/img/00-fin.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/machinalis/img/00-medio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/machinalis/img/00-medio.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/machinalis/img/00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/machinalis/img/00.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/ribbon/css/print.css: -------------------------------------------------------------------------------- 1 | @page{margin:0;size:1024px 640px}.list{padding:0;background:none}.list *{-webkit-print-color-adjust:exact}.list .caption{display:none}.list .slide{float:none;margin:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.list .slide:before{display:none}.list .slide:after{position:absolute;left:120px;bottom:80px;color:#CCC;text-shadow:none;line-height:18px;font-weight:normal;font-size:25px}.list .slide.cover,.list .slide.shout{z-index:1}.list .slide.cover:after,.list .slide.shout:after{content:''}.list .slide.cover{background:#000} 2 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/ribbon/images/grid-16x10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/ribbon/images/grid-16x10.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/ribbon/images/grid-4x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/ribbon/images/grid-4x3.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/ribbon/images/linen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/ribbon/images/linen.png -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/ribbon/images/ribbon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /libraries/frameworks/landslide/themes/tango/css/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/landslide/themes/tango/css/background.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/README.md: -------------------------------------------------------------------------------- 1 | # Minimal Theme 2 | 3 | [Demo the Theme](http://orderedlist.github.com/minimal/) 4 | 5 | This is the raw HTML and styles that are used for the *minimal* theme on [GitHub Pages](http://pages.github.com/). 6 | 7 | Syntax highlighting is provided on GitHub Pages by [Pygments](http://pygments.org). 8 | 9 | # License 10 | 11 | This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/). 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /libraries/frameworks/minimal/config.yml: -------------------------------------------------------------------------------- 1 | minimal: 2 | highlighter: prettify 3 | hitheme: twitter-bootstrap 4 | -------------------------------------------------------------------------------- /libraries/frameworks/minimal/images/fabric_of_squares_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/minimal/images/fabric_of_squares_gray.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/images/fabric_of_squares_gray_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/minimal/images/fabric_of_squares_gray_@2X.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/images/subtle_white_feathers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/minimal/images/subtle_white_feathers.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/images/subtle_white_feathers_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/minimal/images/subtle_white_feathers_@2X.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/images/wavegrid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/minimal/images/wavegrid.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/images/wavegrid_@2X.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/minimal/images/wavegrid_@2X.png -------------------------------------------------------------------------------- /libraries/frameworks/minimal/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.assets.css }}} 6 | {{{ page.assets.jshead }}} 7 | 8 | 9 |
10 | {{> header }} 11 |
12 | {{{ page.content }}} 13 |
14 | {{> footer }} 15 |
16 | 17 | 18 | 19 | {{{ page.assets.js }}} 20 | {{> javascripts }} 21 | -------------------------------------------------------------------------------- /libraries/frameworks/minimal/javascripts/scale.fix.js: -------------------------------------------------------------------------------- 1 | var metas = document.getElementsByTagName('meta'); 2 | var i; 3 | if (navigator.userAgent.match(/iPhone/i)) { 4 | for (i=0; i 2 | 3 | 4 | {{> head }} 5 | {{{ page.assets.css }}} 6 | {{{ page.assets.jshead }}} 7 | 8 | 9 |
10 | 11 | {{> header }} 12 | 13 |
14 | 15 | {{{ page.content }}} 16 | 17 |
18 | 19 | {{> footer }} 20 | 21 |
22 | 23 | 24 | 25 | {{{ page.assets.js }}} 26 | {{> javascripts }} 27 | 28 | -------------------------------------------------------------------------------- /libraries/frameworks/minimal/partials/footer.html: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /libraries/frameworks/minimal/partials/head.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{{ page.title }}} 4 | 5 | 6 | 7 | 10 | {{# page.background }} 11 | 16 | {{/ page.background }} 17 | -------------------------------------------------------------------------------- /libraries/frameworks/minimal/partials/header.html: -------------------------------------------------------------------------------- 1 |
2 |

{{{ page.title }}}

3 |

{{{ page.subtitle }}}

4 | {{# page.github }} 5 |

6 | 7 | View the Project on GitHub {{user}}/{{repo}} 8 | 9 |

10 | 21 | {{/ page.github }} 22 |
23 | -------------------------------------------------------------------------------- /libraries/frameworks/opencpu/config.yml: -------------------------------------------------------------------------------- 1 | shiny: 2 | theme: NULL 3 | -------------------------------------------------------------------------------- /libraries/frameworks/opencpu/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 |
9 |
10 |
11 |

{{{page.title}}}

12 |
13 |
14 |
15 | {{{page.content}}} 16 |
17 |
18 | 19 | {{> javascripts }} 20 | 21 | -------------------------------------------------------------------------------- /libraries/frameworks/opencpu/layouts/mainPanel.html: -------------------------------------------------------------------------------- 1 |
2 | {{{slide.header}}} 3 | {{{slide.content}}} 4 |
5 | -------------------------------------------------------------------------------- /libraries/frameworks/opencpu/layouts/sidebarPanel.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{{slide.header}}} 4 | {{{slide.content}}} 5 |
6 |
7 | -------------------------------------------------------------------------------- /libraries/frameworks/opencpu/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 | {{{ slide.header }}} 3 | {{{ slide.content }}} 4 |
5 | 6 | {{#slide.output}} 7 |
8 | {{{ html }}} 9 |
10 | {{/slide.output}} 11 | -------------------------------------------------------------------------------- /libraries/frameworks/opencpu/partials/head.html: -------------------------------------------------------------------------------- 1 | {{page.title}} 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | node_js: 3 | - 0.8 4 | before_script: 5 | - npm install -g grunt-cli -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/config.yml: -------------------------------------------------------------------------------- 1 | revealjs: 2 | theme: default 3 | transition: default 4 | center: "true" 5 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 |
9 |
10 | {{{ page.content }}} 11 |
12 |
13 | 14 | 15 | 16 | {{> initialize }} 17 | {{> javascripts }} 18 | 19 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 | {{{ slide.header }}} 3 | {{{ slide.content }}} 4 | {{# slide.pnotes }} 5 | 8 | {{/ slide.pnotes }} 9 |
10 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/layouts/vertical.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{{slide.header}}} 4 | {{{slide.content}}} 5 | 8 |
9 | {{# slide.blocks }} 10 |
11 | {{{ html }}} 12 | 15 |
16 | {{/ slide.blocks }} 17 |
18 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/lib/font/league_gothic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.eot -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/lib/font/league_gothic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.ttf -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/lib/font/league_gothic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/revealjs/lib/font/league_gothic-webfont.woff -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/lib/font/league_gothic_license: -------------------------------------------------------------------------------- 1 | SIL Open Font License (OFL) 2 | http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL 3 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/lib/js/html5shiv.js: -------------------------------------------------------------------------------- 1 | document.createElement('header'); 2 | document.createElement('nav'); 3 | document.createElement('section'); 4 | document.createElement('article'); 5 | document.createElement('aside'); 6 | document.createElement('footer'); 7 | document.createElement('hgroup'); -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/partials/head.html: -------------------------------------------------------------------------------- 1 | 2 | {{{ page.title }}} 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/plugin/markdown/example.md: -------------------------------------------------------------------------------- 1 | # Markdown Demo 2 | 3 | 4 | 5 | ## External 1.1 6 | 7 | Content 1.1 8 | 9 | 10 | ## External 1.2 11 | 12 | Content 1.2 13 | 14 | 15 | 16 | ## External 2 17 | 18 | Content 2.1 19 | 20 | 21 | 22 | ## External 3.1 23 | 24 | Content 3.1 25 | 26 | 27 | ## External 3.2 28 | 29 | Content 3.2 30 | -------------------------------------------------------------------------------- /libraries/frameworks/revealjs/plugin/multiplex/client.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | var multiplex = Reveal.getConfig().multiplex; 3 | var socketId = multiplex.id; 4 | var socket = io.connect(multiplex.url); 5 | 6 | socket.on(multiplex.id, function(data) { 7 | // ignore data from sockets that aren't ours 8 | if (data.socketId !== socketId) { return; } 9 | if( window.location.host === 'localhost:1947' ) return; 10 | 11 | Reveal.slide(data.indexh, data.indexv, null, 'remote'); 12 | }); 13 | }()); 14 | -------------------------------------------------------------------------------- /libraries/frameworks/shiny/config.yml: -------------------------------------------------------------------------------- 1 | shiny: 2 | theme: NULL 3 | -------------------------------------------------------------------------------- /libraries/frameworks/shiny/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {{> head }} 5 | {{{ page.stylesheets }}} 6 | 7 | 8 |
9 |
10 |
11 |

{{{page.title}}}

12 |
13 |
14 |
15 | {{{page.content}}} 16 |
17 |
18 | 19 | {{> javascripts }} 20 | 21 | -------------------------------------------------------------------------------- /libraries/frameworks/shiny/layouts/mainPanel.html: -------------------------------------------------------------------------------- 1 |
2 | {{{slide.header}}} 3 | {{{slide.content}}} 4 |
5 | -------------------------------------------------------------------------------- /libraries/frameworks/shiny/layouts/sidebarPanel.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{{slide.header}}} 4 | {{{slide.content}}} 5 |
6 |
7 | -------------------------------------------------------------------------------- /libraries/frameworks/shiny/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 | {{{slide.header}}} 3 | {{{slide.content}}} 4 |
5 | 6 | {{#slide.output}} 7 |
8 | {{{ html }}} 9 |
10 | {{/slide.output}} 11 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "themes/ribbon"] 2 | path = themes/ribbon 3 | url = git@github.com:shower/ribbon.git 4 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/config.yml: -------------------------------------------------------------------------------- 1 | shower: 2 | theme: ribbon 3 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

{{{ slide.title }}}

4 | {{{ slide.content }}} 5 |
6 |
7 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/layouts/slide0.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | {{# slide.header }} 5 |
6 |

7 | {{{ slide.title }}} 8 |

9 |
10 | {{/ slide.header}} 11 | {{{ slide.content }}} 12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/partials/head.html: -------------------------------------------------------------------------------- 1 | {{ page.title }} 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/fonts/PTMono.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTMono.woff -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.Italic.woff -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Bold.woff -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Italic.woff -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Narrow.Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.Narrow.Bold.woff -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/fonts/PTSans.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/fonts/PTSans.woff -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/images/linen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/images/linen.png -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/images/linen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/images/linen@2x.png -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/images/ribbon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/pictures/exact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/exact.png -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/pictures/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/square.png -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/pictures/tall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/tall.png -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/pictures/wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/shower/themes/ribbon/pictures/wide.png -------------------------------------------------------------------------------- /libraries/frameworks/shower/themes/ribbon/styles/print.css: -------------------------------------------------------------------------------- 1 | @page{margin:0;size:1024px 640px}.list{padding:0;background:none}.list *{-webkit-print-color-adjust:exact}.list .caption,.list .badge{display:none}.list .slide{float:none;margin:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.list .slide:before{display:none}.list .slide:after,.list .slide:target:after{bottom:80px;color:#CCC;text-shadow:none;line-height:18px;font-weight:normal;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.list .slide footer{display:none}.list .slide.cover,.list .slide.shout{z-index:1}.list .slide.cover:after,.list .slide.shout:after{content:''}.list .slide.cover{background:#000} 2 | -------------------------------------------------------------------------------- /libraries/frameworks/showoff/config.yml: -------------------------------------------------------------------------------- 1 | showoff: 2 | transition: NULL 3 | -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/spinner_bar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/spinner_bar.gif -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-icons_808080_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_808080_256x240.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-icons_8DC262_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_8DC262_256x240.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-icons_e7e6e4_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_e7e6e4_256x240.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-icons_eeeeee_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_eeeeee_256x240.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/css/theme/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/ui.accordion.css: -------------------------------------------------------------------------------- 1 | /* Accordion 2 | ----------------------------------*/ 3 | .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } 4 | .ui-accordion li {display: inline;} 5 | .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } 6 | .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; } 7 | .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } 8 | .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; } 9 | .ui-accordion .ui-accordion-content-active { display: block; } -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/ui.all.css: -------------------------------------------------------------------------------- 1 | @import "ui.base.css"; 2 | @import "ui.theme.css"; 3 | -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/ui.base.css: -------------------------------------------------------------------------------- 1 | @import url("ui.core.css"); 2 | 3 | @import url("ui.accordion.css"); 4 | @import url("ui.datepicker.css"); 5 | @import url("ui.dialog.css"); 6 | @import url("ui.progressbar.css"); 7 | @import url("ui.resizable.css"); 8 | @import url("ui.slider.css"); 9 | @import url("ui.tabs.css"); 10 | -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/ui.progressbar.css: -------------------------------------------------------------------------------- 1 | /* Progressbar 2 | ----------------------------------*/ 3 | .ui-progressbar { height:2em; text-align: left; } 4 | .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } -------------------------------------------------------------------------------- /libraries/frameworks/showoff/css/theme/ui.tabs.css: -------------------------------------------------------------------------------- 1 | /* Tabs 2 | ----------------------------------*/ 3 | .ui-tabs {padding: .2em;} 4 | .ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; } 5 | .ui-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } 6 | .ui-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .5em 1em; } 7 | .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom: 0; } 8 | .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border: 0; background: none; } 9 | .ui-tabs .ui-tabs-hide { display: none !important; } -------------------------------------------------------------------------------- /libraries/frameworks/showoff/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/frameworks/showoff/favicon.ico -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/onepage.js: -------------------------------------------------------------------------------- 1 | function setupOnePage() { 2 | sh_highlightDocument(); 3 | centerSlides($("#slides > .slide")) 4 | } 5 | -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_changelog.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.changelog=[[[/[\d]{2,4}-?[\d]{2}-?[\d]{2}/g,"sh_date",1,1],[/(^[ \t]+)(\*)([ \t]+)((?:[^:]+\:)?)/g,["sh_normal","sh_symbol","sh_normal","sh_file"],-1],[/(^[ \t]+)((?:[^:]+\:)?)/g,["sh_normal","sh_file"],-1]],[[/$/g,null,-2],[/(?:?)|(?:?)/g,"sh_url",-1],[/(?:[A-Za-z0-9_]|[`~!@#$%&*()_=+{}|;:",<.>\/?'\\[\]\^\-])+/g,"sh_name",-1]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_cucumber.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={};} 2 | sh_languages['cucumber']=[[[/#/g,'sh_comment',1],[/@/g,'sh_comment',1],[/Scenario:/g,'sh_keyword',1],[/Feature:/g,'sh_keyword',1],[/In order to/g,'sh_variable',1],[/As a/g,'sh_variable',1],[/I want to/g,'sh_variable',1],[/I wish to/g,'sh_variable',1],[/I can/g,'sh_variable',1],[/So that/g,'sh_variable',1],[/\b(?:Given|When|Then|And|But)\b/g,'sh_keyword',-1]],[[/$/g,null,-2]]]; 3 | -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_desktop.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.desktop=[[[/#/g,"sh_comment",1],[/\[.*\]/g,"sh_section",1],[/([^="\[]+)((?:\[.+\])*)([ \t]*)(=)/g,["sh_type","sh_paren","sh_normal","sh_symbol"],-1]],[[/$/g,null,-2]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_diff.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.diff=[[[/(?=^[-]{3})/g,"sh_oldfile",1,1],[/(?=^[*]{3})/g,"sh_oldfile",3,1],[/(?=^[\d])/g,"sh_difflines",6,1]],[[/^[-]{3}/g,"sh_oldfile",2],[/^[-]/g,"sh_oldfile",2],[/^[+]/g,"sh_newfile",2],[/^@@/g,"sh_difflines",2]],[[/$/g,null,-2]],[[/^[*]{3}[ \t]+[\d]/g,"sh_oldfile",4],[/^[*]{3}/g,"sh_oldfile",2],[/^[-]{3}[ \t]+[\d]/g,"sh_newfile",5],[/^[-]{3}/g,"sh_newfile",2]],[[/^[\s]/g,"sh_normal",2],[/(?=^[-]{3})/g,"sh_newfile",-2]],[[/^[\s]/g,"sh_normal",2],[/(?=^[*]{3})/g,"sh_newfile",-2],[/^diff/g,"sh_normal",2]],[[/^[\d]/g,"sh_difflines",2],[/^[<]/g,"sh_oldfile",2],[/^[>]/g,"sh_newfile",2]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_ldap.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.ldap=[[[/#/g,"sh_comment",1],[/(\b[A-Za-z0-9_]+:)((?:[^,=]*$)?)/g,["sh_keyword","sh_string"],-1],[/([A-Za-z0-9_]+)(=)([^,]+)(,?)/g,["sh_attribute","sh_symbol","sh_string","sh_symbol"],-1]],[[/$/g,null,-2]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_lsm.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.lsm=[[[/\b(?:Begin[\d]*|End)\b/g,"sh_keyword",-1],[/^[A-Za-z0-9_-]+:/g,"sh_type",-1],[/(?:?)|(?:?)/g,"sh_url",-1]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_properties.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.properties=[[[/#/g,"sh_comment",1],[/!/g,"sh_comment",1],[/([^="]+)([ \t]*)(=)/g,["sh_type","sh_normal","sh_symbol"],-1]],[[/$/g,null,-2]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_spec.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.spec=[[[/#/g,"sh_comment",1],[/^[A-Za-z0-9_-]+:/g,"sh_keyword",-1],[/(?:?)|(?:?)/g,"sh_url",-1],[/\b[+-]?(?:(?:0x[A-Fa-f0-9]+)|(?:(?:[\d]*\.)?[\d]+(?:[eE][+-]?[\d]+)?))u?(?:(?:int(?:8|16|32|64))|L)?\b/g,"sh_number",-1],[/\$[A-Za-z0-9_]+/g,"sh_variable",-1],[/%(?:\{?)[A-Za-z0-9_]+(?:\}?)/g,"sh_preproc",-1]],[[/$/g,null,-2]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/sh_lang/sh_xorg.min.js: -------------------------------------------------------------------------------- 1 | if(!this.sh_languages){this.sh_languages={}}sh_languages.xorg=[[[/#/g,"sh_comment",1],[/\b[+-]?(?:(?:0x[A-Fa-f0-9]+)|(?:(?:[\d]*\.)?[\d]+(?:[eE][+-]?[\d]+)?))u?(?:(?:int(?:8|16|32|64))|L)?\b/g,"sh_number",-1],[/"/g,"sh_string",2],[/'/g,"sh_string",3],[/\b(?:End)?(?:Sub)*Section\b/g,"sh_keyword",-1],[/[A-Za-z0-9_]+/g,"sh_type",-1]],[[/$/g,null,-2]],[[/"/g,"sh_string",-2],[/\\./g,"sh_specialchar",-1]],[[/'/g,"sh_string",-2],[/\\./g,"sh_specialchar",-1]]]; -------------------------------------------------------------------------------- /libraries/frameworks/showoff/js/showoffcore.js: -------------------------------------------------------------------------------- 1 | // Make CORE.out() write to showoff 'result' global variable http://github.com/scottbale/showoff 2 | (function(CORE){ 3 | 4 | CORE.require = function(toImport){ 5 | //nothing to do 6 | }; 7 | CORE.out = function(output){ 8 | result = result || ''; 9 | result = result + '

' + output + '

'; 10 | }; 11 | 12 | return CORE; 13 | }(CORE)); -------------------------------------------------------------------------------- /libraries/frameworks/showoff/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{{ slide.header }}} 4 | {{{ slide.content }}} 5 |
6 |
7 | -------------------------------------------------------------------------------- /libraries/frameworks/slideous/layouts/deck.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | {{> head }} 6 | {{{ page.stylesheets }}} 7 | 8 | 9 | 10 | {{> statusbar }} 11 | 12 | 13 |
14 |

First Slide

15 |
16 |
17 |

Content

18 |
19 |
20 | {{{ page.content }}} 21 | 22 | {{> javascripts }} 23 | 24 | 25 | -------------------------------------------------------------------------------- /libraries/frameworks/slideous/layouts/slide.html: -------------------------------------------------------------------------------- 1 |
2 |

{{{ slide.title }}}

3 | {{{ slide.content }}} 4 |
5 | -------------------------------------------------------------------------------- /libraries/frameworks/slideous/partials/head.html: -------------------------------------------------------------------------------- 1 | Slideous 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /libraries/highlighters/highlight.js/css/brown_papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/highlighters/highlight.js/css/brown_papersq.png -------------------------------------------------------------------------------- /libraries/highlighters/highlight.js/css/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/highlighters/highlight.js/css/pojoaque.jpg -------------------------------------------------------------------------------- /libraries/highlighters/highlight.js/css/school_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/highlighters/highlight.js/css/school_book.png -------------------------------------------------------------------------------- /libraries/highlighters/highlight.js/highlight.js.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /libraries/widgets/ace/config.yml: -------------------------------------------------------------------------------- 1 | ace: 2 | js: js/ace.js 3 | -------------------------------------------------------------------------------- /libraries/widgets/ace/css/aceeditor.css: -------------------------------------------------------------------------------- 1 | .ace_editor { 2 | height: 150px; 3 | position: relative; 4 | border-top: 40px; 5 | border: 1px solid #DDD; 6 | border-radius: 4px; 7 | border-bottom-right-radius: 0px; 8 | margin-top: 10px; 9 | } -------------------------------------------------------------------------------- /libraries/widgets/ace/js/ext-spellcheck.js: -------------------------------------------------------------------------------- 1 | ace.define("ace/ext/spellcheck",["require","exports","module"],function(e,t,n){text.spellcheck=!0,host.on("nativecontextmenu",function(e){if(!host.selection.isEmpty())return;var t=host.getCursorPosition(),n=host.session.getWordRange(t.row,t.column),r=host.session.getTextRange(n);host.session.tokenRe.lastIndex=0;if(!host.session.tokenRe.test(r))return;var e=r+" "+PLACEHOLDER;text.value=e,text.setSelectionRange(r.length+1,r.length+1),text.setSelectionRange(0,0),inputHandler=function(t){if(t==e)return"";if(t.lastIndexOf(e)==t.length-e.length)return t.slice(0,-e.length);if(t.indexOf(e)==0)return t.slice(e.length);if(t.slice(-2)==PLACEHOLDER){var r=t.slice(0,-2);if(r.slice(-1)==" ")return r=r.slice(0,-1),host.session.replace(n,r),r}return t}})}) -------------------------------------------------------------------------------- /libraries/widgets/ace/js/mode-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/ace/js/mode-text.js -------------------------------------------------------------------------------- /libraries/widgets/bootstrap/bootstrap.html: -------------------------------------------------------------------------------- 1 | 7 | -------------------------------------------------------------------------------- /libraries/widgets/bootstrap/config.yml: -------------------------------------------------------------------------------- 1 | bootstrap: 2 | css: css/bootstrap.css 3 | js: [js/bootstrap.min.js, "js/bootbox.min.js"] 4 | 5 | -------------------------------------------------------------------------------- /libraries/widgets/bootstrap/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootstrap/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /libraries/widgets/bootstrap/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootstrap/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/.travis.yml: -------------------------------------------------------------------------------- 1 | branches: 2 | only: 3 | - master 4 | - gh-pages 5 | 6 | language: node_js 7 | 8 | node_js: 9 | - "0.8.11" 10 | 11 | before_install: 12 | - npm install -g grunt-cli recess bower 13 | - bower install bootstrap 14 | 15 | script: "grunt swatch" -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/CNAME: -------------------------------------------------------------------------------- 1 | bootswatch.com -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/amelia/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/amelia/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/cerulean/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/cerulean/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/component.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootswatch", 3 | "description": "Bootswatch is a collection of themes for Bootstrap.", 4 | "version": "2.3.1", 5 | "author": "Thomas Park", 6 | "homepage": "http://bootswatch.com", 7 | "repository": { 8 | "type": "git", 9 | "url": "git://github.com/thomaspark/bootswatch.git" 10 | }, 11 | "dependencies": { 12 | "bootstrap": "~2.3.1" 13 | }, 14 | "licenses": [ 15 | { 16 | "type": "Apache-2.0", 17 | "url": "http://www.apache.org/licenses/LICENSE-2.0" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "thomaspark/bootswatch", 3 | "description": "Themes for Twitter Bootstrap", 4 | "licenses": "Apache-2.0", 5 | "authors": [ 6 | { 7 | "name": "thomaspark", 8 | "email": "hello@thomaspark.me" 9 | } 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/cosmo/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/cosmo/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/cyborg/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/cyborg/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/favicon.ico -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/FontAwesome.otf -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/global/build-responsive.less: -------------------------------------------------------------------------------- 1 | @import "../components/bootstrap/less/responsive.less"; 2 | @import "variables.less"; 3 | @import "../global/global.less"; -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/global/build.less: -------------------------------------------------------------------------------- 1 | @import "../components/bootstrap/less/bootstrap.less"; 2 | @import "variables.less"; 3 | @import "../global/global.less"; 4 | @import "bootswatch.less"; 5 | @import "../components/bootstrap/less/utilities.less"; -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/global/global.less: -------------------------------------------------------------------------------- 1 | @iconSpritePath: "../img/glyphicons-halflings.png"; 2 | @iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/img/carboncostume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/carboncostume.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/img/maxcdn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/img/maxcdn.gif -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/journal/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/journal/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/js/bsa.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | var bsa = document.createElement('script'); 3 | bsa.type = 'text/javascript'; 4 | bsa.async = true; 5 | bsa.src = 'http://s3.buysellads.com/ac/bsa.js'; 6 | (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa); 7 | })(); -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bootswatch", 3 | "description": "Bootswatch is a collection of themes for Bootstrap.", 4 | "version": "2.3.1", 5 | "author": "Thomas Park", 6 | "homepage": "http://bootswatch.com/", 7 | "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0", 8 | "repository": { 9 | "type": "git", 10 | "url": "git://github.com/thomaspark/bootswatch.git" 11 | }, 12 | "engines": { 13 | "node": ">= 0.8.11" 14 | }, 15 | "devDependencies": { 16 | "grunt": "~0.4.0", 17 | "grunt-recess": "~0.3.1", 18 | "grunt-contrib-concat": "~0.1.3", 19 | "grunt-contrib-clean": "~0.4.0" 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/readable/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/readable/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/shamrock/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/shamrock/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/simplex/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/simplex/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/slate/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/slate/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/spacelab/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/spacelab/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/spruce/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/spruce/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/superhero/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/superhero/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/swatchmaker/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/swatchmaker/swatchmaker-responsive.less: -------------------------------------------------------------------------------- 1 | @import "bootstrap/less/responsive.less"; 2 | @import "swatch/variables.less"; -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/swatchmaker/swatchmaker.less: -------------------------------------------------------------------------------- 1 | @import "bootstrap/less/bootstrap.less"; 2 | @import "swatch/variables.less"; 3 | @import "swatch/bootswatch.less"; 4 | @import "bootstrap/less/utilities.less"; -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/swatchmaker/watcher.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | require 'rubygems' 4 | require 'directory_watcher' 5 | 6 | dw = DirectoryWatcher.new 'swatch' 7 | dw.interval = 1.0 8 | dw.add_observer do |*args| 9 | args.each do |event| 10 | if /less/ =~ event.path 11 | `make bootswatch` 12 | puts "#{Time.now.strftime("%I:%M:%S")} make bootswatch (since #{event.path} #{event.type})" 13 | end 14 | end 15 | end 16 | 17 | dw.start 18 | gets # when the user hits "enter" the script will terminate 19 | dw.stop -------------------------------------------------------------------------------- /libraries/widgets/bootswatch/united/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/bootswatch/united/thumbnail.png -------------------------------------------------------------------------------- /libraries/widgets/mathjax/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | docs/build/html-mathjax-site 3 | config/local/*.js 4 | !config/local/local.js 5 | unpacked/config/local/*.js 6 | !unpacked/config/local/local.js 7 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf -------------------------------------------------------------------------------- /libraries/widgets/mathjax/images/CloseX-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/images/CloseX-31.png -------------------------------------------------------------------------------- /libraries/widgets/mathjax/images/MenuArrow-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/mathjax/images/MenuArrow-15.png -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/CombDiacritMarks.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/CombDiacritMarks.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u0311":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/CombDiacritMarks.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/CombDiactForSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/CombDiactForSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u20DB":c.ACCENT,"\u20DC":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/CombDiactForSymbols.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/Dingbats.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/Dingbats.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2772":c.OPEN},postfix:{"\u2773":c.CLOSE}}});MathJax.Ajax.loadComplete(a.optableDir+"/Dingbats.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/GreekAndCoptic.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/GreekAndCoptic.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u03F6":c.REL}}});MathJax.Ajax.loadComplete(a.optableDir+"/GreekAndCoptic.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/Latin1Supplement.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/Latin1Supplement.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u00B0":c.ORD,"\u00B4":c.ACCENT,"\u00B8":c.ACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/Latin1Supplement.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/LetterlikeSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/LetterlikeSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix:{"\u2145":c.ORD21,"\u2146":[2,0,b.ORD]}}});MathJax.Ajax.loadComplete(a.optableDir+"/LetterlikeSymbols.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u2B45":c.RELSTRETCH,"\u2B46":c.RELSTRETCH}}});MathJax.Ajax.loadComplete(a.optableDir+"/MiscSymbolsAndArrows.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/element/mml/optable/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/element/mml/optable/SpacingModLetters.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfix:{"\u02CD":c.WIDEACCENT,"\u02DA":c.ACCENT,"\u02DD":c.ACCENT,"\u02F7":c.WIDEACCENT}}});MathJax.Ajax.loadComplete(a.optableDir+"/SpacingModLetters.js")})(MathJax.ElementJax.mml); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/input/MathML/entities/j.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/j.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{Jcirc:"\u0134",Jcy:"\u0419",Jsercy:"\u0408",Jukcy:"\u0404",jcirc:"\u0135",jcy:"\u0439",jsercy:"\u0458",jukcy:"\u0454"});MathJax.Ajax.loadComplete(a.entityDir+"/j.js")})(MathJax.InputJax.MathML); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/input/MathML/entities/k.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/k.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{KHcy:"\u0425",KJcy:"\u040C",Kappa:"\u039A",Kcedil:"\u0136",Kcy:"\u041A",kcedil:"\u0137",kcy:"\u043A",kgreen:"\u0138",khcy:"\u0445",kjcy:"\u045C"});MathJax.Ajax.loadComplete(a.entityDir+"/k.js")})(MathJax.InputJax.MathML); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/input/MathML/entities/q.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/q.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{QUOT:"\u0022",qint:"\u2A0C",qprime:"\u2057",quaternions:"\u210D",quatint:"\u2A16",quest:"\u003F",questeq:"\u225F",quot:"\u0022"});MathJax.Ajax.loadComplete(a.entityDir+"/q.js")})(MathJax.InputJax.MathML); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/input/MathML/entities/w.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/input/MathML/entities/w.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | (function(a){MathJax.Hub.Insert(a.Parse.Entity,{Wcirc:"\u0174",wcirc:"\u0175",wedbar:"\u2A5F",wedge:"\u2227",wedgeq:"\u2259",wp:"\u2118",wr:"\u2240",wreath:"\u2240"});MathJax.Ajax.loadComplete(a.entityDir+"/w.js")})(MathJax.InputJax.MathML); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9251:[31,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/ControlPictures.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{42898:[691,19,769,27,734]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/LatinExtendedD.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{9837:[740,5,437,86,389],9838:[818,210,490,97,393],9839:[818,210,490,52,438]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/MiscSymbols.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold"],{8319:[700,-275,491,15,478]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Bold/SuperAndSubscripts.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{8413:[760,254,0,-753,256]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/CombDiactForSymbols.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-bold-italic"],{9251:[31,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/BoldItalic/ControlPictures.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{9251:[16,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/ControlPictures.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{8706:[668,11,471,40,471],8722:[286,-220,675,86,590]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/MathOperators.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXGeneral-italic"],{120484:[441,11,278,47,235],120485:[441,207,278,-124,246]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Italic/ij.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{12306:[662,0,685,10,672],12336:[417,-93,1412,45,1367]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/CJK.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{9251:[16,120,500,40,460]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/ControlPictures.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{12398:[661,41,901,37,840]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/Hiragana.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{42791:[683,233,481,9,427],42898:[676,14,734,18,700]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/LatinExtendedD.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{65533:[662,217,872,55,817]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/Specials.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{8319:[676,-270,541,57,484]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/SuperAndSubscripts.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXGeneral,{120484:[441,11,278,47,235],120485:[441,207,278,-124,246]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/General/Regular/ij.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Bold/All.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-bold-italic"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/BoldItalic/All.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXNonUnicode-italic"],{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Italic/All.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.STIXNonUnicode,{32:[0,0,250,0,0],160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/NonUnicode/Regular/All.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXSizeOneSym-bold"],{8512:[1500,-22,1341,60,1281]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/SizeOneSym/Bold/All.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{770:[845,-561,0,-2347,13],771:[899,-628,0,-2332,-3]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/CombDiacritMarks.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{10003:[706,34,833,84,749],10016:[716,22,833,48,786]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/Dingbats.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9416:[709,175,902,8,894]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/EnclosedAlphanum.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8245:[560,-43,275,12,244]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GeneralPunctuation.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{989:[605,85,778,55,719],1008:[434,6,667,37,734]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/GreekAndCoptic.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{295:[695,13,540,42,562]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/LatinExtendedA.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{10731:[716,132,667,56,611]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscMathSymbolsB.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{9733:[694,111,944,49,895]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscSymbols.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{8994:[378,-122,778,55,722],8995:[378,-143,778,55,722]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/MiscTechnical.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_AMS,{710:[845,-561,2333,-14,2346],732:[899,-628,2333,1,2330]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/AMS/Regular/SpacingModLetters.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Fraktur-bold"],{160:[0,0,250,0,0],8216:[708,-411,254,53,187],8217:[692,-394,254,58,193]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Bold/Other.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Fraktur,{160:[0,0,250,0,0],8216:[708,-410,215,45,158],8217:[692,-395,215,49,163]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Fraktur/Regular/Other.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{8407:[723,-513,0,-542,-33]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/CombDiactForSymbols.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{305:[452,8,394,24,367]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LatinExtendedA.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{567:[451,201,439,-12,420]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/LatinExtendedB.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-bold"],{10216:[750,249,447,127,382],10217:[750,249,447,64,319]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Bold/MiscMathSymbolsA.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/Latin1Supplement.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["MathJax_Main-italic"],{8463:[695,13,540,42,562]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Italic/LetterlikeSymbols.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Main,{730:[715,-542,500,147,352]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Main/Regular/SpacingModLetters.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS.MathJax_Script,{160:[0,0,250,0,0]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/Script/Regular/Other.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.OutputJax.SVG.FONTDATA.FONTS.MathJax_Fraktur={directory:"Fraktur/Regular",family:"MathJax_Fraktur",id:"MJFRAK",Ranges:[[0,127,"BasicLatin"],[128,57343,"Other"],[58112,58128,"PUA"]]};MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Fraktur/Regular/Main.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax.SVG.FONTDATA.FONTS["MathJax_Main-italic"],{8710:[716,0,818,70,751,""]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Main/Italic/MathOperators.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js: -------------------------------------------------------------------------------- 1 | /* 2 | * /MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js 3 | * 4 | * Copyright (c) 2012 Design Science, Inc. 5 | * 6 | * Part of the MathJax library. 7 | * See http://www.mathjax.org for details. 8 | * 9 | * Licensed under the Apache License, Version 2.0; 10 | * you may not use this file except in compliance with the License. 11 | * 12 | * http://www.apache.org/licenses/LICENSE-2.0 13 | */ 14 | 15 | MathJax.Hub.Insert(MathJax.OutputJax.SVG.FONTDATA.FONTS.MathJax_Main,{8710:[716,0,833,46,786,""]});MathJax.Ajax.loadComplete(MathJax.OutputJax.SVG.fontDir+"/Main/Regular/MathOperators.js"); 16 | 17 | -------------------------------------------------------------------------------- /libraries/widgets/nvd3/config.yml: -------------------------------------------------------------------------------- 1 | nvd3: 2 | css: css/nv.d3.css 3 | jshead: [js/d3.v2.min.js, "http://nvd3.org/nv.d3.js", js/fisheye.js] 4 | extensions: js/fisheye.js 5 | -------------------------------------------------------------------------------- /libraries/widgets/nvd3/nvd3.html: -------------------------------------------------------------------------------- 1 | {{# page.nvd3.extensions }} 2 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /libraries/widgets/popcornjs/config.yml: -------------------------------------------------------------------------------- 1 | popcornjs: 2 | js: [js/popcorn-complete.min.js, js/popcorn-custom.js] 3 | -------------------------------------------------------------------------------- /libraries/widgets/popcornjs/layouts/popcorn.html: -------------------------------------------------------------------------------- 1 | {{{ slide.content }}} 2 | -------------------------------------------------------------------------------- /libraries/widgets/popcornjs/popcornjs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {{# page.popcornjs.player }} 4 | 13 | {{/ page.popcornjs.player }} 14 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/README.md: -------------------------------------------------------------------------------- 1 | jquery.quiz.js 2 | ============== 3 | 4 | A jQuery plugin that generates interactive quizzes from lists and so on. -------------------------------------------------------------------------------- /libraries/widgets/quiz/config.yml: -------------------------------------------------------------------------------- 1 | quiz: 2 | css: css/demo.css 3 | js: [js/jquery.quiz.js, js/mustache.min.js, js/quiz-app.js] 4 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/img/correct-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/quiz/img/correct-icon.png -------------------------------------------------------------------------------- /libraries/widgets/quiz/img/incorrect-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramnathv/slidifyExamples/88aff7ff4f25e93752d6ec85af2def8b4f552e9e/libraries/widgets/quiz/img/incorrect-icon.png -------------------------------------------------------------------------------- /libraries/widgets/quiz/layouts/buttons.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | {{# slide.blocks }} 7 |
8 | {{{ html }}} 9 |
10 | {{/ slide.blocks }} 11 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/layouts/checkbox.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 | {{{ slide.content }}} 7 | {{> buttons }} 8 |
9 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/layouts/multitext.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 | {{{ slide.content }}} 7 | {{> buttons }} 8 |
9 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/layouts/radio.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 | {{{ slide.content }}} 7 | {{> buttons }} 8 |
9 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/layouts/radio2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 |
7 | {{{ slide.image.html }}} 8 |
9 |
10 |
11 | {{{ slide.content }}} 12 | {{> buttons }} 13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/layouts/text.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 | {{{ slide.content }}} 7 |
8 | {{> buttons }} 9 |
10 | -------------------------------------------------------------------------------- /libraries/widgets/quiz/quiz.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libraries/widgets/scianimator/config.yml: -------------------------------------------------------------------------------- 1 | scianimator: 2 | jshead: js/jquery.scianimator.pack.js 3 | css: [css/scianimator.css, css/scianimator.light.css] 4 | -------------------------------------------------------------------------------- /libraries/widgets/scianimator/css/styles.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin: 20px; 3 | } -------------------------------------------------------------------------------- /libraries/widgets/scianimator/scianimator.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /libraries/widgets/shiny/css/ace-shiny.css: -------------------------------------------------------------------------------- 1 | .ace_editor { 2 | height: 150px; 3 | position: relative; 4 | border-top: 40px; 5 | border: 1px solid #DDD; 6 | border-radius: 4px; 7 | border-bottom-right-radius: 0px; 8 | margin-top: 10px; 9 | } 10 | 11 | /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */ 12 | div.wordwrap { 13 | white-space: pre-wrap; /* CSS3 */ 14 | white-space: -moz-pre-wrap; /* Firefox */ 15 | white-space: -pre-wrap; /* Opera <7 */ 16 | white-space: -o-pre-wrap; /* Opera 7 */ 17 | word-wrap: break-word; /* IE */ 18 | } -------------------------------------------------------------------------------- /libraries/widgets/shiny/js/actionbutton.js: -------------------------------------------------------------------------------- 1 | jQuery(function($) { 2 | var actionButtonBinding = new Shiny.InputBinding(); 3 | $.extend(actionButtonBinding, { 4 | find: function(scope) { 5 | return $(scope).find(".action-button"); 6 | }, 7 | getValue: function(el) { 8 | var val = $(el).data('val') || 0; 9 | $(el).data('val', val + 1); 10 | return val; 11 | }, 12 | setValue: function(el, value) { 13 | }, 14 | subscribe: function(el, callback) { 15 | $(el).on("click.actionButton", function(e) { 16 | callback(); 17 | }); 18 | }, 19 | unsubscribe: function(el) { 20 | $(el).off(".actionButton"); 21 | } 22 | }); 23 | Shiny.inputBindings.register(actionButtonBinding); 24 | }) -------------------------------------------------------------------------------- /libraries/widgets/shiny/layouts/shiny.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 |
7 |
8 | {{{ slide.input.html }}} 9 |
10 |
11 |
12 | {{{ slide.output.html }}} 13 |
14 |
15 | 16 | 21 | -------------------------------------------------------------------------------- /libraries/widgets/shiny/layouts/tryr.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 |
6 |
7 |
8 | {{{ slide.content }}} 9 | 10 |
11 | 14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 | 23 | -------------------------------------------------------------------------------- /libraries/widgets/shiny/layouts/tryr2.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: slide 3 | --- 4 | 5 | {{{ slide.content }}} 6 |
7 | 8 |
9 | 12 |
13 |
14 |
15 | 16 |
17 | 18 | -------------------------------------------------------------------------------- /libraries/widgets/shiny/shiny.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- 1 | publish: 2 | rm -rf .git && \ 3 | git init && git add . && git commit -am 'update examples' && \ 4 | git push git@github.com:ramnathv/slidifyExamples master:gh-pages --force --------------------------------------------------------------------------------