COAP:COAP-3000/week1: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 34: Line 34:
* Unpack the zip archive
* Unpack the zip archive


* Copy index.html to project1.html
* '''Copy''' index.html to project1.html
* Copy index.html to save.html
* '''Rename''' index.html to save.html


* Modify contents of project1.html
* Modify contents of project1.html


Examples:
'''Modification of the CSS'''


Get the following files ("save link as"):
You can modify the CSS file (css/impress-demo.css to adapt to your needs).
 
Simple example. Get the following files ("save link as") and put them into a different directory.
* [http://tecfa.unige.ch/guides/impress.js/impress-demo-1/test.html test.html]
* [http://tecfa.unige.ch/guides/impress.js/impress-demo-1/test.html test.html]
* [http://tecfa.unige.ch/guides/impress.js/impress-demo-1/impress.js impress.js]
* [http://tecfa.unige.ch/guides/impress.js/impress-demo-1/impress.js impress.js]
* [http://tecfa.unige.ch/guides/impress.js/impress-demo-1/impress-min-presi.css impress-min-presi.css]
* [http://tecfa.unige.ch/guides/impress.js/impress-demo-1/impress-min-presi.css impress-min-presi.css]


Example of a talk:
* [http://tecfa.unige.ch/tecfa/talks/schneide/iran-2015/design-fabrication-talk/A-design-fabrication-shiraz-2015-schneider.html#/slide1 Digital design and fabrication in education] (could be much improved...)


== Homework 1 ==
== Homework 1 ==

Revision as of 23:04, 13 March 2016

Week 1 - Create fancy animated presentations with impress.js

Prerequisites

You should be familiar with basic HTML and CSS. Below are some resources that could help you catching up. Alternatively, you also can read chapters 1 (section on "traditional elements") and 2 of the textbook. You also should be able to use a JavaScript library.

  • Javascript_tutorial - basics (in particular, you should know how to use a JavaScript library). In particular, load JS code into a page like this:
<script type="text/javascript" src="external.js"></script>

Recommended HTML editors

Monday

Impress.js demos

Student activities / impress.js

https://github.com/bartaz/impress.js
(find the Download ZIP button to the right)
  • Unpack the zip archive
  • Copy index.html to project1.html
  • Rename index.html to save.html
  • Modify contents of project1.html

Modification of the CSS

You can modify the CSS file (css/impress-demo.css to adapt to your needs).

Simple example. Get the following files ("save link as") and put them into a different directory.

Example of a talk:

Homework 1

(1) Create a presentation with impress.ch

  • You can freely choose a topic and reuse prior work.


(2) Write a small report

  • The report should include your objectives, a discussion of your design and an auto-evaluation. You also can mention how you did it, problems encountered. etc.

Upload as a zip file to the World classroom (Canevas)

  • Uzip the file somewhere in your own computer and test if it works (e.g. some files may be missing)

Due

  • Wed week 2, before class

Documentation / Links

Impress.js
CSS tutorial
Documentation for techies