<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rafael Rivas Estrada</title>
	<atom:link href="http://webdelprofesor.ula.ve/ingenieria/rafael/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdelprofesor.ula.ve/ingenieria/rafael</link>
	<description>Web del profesor de la Universidad de Los Andes</description>
	<lastBuildDate>Fri, 19 Jul 2013 00:34:13 +0000</lastBuildDate>
	<language>es-ES</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Convertir PDF en colores a escalas de grises</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/#comments</comments>
		<pubDate>Wed, 03 Jul 2013 15:32:12 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Utiles]]></category>
		<category><![CDATA[gs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=648</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/"><img align="left" hspace="5" width="150" src="http://www.ghostscript.com/logo.png" class="alignleft wp-post-image tfe" alt="Ghost Script Logo" title="" /></a>&#160; Mi vieja impresora HP DeskJet tiene problemas para imprimir  archivos PDF en escala de grises por un problema de &#8220;Filter Failed&#8221;, pero si imprimo en modo a color lo hace sin problemas, por lo que busqué la forma de convertir un archivo PDF a  escala de grises. La solución fue usar el siguiente script <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/">Convertir PDF en colores a escalas de grises</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignleft" alt="Ghost Script Logo" src="http://www.ghostscript.com/logo.png" width="56" height="64" /></p>
<p>Mi vieja impresora HP DeskJet tiene problemas para imprimir  archivos PDF en escala de grises por un problema de &#8220;Filter Failed&#8221;, pero si imprimo en modo a color lo hace sin problemas, por lo que busqué la forma de convertir un archivo PDF a  escala de grises. La solución fue usar el siguiente script basado en <a title="Ghostscript" href="http://es.wikipedia.org/wiki/Ghostscript" target="_blank">gs</a></p>
<pre class="wp-code-highlight prettyprint">gs -sDEVICE=psgray \
    -dNOPAUSE -dBATCH -dSAFER \
    -sOutputFile=archivo_de_salida.ps archivo_de_entrada.pdf</pre>
<p>Donde archivo-de_entrada.pdf es el archivo a convertir  y archivo_de_salida.ps es el nombre del archivo en escala de grises.</p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/">Convertir PDF en colores a escalas de grises</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/convertir-pdf-en-colores-a-escalas-de-grises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como hacer para que tu avatar  aparezca en comentarios de WordPress</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/#comments</comments>
		<pubDate>Thu, 30 May 2013 18:32:40 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Utiles]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=602</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/"><img align="left" hspace="5" width="150" src="http://upload.wikimedia.org/wikipedia/commons/b/b2/Logo_Gravatar.png" class="alignleft wp-post-image tfe" alt="Gravatar Logo" title="Gravatar " /></a>Para que tu avatar aparezca al dejar un comentario en este blog o en cualquiera hecho con Wordpres, Flatpress o similares  sólo hay que registrarse en http://www.gravatar.com y subir la imagen del gravatar de tu elección. Después, para que se muestre tu avatar al dejar un comentario, tienes que usar el mismo e-mail con el <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/">Como hacer para que tu avatar  aparezca en comentarios de WordPress</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Gravatar " alt="Gravatar Logo" src="http://upload.wikimedia.org/wikipedia/commons/b/b2/Logo_Gravatar.png" width="192" height="39" /></p>
<p>Para que tu avatar aparezca al dejar un comentario en este blog o en cualquiera hecho con Wordpres, Flatpress o similares  sólo hay que registrarse en http://www.gravatar.com y subir la imagen del gravatar de tu elección.</p>
<p>Después, para que se muestre tu avatar al dejar un comentario, tienes que usar el mismo e-mail con el que te registraste en Gravatar.</p>
<div id="v-HNyK67JS-1" class="video-player"><embed id="v-HNyK67JS-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=HNyK67JS&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="694" height="390" title="Introducing Gravatar" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/">Como hacer para que tu avatar  aparezca en comentarios de WordPress</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/como-hacer-que-tu-avatar-aparezca-en-comentarios-de-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error fatal: QApplication o QtGui/QAction: No existe el archivo o el directorio</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/#comments</comments>
		<pubDate>Mon, 13 May 2013 17:14:25 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programación 2]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=548</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/"><img align="left" hspace="5" width="150" src="https://encrypted-tbn1.google.com/images?q=tbn:ANd9GcSBTZI0iya_LkN26R145_Sx0wer-piL9v1XP0-hOSWw5WoO8_GEcw" class="alignleft wp-post-image tfe" alt="Qt Logo" title="" /></a>Al probar Qt 5 desde la consola de comandos en Ubuntu 13.04 obtuve el siguiente error: error fatal: QApplication: No existe el archivo o el directorio Al buscar  en Internet encontré que se le debe indicar al archivo .pro que use widgets, esto se hace agregando al archivo .pro generado por qmake la siguiente línea <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/">error fatal: QApplication o QtGui/QAction: No existe el archivo o el directorio</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" alt="Qt Logo" src="https://encrypted-tbn1.google.com/images?q=tbn:ANd9GcSBTZI0iya_LkN26R145_Sx0wer-piL9v1XP0-hOSWw5WoO8_GEcw" width="135" height="135" />Al probar Qt 5 desde la consola de comandos en Ubuntu 13.04 obtuve el siguiente error:</p>
<p>error fatal: QApplication: No existe el archivo o el directorio</p>
<p>Al buscar  en Internet encontré que se le debe indicar al archivo .pro que use widgets, esto se hace agregando al archivo .pro generado por qmake la siguiente línea</p>
<p>QT += widgets</p>
<p><span id="more-548"></span></p>
<p>Esta línea corrige la ubicación de los archivos a incluir y las bibliotecas a enlazar. Al usar Qt Creator en sus nuevas versiones la corrección del  archivo .pro es realizada de forma automática.</p>
<p>La información fue obtenida de <a title="[Solved] QApplication: No such file or directory" href="http://qt-project.org/forums/viewthread/23425" target="_blank">Qt-Project</a></p>
<p>Nota: en el caso de faltar QtGui/QAction  se debe agregar</p>
<p>QT += gui</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/">error fatal: QApplication o QtGui/QAction: No existe el archivo o el directorio</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/error-fatal-qapplication-no-existe-el-archivo-o-el-directorio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Como compartir tu colección de música en tu PC con otras Pcs, Portatiles, Tablets y SmartPhones en una red local</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 18:54:54 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Utiles]]></category>
		<category><![CDATA[DAAP]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=472</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/"><img align="left" hspace="5" width="150" src="https://launchpadlibrarian.net/30059399/tangerine-64.png" class="alignleft wp-post-image tfe" alt="Tangery" title="" /></a>Desde hace días he estado probando alternativas para compartir varios Gygas de música que tengo en un PC en mi casa. Los dispositivos clientes son otros PC con Windows, un portátil con Ubuntu y celulares con Android conectados por medio de un router con WiFi . La primera alternativa fue copiar, pero eso de copiar <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/">Como compartir tu colección de música en tu PC con otras Pcs, Portatiles, Tablets y SmartPhones en una red local</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="https://launchpadlibrarian.net/30059399/tangerine-64.png" alt="Tangery" width="64" height="64" /></p>
<p>Desde hace días he estado probando alternativas para compartir varios Gygas de música que tengo en un PC en mi casa. Los dispositivos clientes son otros PC con Windows, un portátil con Ubuntu y celulares con Android conectados por medio de un router con WiFi . La primera alternativa fue copiar, pero eso de copiar y borrar luego no me pareció óptimo. Después probé con Samba y NFS y tampoco me pareció lo ideal. En realidad quería montar un servidor <a title="Digital Audio Access Protocol" href="http://es.wikipedia.org/wiki/Digital_Audio_Access_Protocol" target="_blank">DAAP</a>  y clientes que tomaran el flujo de audio. Mi primera prueba con forked-daapd, pero no me funcionó de forma transparente.</p>
<p><span id="more-472"></span></p>
<p>Hoy lo pude echar a andar de una manera muy fácil con <a title="Tangerine" href="https://launchpad.net/tangerine/" target="_blank">Tangerine</a>, la forma de como hacerlo la tomé de este<a title="Comparte tu biblioteca en la red local usando DAAP" href="http://vemtx.wordpress.com/2012/02/06/comparte-tu-biblioteca-en-la-red-local-usando-daap/" target="_blank"> blog</a> . Cuando lo eché a andar me di cuenta que exporta la lista de temas (archivos *.m3u)  y mi colección no estaba totalmente catalogada en listas. Buscando en Intenet encontré como crear de forma automática la lista a cada directorio de la colección, el blog usado en este caso fue <a title="Crear listas m3u de todos tus discos" href="http://www.taringa.net/posts/linux/10100998/Crear-listas-m3u-de-todos-tus-discos.html" target="_blank">este</a>.</p>
<p>En los clientes Ubuntu use Rhythmbox y Banshee, y en los equipos Android use <a title="Daap media player" href="https://play.google.com/store/apps/details?id=org.mult.daap" target="_blank">Daap Media Player</a></p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/">Como compartir tu colección de música en tu PC con otras Pcs, Portatiles, Tablets y SmartPhones en una red local</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/como-compartir-tu-coleccion-de-musica-en-tu-pc-con-otras-pcs-portatiles-tablets-y-smartphones-en-una-red-local/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daphne Koller: Lo que estamos aprendiendo de la educación en línea</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/#comments</comments>
		<pubDate>Thu, 22 Nov 2012 14:15:37 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Educación]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=466</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/"><img align="left" hspace="5" width="150" height="150" src="http://webdelprofesor.ula.ve/ingenieria/rafael/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Enlace al video en TED Transcripción en castellano por Irene Ramos  : Como muchos de Uds., soy una de las afortunadas. Nací en una familia en la que la educación lo impregnaba todo. Soy la tercera generación de doctores, hija de dos académicos. De niña jugué alrededor del laboratorio universitario de mi padre. Así que se daba por hecho que <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/">Daphne Koller: Lo que estamos aprendiendo de la educación en línea</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><center><br />
