Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philschatz/oer.interactive
Educational resources should be interactive! But they should also nicely degrade if you want to make a book out of it
https://github.com/philschatz/oer.interactive
Last synced: about 2 months ago
JSON representation
Educational resources should be interactive! But they should also nicely degrade if you want to make a book out of it
- Host: GitHub
- URL: https://github.com/philschatz/oer.interactive
- Owner: philschatz
- Created: 2012-09-02T09:14:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-02T09:54:20.000Z (over 12 years ago)
- Last Synced: 2024-10-13T16:43:48.950Z (3 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To Install
==========You will need to download the following (assuming you have a unix environment)
- `xsltproc`
- PhantomJS
- PrinceXMLYou will also need the following repositories:
- https://github.com/philschatz/oer.epubcss
- https://github.com/Connexions/rhaptos.cnxmlutils/tree/cnxml2html (note the cnxml2html branch)Also, you'll need to download the following files and toss them in the `./lib/` directory:
- `d3.js` (from d3js.org)
- `jquery-latest.js`
- `mathjax/` (should have a `MathJax.js` inside the dir when you're done)
- `Tangle` (just a checkout from https://github.com/worrydream/Tangle )This repo comes with an example CNXML file with all the interactive stuff in it (It's 100% valid CNXML).
To generate some HTML and a PDF with static versions of the interactive content see the included `run.sh` file.
After running it you should have a `output.html` that you can open in your browser and a `output.pdf`.
I'm Too Lazy to Jump Through Those Hoops!
==========================================Check out http://philschatz.github.com/oer.interactive for links to the autogenerated HTML and PDF files.