Diferencia entre revisiones de «Usuario:Lmorillas/Plataforma Innova/exhibit»
De WikiEducator
(-ººswqxa) |
(Exhibit con CMSs) |
||
(14 revisiones intermedias por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
− | }} | + | {{MiTitulo| Simile Exhibit}} |
+ | |||
+ | == Documentación == | ||
+ | * Documentación técnica, manuales y ejemplos http://www.simile-widgets.org/exhibit3/ | ||
+ | ** Manual en pdf http://www.simile-widgets.org/exhibit3/Exhibit3-Doc.pdf | ||
+ | * Exhibit: Lightweight Structured Data Publishing http://people.csail.mit.edu/dfhuynh/research/papers/www2007-exhibit.pdf | ||
+ | * http://es.slideshare.net/shawnday/intro-to-exhibit-workshop | ||
+ | * http://qubdh.co.uk/public/exhibitHandbook.pdf | ||
+ | * http://qubdh.co.uk/public/ | ||
+ | * Tutorial: http://www.libraryinnovation.org/article/viewFile/195/385 | ||
+ | * http://sparku.tumblr.com/post/3081327933/exploring-simile-widgets-the-exhibit-set | ||
+ | * http://people.csail.mit.edu/karger/Exhibit/CAR/HandsOn/ | ||
+ | * http://logd.tw.rpi.edu/tutorial/using_mit_simile_exhibit | ||
+ | * http://people.csail.mit.edu/karger/Exhibit/CAR/HandsOn/ | ||
+ | * http://www.ibm.com/developerworks/library/wa-realweb6/ (con utils en py) | ||
+ | * http://sites.udel.edu/cantrell/2010/11/29/geospatial-foray-part-i-introduction/ tutorial | ||
+ | * http://people.uta.fi/~petri.laitinen/modavi_final_report.pdf | ||
+ | |||
+ | == Tutoriales== | ||
+ | * http://logd.tw.rpi.edu/tutorial/using_mit_simile_exhibit | ||
+ | * http://www.unifr.ch/dokpe/tutorials/exhiref/en_index.html | ||
+ | |||
+ | == Relacionado == | ||
+ | * Omeka | ||
+ | ** http://omeka.org/ | ||
+ | ** http://docs.neatline.org/ | ||
+ | ** https://github.com/scholarslab/nl-widget-Simile | ||
+ | |||
+ | == Exhibits curiosos para mirar == | ||
+ | * https://github.com/simile-widgets/exhibit/blob/master/scripted/demos/timegridFacet/index.html | ||
+ | * https://code.google.com/p/simile-widgets/source/browse/exhibit/trunk/src/webapp/examples/presidents/presidents.html?r=2233 | ||
+ | * http://eea.github.io/docs/eea.daviz/ | ||
+ | |||
+ | == Modelo de datos == | ||
+ | * http://www.simile-widgets.org/wiki/Data | ||
+ | * http://simile-widgets.org/wiki/Exhibit/Template_JSON_Data_File | ||
+ | * http://simile-widgets.org/wiki/Exhibit/Creating,_Importing,_and_Managing_Data | ||
+ | |||
+ | == Dando estilo a exhibit== | ||
+ | * http://www.unifr.ch/dokpe/tools/kfpubli.html | ||
+ | <source lang="html4strict"> | ||
+ | <div class="publication-lens" ex:itemtypes="Publication" ex:onshow="renderTeX(this);" ex:role="lens" style="display: none;"> | ||
+ | </source> | ||
+ | |||
+ | == Exhibit con Drupal == | ||
+ | * https://www.drupal.org/project/exhibit | ||
+ | |||
+ | == Exhibit con Plone == | ||
+ | * http://eea.github.io/docs/eea.daviz/ | ||
+ | |||
+ | == Exhibit con django == | ||
+ | * https://github.com/zepheira/django-simile | ||
+ | |||
+ | == Sitios de interés == | ||
+ | * https://github.com/LeipzigData/Tools |
Última revisión de 21:04 17 dic 2014
Contenido
Documentación
- Documentación técnica, manuales y ejemplos http://www.simile-widgets.org/exhibit3/
- Manual en pdf http://www.simile-widgets.org/exhibit3/Exhibit3-Doc.pdf
- Exhibit: Lightweight Structured Data Publishing http://people.csail.mit.edu/dfhuynh/research/papers/www2007-exhibit.pdf
- http://es.slideshare.net/shawnday/intro-to-exhibit-workshop
- http://qubdh.co.uk/public/exhibitHandbook.pdf
- http://qubdh.co.uk/public/
- Tutorial: http://www.libraryinnovation.org/article/viewFile/195/385
- http://sparku.tumblr.com/post/3081327933/exploring-simile-widgets-the-exhibit-set
- http://people.csail.mit.edu/karger/Exhibit/CAR/HandsOn/
- http://logd.tw.rpi.edu/tutorial/using_mit_simile_exhibit
- http://people.csail.mit.edu/karger/Exhibit/CAR/HandsOn/
- http://www.ibm.com/developerworks/library/wa-realweb6/ (con utils en py)
- http://sites.udel.edu/cantrell/2010/11/29/geospatial-foray-part-i-introduction/ tutorial
- http://people.uta.fi/~petri.laitinen/modavi_final_report.pdf
Tutoriales
- http://logd.tw.rpi.edu/tutorial/using_mit_simile_exhibit
- http://www.unifr.ch/dokpe/tutorials/exhiref/en_index.html
Relacionado
Exhibits curiosos para mirar
- https://github.com/simile-widgets/exhibit/blob/master/scripted/demos/timegridFacet/index.html
- https://code.google.com/p/simile-widgets/source/browse/exhibit/trunk/src/webapp/examples/presidents/presidents.html?r=2233
- http://eea.github.io/docs/eea.daviz/
Modelo de datos
- http://www.simile-widgets.org/wiki/Data
- http://simile-widgets.org/wiki/Exhibit/Template_JSON_Data_File
- http://simile-widgets.org/wiki/Exhibit/Creating,_Importing,_and_Managing_Data
Dando estilo a exhibit
<div class="publication-lens" ex:itemtypes="Publication" ex:onshow="renderTeX(this);" ex:role="lens" style="display: none;">