<iframe src="http://embed.ted.com/talks/lang/es/daphne_koller_what_we_re_learning_from_online_education.html" height="315" width="560" frameborder="0" scrolling="no"></iframe></center>Enlace al video en <a title="Daphne Koller: What we're learning from online education" href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html" target="_blank">TED</a><br />
Transcripción en castellano por <a title="Transcripciones en TED realizadas por Irene Ramos" href="http://www.ted.com/profiles/translations/?id=878605" target="_blank">Irene Ramos </a> :</p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#725" rel="nofollow">Como muchos de Uds., soy una de las afortunadas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#3836" rel="nofollow">Nací en una familia en la que la educación lo impregnaba todo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#7236" rel="nofollow">Soy la tercera generación de doctores, hija de dos académicos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#11474" rel="nofollow">De niña jugué alrededor del laboratorio universitario de mi padre.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#15268" rel="nofollow">Así que se daba por hecho que asistiría a una de las mejores universidades,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#19117" rel="nofollow">lo que me abrió la puerta a un mundo de oportunidades.</a></p>
<p><span id="more-466"></span></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#22918" rel="nofollow">Por desgracia, la mayoría no es tan afortunada.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#27038" rel="nofollow">En algunos lugares, como Sudáfrica,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#30173" rel="nofollow">no se accede fácilmente a la educación.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#32878" rel="nofollow">Allí el sistema educativo se estableció</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#35853" rel="nofollow">durante la segregación racial para la minoría blanca,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#38726" rel="nofollow">por eso hoy no hay suficientes plazas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#41426" rel="nofollow">para los muchos que desean y merecen una educación de alta calidad.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#45278" rel="nofollow">Esta escasez provocó una crisis en enero de este año</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#49158" rel="nofollow">en la Universidad de Johannesburgo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#50994" rel="nofollow">Quedaba un puñado de plazas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#53125" rel="nofollow">y la noche anterior</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#56094" rel="nofollow">a que se abriera el registro,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#58654" rel="nofollow">miles aguardaban en una fila de 1,5 km.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#62706" rel="nofollow">esperando conseguir una plaza.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#66586" rel="nofollow">Cuando las puertas abrieron hubo una estampida,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#68894" rel="nofollow">20 personas resultaron heridas y una mujer falleció.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#72546" rel="nofollow">Era una madre que dio su vida intentando</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#74486" rel="nofollow">obtener para su hijo la oportunidad de una vida mejor.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#78549" rel="nofollow">Pero incluso donde la educación está disponible, como en EE.UU.,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#81706" rel="nofollow">puede estar fuera del alcance.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#86062" rel="nofollow">En los últimos años se ha discutido mucho</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#88734" rel="nofollow">sobre el creciente costo de la asistencia médica.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#90723" rel="nofollow">No obstante, durante el mismo periodo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#93365" rel="nofollow">el costo de la educación superior</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#97387" rel="nofollow">ha incrementado</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#99867" rel="nofollow">hasta un total de 559 % desde 1985.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#104147" rel="nofollow">Esto hace la educación inaccesible para muchos.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#108681" rel="nofollow">Finalmente, incluso quienes logran terminar la universidad</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#112482" rel="nofollow">pueden no tener oportunidades.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#115107" rel="nofollow">Poco más de la mitad de los universitarios</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#118314" rel="nofollow">recién graduados en EE.UU.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#120627" rel="nofollow">tienen empleos que requieren ese nivel de formación.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#124090" rel="nofollow">Ciertamente, esto es diferente</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#125930" rel="nofollow">para los graduados de las instituciones de prestigio,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#127882" rel="nofollow">pero muchos otros no recuperan el valor</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#130514" rel="nofollow">de su tiempo y esfuerzo.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#134050" rel="nofollow">Tom Friedman, en un artículo para el New York Times,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#137080" rel="nofollow">reflejó, como ninguno, el espíritu de nuestro proyecto.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#141448" rel="nofollow">Dijo que las grandes innovaciones ocurren cuando</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#144568" rel="nofollow">lo que de repente es posible encuentra lo desesperadamente necesario.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#148467" rel="nofollow">He hablado sobre lo que es desesperadamente necesario.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#151088" rel="nofollow">Ahora hablemos sobre lo que de repente es posible.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#153600" rel="nofollow">Esto fue demostrado en tres grandes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#156719" rel="nofollow">clases ofrecidas por Stanford,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#158287" rel="nofollow">cada una con 100 000 o más personas inscritas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#162167" rel="nofollow">Para entenderlo, veamos una de ellas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#165551" rel="nofollow">Aprendizaje automático, ofrecido por mi colega</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#167471" rel="nofollow">y cofundador Andrew Ng.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#169200" rel="nofollow">Andrew dicta una de las mayores clases en Stanford.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#171519" rel="nofollow">Es sobre Aprendizaje automático</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#172728" rel="nofollow">con 400 estudiantes inscritos cada periodo.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#176246" rel="nofollow">Cuando Andrew ofreció la clase al público,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#179511" rel="nofollow">se registraron 100 000 personas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#182127" rel="nofollow">Pongamos la cantidad en perspectiva:</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#184136" rel="nofollow">para que Andrew alcanzara la misma audiencia</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#186495" rel="nofollow">en Stanford</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#188321" rel="nofollow">tendría que dictar la clase durante 250 años.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#192247" rel="nofollow">Claro, se aburriría mucho.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#195733" rel="nofollow">Al haber visto este impacto,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#198470" rel="nofollow">decidimos intentar llevarlo a una mayor escala,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#201598" rel="nofollow">para llevar la mejor educación a tantas personas como pudiéramos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#205718" rel="nofollow">Así que creamos Coursera,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#207213" rel="nofollow">cuyo objetivo es tomar las mejores clases</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#210350" rel="nofollow">de los mejores profesores de las mejores universidades,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#213667" rel="nofollow">y ofrecerlas gratis a todo el mundo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#217695" rel="nofollow">Actualmente tenemos 43 cursos en la plataforma,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#220295" rel="nofollow">de cuatro universidades y varias disciplinas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#223494" rel="nofollow">Les mostraré cómo se ve</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#225327" rel="nofollow">a grandes rasgos.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#228605" rel="nofollow">(Video) Robert Ghrist: Bienvenidos a Cálculo.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#229818" rel="nofollow">Ezekiel Emanuel: 50 millones carecen de seguro.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#231698" rel="nofollow">Scott Page: Los modelos permiten diseñar políticas más efectivas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#234969" rel="nofollow">Tenemos una segregación increíble.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#237377" rel="nofollow">Scott Klemmer: Bush imaginó que en el futuro,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#239169" rel="nofollow">llevaríamos una cámara en la frente.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#241547" rel="nofollow">Mitchell Duneier: Mills desea que el estudiante de sociología desarrolle las cualidades mentales…</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#245801" rel="nofollow">RG: Los cables colgantes adoptan la forma de un coseno hiperbólico.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#249466" rel="nofollow">Nick Parlante: Fijen el rojo de cada píxel a cero.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#252537" rel="nofollow">Paul Offit: …las vacunas permitieron erradicar el polio.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#255514" rel="nofollow">Dan Jurafsky: ¿Lufthansa sirve desayunos y San José? Suena raro.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#259137" rel="nofollow">Daphne Koller: Ésta es la moneda elegida y éstos los posibles resultados.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#262753" rel="nofollow">Andrew Ng: El objetivo del aprendizaje automático, a gran escala, es…</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#266440" rel="nofollow">(Aplausos)</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#272049" rel="nofollow">DK: Resulta, quizá no es una sorpresa,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#274323" rel="nofollow">que a los estudiantes les gusta tener acceso gratuito</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#276561" rel="nofollow">a los mejores materiales de las mejores universidades.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#279448" rel="nofollow">Desde que abrimos el sitio Web en febrero,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#281970" rel="nofollow">hemos tenido 640 000 estudiantes de 190 países.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#286328" rel="nofollow">Tenemos 1,5 millones de matrículas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#288480" rel="nofollow">6 millones de exámenes en los 15 cursos impartidos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#291330" rel="nofollow">y se han visto 14 millones de videos.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#296246" rel="nofollow">Pero no se trata solo de las cifras,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#298764" rel="nofollow">sino también de las personas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#300405" rel="nofollow">Bien sea Akash, que vive en un pequeño pueblo en India,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#303381" rel="nofollow">y que nunca habría tenido acceso</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#305556" rel="nofollow">a un curso de la calidad de uno de Stanford</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#307045" rel="nofollow">ni habría podido costearlo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#309560" rel="nofollow">O Jenny, madre soltera de dos,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#311598" rel="nofollow">que desea mejorar sus habilidades</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#313565" rel="nofollow">para poder reanudar y terminar su maestría.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#316700" rel="nofollow">O Ryan, que no puede ir a la escuela</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#319836" rel="nofollow">porque su hija con inmunodeficiencia</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#321701" rel="nofollow">no puede exponerse a los gérmenes que entran a la casa,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#325084" rel="nofollow">así que él no puede salir de su casa.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#326924" rel="nofollow">Me da gusto decir</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#328556" rel="nofollow">—hemos mantenido contacto con Ryan—</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#330808" rel="nofollow">que la historia tiene un final feliz.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#332740" rel="nofollow">La pequeña Shannon, a la izquierda,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#334643" rel="nofollow">está mucho mejor,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#335994" rel="nofollow">y Ryan consiguió un empleo por formarse en algunos de nuestros cursos.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#340192" rel="nofollow">¿Qué hizo estos cursos tan diferentes?</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#342436" rel="nofollow">Si bien los cursos en línea han estado disponibles durante un tiempo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#346156" rel="nofollow">la diferencia estuvo en que estos recreaban la experiencia de una clase real.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#349868" rel="nofollow">Empezaban en un día determinado,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#351594" rel="nofollow">los estudiantes veían los videos sobre una base semanal</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#355228" rel="nofollow">y se les asignaban tareas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#357083" rel="nofollow">Tareas reales con valor para una calificación real</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#358874" rel="nofollow">y una fecha de entrega definida.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#362178" rel="nofollow">Aquí ven las fechas límite y el gráfico de uso del sitio.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#364234" rel="nofollow">Estos picos demuestran</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#366322" rel="nofollow">que el posponer es un fenómeno global.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#370111" rel="nofollow">(Risas)</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#372687" rel="nofollow">Al final del curso</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#374359" rel="nofollow">los estudiantes recibieron un certificado.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#376215" rel="nofollow">Lo podían presentar a un posible empleador</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#378375" rel="nofollow">para obtener un mejor empleo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#380528" rel="nofollow">y conocemos a muchos que lo hicieron.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#382588" rel="nofollow">Algunos lo presentaron</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#384507" rel="nofollow">en su institución educativa</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#387629" rel="nofollow">para validar créditos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#389470" rel="nofollow">Así que los estudiantes obtuvieron algo valioso</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#391684" rel="nofollow">a cambio de su tiempo y esfuerzo.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#394518" rel="nofollow">Ahora hablemos sobre algunos componentes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#397073" rel="nofollow">de estos cursos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#398965" rel="nofollow">El primero es que cuando se dejan atrás</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#401593" rel="nofollow">las restricciones físicas del aula</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#403890" rel="nofollow">y se diseñan contenidos explícitamente para una clase virtual,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#406730" rel="nofollow">se puede escapar, por ejemplo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#409258" rel="nofollow">del inflexible formato de una hora.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#411673" rel="nofollow">Puedes fraccionar el material, por ejemplo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#413458" rel="nofollow">en unidades cortas de entre 8 y 12 minutos,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#416834" rel="nofollow">que constituyen cada una un concepto coherente.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#419808" rel="nofollow">Los estudiantes pueden revisar el material de diferentes formas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#422378" rel="nofollow">dependiendo de sus conocimientos previos, habilidades e intereses.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#426082" rel="nofollow">Por ejemplo, algunos se benefician</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#428602" rel="nofollow">del material preparatorio</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#431362" rel="nofollow">que otros ya conocen.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#433433" rel="nofollow">Otros pueden estar interesados en un tema particular</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#435873" rel="nofollow">que quieren seguir de forma individual.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#438959" rel="nofollow">Este formato nos permite abandonar</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#442194" rel="nofollow">el modelo educativo en que todo es igual para todos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#445018" rel="nofollow">y permite a los estudiantes seguir un currículo más personalizado.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#449010" rel="nofollow">Por supuesto, como educadores sabemos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#451353" rel="nofollow">que no se aprende viendo videos de forma pasiva.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#454713" rel="nofollow">Quizá uno de los mayores componentes del proyecto</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#457658" rel="nofollow">es que necesitamos tener estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#460250" rel="nofollow">que practiquen con el material</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#462659" rel="nofollow">para asegurar su comprensión.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#465815" rel="nofollow">Numerosos estudios han demostrado la importancia de esto.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#469083" rel="nofollow">Este, que apareció en Science el año pasado, por ejemplo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#471615" rel="nofollow">demuestra que incluso el simple repaso de retención,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#474447" rel="nofollow">que consiste en solo repetir</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#477239" rel="nofollow">lo aprendido,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#478639" rel="nofollow">produce una mejora considerable en los resultados</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#480559" rel="nofollow">de varias pruebas de rendimiento,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#482828" rel="nofollow">superando otro tipo de intervenciones didácticas.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#487132" rel="nofollow">Tratamos de incorporar el repaso de retención,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#490094" rel="nofollow">entre otras formas de práctica.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#492348" rel="nofollow">Por ejemplo, nuestros videos son más que videos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#496492" rel="nofollow">Cada pocos minutos hay una pausa</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#498535" rel="nofollow">y se plantea una pregunta.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#500686" rel="nofollow">(Video) SP: …Teoría de la perspectiva, descuento hiperbólico,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#502907" rel="nofollow">sesgo del statu quo y sesgo de conocimiento previo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#505999" rel="nofollow">son desviaciones cognoscitivas bien documentadas del pensamiento racional.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#508766" rel="nofollow">DK: Aquí viene una pausa,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#510390" rel="nofollow">el estudiante escribe su respuesta en el recuadro</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#512646" rel="nofollow">y la envía. Obviamente no puso atención.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#515884" rel="nofollow">(Risas)</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#516753" rel="nofollow">Así que intenta de nuevo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#518763" rel="nofollow">y esta vez acierta.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#521299" rel="nofollow">Si lo desea, puede revisar la explicación.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#523492" rel="nofollow">Ahora el video continúa.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#527749" rel="nofollow">Esa fue una pregunta fácil</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#529627" rel="nofollow">de las que yo podría hacer en clase,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#531708" rel="nofollow">pero cuando las hago,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#534208" rel="nofollow">el 80 % de los alumnos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#535508" rel="nofollow">aún está anotando lo último que dije,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#537374" rel="nofollow">el 15 % está distraído en Facebook,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#540695" rel="nofollow">y el sabelotodo de enfrente</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#543151" rel="nofollow">grita la respuesta</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#544510" rel="nofollow">antes de que el resto pueda reflexionarla.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#546717" rel="nofollow">Y yo estoy muy complacida</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#549589" rel="nofollow">de que alguien haya sabido la respuesta.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#551237" rel="nofollow">La clase continúa y la mayoría ni siquiera nota</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#554029" rel="nofollow">que hice una pregunta.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#557558" rel="nofollow">Aquí, cada estudiante</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#560165" rel="nofollow">debe interactuar con el contenido.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#562949" rel="nofollow">Desde luego, hay mucho más que</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#564885" rel="nofollow">estas simples preguntas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#566547" rel="nofollow">Se deben incorporar ejercicios más significativos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#569517" rel="nofollow">y retroalimentar a los estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#571870" rel="nofollow">en todos ellos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#573533" rel="nofollow">¿Cómo calificar el trabajo de 100 000 estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#576421" rel="nofollow">si no se tienen 10 000 asistentes?</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#579503" rel="nofollow">La respuesta es dejar a la tecnología</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#581857" rel="nofollow">hacerlo por ti.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#583352" rel="nofollow">Y por fortuna, la tecnología ahora nos permite</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#586000" rel="nofollow">evaluar una diversidad interesante de tareas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#589268" rel="nofollow">Además de las preguntas de opción múltiple</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#590795" rel="nofollow">y de respuesta corta como la que mostré,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#593948" rel="nofollow">podemos evaluar expresiones</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#597208" rel="nofollow">y derivaciones matemáticas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#599160" rel="nofollow">Podemos calificar modelos, bien sean</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#602034" rel="nofollow">financieros en una clase de negocios,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#604210" rel="nofollow">o físicos en una clase de ciencias o ingeniería,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#607194" rel="nofollow">y también ejercicios sofisticados de programación.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#610938" rel="nofollow">Les mostraré uno sencillo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#612857" rel="nofollow">pero muy visual.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#614337" rel="nofollow">Es de la clase Ciencias de la Computación 101, de Stanford.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#616814" rel="nofollow">Los estudiantes deben corregir el color</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#618418" rel="nofollow">de esta imagen roja borrosa.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#620010" rel="nofollow">Escriben su programa dentro del explorador,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#622028" rel="nofollow">pero no muy bien, la Estatua de la Libertad aún parece enferma.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#626086" rel="nofollow">Así que intentan de nuevo y lo logran,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#629842" rel="nofollow">y ahora pueden ir al siguiente ejercicio.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#632201" rel="nofollow">Esta posibilidad de interactuar activamente con el material</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#635349" rel="nofollow">y recibir evaluación inmediata</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#637033" rel="nofollow">es esencial para el aprendizaje.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#640159" rel="nofollow">Aunque aún no podemos evaluar por completo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#642434" rel="nofollow">las actividades que se requieren en todos los cursos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#645268" rel="nofollow">En especial, faltan las actividades de pensamiento crítico,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#648569" rel="nofollow">tan esenciales en disciplinas como</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#650491" rel="nofollow">las humanidades, las ciencias sociales y los negocios.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#654088" rel="nofollow">Intentamos convencer a algunos profesores</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#656337" rel="nofollow">de humanidades, de que las preguntas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#657953" rel="nofollow">de opción múltiple, no eran tan mala estrategia.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#660649" rel="nofollow">Pero no funcionó bien.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#662840" rel="nofollow">Tuvimos que idear otra solución,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#665273" rel="nofollow">y llegamos a la evaluación por pares.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#668347" rel="nofollow">De acuerdo a estudios previos,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#670769" rel="nofollow">como este de Saddler y Good,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#672441" rel="nofollow">la evaluación por pares es una estrategia efectiva</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#674929" rel="nofollow">para conseguir calificaciones reproducibles.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#678143" rel="nofollow">Solo se ha usado en clases pequeñas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#679913" rel="nofollow">pero se demostró, por ejemplo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#681400" rel="nofollow">que las calificaciones asignadas por alumnos, en el eje Y,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#683882" rel="nofollow">están muy bien correlacionadas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#685193" rel="nofollow">con la calificación asignada por el maestro, en el eje X.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#687489" rel="nofollow">Aún más sorprendente es que las calificaciones autoasignadas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#690649" rel="nofollow">cuando los mismos estudiantes calificaron su trabajo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#692960" rel="nofollow">—en tanto los incentivos sean apropiados</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#694697" rel="nofollow">y no puedan asignarse una calificación perfecta—</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#696635" rel="nofollow">tuvieran aún mejor correlación con la calificación asignada por el maestro.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#699826" rel="nofollow">Así que ésta es una estrategia efectiva</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#701433" rel="nofollow">para calificar a gran escala</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#703537" rel="nofollow">y también para enriquecer el aprendizaje,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#706273" rel="nofollow">pues los estudiantes aprenden de la experiencia.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#708528" rel="nofollow">Contamos con el mayor sistema de evaluación por pares jamás concebido,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#713177" rel="nofollow">decenas de miles de estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#715681" rel="nofollow">están calificando el trabajo de sus compañeros</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#716879" rel="nofollow">y exitosamente, hay que decirlo.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#719948" rel="nofollow">Pero no se trata de tenerlos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#722208" rel="nofollow">aislados en un cuarto resolviendo problemas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#725249" rel="nofollow">En cada curso se formó</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#727056" rel="nofollow">una comunidad de estudiantes.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#729216" rel="nofollow">Son comunidades globales</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#731096" rel="nofollow">que comparten un esfuerzo intelectual.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#733628" rel="nofollow">Aquí ven un mapa generado</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#736280" rel="nofollow">por los estudiantes del curso Sociología 101, de Princeton,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#739241" rel="nofollow">donde marcaron su localización en un planisferio.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#742000" rel="nofollow">Pueden apreciar el alcance global de la iniciativa.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#744960" rel="nofollow">Los estudiantes colaboraron entre ellos de varias formas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#749527" rel="nofollow">Primero, había un foro de preguntas y respuestas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#752166" rel="nofollow">donde algunos estudiantes planteaban sus dudas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#754310" rel="nofollow">y otros las respondían.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#756734" rel="nofollow">Lo maravilloso es que,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#758447" rel="nofollow">debido a la gran cantidad de alumnos,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#760117" rel="nofollow">si alguno hacía una pregunta</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#762482" rel="nofollow">a las 3 de la madrugada,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#764114" rel="nofollow">en alguna parte del mundo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#765696" rel="nofollow">alguien estaba despierto</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#767770" rel="nofollow">y trabajando en el mismo problema.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#770083" rel="nofollow">Por lo que en muchos de nuestros cursos</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#772041" rel="nofollow">el tiempo de respuesta promedio</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#774370" rel="nofollow">en el foro, era de 22 minutos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#777788" rel="nofollow">Es un nivel de servicio que nunca he ofrecido a mis alumnos en Stanford.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#782365" rel="nofollow">(Risas)</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#783706" rel="nofollow">Y pueden ver por sus testimonios, que</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#785648" rel="nofollow">estos estudiantes creen</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#787335" rel="nofollow">que debido a esta gran comunidad en línea,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#789856" rel="nofollow">pudieron interactuar unos con otros en varias formas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#792455" rel="nofollow">más profundas que las que habían tenido en un aula.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#796648" rel="nofollow">Además, los estudiantes se organizaron</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#798992" rel="nofollow">sin nuestra intervención</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#800855" rel="nofollow">en pequeños grupos de estudio.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#802758" rel="nofollow">Algunos se establecieron físicamente</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#805120" rel="nofollow">a partir de limitaciones geográficas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#806946" rel="nofollow">y se reunían cada semana a trabajar en los problemas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#809668" rel="nofollow">Éste es el grupo de San Francisco,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#811568" rel="nofollow">pero los había en todo el mundo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#813887" rel="nofollow">Otros grupos eran virtuales,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#815919" rel="nofollow">centrados alrededor de un idioma u otro elemento cultural.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#818908" rel="nofollow">Y abajo, a la izquierda,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#820352" rel="nofollow">pueden ver el grupo multicultural,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#824148" rel="nofollow">cuyos miembros deseaban explícitamente interactuar</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#825911" rel="nofollow">con personas de otras culturas.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#828917" rel="nofollow">Hay enormes oportunidades</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#831028" rel="nofollow">en este tipo de contexto.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#834353" rel="nofollow">Primero, tiene el potencial de darnos</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#838007" rel="nofollow">una mirada sin precedente</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#840441" rel="nofollow">en el entendimiento del aprendizaje,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#842730" rel="nofollow">porque podemos recopilar información única.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#846193" rel="nofollow">Se pueden recopilar todos los clics, tareas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#850202" rel="nofollow">y entradas en el foro, de decenas de miles de estudiantes.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#854565" rel="nofollow">Así, el estudio del aprendizaje puede pasar</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#856908" rel="nofollow">de estar fundamentado en hipótesis</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#858841" rel="nofollow">a estar fundamentado en datos, un cambio que,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#861699" rel="nofollow">por ejemplo, revolucionó la biología.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#864740" rel="nofollow">Los datos pueden ayudar a responder preguntas fundamentales,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#868164" rel="nofollow">como qué estrategias de aprendizaje</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#870044" rel="nofollow">son efectivas y cuáles no.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#872740" rel="nofollow">Y para cada curso particular</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#874980" rel="nofollow">se pueden preguntar cosas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#876517" rel="nofollow">como, cuáles son las equivocaciones más comunes</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#879772" rel="nofollow">y cómo ayudar a los estudiantes a corregirlas.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#881949" rel="nofollow">Aquí hay un ejemplo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#883373" rel="nofollow">también de la clase de Aprendizaje automático,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#885389" rel="nofollow">es la distribución de respuestas erróneas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#887597" rel="nofollow">de una de las tareas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#889207" rel="nofollow">Las respuestas vinieron a ser pares de números,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#891100" rel="nofollow">por lo que se pudieron graficar en dos ejes.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#893371" rel="nofollow">Cada pequeña cruz es una respuesta errada diferente.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#897149" rel="nofollow">La grande de arriba</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#899555" rel="nofollow">es de 2000 estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#901703" rel="nofollow">que cometieron exactamente el mismo error.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#904748" rel="nofollow">Ahora, si dos estudiantes en una clase de 100</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#907075" rel="nofollow">cometen el mismo error,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#908362" rel="nofollow">puedes no percibirlo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#909713" rel="nofollow">Pero cuando se trata de 2000 estudiantes,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#912273" rel="nofollow">es imposible ignorarlo.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#913970" rel="nofollow">Andrew y sus estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#916162" rel="nofollow">revisaron algunas de las tareas</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#917682" rel="nofollow">para entender la causa de la equivocación</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#921770" rel="nofollow">y elaboraron una explicación específica</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#924290" rel="nofollow">que enviaron a quienes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#926539" rel="nofollow">daban esa respuesta equivocada,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#928718" rel="nofollow">y así los estudiantes que cometían ese error</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#930802" rel="nofollow">recibían retroalimentación personalizada</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#932828" rel="nofollow">indicándoles de manera efectiva cómo corregirlo.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#937227" rel="nofollow">Esta personalización es posible gracias a</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#941038" rel="nofollow">la gran cantidad de información recopilada.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#944178" rel="nofollow">La personalización representa</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#946490" rel="nofollow">una de las mayores oportunidades aquí,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#948913" rel="nofollow">porque nos da la posibilidad</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#951258" rel="nofollow">de resolver un problema de 30 años.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#953948" rel="nofollow">En 1984, el investigador educacional, Benjamin Bloom</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#957297" rel="nofollow">planteó el llamado problema de las dos sigmas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#959548" rel="nofollow">que observó al estudiar tres grupos de estudiantes.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#962610" rel="nofollow">El primero estudiaba en un aula tradicional, a base de conferencias.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#966218" rel="nofollow">El segundo también estudiaba</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#968995" rel="nofollow">a base de conferencias,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#970714" rel="nofollow">pero con un enfoque dirigido a objetivos,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#972794" rel="nofollow">de tal forma que los estudiantes no avanzaban</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#974714" rel="nofollow">sin antes dominar el tema anterior.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#978068" rel="nofollow">Y en el último grupo, un tutor daba</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#980362" rel="nofollow">instrucción individual a los estudiantes.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#984890" rel="nofollow">El grupo basado en aprendizaje dirigido a objetivos obtuvo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#988162" rel="nofollow">una desviación estándar o una sigma, por encima del rendimiento</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#990450" rel="nofollow">del grupo corriente con clases basadas en conferencias.</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#992844" rel="nofollow">Y la instrucción individual produjo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#994988" rel="nofollow">una mejora de dos sigmas en el rendimiento.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#996818" rel="nofollow">Para entender qué significa,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#998281" rel="nofollow">veamos la clase basada en conferencias</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1000114" rel="nofollow">y tomemos el valor medio como umbral.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1003033" rel="nofollow">Así, en la clase basada en conferencias,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1004371" rel="nofollow">la mitad está por encima de ese nivel y la otra mitad por debajo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1008250" rel="nofollow">En el caso de la instrucción individual,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1010348" rel="nofollow">el 98 % estará por encima de ese nivel.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1015149" rel="nofollow">Imaginen lograr que el 98 % de los estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1019069" rel="nofollow">superara ese promedio.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1021267" rel="nofollow">De aquí el problema de las dos sigmas,</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1024690" rel="nofollow">dado que no podemos costear, como sociedad,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1027089" rel="nofollow">el darle a cada estudiante un tutor humano individual.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1030161" rel="nofollow">Pero quizá podamos darles</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1032410" rel="nofollow">una computadora o un teléfono inteligente.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1034429" rel="nofollow">La pregunta es, ¿cómo usar la tecnología</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1036618" rel="nofollow">para ir de la zona izquierda, de la curva azul,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1039993" rel="nofollow">a la zona derecha de la curva verde?</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1042731" rel="nofollow">Es fácil dominar un tema usando una computadora,</a><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1045068" rel="nofollow">porque esta no se cansa</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1046473" rel="nofollow">de repetir el mismo video cinco veces,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1049546" rel="nofollow">ni siquiera de calificar una actividad muchas veces,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1052802" rel="nofollow">como les he mostrado en muchos de los ejemplos.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1055828" rel="nofollow">Incluso estamos viendo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1057682" rel="nofollow">los inicios de la instrucción personalizada,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1059818" rel="nofollow">bien sea a través del currículo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1063010" rel="nofollow">o de la retroalimentación personalizada.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1066274" rel="nofollow">La meta aquí es probar, impulsar</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1068762" rel="nofollow">y ver cuánto nos acercamos a la curva verde.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1072259" rel="nofollow">Así que, si esto es tan bueno, ¿son obsoletas las universidades?</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1077618" rel="nofollow">Bueno, así lo creía Mark Twain,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1080610" rel="nofollow">quien dijo: &#8220;La universidad es el lugar donde los apuntes del profesor</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1083155" rel="nofollow">van directo a los del estudiante,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1084858" rel="nofollow">sin pasar por el cerebro de ninguno de ellos&#8221;.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1087234" rel="nofollow">(Risas)</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1091281" rel="nofollow">Sin embargo, me permito disentir de Mark Twain.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1093949" rel="nofollow">Creo que lo que criticaba no eran las universidades,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1096614" rel="nofollow">sino las clases basadas en conferencias</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1099364" rel="nofollow">a las que estas dedican gran parte del tiempo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1102148" rel="nofollow">Así que retrocedamos, hasta Plutarco,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1105307" rel="nofollow">quien dijo: &#8221; La mente no es un vaso por llenar,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1107534" rel="nofollow">sino una lámpara por encender&#8221;.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1109557" rel="nofollow">Quizá debamos dedicar menos tiempo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1111747" rel="nofollow">a llenar de conferencias las mentes de los estudiantes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1114318" rel="nofollow">y dedicar más tiempo a encender su creatividad,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1118118" rel="nofollow">su imaginación y sus habilidades de resolución de problemas,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1121373" rel="nofollow">a partir de la interacción genuina con ellos.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1123871" rel="nofollow">¿Cómo lograrlo?</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1125238" rel="nofollow">Lo hacemos adoptando el aprendizaje activo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1128669" rel="nofollow">Numerosos estudios, incluyendo éste,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1131118" rel="nofollow">demuestran que si se emplea el aprendizaje activo,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1133198" rel="nofollow">interactuando con los estudiantes en el aula,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1135614" rel="nofollow">mejoran todos los indicadores de rendimiento:</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1138310" rel="nofollow">asistencia, compromiso y aprendizaje</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1140759" rel="nofollow">medidos en exámenes estandarizados.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1142814" rel="nofollow">Pueden ver que, por ejemplo, el nivel de logro</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1144678" rel="nofollow">mejora hasta el doble en este experimento.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1147548" rel="nofollow">Quizá así debamos usar el tiempo en las universidades.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1151949" rel="nofollow">En resumen, si pudiéramos ofrecer educación de calidad</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1156526" rel="nofollow">a todos en el mundo, gratuitamente,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1158429" rel="nofollow">¿Qué supondría esto? Tres cosas.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1161250" rel="nofollow">Primero, la educación se establecería como un derecho fundamental.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1164671" rel="nofollow">Cualquier persona en el mundo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1166037" rel="nofollow">con la capacidad y la motivación,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1167958" rel="nofollow">podría desarrollar las habilidades que necesitara</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1169909" rel="nofollow">para mejorar autónomamente su calidad de vida,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1171494" rel="nofollow">la de su familia y su comunidad.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1173511" rel="nofollow">Segundo, permitiría el aprendizaje continuo.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1176142" rel="nofollow">Es una lástima que para muchos el aprendizaje termine</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1178093" rel="nofollow">al completar la escuela secundaria o la universidad.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1181405" rel="nofollow">Al tener disponible esta asombrosa colección de cursos,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1183886" rel="nofollow">es posible aprender algo nuevo</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1186629" rel="nofollow">cuando se desee,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1187765" rel="nofollow">ya sea para expandir nuestras mentes</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1189094" rel="nofollow">o para cambiar nuestras vidas.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1191053" rel="nofollow">Por último, impulsaría una ola de innovación,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1194198" rel="nofollow">porque en todas partes hay talento asombroso.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1197270" rel="nofollow">Quizá el próximo Albert Einstein o el próximo Steve Jobs</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1200278" rel="nofollow">viva en una villa remota en África.</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1202893" rel="nofollow">Y si pudiéramos ofrecerle una educación,</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1205549" rel="nofollow">podría ser capaz de producir la nueva gran idea</a> <a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1207905" rel="nofollow">y hacer del mundo un lugar mejor para todos nosotros.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1210309" rel="nofollow">Muchísimas gracias.</a></p>
<p><a href="http://www.ted.com/talks/daphne_koller_what_we_re_learning_from_online_education.html#1211469" rel="nofollow">(Aplausos)</a></p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/">Daphne Koller: Lo que estamos aprendiendo de la educación en línea</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/daphne-koller-lo-que-estamos-aprendiendo-de-la-educacion-en-linea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manual de Ubuntu 12.10</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/manual-de-ubuntu-12-10/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/manual-de-ubuntu-12-10/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 13:40:03 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=449</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/manual-de-ubuntu-12-10/"><img align="left" hspace="5" width="150" src="http://ubuntu-manual.org/images/1.png" class="alignleft wp-post-image tfe" alt="Logo Proyecto  Manual Ubuntu" title="Ubuntu Manual Project" /></a>En vista del próximo lanzamiento de Ubuntu 12.10  ya está a disposición el manual de usuario, éste está orienda a usuarios principiantes que desean probar la nueva distribución. El manual lo pueden encontrar en este enlace &#160; &#160; Ubuntu 12.10 está ya disponible en http://www.ubuntu.com/download</p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/manual-de-ubuntu-12-10/">Manual de Ubuntu 12.10</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>En vista del próximo lanzamiento de Ubuntu 12.10  ya está a disposición el manual de usuario, éste está orienda a usuarios principiantes que desean probar la nueva distribución. El manual lo pueden encontrar en <a title="Ubuntu Manual Project" href="http://ubuntu-manual.org/" target="_blank">este enlace</a></p>
<p>&nbsp;</p>
<p><img title="Ubuntu Manual Project" alt="Logo Proyecto  Manual Ubuntu" src="http://ubuntu-manual.org/images/1.png" /></p>
<p>&nbsp;</p>
<p>Ubuntu 12.10 está ya disponible en <a href="http://www.ubuntu.com/download">http://www.ubuntu.com/download</a></p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/manual-de-ubuntu-12-10/">Manual de Ubuntu 12.10</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/manual-de-ubuntu-12-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como pasar de Int a String en C++</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/#comments</comments>
		<pubDate>Sun, 15 Jul 2012 13:04:11 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programación 2]]></category>
		<category><![CDATA[itoa]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=395</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/"><img align="left" hspace="5" width="150" src="http://webdelprofesor.ula.ve/ingenieria/rafael/wp-content/flagallery/estaticas/codigocpp.png" class="alignleft wp-post-image tfe" alt="C++" title="C++" /></a>Para la tarea de esta semana,  ordenar archivos secuenciales con el método de partición y  fusión de archivos en PR2,  es necesario crear n archivos cuyo nombre sea un  diferente. Una  forma es fijar un prefijo, por ejemplo &#8220;parte-&#8221;, una parte variable: un entero entre 00 y 99, y una extensión fija como &#8220;.dat&#8221; o &#8220;txt&#8221;.  Los <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/">Como pasar de Int a String en C++</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="C++" src="http://webdelprofesor.ula.ve/ingenieria/rafael/wp-content/flagallery/estaticas/codigocpp.png" alt="C++" width="100" height="79" /></p>
<p>Para la tarea de esta semana,  ordenar archivos secuenciales con el método de partición y  fusión de archivos en PR2,  es necesario crear <em>n</em> archivos cuyo nombre sea un  diferente. Una  forma es fijar un prefijo, por ejemplo &#8220;parte-&#8221;, una parte variable: un entero entre <em>00</em> y <em>99</em>, y una extensión fija como &#8220;.dat&#8221; o &#8220;txt&#8221;.  Los nombres tendrán la forma parte-01.txt, parte-02.txt, &#8230;, parte-99.txt.</p>
<p><span id="more-395"></span></p>
<p>El problema es ¿como convertir enteros a cadenas std::string?, en Lenguaje de programación C se puede usar la función: <a title="sprintf" href="http://www.cplusplus.com/reference/clibrary/cstdio/sprintf/" target="_blank">sprintf</a>, pero en C++ se puede usar otro método.  Hace tiempo en el Foro <a title="Como pasar de Int a C/C++" href="http://www.laneros.com/f28/como-pasar-de-int-a-string-c-c-16937/" target="_blank">Laneros </a>escribí lo siguiente:</p>
<p><span style="color: #0000ff;">En C++</span></p>
<pre class="wp-code-highlight prettyprint">
#include &lt;sstream&gt; 
...
std::string int2string(int n){
  std::stringstream flujo;

  flujo &lt;&lt; n;

  return(flujo.str());
}
</pre>
<p><span style="color: #0000ff;">con programación genérica:</span></p>
<pre class="wp-code-highlight prettyprint">
#include &lt;sstream&gt;
...
template  &lt;class C&gt; std::string dato2string(const C&amp; dato){
  std::stringstream flujo;

  flujo &lt;&lt; dato;

  return(flujo.str());
}
</pre>
<p><span style="color: #0000ff;">Suerte</span></p>
<p><span style="color: #0000ff;">Rafael </span> (ver el original<a title="Como pasar de Int a String en C/C++" href="http://www.laneros.com/3056774-post11.html" target="_blank"> aquí</a>)</p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/">Como pasar de Int a String en C++</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/como-pasar-de-int-a-string-en-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edsger Dijkstra, el pensador informático</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/#comments</comments>
		<pubDate>Fri, 13 Jul 2012 17:48:54 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Computacion]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Dijkstra]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=383</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/"><img align="left" hspace="5" width="150" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Edsger_Wybe_Dijkstra.jpg/175px-Edsger_Wybe_Dijkstra.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Hola, hoy encontré esta página Edsger Dijkstra, el pensador informático , vale la pena darle una leída, me permito copiarla en caso de que el blog original desaparezca Tomado del Blog original: BIOGRAFÍA · Edsger Wybe Dijkstra, nacido en Rotterdam, Países Bajos el 11 de mayo de 1930, fue un científico de la computación de los Países <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/">Edsger Dijkstra, el pensador informático</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Hola, hoy encontré esta página <a title="Edsger Dijkstra, el pensador informático" href="http://www.taringa.net/posts/ciencia-educacion/14955213/Edsger-Dijkstra_-el-pensador-informatico.html" target="_blank">Edsger Dijkstra, el pensador informático</a> , vale la pena darle una leída, me permito copiarla en caso de que el blog original desaparezca</p>
