Skip to content

jcachuryb/Presentacion_curvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Computing Slides -- Curves

Part of the Visual Computing course given at National University of Colombia by Jean Pierre Charalambos and Andres Colubri.

Powered by reveal.

Made possible thanks to...

Setup

$ git clone https://github.com/VisualComputing/Transformations.git
$ git checkout gh-pages

Folder Structure

|-- css/
|-- js/
|-- plugin/
|-- lib/
|-- fig/
|-- source.md

Refer to the reveal folder structure for more details, and to the Setup below.

Setup

External markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the slides source code.

  1. Install Node.js

  2. Install Grunt

  3. Navigate to the presentation folder

$ cd Transformations
  1. Install dependencies
$ npm install
  1. Edit the presentation contents using markdown in the source.md and adding figures as needed to the fig/ folder.

  2. Serve the presentation and monitor source files for changes

$ grunt serve
  1. Open http://localhost:8000 to view your presentation

You can change the port by using grunt serve --port 8001.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published