Deck.js & Pandoc - GitHub Pages

14
Deck.js & Pandoc Adolfo Sanz De Diego May 2013 Adolfo Sanz De Diego Deck.js & Pandoc

Transcript of Deck.js & Pandoc - GitHub Pages

Page 1: Deck.js & Pandoc - GitHub Pages

Deck.js & Pandoc

Adolfo Sanz De Diego

May 2013

Adolfo Sanz De Diego Deck.js & Pandoc

Page 2: Deck.js & Pandoc - GitHub Pages

Adolfo Sanz De Diego Deck.js & Pandoc

Page 3: Deck.js & Pandoc - GitHub Pages

I

About

Adolfo Sanz De Diego Deck.js & Pandoc

Page 4: Deck.js & Pandoc - GitHub Pages

Adolfo Sanz De Diego

Adolfo Sanz De Diego Deck.js & Pandoc

Page 5: Deck.js & Pandoc - GitHub Pages

My Resume

Old JEE web developer

Today:

Computer teacher:

- Hardware, Operating Systems, Networking, Programming

Freelance Trainer:

- Java, Android- JavaScript, jQuery- JSF, Spring, Hibernate- Groovy & Grails

I like to develop

Adolfo Sanz De Diego Deck.js & Pandoc

Page 6: Deck.js & Pandoc - GitHub Pages

Hackalover

For hackathons lovers

Meetup: http://www.meetup.com/Hackathon-Lovers/

Twitter: http://twitter.com/HackathonLovers

Adolfo Sanz De Diego Deck.js & Pandoc

Page 7: Deck.js & Pandoc - GitHub Pages

Tweets Sentiment

Is a tweets analyzer which extracts semantic information to know if thegeneral tweets feeling about a topic is positive or negative.

Web: http://tweetssentiment.com/

Twitter: http://twitter.com/TweetsSentiment

Adolfo Sanz De Diego Deck.js & Pandoc

Page 8: Deck.js & Pandoc - GitHub Pages

Where to find me?

My nick: asanzdiego

AboutMe: http://about.me/asanzdiego

GitHub: http://github.com/asanzdiego/Twitter: http://twitter.com/asanzdiegoBlog: http://asanzdiego.blogspot.com.esLinkedIn: http://www.linkedin.com/in/asanzdiego

Adolfo Sanz De Diego Deck.js & Pandoc

Page 9: Deck.js & Pandoc - GitHub Pages

Licence

This work is licensed under a:

Creative Commons Attribution 3.0

The program source code are licensed under a:

GPL 3.0

Adolfo Sanz De Diego Deck.js & Pandoc

Page 10: Deck.js & Pandoc - GitHub Pages

II

Instalation and how to use

Adolfo Sanz De Diego Deck.js & Pandoc

Page 11: Deck.js & Pandoc - GitHub Pages

Dependencies

Pandoc (needs to be installed)

Deck.js (included)

Adolfo Sanz De Diego Deck.js & Pandoc

Page 12: Deck.js & Pandoc - GitHub Pages

Creation

First copy the doc folder and rename it as you like. This is notnecessary but helps you organize your documents.

Create the md files that you want to generate. The md files areMarkdown files which are nothing more than plain text files with extensionmd, and a lightweight markup (we should know it but it is very simple).

Once created the md files, we can generate html, html-slides ypdf-beamer with a script.

Adolfo Sanz De Diego Deck.js & Pandoc

Page 13: Deck.js & Pandoc - GitHub Pages

Build

To convert all md files of all the folders go to the root folder andexecute:

./build.sh

To convert all md files of one folder go to the root folder and execute:

./build.sh [folder_name]

Adolfo Sanz De Diego Deck.js & Pandoc

Page 14: Deck.js & Pandoc - GitHub Pages

Slide keyboard shortcuts

[F] - Find text

[M] - Miniature slides

[G] - Go to slide number

[ctrl]+[+] - Zoom in

[ctrl]+[-] - Zoom out

[ctrl]+[wheel mouse] - Zoom in/out

[space] - Next page

[intro] - Next page

[page up] - Next page

[up arrow] - Next page

[right arrow] - Next page

[backspace] - Previous page

[page down] - Previous page

[down arrow] - Previous page

[left arrow] - Previous page

Adolfo Sanz De Diego Deck.js & Pandoc