-
Notifications
You must be signed in to change notification settings - Fork 1
/
params.json
1 lines (1 loc) · 1.55 KB
/
params.json
1
{"name":"Timelines","body":"# Timelines\r\n\r\nAca van a ir una serie de librerias para hacer lineas de tiempo. La primera que queremos hacer es una que genere algo parecido a esto: \r\n\r\n![Alt text](http://imgs.xkcd.com/comics/movie_narrative_charts.png \"Timeline del Señor de los Anillos\")\r\n\r\nPara más info ver aca: [Movie Narrative Charts](http://xkcd.com/657/)\r\n\r\n\r\n---\r\n\r\n## Herramientas de desarrollo y librerias\r\n\r\nUna propuesta para el desarrollo utilizaría la siguiente tecnología:\r\n\r\n * __Raphael__ - http://raphaeljs.com/\r\n * __jQuery__ - http://jquery.com/\r\n * __Coffeescript__ - http://coffeescript.org/ | [The little book on Coffeescript](http://arcturo.github.com/library/coffeescript/index.html)\r\n\r\n## Algunas referencias que pueden interesar y servir:\r\n\r\n### sankey / flow diagrams:\r\n\r\n * version JS (Coffeescript) + Raphael: http://tamc.github.com/Sankey/\r\n * version Python: http://matplotlib.sourceforge.net/examples/api/sankey_demo_old.html\r\n * Un poco de teoría: http://www.svgopen.org/2003/papers/RenderingGraphs/index.html\r\n\r\n### Morris una librería para graficar\r\n\r\n * Morris.js: para generar gráficos con Raphael + JS: http://oesmith.github.com/morris.js/\r\n\r\n### Sitios generales de visualizacion\r\n\r\n * Muchísimos links a sitios de visualizacion: http://dailytekk.com/2012/02/27/over-100-incredible-infographic-tools-and-resources/\r\n\r\n","tagline":"libreria para generar lineas de tiempo","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}