<p>Tomado del Blog original:</p>
<p><strong>BIOGRAFÍA</strong><br />
<strong>·</strong> Edsger Wybe Dijkstra, nacido en Rotterdam, Países Bajos el 11 de mayo de 1930, fue un científico de la computación de los Países Bajos y falleció en Nuenen, Países Bajos el 6 de agosto de 2002, después de una larga lucha contra el cáncer.</p>
<div><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/Edsger_Wybe_Dijkstra.jpg/175px-Edsger_Wybe_Dijkstra.jpg" border="0" /></div>
<p><span id="more-383"></span></p>
<p><strong>·</strong> Dijkstra estudió física teórica en la Universidad de Leiden. Trabajó como investigador para Burroughs Corporation a principios de los años 1970. En la Universidad de Texas en Austin, Estados Unidos, ocupó el Schlumberger Centennial Chair in Computer Sciences. Se retiró en 2000.</p>
<p><strong>·</strong> Entre sus contribuciones a las ciencias de la computación está la solución del problema del camino más corto, también conocido como el algoritmo de Dijkstra, la notación polaca inversa y el relacionado algoritmo shunting yard, THE multiprogramming system, el algoritmo del banquero y la construcción del semáforo para coordinar múltiples procesadores y programas.</p>
<div><strong>EL ALGORITMO DE DIJKSTRA</strong></div>
<p><strong>·</strong> El algoritmo de Dijkstra, también llamado algoritmo de caminos mínimos, es un algoritmo para la determinación del camino más corto dado un vértice origen al resto de vértices en un grafo con pesos en cada arista. Su nombre se refiere a Edsger Dijkstra, quien lo describió por primera vez en 1959.</p>
<p><strong>·</strong> La idea subyacente en este algoritmo consiste en ir explorando todos los caminos más cortos que parten del vértice origen y que llevan a todos los demás vértices; cuando se obtiene el camino más corto desde el vértice origen, al resto de vértices que componen el grafo, el algoritmo se detiene. El algoritmo es una especialización de la búsqueda de costo uniforme, y como tal, no funciona en grafos con aristas de costo negativo (al elegir siempre el nodo con distancia menor, pueden quedar excluidos de la búsqueda nodos que en próximas iteraciones bajarían el costo general del camino al pasar por una arista con costo negativo).</p>
<p><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" alt="" src="http://upload.wikimedia.org/wikipedia/commons/5/57/Dijkstra_Animation.gif" border="0" /></p>
<div><strong>PROBLEMA DE LOS FILOSOFOS CENANDO</strong></div>
<p><strong>·</strong> El problema de los filósofos cenando es un problema clásico de las ciencias de la computación propuesto por Edsger Dijkstra en 1965 para representar el problema de la sincronización de procesos en un sistema operativo. Cabe aclarar que la interpretación está basada en pensadores chinos, quienes comían con dos palillos, donde es más lógico que se necesite el del comensal que se siente al lado para poder comer.</p>
<p><strong>·</strong> Cinco filósofos se sientan alrededor de una mesa y pasan su vida cenando y pensando. Cada filósofo tiene un plato de fideos y un tenedor a la izquierda de su plato. Para comer los fideos son necesarios dos tenedores y cada filósofo sólo puede tomar los que están a su izquierda y derecha. Si cualquier filósofo coge un tenedor y el otro está ocupado, se quedará esperando, con el tenedor en la mano, hasta que pueda coger el otro tenedor, para luego empezar a comer.</p>
<p><strong>·</strong> Si dos filósofos adyacentes intentan tomar el mismo tenedor a una vez, se produce una condición de carrera: ambos compiten por tomar el mismo tenedor, y uno de ellos se queda sin comer.</p>
<p><strong>·</strong> Si todos los filósofos cogen el tenedor que está a su derecha al mismo tiempo, entonces todos se quedarán esperando eternamente, porque alguien debe liberar el tenedor que les falta. Nadie lo hará porque todos se encuentran en la misma situación (esperando que alguno deje sus tenedores). Entonces los filósofos se morirán de hambre. Este bloqueo mutuo se denomina interbloqueo o deadlock.</p>
<p><strong>·</strong> El problema consiste en encontrar un algoritmo que permita que los filósofos nunca se mueran de hambre.</p>
<p><img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Dining_philosophers.png/578px-Dining_philosophers.png" border="0" /></p>
<p><strong>Algunas posibles soluciones</strong></p>
<p><strong>·</strong> Por turno cíclico</p>
<p>Se empieza por un filósofo, que si quiere puede comer y después pasa su turno al de la derecha. Cada filósofo sólo puede comer en su turno. Problema: si el número de filósofos es muy alto, uno puede morir de hambre antes de su turno.</p>
<p><strong>·</strong> Varios turnos</p>
<p>Se establecen varios turnos. Para hacerlo más claro supongamos que cada filósofo que puede comer (es su turno) tiene una ficha que después pasa a la derecha. Si por ejemplo hay 7 comensales podemos poner 3 fichas en posiciones alternas (entre dos de las fichas quedarían dos filósofos).</p>
<p>Se establecen turnos de tiempo fijo. Por ejemplo cada 5 minutos se pasan las fichas (y los turnos) a la derecha.</p>
<p>En base al tiempo que suelen tardar los filósofos en comer y en volver a tener hambre, el tiempo de turno establecido puede hacer que sea peor solución que la anterior. Si el tiempo de turno se aproxima al tiempo medio que tarda un filósofo en comer esta variante da muy buenos resultados. Si además el tiempo medio de comer es similar al tiempo medio en volver a tener hambre la solución se aproxima al óptimo.</p>
<p><strong>·</strong> Colas de tenedores</p>
<p>Cuando un filósofo quiere comer se pone en la cola de los dos tenedores que necesita. Cuando un tenedor está libre lo toma. Cuando toma los dos tenedores, come y deja libre los tenedores.</p>
<p>Visto desde el otro lado, cada tenedor sólo puede tener dos filósofos en cola, siempre los mismos.</p>
<p>Esto crea el problema comentado de que si todos quieren comer a la vez y todos empiezan tomando el tenedor de su derecha se bloquea el sistema (deadlock).</p>
<p><strong>·</strong> Resolución de conflictos en colas de tenedores</p>
<p>Cada vez que un filósofo tiene un tenedor espera un tiempo aleatorio para conseguir el segundo tenedor. Si en ese tiempo no queda libre el segundo tenedor, suelta el que tiene y vuelve a ponerse en cola para sus dos tenedores.</p>
<p>Si un filósofo A suelta un tenedor (porque ha comido o porque ha esperado demasiado tiempo con el tenedor en la mano) pero todavía desea comer, vuelve a ponerse en cola para ese tenedor. Si el filósofo adyacente B está ya en esa cola de tenedor (tiene hambre) lo toma y si no vuelve a cogerlo A.</p>
<p>Es importante que el tiempo de espera sea aleatorio o se mantendrá el bloqueo del sistema.</p>
<p><strong>·</strong> El portero del comedor</p>
<p>Se indica a los filósofos que abandonen la mesa cuando no tengan hambre y que no regresen a ella hasta que vuelvan a estar hambrientos (cada filósofo siempre se sienta en la misma silla). La misión del portero es controlar el número de filósofos en la sala, limitando su número a n-1 (n es el numero de filósofos), pues si hay n-1 comensales seguro que al menos uno puede comer con los dos tenedores.</p>
<div><strong>ALGORITMO DEL BANQUERO</strong></div>
<p><strong>·</strong> El Algoritmo del banquero, en sistemas operativos es una forma de evitar el interbloqueo, propuesta por primera vez por Edsger Dijkstra. Es un acercamiento teórico para evitar los interbloqueos en la planificación de recursos. Requiere conocer con anticipación los recursos que serán utilizados por todos los procesos. Esto último generalmente no puede ser satisfecho en la práctica.</p>
<p><img alt="" src="http://2.bp.blogspot.com/_vX67XoouaxA/TQpn3IBBPrI/AAAAAAAAAEo/Ajh5fNnzaDU/s1600/banquero.jpg" border="0" /></p>
<p><strong>·</strong> Este algoritmo usualmente es explicado usando la analogía con el funcionamiento de un banco. Los clientes representan a los procesos, que tienen un crédito límite, y el dinero representa a los recursos. El banquero es el sistema operativo.</p>
<p><strong>·</strong> El banco confía en que no tendrá que permitir a todos sus clientes la utilización de todo su crédito a la vez. El banco también asume que si un cliente maximiza su crédito será capaz de terminar sus negocios y devolver el dinero a la entidad, permitiendo servir a otros clientes.</p>
<p><strong>·</strong> El algoritmo mantiene al sistema en un estado seguro. Un sistema se encuentra en un estado seguro si existe un orden en que pueden concederse las peticiones de recursos a todos los procesos, previniendo el interbloqueo. El algoritmo del banquero funciona encontrando estados de este tipo.</p>
<p><strong>·</strong> Los procesos piden recursos, y son complacidos siempre y cuando el sistema se mantenga en un estado seguro después de la concesión. De lo contrario, el proceso es suspendido hasta que otro proceso libere recursos suficientes.</p>
<p><strong>·</strong> Así, el uso de este tipo de algoritmo permite impedir el interbloqueo, pero supone una serie de restricciones:</p>
<p><strong>·</strong> Se debe conocer la máxima demanda de recursos por anticipado.<br />
<strong>·</strong> Los procesos deben ser independientes, es decir que puedan ser ejecutados en cualquier orden. Por lo tanto su ejecución no debe estar forzada por condiciones de sincronización.<br />
<strong>·</strong> Debe haber un número fijo de recursos a utilizar y un número fijo de procesos.<br />
<strong>·</strong> Los procesos no pueden finalizar mientras retengan recursos.</p>
<p><strong>Bueno, dejé estos tres casos para no hacer tan largo y engorroso el post. Por último les dejo una información sobre el premio Dijkstra</strong></p>
<p><strong>·</strong> El Premio Edsger W. Dijkstra es una distinción que se entrega a los autores de artículos destacados en los principios de computación distribuida. Su nombre es en reconocimiento del cientista de computación Edsger W. Dijkstra. Los artículos seleccionados deben significar un aporte importante en la teoría o práctica del área de la computación distribuida, al menos durante los últimos 10 años. Es otorgado anualmente en el Simposium en Principios de Computación Distribuida de la Association for Computing Machinery, y una vez finalizado el Congreso se publica una descripción con las contribuciones del artículo.</p>
<p><strong>·</strong> Durante los tres primeros años, el premio se llamó PODC Influential Paper Award.</p>
<p><strong>GANADORES</strong></p>
<p><strong>·</strong> 2000 &#8211; Leslie Lamport por su artículo sobre relojes lógicos.<br />
<strong>·</strong> 2001 &#8211; Michael J. Fischer, Nancy A. Lynch y Michael S. Paterson, por demostrar la imposibilidad de consensos usando comunicación asincrónica.<br />
<strong>·</strong> 2002 &#8211; Edsger W. Dijkstra por su artículo que establece el principio de autoestabilización.<br />
<strong>·</strong> 2003 &#8211; Maurice Herlihy por su artículo que resuelve y universaliza el consenso en sistemas de memoria compartida distribuida.<br />
<strong>·</strong> 2004 &#8211; Robert G. Gallager, P. A. Humblet y P. M. Spira, por su algoritmo de distribución para encontrar un árbol spanning mínimo.1<br />
<strong>·</strong> 2005 &#8211; Marshal Pease, Robert Shostak y Leslie Lamport, por su artículo de tolerancia a fallos bizantinos.<br />
<strong>·</strong> 2006 &#8211; John M. Mellor-Crummey y Michael L. Scott, por su algoritmo de exclusión mutua.<br />
<strong>·</strong> 2007 &#8211; Cynthia Dwork, Nancy A. Lynch y Larry Stockmeyer, por su artículo que resuelve el consenso en sistemas</p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/">Edsger Dijkstra, el pensador informático</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/edsger-dijkstra-el-pensador-informatico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vídeos sobre medios de almacenamiento</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/#comments</comments>
		<pubDate>Wed, 27 Jun 2012 04:12:35 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Computacion]]></category>
		<category><![CDATA[Merida]]></category>
		<category><![CDATA[Programación 2]]></category>
		<category><![CDATA[ULA]]></category>
		<category><![CDATA[Almacenamiento Secundarios]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[Disco Duros]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Vídeos]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=312</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/"><img align="left" hspace="5" width="150" src="http://webdelprofesor.ula.ve/ingenieria/rafael/wp-content/flagallery/estaticas/youtubelogo.jpg" class="alignleft wp-post-image tfe" alt="YouTube Logo" title="YouTube" /></a>En este semestre A-2012 en la tarea 3 le solicité a mis alumnos de PR2 que elaborarn un vídeo sobre los medio de almacenamiento secundario. Hoy luego de varios días recibí los vídeos, a continuación están los enlaces a los vídeos presentados : Cesar Sulbaran y Maria Fernanda Blanco María Daniela Vielma, Emiluz Pérez y <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/">Vídeos sobre medios de almacenamiento</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img title="YouTube" src="http://webdelprofesor.ula.ve/ingenieria/rafael/wp-content/flagallery/estaticas/youtubelogo.jpg" alt="YouTube Logo" width="177" height="103" />En este semestre A-2012 en la tarea 3 le solicité a mis alumnos de PR2 que elaborarn un vídeo sobre los medio de almacenamiento secundario. Hoy luego de varios días recibí los vídeos, a continuación están los enlaces a los vídeos presentados :</p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/m2m_MGh4T7I" target="_blank">Cesar Sulbaran y Maria Fernanda Blanco</a></p>
