|
|
Línea 259: |
Línea 259: |
| * Modificar estilo (iconos,...) | | * Modificar estilo (iconos,...) |
| <source lang="html4strict"> | | <source lang="html4strict"> |
− | <DIV style="margin-left: 0px; margin-top: 10px; margin-bottom: 40px; border-style: solid; border-width:1px; border-color: #AAAAAA; padding: 1ex; background-color: #F6F9ED;" CLASS="eXe-iDevice objectivo"> | + | <div style="margin-left: 0px; margin-top: 10px; margin-bottom: 40px; border-style: solid; |
| + | border-width:1px; border-color: #AAAAAA; padding: 1ex; background-color: #F6F9ED;" |
| + | class="eXe-iDevice objectivo"> |
| {|style="background-color: #F6F9ED;" | | {|style="background-color: #F6F9ED;" |
| [[image:icon_objectives.jpg|left]] | | [[image:icon_objectives.jpg|left]] |
Línea 266: |
Línea 268: |
| |{{{1}}} | | |{{{1}}} |
| |} | | |} |
− | </DIV> | + | </div> |
| | | |
| </source> | | </source> |
Revisión de 21:50 12 oct 2012
Creación de materiales educativos libres con Wikieducator
Luis Miguel Morillas @lmorillas
CPIFP Los Enlaces (zgz)
Presentación
¿QUÉ ES WIKIEDUCATOR? (2)
- Comunidad online de estudiantes y profesores
- Que desarrolla de forma colaborativa
- Recursos Educativos Abiertos (OERs)
- Que se pueden reutilizar en distintos entornos
- Open Education Resource Foundation
http://wikieducator.org/OERF:Home
UN ENTORNO PARA CREAR/USAR RECURSOS
¿POR QUÉ UN WIKI?
- wiki (rápido): un sitio web que podemos editar con un navegador
- Sintaxis muy sencilla
- Centrado en el contenido
- Enlaces a otras páginas (y a internet): grafo
- Colaborativo
- Guarda la historia
- Extremadamente versátil (transformaciones rápidas)
INCONVENIENTES DE UN WIKI
- Spam y vandalismo (todos pueden editar)
- No válido para información confidencial
- Necesaria conexión a internet
- La flexibilidad puede llevar a la confusión
EDICIÓN BÁSICA
- Usamos un marcado especial de wiki
- Escrito a mano o desde el menú Archivo:Gui toolbar.png
- Previsualizar --> Corregir --> Previsualizar --> Guardar
- Chuleta: Wikipedia
NEGRITAS, CURSIVAS ...
Description
|
You type
|
You get
|
Bold text
|
This is '''bold''' text
|
This is bold text
|
|
Italics
|
This is ''italics''
|
This is italics
|
Bold and Italics
|
This is '''''bold and italics'''''
|
This is bold and italics
|
Indents
|
:This is indented
|
- This is indented
|
ENCABEZADOS
Descripción
|
Escribimos
|
Obtenemos
|
Headings of different levels
|
=level 1=
==level 2==
===level 3===
====level 4====
=====level 5=====
======level 6======
|
Level 1
Level 2
Level 3
Level 4
Level 5
Level 6
|
LISTAS
Descripción
|
Escribimos
|
Obtenemos
|
Bulleted list
|
* one * two ** two point one * three
|
|
Numbered list
|
# one # two ## two.1
|
- one
- two
- two.1
|
ENLACES Y NUEVAS PÁGINAS
- Enlaces dentro del wiki (si no existe la página, la crea)
[[enlace]]
[[/subpagina]]
[[enlace | nombre que veo en el texto]
http://wikieducator.org
[http://www.libresoftwareworldconference.com/ Enlace a lswc]
MULTIMEDIA
- Imágenes (subidas previamente)
[[Archivo:IMG_0057.jpg]]
<gallery>
Image:Image_file_name.png|Caption
Image:Image-file_name.jpg|Caption
</gallery>
[[media:name_of_file.pdf|Texto del enlace]]
Estructurar contenidos pedagógicos
PLANTILLAS PEDAGÓGICAS
Objetivos
- Mejorar las habilidades para crear materiales
- Compartir contenidos
- ...
|
PLANTILLAS PEDAGÓGICAS (II)
PLANTILLAS PEDAGÓGICAS (III)
PLANTILLAS PEDAGÓGICAS: NUEVAS
- Podemos modificar / crear nuevas
- Nuevas acciones
- Modificar estilo (iconos,...)
<div style="margin-left: 0px; margin-top: 10px; margin-bottom: 40px; border-style: solid;
border-width:1px; border-color: #AAAAAA; padding: 1ex; background-color: #F6F9ED;"
class="eXe-iDevice objectivo">
{|style="background-color: #F6F9ED;"
[[image:icon_objectives.jpg|left]]
<h1 style="font-size: 130%; font-weight: bolder; border: none;">
{{{Title|Objetivo}}}</h1>
|{{{1}}}
|}
</div>
ESTRUCTURA: COMPOSICIÓN Y NAVEGACIÓN
- Componemos recursos sumando otros recursos ("transclusion")
- Repetimos el contenido (o parte) de una página en otras sin reescribir
- Plantillas de navegación facilitan el seguimiento de recursos
{{ProjectNav
|image = |title =
|tagline = |pages = }}
EXTENSIBLE Y CONFIGURABLE
EN CONTINUA EVOLUCIÓN ...
- Mapas mentales: Mindmap de Jim
- Widgets en experimentación: lista
- Seguridad, usabilidad, filosofía ...
- Propuestas/debates de nuevas prestaciones
COLABORAR
- Crear recursos en wikieducator
- Traducir plantillas
- Proponer mejoras
gracias