<p><a title="Medios de almacenamiento" href="http://youtu.be/GNp8q9rWZl4" target="_blank">María Daniela Vielma, Emiluz Pérez y Hasbleidy Medina</a></p>
<p><a title="Medios de almacenamiento" href="http://youtu.be/wPvmW84L0Wg" target="_blank">Kristell Aguilar, Javier Cerrada, Marisol Ortiz y Gladymar Rojas</a></p>
<p><a title="Medios de almacenamiento" href="http://youtu.be/eFz6aNWooSU" target="_blank">Jesús González, Daniel Amaya, German Balza e Ysis Lacruz</a></p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/aGx9hdtEdQM" target="_blank">José Ramírez y Jesús García</a></p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/aGZfDDEIlLk" target="_blank">Yuberlin Chaparro, Daniela Díaz, Daniel Flores y Raúl Lobo</a></p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/PdL5VPW-uSI" target="_blank">Carlos Holmquist, Jesús Herrera, Jesús Salazar y Juan Urbáez</a></p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/Vv1uORMD0jU" target="_blank">Iralix Peña</a></p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/d_nI_lm1L3k" target="_blank">Fabio Maldonado, Rafael Sanchez, Michael Eyzell y Eris Ropero</a></p>
<p><a title="Almacenamiento secundario" href="http://youtu.be/xupjKFoCRtE" target="_blank">Julian Briceño, Carlos Santiago, David Albarran y Daniel Cardona</a></p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/">Vídeos sobre medios de almacenamiento</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/videos-sobre-medios-de-almacenamiento/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cuentos</title>
		<link>http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/</link>
		<comments>http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/#comments</comments>
		<pubDate>Sun, 24 Jun 2012 17:57:16 +0000</pubDate>
		<dc:creator>rafael</dc:creator>
				<category><![CDATA[Cuentos]]></category>

		<guid isPermaLink="false">http://webdelprofesor.ula.ve/ingenieria/rafael/?p=305</guid>
		<description><![CDATA[<p><a href="http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/"><img align="left" hspace="5" width="150" height="150" src="http://webdelprofesor.ula.ve/ingenieria/rafael/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Hoy recibí por medio de una lista correos enlaces a cuentos en Internet, todos vienen de la página El Rincón del Poeta, me pareció un aporte interesante y lo comparto a continuación: &#160; Una biblioteca de Cuentos &#160; Selecciona Autor y Título, doble click .Se puede leer cada cuento con música . Oscar Wilde  El Príncipe <a href='http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/' class='excerpt-more'>[...]</a></p><p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/">Cuentos</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Hoy recibí por medio de una lista correos enlaces a cuentos en Internet, todos vienen de la página <a title="El Rincón del Poeta" href="http://www.rincondelpoeta.com.ar">El Rincón del Poeta</a>, me pareció un aporte interesante y lo comparto a continuación:</p>
<p>&nbsp;</p>
<p><span style="color: #0000ff;"><span style="font-family: arial, sans-serif;"><span style="font-size: 300%;"><em><strong>Una biblioteca de</strong></em></span></span></span><span style="color: #800080;"> </span><span style="color: #0000ff;"><span style="font-family: arial, sans-serif;"><span style="font-size: 300%;"><em><strong>Cuentos</strong></em></span></span></span></p>
<p>&nbsp;</p>
<p><span style="color: #000000; font-size: medium;"><span style="font-family: arial, sans-serif;"><strong>Selecciona Autor y Título, doble click .Se puede leer cada cuento con música .</strong></span></span></p>
<p><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><br />
<strong>Oscar Wilde</strong></span></span></span></span><strong> </strong><span style="font-family: arial, sans-serif;"><br />
<a title="El Príncipe Feliz" href="http://www.rincondelpoeta.com.ar/cuento_elprincipefeliz.htm">El Príncipe Feliz</a></span> <span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
</strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong><span id="more-305"></span><br />
Paulo Coelho</strong></span></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Cuidado con los recuerdos" href="http://www.rincondelpoeta.com.ar/cuento_cuidadoconlosrecuerdos.htm" target="_blank">Cuidado con los recuerdos</a></strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Cuento de Navidad" href="http://www.rincondelpoeta.com.ar/cuento_denavidad.htm" target="_blank">Cuento de Navidad</a></strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="El hombre que perdonaba" href="http://www.rincondelpoeta.com.ar/cuento_elhombrequeperdonaba.htm" target="_blank">El hombre que perdonaba</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Ahuyentar a los fantasmas" href="http://www.rincondelpoeta.com.ar/cuento_ahuyentarfantasmas.htm" target="_blank">Ahuyentar los fantasmas</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="El llanto del desierto" href="http://www.rincondelpoeta.com.ar/cuento_desierto.htm" target="_blank">El llanto del desierto</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Un cuento de navidad" href="http://www.rincondelpoeta.com.ar/cuento_navidad.htm" target="_blank">Un cuento de Navidad</a> </strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
</strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong><br />
Mario Benedetti</strong></span></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="El otro Yo" href="http://www.rincondelpoeta.com.ar/cuento_elotroyo.htm" target="_blank">El otro yo</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Los Pocillos" href="http://www.rincondelpoeta.com.ar/cuento_lospocillos.htm" target="_blank">Los Pocillos</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="El sexo de los ángeles" href="http://www.rincondelpoeta.com.ar/cuento_sexoangeles.htm" target="_blank">El sexo de los ángeles</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Conciliar el sueño" href="http://www.rincondelpoeta.com.ar/cuento_conciliarelsueno.htm" target="_blank">Conciliar el sueño</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
</strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong><br />
</strong></span></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong><br />
Christian Andersen</strong></span></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="La niña de los fósforos" href="http://www.rincondelpoeta.com.ar/cuento_ninafosforos.htm" target="_blank">La niña de los fósforos</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="font-family: arial, sans-serif;"><strong><br />
<span style="color: #604200; font-size: large;"><span style="text-decoration: underline;"><br />
</span></span></strong></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong> Kahlil Gibran</strong></span></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Sobre los hijos" href="http://www.rincondelpoeta.com.ar/cuento_tushijos.htm" target="_blank">Sobre los hijos</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
<a title="Un cuento" href="http://www.rincondelpoeta.com.ar/cuento_uncuento.htm" target="_blank">Un Cuento</a></strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: medium;"><strong> </strong></span></span></span><span style="color: #000000;"><span style="font-family: arial, sans-serif;"><span style="font-size: small;"><strong><br />
</strong></span></span></span><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong><br />
</strong></span></span></span></span></p>
<p><a title="Índice de cuentos" href="http://www.rincondelpoeta.com.ar/indexcuentos.htm" target="_blank"><span style="color: #604200;"><span style="font-family: arial, sans-serif;"><span style="font-size: large;"><span style="text-decoration: underline;"><strong>Lista completa de cuentos, se actualiza frecuentemente</strong></span></span></span></span></a></p>
<p>The post <a href="http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/">Cuentos</a> appeared first on <a href="http://webdelprofesor.ula.ve/ingenieria/rafael">Rafael Rivas Estrada</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://webdelprofesor.ula.ve/ingenieria/rafael/cuentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
