CINXE.COM
Gabinete de Recursos Educativos y Multimedia (GREM)
<!DOCTYPE html> <html> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Gabinete de Recursos Educativos y Multimedia (GREM)</title> <link href="estilos/imprimir.css" rel="stylesheet" type="text/css" media="print"> <link href="estilos/videoplayer.css" rel="stylesheet" type="text/css" /> <link href="estilos/pagina.css" rel="stylesheet" type="text/css" /> <link rel="icon" type="image/png" href="images/Grem_Verde_Favicon.png" sizes="64x64"> <script type="text/javascript" src="ckeditor/ckeditor.js"></script> <noscript> <p>La página que estás viendo requiere para su funcionamiento el uso de JavaScript.<br>Si lo has deshabilitado intencionadamente, por favor vuelve a activarlo.</p> </noscript> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" type="text/javascript"> $.noConflict(); /*** CONTROL DE NAVEGADORES ***/// OJO CAMBIAR TAMBIEN EN vplayer.php var es_navegador=navigator.appName; var es_navegadorversion=navigator.appVersion; var navegadorCompatible=1; var navegadorInterplay=1; var navegadorLecturaSub=1; var navegadorFullScreen=1; var navegadorAnchoBanda=1; var navegadorFotoSaltos=1; var msg_navegadorCompatible=''; var msg_navegadorInterplay=''; // Plataforma if (navigator.platform.toLowerCase().indexOf('arm')>-1) es_plataforma='android'; if (navigator.platform.toLowerCase().indexOf('aarch64')>-1) es_plataforma='android'; if (navigator.platform.toLowerCase().indexOf('ipad')>-1) es_plataforma='ipad'; if (navigator.platform.toLowerCase().indexOf('iphone')>-1) es_plataforma='iphone'; if (navigator.platform.toLowerCase().indexOf('ipod')>-1) es_plataforma='ipod'; if (navigator.platform.toLowerCase().indexOf('mac')>-1) es_plataforma='mac'; if (navigator.platform.toLowerCase().indexOf('linux x86')>-1) es_plataforma='linux'; if (navigator.platform.toLowerCase().indexOf('win32')>-1) es_plataforma='windows'; if (navigator.platform.toLowerCase().indexOf('win64')>-1) es_plataforma='windows'; // Navegador if (navigator.userAgent.toLowerCase().indexOf('safari/')>-1) {// Es el último que sale e interfiere con Chrome, pues siempre detecta que es safari. es_navegador='safari'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------ // Windows -- -- -- -- -- -- -- // Linux -- -- -- -- -- -- -- // MAC OK OK OK SI NO NO 605.1.15 // ANDROID -- -- -- -- -- -- -- // IPHONE OK NO OK OK NO NO 604.1 // IPOT ? ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=0; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if (navigator.userAgent.toLowerCase().indexOf('firefox/')>-1) { es_navegador='firefox'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------ // Windows OK OK OK OK NO OK 113.0 // Linux OK OK OK OK NO OK 112.0 // MAC OK OK OK OK ? ? ? // ANDROID OK OK OK OK NO OK 112.0 // IPHONE ? ? ? ? ? ? ? // IPOT ? ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if (navigator.userAgent.toLowerCase().indexOf('chrome/')>-1) { es_navegador='chrome'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // -------------------------------------------------------------------------------------------------- // Windows OK OK OK OK NO OK 113.0.0.0 // Linux OK OK OK OK NO OK 113.0.0.0 // MAC OK OK ? ? ? ? ? // ANDROID OK OK OK OK OK NO 112.0.0.0 // IPHONE OK NO OK OK NO NO // IPOT ? ? ? ? ? ? ? // -------------------------------------------------------------------------------------------------- if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=0; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if ((navigator.userAgent.toLowerCase().indexOf('msi/')>-1)||(navigator.userAgent.toLowerCase().indexOf('net4/')>-1)) { es_navegador='iexplorer'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------ // Windows NO NO NO NO NO NO ? // Linux -- -- -- -- -- NO ? // MAC -- -- -- -- -- NO ? // ANDROID -- -- -- -- -- NO ? // IPHONE -- -- -- -- -- NO ? // IPOT -- -- -- -- -- NO ? // ------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='linux') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='mac') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='android') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} if (es_plataforma=='ipot') {navegadorCompatible=0; navegadorInterplay=0; navegadorLecturaSub=0; navegadorFullScreen=0; navegadorAnchoBanda=0; navegadorFotoSaltos=0;} } if (navigator.userAgent.toLowerCase().indexOf('opr/')>-1) { es_navegador='opera'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------- // Windows OK OK OK OK NO OK 98.0.0.0 // Linux OK OK NO OK OK OK 98.0.0.0 // MAC ? ? ? ? ? ? // ANDROID OK OK NO OK OK NO 74.3.3922.71982 MUESTRA MENSAJE DE NO COMPATIBLE // IPHONE ? ? ? ? ? ? // IPOT ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------- if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=0; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=0; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } if ((navigator.userAgent.toLowerCase().indexOf('edge/')>-1)||(navigator.userAgent.toLowerCase().indexOf('edga/')>-1)||(navigator.userAgent.toLowerCase().indexOf('edg/')>-1)) { es_navegador='edge'; // Compatible Interplay LecturaSub FullScreen AnchoBanda FotoSaltos Version // ------------------------------------------------------------------------------------------------------ // Windows OK OK OK OK NO OK 113.0.1774.35 // Linux OK OK OK OK OK OK 113.0.1774.35 // MAC ? ? ? ? ? ? // ANDROID OK OK OK OK OK NO 112.0.1722.59 // IPHONE ? ? ? ? ? ? // IPOT ? ? ? ? ? ? // ------------------------------------------------------------------------------------------------------ if (es_plataforma=='windows') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=0; navegadorFotoSaltos=1;} if (es_plataforma=='linux') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='mac') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='android') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=0;} if (es_plataforma=='iphone') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} if (es_plataforma=='ipot') {navegadorCompatible=1; navegadorInterplay=1; navegadorLecturaSub=1; navegadorFullScreen=1; navegadorAnchoBanda=1; navegadorFotoSaltos=1;} } msg_navegadorCompatible='El navegador '+es_navegador+' en '+es_plataforma+', no es compatible con los medios que se reproducen en esta web. Los navegadores más compatibles son Firefox, Chrome, Edge o Opera, pruebe instalar alguno de ellos.'; msg_navegadorInterplay='El navegador '+es_navegador+' en '+es_plataforma+', no es compatible con los tipos de videos interactivos InterPLAY como el que quiere reproducir. Los navegadores más compatibles son Firefox, Chrome, Edge o Opera, pruebe instalar alguno de ellos.'; //alert (navigator.userAgent); //alert (es_navegador); //alert (navigator.platform); // Para chequear navegadores descomentar: //navegadorCompatible=1; //navegadorInterplay=1; //navegadorLecturaSub=1; //navegadorFullScreen=1; //navegadorAnchoBanda=1; //navegadorFotoSaltos=1; function ventana(left, top, ancho, alto, nombre, archivo){ var opciones = "directories=NO, location=NO, status=NO, titlebar=NO, toolbar=NO, menubar=NO, scrollbars=YES, resizable=NO, width="+ancho+", height="+alto+", left="+left+", top="+top+""; mi_ventana = window.open(archivo, nombre, opciones); } /*** NO PERMITE BOTON DERECHO ***/ document.oncontextmenu = function(){return false} </script> </head> <body > <section class="logos"> <div class="logotipos"> <div class="logotipoIzquierda"> <a href="https://www.upv.es" target="_blank"><img src="https://www.upv.es/niujom/imagenes/marcaUPV_home61.png" longdesc="https://www.upv.es/lawai/escudo-es.txt" alt="UPV"></a> </div> <div class="logotipoCentro"> <a href="http://www.ice.upv.es" target="_blank"><img src="https://grem.upv.es/Grem/images/ICE_H.png" alt="ICE" title="Instituto de Ciencias de la Educación"></a> </div> <div class="idiomas"> <form name="idiomasSelect" action="index.php?mnu=videoteca&len=" target="_self" method="POST"> <label> <img src="imgs/planetaIdiomas.png" alt="" title=""><select name="seleccionarIdioma" title="" onChange="document.idiomasSelect.action=document.idiomasSelect.action + document.idiomasSelect.seleccionarIdioma.value; document.idiomasSelect.submit();"> <option value="es" selected>Español</option> <option value="en" >English</option> <option value="ca" >Valencià</option> </select> </label> </form> </div> <div id="actualizarProcesado" style="box-sizing: border-box; float: left;"> </div> <script type="text/javascript" type="text/javascript"> function actualizarProcesado(){ clearInterval(identificadorRecargaProcesado); jQuery("#actualizarProcesado").load('videoteca_procesado.php',{'mnu':'videoteca', 'len':'es', 'usuarioWEBdni':'', 'Perm':'0'}); identificadorRecargaProcesado = setInterval('actualizarProcesado()',10000); } actualizarProcesado(); var identificadorRecargaProcesado; identificadorRecargaProcesado = setInterval('actualizarProcesado()',10000); </script> <div class="logotipoDerecha"> <a href="https://grem.upv.es" target="_blank"><img src="https://grem.upv.es/Grem/images/Grem_Verde_Calidad.png" alt="GREM" title="Gabinete de Recursos Educativos y Multimedia"></a> </div> </div> </section> <section class="menu"> <menu> <nav> <ul> <li style="background-color: rgba(246,146,64,0.5);"><a href="index.php?len=es"><img src="imgs/home.png" height="16px"></a></li> <li ><a href="index.php?mnu=videoteca&len=es&clas=1">Recursos</a></li> <li><a href="index.php?mnu=identificacion&len=es">|  <b>Iniciar sesión</b></a></li> </ul> </nav> </menu> </section> <section class="main"> <section class="articles"> <article> <script> /*if ((document.getElementById('FiltroUnesco').value == '') && (document.getElementById('buscarTexto').value == '')) { jQuery('#filtros1').hide();jQuery('#filtros2').hide(); } else { jQuery('#filtros1').show();jQuery('#filtros2').show(); }*/ </script> <! Inicio del formulario de busqueda -> <form id="form2" name="form2" action="index.php?mnu=videoteca&len=es" method="post" enctype="multipart/form-data" target="_blank"><input name="comando" id="comando" type="hidden" value=""><input name="marcado" id="marcado" type="hidden" value=""><script type="text/javascript"> var FormObjects=0; var FormObjectsReq=0; var FormListo=0;</script> <header class="headerLargo" style="background-image: url('images/CabeceraWEB2.webp');"> </header> <input name="Lista" id="Lista" type="hidden" value=""> <input name="FiltroCategoria" id="FiltroCategoria" type="hidden" value=""> <input name="FiltroTematica" id="FiltroTematica" type="hidden" value=""> <input name="FiltroContexto" id="FiltroContexto" type="hidden" value=""> <input name="FiltroCompetencias" id="FiltroCompetencias" type="hidden" value=""> <input name="Fav" id="Fav" type="hidden" value=""> <input name="Rep" id="Rep" type="hidden" value=""> <input name="Clas" id="Clas" type="hidden" value=""> <input name="Crea" id="Crea" type="hidden" value=""> <input name="categoria" id="categoria" type="hidden" value="0"> <div class="buscar"> <label> <img src="imgs/lupaSearch.png" alt="Buscar en GREM" title="Buscar en GREM (Título, autor, descripción, código, etc)" onClick="reset_filtros(); document.form2.target='_self'; document.form2.submit();"><input type="search" name="buscarTexto" id="buscarTexto" placeholder="Buscar en GREM" title="Buscar en GREM (Título, autor, descripción, código, etc)" value="" onChange="reset_filtros(); document.form2.target='_self'; document.form2.submit();"> </label> <script> document.getElementById("buscarTexto").addEventListener("keyup", function(event) { event.preventDefault(); if (event.keyCode === 13) { reset_filtros(); document.form2.target='_self'; document.form2.submit(); } }); </script> </div> <div class="buscarSelector"> </div> <! Final del formulario de busqueda -> <div name="Videoteca_Principal" id="Videoteca_Principal"> <table style="border-spacing: 30px; border-collapse: separate; line-height: 30px;"> <tr> <td width="50%" style="vertical-align: top;"> <p style="text-content: center;line-height: 20px;"><img src="images/Logo GREM_A_sin letras.png" width="300px"></p> <p style="font-size: 25px; color:#f0892e;line-height: 20px;">Gabinete de Recursos Educativos y Multimedia</p> <p><br></p> <p style="font-size: 18px; color:#525f6a; text-align:justify;">Bienvenidos/as a nuestro servicio de generación y difusión de recursos, especialmente diseñado para la comunidad universitaria. Ofrecemos soluciones para la producción de contenido audiovisual para personal docente e investigador (PDI), personal de administración y servicios (PAS) y estudiantes siempre con la autorización de un/a profesor/a.</p> <p><br></p> <p style="font-size: 18px; color:#525f6a; text-align:justify;">Nos enfocamos en:</p> <table style="margin-top: 20px; margin-bottom: 30px; border-spacing: 10px; border-collapse: separate;"> <tr> <td width="25%" style="padding:10px; background-color: rgba(246,146,64,0.2); border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 5px solid rgba(246,146,64,0.3)"> <p style="font-size: 16px; color:#525f6a; text-align:center;">Asesorar al personal de la Universitat Politècnica de València en el uso de los medios audiovisuales</p> </td> <td width="25%" style="padding:10px; background-color: rgba(246,146,64,0.2); border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 5px solid rgba(246,146,64,0.3)"> <p style="font-size: 16px; color:#525f6a; text-align:center;">Proporcionar soporte audiovisual para grabación y edición</p> </td> <td width="25%" style="padding:10px; background-color: rgba(246,146,64,0.2); border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 5px solid rgba(246,146,64,0.3)"> <p style="font-size: 16px; color:#525f6a; text-align:center;">Habilitar los espacios de plató para las grabaciones docentes</p> </td> <td width="25%" style="padding:10px; background-color: rgba(246,146,64,0.2); border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 5px solid rgba(246,146,64,0.3)"> <p style="font-size: 16px; color:#525f6a; text-align:center;">Gestionar los materiales producidos para su reproducción en las plataformas de distribución de vídeo de la UPV</p> </td> </tr> </table> <p style="font-size: 18px; color:#525f6a; text-align:justify;"><a href="docs/Servicios_GREM.pdf" target="_blank"><img src="images/Servicios-del-GREM.jpg" width="200px" align="left" style="margin-right:20px; margin-bottom:20px; -webkit-box-shadow: 11px 13px 5px -4px rgba(0,0,0,0.45);-moz-box-shadow: 11px 13px 5px -4px rgba(0,0,0,0.45);box-shadow: 11px 13px 5px -4px rgba(0,0,0,0.45);"></a>Ofrecemos una amplia gama de servicios, nos aseguramos de mantener altos estándares de calidad en todas nuestras producciones y trabajamos, de cerca, con los/as usuarios/as para asegurarnos de que sus necesidades sean atendidas de manera efectiva. Para más información accede a nuestro <a href="docs/Servicios_GREM.pdf" target="_new"><b>"Catálogo de servicios y equipamiento"</b></a>.<br><br> </p><br> </td> <td width="50%" style="text-align: center; vertical-align: top;"> <p style="font-size: 18px; color:#525f6a; text-align:center;"> <h2 style="padding-top:20px;text-align: center; color:#f0892e; line-height: 50px;">- CONTENIDOS -</h2> <canvas id="pie-chart" width="600px" height="500px" style="margin: 0 auto;"></canvas> <script> // Valores de las secciones de la tarta var values = [3978,213]; var total = values.reduce(function(a, b) { return a + b; }, 0); // Nombres de las secciones de la tarta var labels = ['Vídeos','Documentos']; // Colores de las secciones de la tarta var colors = ['red', 'green', 'blue', 'yellow', 'orange', 'brown', 'purple', 'gray']; // Obtener elemento canvas y contexto de dibujo var canvas = document.getElementById('pie-chart'); var ctx = canvas.getContext('2d'); // Generar tarta var x_center = canvas.width/2; var y_center = canvas.height/2; var radius = canvas.width/3; var start_angle = 0; values.forEach(function(value, i) { var end_angle = start_angle + value / total * 2 * Math.PI; ctx.beginPath(); ctx.moveTo(x_center, y_center); ctx.arc(x_center, y_center, radius, start_angle, end_angle, false); ctx.closePath(); ctx.fillStyle = colors[i]; ctx.fill(); start_angle = end_angle; // Dibujar etiqueta var x_label = x_center + radius / 2 * Math.cos(end_angle - value / total * Math.PI); var y_label = y_center + radius / 2 * Math.sin(end_angle - value / total * Math.PI); ctx.font = radius/15+'px serif'; ctx.textAlign = 'center'; ctx.textBaseline = 'middle'; ctx.fillStyle = 'white'; ctx.fillText(labels[i]+' ('+ value + ') ', x_label, y_label, radius/2); }); ctx.font = radius/10+'px serif'; ctx.fillStyle = 'black'; ctx.fillText('Total: '+ total, canvas.width/2, canvas.height-radius/10, radius); </script> </p> <h2 style="text-align: center; color:#f0892e; line-height: 50px;">- RECOMENDADOS -</h2> <div class="slider-container"> <div class="slider"> <div name="Items_Videoteca_Principal" id="Items_Videoteca_Principal"> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3231-sTXWDowuv4cA7UNYKv_Op_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3231" class="videoVisible" preload="none" poster="Videoteca/Media/3231-sTXWDowuv4cA7UNYKv_Op_/[M3231] sTXWDowuv4cA7UNYKv_Op__T.jpg" onmouseover="thumbPlay('v3231');" onmouseleave="thumbPause('v3231');" onmousemove="thumbTiempo('v3231');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3231-sTXWDowuv4cA7UNYKv_Op_/%5BM3231%5D%20sTXWDowuv4cA7UNYKv_Op__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 10 Items <br> 00:07:36 </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(28/05/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> InterPLAY La nueva herramienta para la creación de recursos interactivos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2522-fNd-dW92WCwM4jHGKTPwo_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2522" class="videoVisible" preload="none" poster="Videoteca/Media/2522-fNd-dW92WCwM4jHGKTPwo_/[M2522] fNd-dW92WCwM4jHGKTPwo__T.jpg" onmouseover="thumbPlay('v2522');" onmouseleave="thumbPause('v2522');" onmousemove="thumbTiempo('v2522');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2522-fNd-dW92WCwM4jHGKTPwo_/%5BM2522%5D%20fNd-dW92WCwM4jHGKTPwo__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:05:14 </label> <label for="interplay"> <label><b>4K</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(08/01/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> InterPLAY. Rectificación de los metadatos y consulta de las métricas de reproducción de los materiales en la videoteca del GREM </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2515-wdq4Z18zbvKOJ6YZPeOPo-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2515" class="videoVisible" preload="none" poster="Videoteca/Media/2515-wdq4Z18zbvKOJ6YZPeOPo-/[M2515] wdq4Z18zbvKOJ6YZPeOPo-_T.jpg" onmouseover="thumbPlay('v2515');" onmouseleave="thumbPause('v2515');" onmousemove="thumbTiempo('v2515');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2515-wdq4Z18zbvKOJ6YZPeOPo-/%5BM2515%5D%20wdq4Z18zbvKOJ6YZPeOPo-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 0 Items <br> 00:01:48 </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(27/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Gabinete de Recursos Educativos y Multimedia (GREM) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2508-rfFtM5EuU7RX614GHePqO0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/2508-rfFtM5EuU7RX614GHePqO0/[M2508] rfFtM5EuU7RX614GHePqO0_TP.jpg" id="v2508" class="videoVisible"> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 6 Items </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(17/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoriales de software para crear vídeos Screencast </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> </div> </div> </div> </td> </tr> <tr> <td width="100%" colspan="2" style="text-align: center; vertical-align: top;"> <p style="font-size: 18px; color:#525f6a; text-align:left;">Para facilitar la búsqueda en el GREM, distinguimos entre usuarios/as CREADORES/AS (que generan contenidos) y usuarios/as que buscan RECURSOS en el repositorio.</p> <table style="margin-top: 20px; margin-bottom: 30px; border-spacing: 30px; border-collapse: separate;"> <tr> <td width="50%" style="vertical-align: top; padding:20px; background-color: rgba(246,146,64,0.1); border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 1px solid rgba(246,146,64,0.2)"> <h2 style="text-align: center; color:#f0892e; line-height: 50px;">CREADORES/AS</h2> <p style="font-size: 16px; color:#525f6a; text-align:justify;">Si quieres generar contenidos para compartir online, te ofrecemos una amplia gama de servicios de producción de recursos audiovisuales y te brindamos asesoramiento en todas las etapas del proceso, desde la planificación hasta la publicación pasando por la grabación y postproducción.</p> <p><br></p> <p> <ol style="font-size: 16px; color:#525f6a; text-align:justify;"> <li>Ver las <a href="https://grem.upv.es/Grem/index.php?mnu=infoCondiciones&len=es" target="_self"><b>Condiciones Generales.</b></a></li> <li>Preparar el material. Ver <a href="https://grem.upv.es/Grem/index.php?mnu=infoDescargas&len=es" target="_self"><b>Material de apoyo.</b></a></li> <li><a href="https://grem.upv.es/Grem/index.php?mnu=identificacion&len=es" target="_blank"><b>Iniciar sesión</b></a> en el GREM con tu usuario UPVNET.</li> <li>Solicitar un nuevo servicio en la opción <a href="https://grem.upv.es/Grem/index.php?mnu=trabajos&len=es" target="_self"><b>Reservas.</b></a></li> <li>Ten preparado todo el material para el día reservado.</li> <li>Puedes encontrar todo tu material producido en la opción <a href="https://grem.upv.es/Grem/index.php?rep=1&len=es" target="_self"><b>"Mi espacio"</b></a> una vez que inicies sesión.</li> <li>Utiliza el buscador de esta página "Buscar en GREM" para encontrar todo el material producido.</li> </ol> </p> <p><br></p> <p style="font-size: 16px; color:#525f6a; text-align:justify;">Si eres un nuevo creador/a y no sabes como organizar tus ideas con los recursos de los que disponemos solicita un servicio de «Soporte técnico general» <span style="font-size:12px;">(sigue el punto 3 y 4)</span>.</p> <p><br></p> <h3 style="text-align: center; color:#f0892e; line-height: 50px;">- ÚLTIMAS CREACIONES -</h3> <div class="slider-container"> <div class="slider"> <div name="Items_Videoteca_Principal" id="Items_Videoteca_Principal"> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4758-prDQXTp9tX4TrnpJJ4NRQ_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4758" class="videoVisible" preload="none" poster="Videoteca/Media/4758-prDQXTp9tX4TrnpJJ4NRQ_/[M4758] prDQXTp9tX4TrnpJJ4NRQ__T.jpg" onmouseover="thumbPlay('v4758');" onmouseleave="thumbPause('v4758');" onmousemove="thumbTiempo('v4758');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4758-prDQXTp9tX4TrnpJJ4NRQ_/%5BM4758%5D%20prDQXTp9tX4TrnpJJ4NRQ__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:51 </label> <label for="interplay"> <label><b>4K</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Patricio Montesinos Sanchís<br>(22/07/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Felicitación INIAP </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4753-EPCG8OYj4koKeYpKDvvql1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4753" class="videoVisible" preload="none" poster="Videoteca/Media/4753-EPCG8OYj4koKeYpKDvvql1/[M4753] EPCG8OYj4koKeYpKDvvql1_T.jpg" onmouseover="thumbPlay('v4753');" onmouseleave="thumbPause('v4753');" onmousemove="thumbTiempo('v4753');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4753-EPCG8OYj4koKeYpKDvvql1/%5BM4753%5D%20EPCG8OYj4koKeYpKDvvql1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:04:26 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Mª Dels Angels Belloch Aguilar, . . .<br>(11/07/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Transformando la biblioteca </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4742--vJcCyOIaJAKVDmKIYw_m1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4742" class="videoVisible" preload="none" poster="Videoteca/Media/4742--vJcCyOIaJAKVDmKIYw_m1/[M4742] -vJcCyOIaJAKVDmKIYw_m1_T.jpg" onmouseover="thumbPlay('v4742');" onmouseleave="thumbPause('v4742');" onmousemove="thumbTiempo('v4742');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4742--vJcCyOIaJAKVDmKIYw_m1/%5BM4742%5D%20-vJcCyOIaJAKVDmKIYw_m1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:16 </label> <label for="interplay"> <label><b>4K</b></label><label>16:9</label> </label> <label for="autores"> Natalia Garrido Villén<br>(23/05/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Delimitación inmobiliaria. Topografía vs Geodesia </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4736-_4GVevJG3jGnENlVaXuz5_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4736" class="videoVisible" preload="none" poster="Videoteca/Media/4736-_4GVevJG3jGnENlVaXuz5_/[M4736] _4GVevJG3jGnENlVaXuz5__T.jpg" onmouseover="thumbPlay('v4736');" onmouseleave="thumbPause('v4736');" onmousemove="thumbTiempo('v4736');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4736-_4GVevJG3jGnENlVaXuz5_/%5BM4736%5D%20_4GVevJG3jGnENlVaXuz5__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:13 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Galbis Juan<br>(24/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Cianotipia </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4737-mzrTyIyMNm4hJQM2_FIhE-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4737" class="videoVisible" preload="none" poster="Videoteca/Media/4737-mzrTyIyMNm4hJQM2_FIhE-/[M4737] mzrTyIyMNm4hJQM2_FIhE-_T.jpg" onmouseover="thumbPlay('v4737');" onmouseleave="thumbPause('v4737');" onmousemove="thumbTiempo('v4737');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4737-mzrTyIyMNm4hJQM2_FIhE-/%5BM4737%5D%20mzrTyIyMNm4hJQM2_FIhE-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:13 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Galbis Juan<br>(24/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Cianotípia </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4732-xmvZJehz5wbFypkx7tdSa-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4732" class="videoVisible" preload="none" poster="Videoteca/Media/4732-xmvZJehz5wbFypkx7tdSa-/[M4732] xmvZJehz5wbFypkx7tdSa-_T.jpg" onmouseover="thumbPlay('v4732');" onmouseleave="thumbPause('v4732');" onmousemove="thumbTiempo('v4732');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4732-xmvZJehz5wbFypkx7tdSa-/%5BM4732%5D%20xmvZJehz5wbFypkx7tdSa-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:00 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Amparo Galbis Juan<br>(18/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Preparació de suports amb encàustica </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4731-SWgS0Q8Fqvz_tCffG-pgd0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4731" class="videoVisible" preload="none" poster="Videoteca/Media/4731-SWgS0Q8Fqvz_tCffG-pgd0/[M4731] SWgS0Q8Fqvz_tCffG-pgd0_T.jpg" onmouseover="thumbPlay('v4731');" onmouseleave="thumbPause('v4731');" onmousemove="thumbTiempo('v4731');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4731-SWgS0Q8Fqvz_tCffG-pgd0/%5BM4731%5D%20SWgS0Q8Fqvz_tCffG-pgd0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:00 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Amparo Galbis Juan<br>(18/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Preparación de soportes con encáustica </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4728-Q8iCJvGpE1jz0CslmV8id0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4728" class="videoVisible" preload="none" poster="Videoteca/Media/4728-Q8iCJvGpE1jz0CslmV8id0/[M4728] Q8iCJvGpE1jz0CslmV8id0_T.jpg" onmouseover="thumbPlay('v4728');" onmouseleave="thumbPause('v4728');" onmousemove="thumbTiempo('v4728');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4728-Q8iCJvGpE1jz0CslmV8id0/%5BM4728%5D%20Q8iCJvGpE1jz0CslmV8id0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:13 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Galbis Juan<br>(15/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Transferencia con esencia de lavanda </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4729-BJXLYt8Dt3Jc5s0kaXZLr_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4729" class="videoVisible" preload="none" poster="Videoteca/Media/4729-BJXLYt8Dt3Jc5s0kaXZLr_/[M4729] BJXLYt8Dt3Jc5s0kaXZLr__T.jpg" onmouseover="thumbPlay('v4729');" onmouseleave="thumbPause('v4729');" onmousemove="thumbTiempo('v4729');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4729-BJXLYt8Dt3Jc5s0kaXZLr_/%5BM4729%5D%20BJXLYt8Dt3Jc5s0kaXZLr__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:13 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Amparo Galbis Juan<br>(15/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Transferència amb essència de lavanda </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4727-31cPK4A66_tP3A6CgVgw21'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4727" class="videoVisible" preload="none" poster="Videoteca/Media/4727-31cPK4A66_tP3A6CgVgw21/[M4727] 31cPK4A66_tP3A6CgVgw21_T.jpg" onmouseover="thumbPlay('v4727');" onmouseleave="thumbPause('v4727');" onmousemove="thumbTiempo('v4727');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4727-31cPK4A66_tP3A6CgVgw21/%5BM4727%5D%2031cPK4A66_tP3A6CgVgw21_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:17 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Amparo Galbis Juan<br>(11/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Imprimació d`all </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4726-4c6AokdIW08zrQubOHoLO1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4726" class="videoVisible" preload="none" poster="Videoteca/Media/4726-4c6AokdIW08zrQubOHoLO1/[M4726] 4c6AokdIW08zrQubOHoLO1_T.jpg" onmouseover="thumbPlay('v4726');" onmouseleave="thumbPause('v4726');" onmousemove="thumbTiempo('v4726');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4726-4c6AokdIW08zrQubOHoLO1/%5BM4726%5D%204c6AokdIW08zrQubOHoLO1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:17 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Galbis Juan<br>(11/04/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Imprimación de ajo </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4725-ZlnfeiTFJMCPxdRs3lXFT_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4725" class="videoVisible" preload="none" poster="Videoteca/Media/4725-ZlnfeiTFJMCPxdRs3lXFT_/[M4725] ZlnfeiTFJMCPxdRs3lXFT__T.jpg" onmouseover="thumbPlay('v4725');" onmouseleave="thumbPause('v4725');" onmousemove="thumbTiempo('v4725');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4725-ZlnfeiTFJMCPxdRs3lXFT_/%5BM4725%5D%20ZlnfeiTFJMCPxdRs3lXFT__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:16 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> María Aguas Vivas Pachés Giner, . . .<br>(27/03/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Determinación de Fósforo en Muestras Acuosas. Método del Ácido Ascórbico </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4721-eujYl0Rk81Y4u3K2Cr1MT0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4721" class="videoVisible" preload="none" poster="Videoteca/Media/4721-eujYl0Rk81Y4u3K2Cr1MT0/[M4721] eujYl0Rk81Y4u3K2Cr1MT0_T.jpg" onmouseover="thumbPlay('v4721');" onmouseleave="thumbPause('v4721');" onmousemove="thumbTiempo('v4721');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4721-eujYl0Rk81Y4u3K2Cr1MT0/%5BM4721%5D%20eujYl0Rk81Y4u3K2Cr1MT0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:05 </label> <label for="interplay"> <label><b>4K</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Isabel Seguí Verdú<br>(08/03/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutorial AutoCAD. Impresión en PDF </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4688-eqLP25n6ZSYIWqX-9Ewj01'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4688" class="videoVisible" preload="none" poster="Videoteca/Media/4688-eqLP25n6ZSYIWqX-9Ewj01/[M4688] eqLP25n6ZSYIWqX-9Ewj01_T.jpg" onmouseover="thumbPlay('v4688');" onmouseleave="thumbPause('v4688');" onmousemove="thumbTiempo('v4688');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4688-eqLP25n6ZSYIWqX-9Ewj01/%5BM4688%5D%20eqLP25n6ZSYIWqX-9Ewj01_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:31 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Laura Osete Cortina<br>(18/12/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Ensayos físico-mecánicos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4449-ChSNbgB4gHYJS2MRNTsah1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4449" class="videoVisible" preload="none" poster="Videoteca/Media/4449-ChSNbgB4gHYJS2MRNTsah1/[M4449] ChSNbgB4gHYJS2MRNTsah1_T.jpg" onmouseover="thumbPlay('v4449');" onmouseleave="thumbPause('v4449');" onmousemove="thumbTiempo('v4449');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4449-ChSNbgB4gHYJS2MRNTsah1/%5BM4449%5D%20ChSNbgB4gHYJS2MRNTsah1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:23 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Pablo Soto Pacheco, . . .<br>(13/06/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Simulación de parámetros S con MEFISTo-2D </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4448-vIGIuHno2JICDeYkBj0Qi1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4448" class="videoVisible" preload="none" poster="Videoteca/Media/4448-vIGIuHno2JICDeYkBj0Qi1/[M4448] vIGIuHno2JICDeYkBj0Qi1_T.jpg" onmouseover="thumbPlay('v4448');" onmouseleave="thumbPause('v4448');" onmousemove="thumbTiempo('v4448');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4448-vIGIuHno2JICDeYkBj0Qi1/%5BM4448%5D%20vIGIuHno2JICDeYkBj0Qi1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:01 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vanesa Paula Cuenca Gotor<br>(12/06/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Pasos a seguir para elaborar una memoria de laboratorio </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4446-qxBG4KyLMugNn_q3QMB2s1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4446" class="videoVisible" preload="none" poster="Videoteca/Media/4446-qxBG4KyLMugNn_q3QMB2s1/[M4446] qxBG4KyLMugNn_q3QMB2s1_T.jpg" onmouseover="thumbPlay('v4446');" onmouseleave="thumbPause('v4446');" onmousemove="thumbTiempo('v4446');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4446-qxBG4KyLMugNn_q3QMB2s1/%5BM4446%5D%20qxBG4KyLMugNn_q3QMB2s1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:05 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(07/06/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Cálculo de la impedancia de una carga en guía de onda, empleando la Carta de Smith </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4436-Te4T02vAH1oXkTVOCpIoV_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4436" class="videoVisible" preload="none" poster="Videoteca/Media/4436-Te4T02vAH1oXkTVOCpIoV_/[M4436] Te4T02vAH1oXkTVOCpIoV__T.jpg" onmouseover="thumbPlay('v4436');" onmouseleave="thumbPause('v4436');" onmousemove="thumbTiempo('v4436');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4436-Te4T02vAH1oXkTVOCpIoV_/%5BM4436%5D%20Te4T02vAH1oXkTVOCpIoV__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:27 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(31/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Descripción de un banco de medida de microondas </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4437-ZDNxvjLiW73D4rFBxbZ0q-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4437" class="videoVisible" preload="none" poster="Videoteca/Media/4437-ZDNxvjLiW73D4rFBxbZ0q-/[M4437] ZDNxvjLiW73D4rFBxbZ0q-_T.jpg" onmouseover="thumbPlay('v4437');" onmouseleave="thumbPause('v4437');" onmousemove="thumbTiempo('v4437');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4437-ZDNxvjLiW73D4rFBxbZ0q-/%5BM4437%5D%20ZDNxvjLiW73D4rFBxbZ0q-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:16 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(31/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Manejo de un medidor de ROE de laboratorio </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4438-Bpo4n08oSpBIzEGpXf5io1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4438" class="videoVisible" preload="none" poster="Videoteca/Media/4438-Bpo4n08oSpBIzEGpXf5io1/[M4438] Bpo4n08oSpBIzEGpXf5io1_T.jpg" onmouseover="thumbPlay('v4438');" onmouseleave="thumbPause('v4438');" onmousemove="thumbTiempo('v4438');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4438-Bpo4n08oSpBIzEGpXf5io1/%5BM4438%5D%20Bpo4n08oSpBIzEGpXf5io1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:49 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(31/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Medida de la ROE de un cortocircuito en guía de onda </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4440-NjGDe7TGMMh50n_sRXtpS1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4440" class="videoVisible" preload="none" poster="Videoteca/Media/4440-NjGDe7TGMMh50n_sRXtpS1/[M4440] NjGDe7TGMMh50n_sRXtpS1_T.jpg" onmouseover="thumbPlay('v4440');" onmouseleave="thumbPause('v4440');" onmousemove="thumbTiempo('v4440');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4440-NjGDe7TGMMh50n_sRXtpS1/%5BM4440%5D%20NjGDe7TGMMh50n_sRXtpS1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:10 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(31/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Medida de la ROE de una carga adaptada en guía de onda </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4439-nnmyDVYTe4dPn1b_6-i9K_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4439" class="videoVisible" preload="none" poster="Videoteca/Media/4439-nnmyDVYTe4dPn1b_6-i9K_/[M4439] nnmyDVYTe4dPn1b_6-i9K__T.jpg" onmouseover="thumbPlay('v4439');" onmouseleave="thumbPause('v4439');" onmousemove="thumbTiempo('v4439');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4439-nnmyDVYTe4dPn1b_6-i9K_/%5BM4439%5D%20nnmyDVYTe4dPn1b_6-i9K__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:19 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(31/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Medida de la posición de máximos y mínimos de tensión de un cortocircuito en guía de onda </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4441-FFUkbQ_zK3txOOF0UazK_1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4441" class="videoVisible" preload="none" poster="Videoteca/Media/4441-FFUkbQ_zK3txOOF0UazK_1/[M4441] FFUkbQ_zK3txOOF0UazK_1_T.jpg" onmouseover="thumbPlay('v4441');" onmouseleave="thumbPause('v4441');" onmousemove="thumbTiempo('v4441');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4441-FFUkbQ_zK3txOOF0UazK_1/%5BM4441%5D%20FFUkbQ_zK3txOOF0UazK_1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:47 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicent Miquel Rodrigo Peñarrocha, . . .<br>(31/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Medida de la posición de máximos y mínimos de tensión y de la ROE de una guía de onda abierta </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4431-BO-NrrzSDb1vm_r6cAFbG-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4431" class="videoVisible" preload="none" poster="Videoteca/Media/4431-BO-NrrzSDb1vm_r6cAFbG-/[M4431] BO-NrrzSDb1vm_r6cAFbG-_T.jpg" onmouseover="thumbPlay('v4431');" onmouseleave="thumbPause('v4431');" onmousemove="thumbTiempo('v4431');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4431-BO-NrrzSDb1vm_r6cAFbG-/%5BM4431%5D%20BO-NrrzSDb1vm_r6cAFbG-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:06:30 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Natalia Garrido Villén<br>(30/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Altimetría. Nivelación geométrica </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4432-dXPra8700iBNQ8RB1XUOa0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4432" class="videoVisible" preload="none" poster="Videoteca/Media/4432-dXPra8700iBNQ8RB1XUOa0/[M4432] dXPra8700iBNQ8RB1XUOa0_T.jpg" onmouseover="thumbPlay('v4432');" onmouseleave="thumbPause('v4432');" onmousemove="thumbTiempo('v4432');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4432-dXPra8700iBNQ8RB1XUOa0/%5BM4432%5D%20dXPra8700iBNQ8RB1XUOa0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:32 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Natalia Garrido Villén<br>(30/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Altimetría. Nivelación trigonométrica </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4434--kYY7SFxZP3JtiuWrrXEO1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4434" class="videoVisible" preload="none" poster="Videoteca/Media/4434--kYY7SFxZP3JtiuWrrXEO1/[M4434] -kYY7SFxZP3JtiuWrrXEO1_T.jpg" onmouseover="thumbPlay('v4434');" onmouseleave="thumbPause('v4434');" onmousemove="thumbTiempo('v4434');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4434--kYY7SFxZP3JtiuWrrXEO1/%5BM4434%5D%20-kYY7SFxZP3JtiuWrrXEO1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:44 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Natalia Garrido Villén<br>(30/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Delimitación inmobiliaria. Elementos topográficos en el plano horizontal </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4435-OT91BN6Jb04h7zQgSredh-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4435" class="videoVisible" preload="none" poster="Videoteca/Media/4435-OT91BN6Jb04h7zQgSredh-/[M4435] OT91BN6Jb04h7zQgSredh-_T.jpg" onmouseover="thumbPlay('v4435');" onmouseleave="thumbPause('v4435');" onmousemove="thumbTiempo('v4435');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4435-OT91BN6Jb04h7zQgSredh-/%5BM4435%5D%20OT91BN6Jb04h7zQgSredh-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:24 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Natalia Garrido Villén<br>(30/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Delimitación inmobiliaria. Identidad gráfica de la finca registral </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4433-VXgJJIsyT3qD6Rnboikhj1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4433" class="videoVisible" preload="none" poster="Videoteca/Media/4433-VXgJJIsyT3qD6Rnboikhj1/[M4433] VXgJJIsyT3qD6Rnboikhj1_T.jpg" onmouseover="thumbPlay('v4433');" onmouseleave="thumbPause('v4433');" onmousemove="thumbTiempo('v4433');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4433-VXgJJIsyT3qD6Rnboikhj1/%5BM4433%5D%20VXgJJIsyT3qD6Rnboikhj1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:15 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Natalia Garrido Villén<br>(30/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Derechos y obligaciones del perito. La propiedad intelectual del informe pericial </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4403-4veLejVW64em_Ae_r2Rwr_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4403" class="videoVisible" preload="none" poster="Videoteca/Media/4403-4veLejVW64em_Ae_r2Rwr_/[M4403] 4veLejVW64em_Ae_r2Rwr__T.jpg" onmouseover="thumbPlay('v4403');" onmouseleave="thumbPause('v4403');" onmousemove="thumbTiempo('v4403');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4403-4veLejVW64em_Ae_r2Rwr_/%5BM4403%5D%204veLejVW64em_Ae_r2Rwr__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:22 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Galbis Juan<br>(22/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Transferencia por disolvente con acetato </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4404-wjrVLi9z6e5YMaserUavm-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4404" class="videoVisible" preload="none" poster="Videoteca/Media/4404-wjrVLi9z6e5YMaserUavm-/[M4404] wjrVLi9z6e5YMaserUavm-_T.jpg" onmouseover="thumbPlay('v4404');" onmouseleave="thumbPause('v4404');" onmousemove="thumbTiempo('v4404');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4404-wjrVLi9z6e5YMaserUavm-/%5BM4404%5D%20wjrVLi9z6e5YMaserUavm-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:22 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Galbis Juan<br>(22/05/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Transferència per dissolvent amb acetat </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> </div> </div> </div> <p><br></p> <h3 style="text-align: center; color:#f0892e; line-height: 50px;">- MÁS VISTOS -</h3> <div class="slider-container"> <div class="slider"> <div name="Items_Videoteca_Principal" id="Items_Videoteca_Principal"> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3267-MMsf5sMPywgq-MnLXUd7k-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3267" class="videoVisible" preload="none" poster="Videoteca/Media/3267-MMsf5sMPywgq-MnLXUd7k-/[M3267] MMsf5sMPywgq-MnLXUd7k-_T.jpg" onmouseover="thumbPlay('v3267');" onmouseleave="thumbPause('v3267');" onmousemove="thumbTiempo('v3267');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3267-MMsf5sMPywgq-MnLXUd7k-/%5BM3267%5D%20MMsf5sMPywgq-MnLXUd7k-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:05:34 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Laura Osete Cortina<br>(24/09/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> El microscopio óptico básico. Elementos y manejo </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2515-wdq4Z18zbvKOJ6YZPeOPo-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2515" class="videoVisible" preload="none" poster="Videoteca/Media/2515-wdq4Z18zbvKOJ6YZPeOPo-/[M2515] wdq4Z18zbvKOJ6YZPeOPo-_T.jpg" onmouseover="thumbPlay('v2515');" onmouseleave="thumbPause('v2515');" onmousemove="thumbTiempo('v2515');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2515-wdq4Z18zbvKOJ6YZPeOPo-/%5BM2515%5D%20wdq4Z18zbvKOJ6YZPeOPo-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 0 Items <br> 00:01:48 </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(27/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Gabinete de Recursos Educativos y Multimedia (GREM) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3258--pm6-jB01Y0C5o1L8EqvM0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3258" class="videoVisible" preload="none" poster="Videoteca/Media/3258--pm6-jB01Y0C5o1L8EqvM0/[M3258] -pm6-jB01Y0C5o1L8EqvM0_T.jpg" onmouseover="thumbPlay('v3258');" onmouseleave="thumbPause('v3258');" onmousemove="thumbTiempo('v3258');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3258--pm6-jB01Y0C5o1L8EqvM0/%5BM3258%5D%20-pm6-jB01Y0C5o1L8EqvM0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:33 </label> <label for="interplay"> <label><b>HDr</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Inmaculada Concepción Fita Fernández, . . .<br>(01/07/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Medidas directas e indirectas. Incertidumbres </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3082-4mqZrKNWPzPDmR4bFdLvo0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3082" class="videoVisible" preload="none" poster="Videoteca/Media/3082-4mqZrKNWPzPDmR4bFdLvo0/[M3082] 4mqZrKNWPzPDmR4bFdLvo0_T.jpg" onmouseover="thumbPlay('v3082');" onmouseleave="thumbPause('v3082');" onmousemove="thumbTiempo('v3082');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3082-4mqZrKNWPzPDmR4bFdLvo0/%5BM3082%5D%204mqZrKNWPzPDmR4bFdLvo0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:31 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Joaquín Serralta Sevilla<br>(23/01/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Proceso de desnitrificación </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2647-kuaeC3HRBdr7ezrX9SQ0N1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2647" class="videoVisible" preload="none" poster="Videoteca/Media/2647-kuaeC3HRBdr7ezrX9SQ0N1/[M2647] kuaeC3HRBdr7ezrX9SQ0N1_T.jpg" onmouseover="thumbPlay('v2647');" onmouseleave="thumbPause('v2647');" onmousemove="thumbTiempo('v2647');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2647-kuaeC3HRBdr7ezrX9SQ0N1/%5BM2647%5D%20kuaeC3HRBdr7ezrX9SQ0N1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:17:48 </label> <label for="interplay"> <label><b>HDr</b></label><label>4:3</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Santiago Vidal Puig<br>(13/02/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Esperanza Matemática </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3086-oSnrQ-YzqAEJRI8w5yg1j-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3086" class="videoVisible" preload="none" poster="Videoteca/Media/3086-oSnrQ-YzqAEJRI8w5yg1j-/[M3086] oSnrQ-YzqAEJRI8w5yg1j-_T.jpg" onmouseover="thumbPlay('v3086');" onmouseleave="thumbPause('v3086');" onmousemove="thumbTiempo('v3086');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3086-oSnrQ-YzqAEJRI8w5yg1j-/%5BM3086%5D%20oSnrQ-YzqAEJRI8w5yg1j-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:44 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Ramón Barat Baviera<br>(30/01/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Metabolismo de las Bacterias Heterótrofas en un EDAR </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3303-iuqQvEhmW7vV4Hy-9GPqP-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3303" class="videoVisible" preload="none" poster="Videoteca/Media/3303-iuqQvEhmW7vV4Hy-9GPqP-/[M3303] iuqQvEhmW7vV4Hy-9GPqP-_T.jpg" onmouseover="thumbPlay('v3303');" onmouseleave="thumbPause('v3303');" onmousemove="thumbTiempo('v3303');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3303-iuqQvEhmW7vV4Hy-9GPqP-/%5BM3303%5D%20iuqQvEhmW7vV4Hy-9GPqP-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:02:25 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> María Felicia Puerta Gómez, . . .<br>(30/10/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Aprendizaje-Servicio en la UPV </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3231-sTXWDowuv4cA7UNYKv_Op_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3231" class="videoVisible" preload="none" poster="Videoteca/Media/3231-sTXWDowuv4cA7UNYKv_Op_/[M3231] sTXWDowuv4cA7UNYKv_Op__T.jpg" onmouseover="thumbPlay('v3231');" onmouseleave="thumbPause('v3231');" onmousemove="thumbTiempo('v3231');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3231-sTXWDowuv4cA7UNYKv_Op_/%5BM3231%5D%20sTXWDowuv4cA7UNYKv_Op__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 10 Items <br> 00:07:36 </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(28/05/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> InterPLAY La nueva herramienta para la creación de recursos interactivos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3087-PIVRittbKNbUArc-3jnLo1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3087" class="videoVisible" preload="none" poster="Videoteca/Media/3087-PIVRittbKNbUArc-3jnLo1/[M3087] PIVRittbKNbUArc-3jnLo1_T.jpg" onmouseover="thumbPlay('v3087');" onmouseleave="thumbPause('v3087');" onmousemove="thumbTiempo('v3087');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3087-PIVRittbKNbUArc-3jnLo1/%5BM3087%5D%20PIVRittbKNbUArc-3jnLo1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:21 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Ramón Barat Baviera<br>(05/02/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Metabolismo de las Bacterias Autótrofas en una EDAR </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3085-wW0DmnUG3UrPvVHmoquyQ_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3085" class="videoVisible" preload="none" poster="Videoteca/Media/3085-wW0DmnUG3UrPvVHmoquyQ_/[M3085] wW0DmnUG3UrPvVHmoquyQ__T.jpg" onmouseover="thumbPlay('v3085');" onmouseleave="thumbPause('v3085');" onmousemove="thumbTiempo('v3085');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3085-wW0DmnUG3UrPvVHmoquyQ_/%5BM3085%5D%20wW0DmnUG3UrPvVHmoquyQ__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:40 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Joaquín Serralta Sevilla<br>(24/01/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Modelo ASM2d </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3266-xjIZ3GazFMYRnIoCe7dGW_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3266" class="videoVisible" preload="none" poster="Videoteca/Media/3266-xjIZ3GazFMYRnIoCe7dGW_/[M3266] xjIZ3GazFMYRnIoCe7dGW__T.jpg" onmouseover="thumbPlay('v3266');" onmouseleave="thumbPause('v3266');" onmousemove="thumbTiempo('v3266');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3266-xjIZ3GazFMYRnIoCe7dGW_/%5BM3266%5D%20xjIZ3GazFMYRnIoCe7dGW__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:36 </label> <label for="interplay"> <label><b>HDr</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Inmaculada Concepción Fita Fernández, . . .<br>(10/09/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Medida de la temperatura. El puente de Wheatstone </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3083-eCb2nrYQQbfHah_40PgZy_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3083" class="videoVisible" preload="none" poster="Videoteca/Media/3083-eCb2nrYQQbfHah_40PgZy_/[M3083] eCb2nrYQQbfHah_40PgZy__T.jpg" onmouseover="thumbPlay('v3083');" onmouseleave="thumbPause('v3083');" onmousemove="thumbTiempo('v3083');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3083-eCb2nrYQQbfHah_40PgZy_/%5BM3083%5D%20eCb2nrYQQbfHah_40PgZy__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:48 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Joaquín Serralta Sevilla<br>(24/01/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Notación matricial </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3084-_yI4BpGBl57FgPo6lqKJP0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3084" class="videoVisible" preload="none" poster="Videoteca/Media/3084-_yI4BpGBl57FgPo6lqKJP0/[M3084] _yI4BpGBl57FgPo6lqKJP0_T.jpg" onmouseover="thumbPlay('v3084');" onmouseleave="thumbPause('v3084');" onmousemove="thumbTiempo('v3084');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3084-_yI4BpGBl57FgPo6lqKJP0/%5BM3084%5D%20_yI4BpGBl57FgPo6lqKJP0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:05 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Joaquín Serralta Sevilla<br>(24/01/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Metabolismo de las bacterias sulfatorreductoras </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2513-TJUaZkUR56g7x-aoOYAO4-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2513" class="videoVisible" preload="none" poster="Videoteca/Media/2513-TJUaZkUR56g7x-aoOYAO4-/[M2513] TJUaZkUR56g7x-aoOYAO4-_T.jpg" onmouseover="thumbPlay('v2513');" onmouseleave="thumbPause('v2513');" onmousemove="thumbTiempo('v2513');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2513-TJUaZkUR56g7x-aoOYAO4-/%5BM2513%5D%20TJUaZkUR56g7x-aoOYAO4-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:59 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> María Aguas Vivas Pachés Giner, . . .<br>(21/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Determinación de la materia orgánica. Demanda Biológica de Oxígeno (DBO) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2657-pMzXKe2XiWTLpee050kwS-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2657" class="videoVisible" preload="none" poster="Videoteca/Media/2657-pMzXKe2XiWTLpee050kwS-/[M2657] pMzXKe2XiWTLpee050kwS-_T.jpg" onmouseover="thumbPlay('v2657');" onmouseleave="thumbPause('v2657');" onmousemove="thumbTiempo('v2657');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2657-pMzXKe2XiWTLpee050kwS-/%5BM2657%5D%20pMzXKe2XiWTLpee050kwS-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:15 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Mª Remedios Martínez Guijarro, . . .<br>(15/02/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Determinación de O2 disuelto en agua mediante método yodométrico. Azida modificación. </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3602-BsDlL7hdgbmfS6Yf9Kcmn1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3602" class="videoVisible" preload="none" poster="Videoteca/Media/3602-BsDlL7hdgbmfS6Yf9Kcmn1/[M3602] BsDlL7hdgbmfS6Yf9Kcmn1_T.jpg" onmouseover="thumbPlay('v3602');" onmouseleave="thumbPause('v3602');" onmousemove="thumbTiempo('v3602');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3602-BsDlL7hdgbmfS6Yf9Kcmn1/%5BM3602%5D%20BsDlL7hdgbmfS6Yf9Kcmn1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:17 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Antoni Colomina Subiela<br>(11/03/2020) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Coleópteros. destructores de la madera en bienes culturales </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3648-0_D-2QBSzynEOAmh_Vc7I_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3648" class="videoVisible" preload="none" poster="Videoteca/Media/3648-0_D-2QBSzynEOAmh_Vc7I_/[M3648] 0_D-2QBSzynEOAmh_Vc7I__T.jpg" onmouseover="thumbPlay('v3648');" onmouseleave="thumbPause('v3648');" onmousemove="thumbTiempo('v3648');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3648-0_D-2QBSzynEOAmh_Vc7I_/%5BM3648%5D%200_D-2QBSzynEOAmh_Vc7I__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:05:18 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Laura Osete Cortina<br>(28/07/2020) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Ciencia y método científico </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3128-Xg_jUy83chk80XRsZrSVs_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3128" class="videoVisible" preload="none" poster="Videoteca/Media/3128-Xg_jUy83chk80XRsZrSVs_/[M3128] Xg_jUy83chk80XRsZrSVs__T.jpg" onmouseover="thumbPlay('v3128');" onmouseleave="thumbPause('v3128');" onmousemove="thumbTiempo('v3128');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3128-Xg_jUy83chk80XRsZrSVs_/%5BM3128%5D%20Xg_jUy83chk80XRsZrSVs__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:06 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Andrés Lapuebla Ferri<br>(12/03/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Pandeo. Carga crítica de Euler </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3119-CmuGF6pUTNl9BU7gHSL9l0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3119" class="videoVisible" preload="none" poster="Videoteca/Media/3119-CmuGF6pUTNl9BU7gHSL9l0/[M3119] CmuGF6pUTNl9BU7gHSL9l0_T.jpg" onmouseover="thumbPlay('v3119');" onmouseleave="thumbPause('v3119');" onmousemove="thumbTiempo('v3119');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3119-CmuGF6pUTNl9BU7gHSL9l0/%5BM3119%5D%20CmuGF6pUTNl9BU7gHSL9l0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:05 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Ramón Barat Baviera<br>(04/03/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Metabolismo simplificado de las Bacterias PAO en una EDAR </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3081-kK5Oe7kaaO7AhlfxJwzGE_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3081" class="videoVisible" preload="none" poster="Videoteca/Media/3081-kK5Oe7kaaO7AhlfxJwzGE_/[M3081] kK5Oe7kaaO7AhlfxJwzGE__T.jpg" onmouseover="thumbPlay('v3081');" onmouseleave="thumbPause('v3081');" onmousemove="thumbTiempo('v3081');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3081-kK5Oe7kaaO7AhlfxJwzGE_/%5BM3081%5D%20kK5Oe7kaaO7AhlfxJwzGE__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:52 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Joaquín Serralta Sevilla<br>(23/01/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Herramientas de desarrollo de modelos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2501-DAZQm-CcbvzaCuAl-LcO50'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2501" class="videoVisible" preload="none" poster="Videoteca/Media/2501-DAZQm-CcbvzaCuAl-LcO50/[M2501] DAZQm-CcbvzaCuAl-LcO50_T.jpg" onmouseover="thumbPlay('v2501');" onmouseleave="thumbPause('v2501');" onmousemove="thumbTiempo('v2501');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2501-DAZQm-CcbvzaCuAl-LcO50/%5BM2501%5D%20DAZQm-CcbvzaCuAl-LcO50_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:46:32 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(05/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Bienvenido a ActivePresenter </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2395-QxCxFbiW3ISTnuaEFSjW9_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2395" class="videoVisible" preload="none" poster="Videoteca/Media/2395-QxCxFbiW3ISTnuaEFSjW9_/[M2395] QxCxFbiW3ISTnuaEFSjW9__T.jpg" onmouseover="thumbPlay('v2395');" onmouseleave="thumbPause('v2395');" onmousemove="thumbTiempo('v2395');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2395-QxCxFbiW3ISTnuaEFSjW9_/%5BM2395%5D%20QxCxFbiW3ISTnuaEFSjW9__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:05 </label> <label for="interplay"> <label><b>SD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(28/09/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Método de creación de un guion audiovisual para la docencia </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3120-pyUV6tBslsyic42D4aeNl0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3120" class="videoVisible" preload="none" poster="Videoteca/Media/3120-pyUV6tBslsyic42D4aeNl0/[M3120] pyUV6tBslsyic42D4aeNl0_T.jpg" onmouseover="thumbPlay('v3120');" onmouseleave="thumbPause('v3120');" onmousemove="thumbTiempo('v3120');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3120-pyUV6tBslsyic42D4aeNl0/%5BM3120%5D%20pyUV6tBslsyic42D4aeNl0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:09:05 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Ramón Barat Baviera<br>(04/03/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Metabolismo avanzado de las Bacterias PAO en una EDAR </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3161-lQPQmi4fHfzbTfg1Qf45f1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3161" class="videoVisible" preload="none" poster="Videoteca/Media/3161-lQPQmi4fHfzbTfg1Qf45f1/[M3161] lQPQmi4fHfzbTfg1Qf45f1_T.jpg" onmouseover="thumbPlay('v3161');" onmouseleave="thumbPause('v3161');" onmousemove="thumbTiempo('v3161');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3161-lQPQmi4fHfzbTfg1Qf45f1/%5BM3161%5D%20lQPQmi4fHfzbTfg1Qf45f1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:06:02 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Joaquín Serralta Sevilla<br>(02/04/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Importancia de los procesos químicos en los procesos biológicos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3073-EVyXDtdXuTvCqeotfc7Ot_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3073" class="videoVisible" preload="none" poster="Videoteca/Media/3073-EVyXDtdXuTvCqeotfc7Ot_/[M3073] EVyXDtdXuTvCqeotfc7Ot__T.jpg" onmouseover="thumbPlay('v3073');" onmouseleave="thumbPause('v3073');" onmousemove="thumbTiempo('v3073');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3073-EVyXDtdXuTvCqeotfc7Ot_/%5BM3073%5D%20EVyXDtdXuTvCqeotfc7Ot__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:01:03 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Eva Dolores Ríos Serrano<br>(13/12/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Protocol Guide to ask for a medical appointment </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3299-dWDRNU-m0GfVv6g5vkMZh_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3299" class="videoVisible" preload="none" poster="Videoteca/Media/3299-dWDRNU-m0GfVv6g5vkMZh_/[M3299] dWDRNU-m0GfVv6g5vkMZh__T.jpg" onmouseover="thumbPlay('v3299');" onmouseleave="thumbPause('v3299');" onmousemove="thumbTiempo('v3299');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3299-dWDRNU-m0GfVv6g5vkMZh_/%5BM3299%5D%20dWDRNU-m0GfVv6g5vkMZh__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:10:07 </label> <label for="interplay"> <label><b>HDr</b></label><label>4:3</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Inmaculada Concepción Fita Fernández<br>(14/10/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Potencia de una bomba hidráulica </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2508-rfFtM5EuU7RX614GHePqO0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/2508-rfFtM5EuU7RX614GHePqO0/[M2508] rfFtM5EuU7RX614GHePqO0_TP.jpg" id="v2508" class="videoVisible"> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 6 Items </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(17/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoriales de software para crear vídeos Screencast </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2961-4_sIAEH6iezhjwi4kVJtS_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2961" class="videoVisible" preload="none" poster="Videoteca/Media/2961-4_sIAEH6iezhjwi4kVJtS_/[M2961] 4_sIAEH6iezhjwi4kVJtS__T.jpg" onmouseover="thumbPlay('v2961');" onmouseleave="thumbPause('v2961');" onmousemove="thumbTiempo('v2961');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2961-4_sIAEH6iezhjwi4kVJtS_/%5BM2961%5D%204_sIAEH6iezhjwi4kVJtS__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:18:07 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(14/09/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Generar vídeos screencast con Microsoft Powerpoint </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3138-u-5owFczY2tbWfLEehCAi-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3138" class="videoVisible" preload="none" poster="Videoteca/Media/3138-u-5owFczY2tbWfLEehCAi-/[M3138] u-5owFczY2tbWfLEehCAi-_T.jpg" onmouseover="thumbPlay('v3138');" onmouseleave="thumbPause('v3138');" onmousemove="thumbTiempo('v3138');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3138-u-5owFczY2tbWfLEehCAi-/%5BM3138%5D%20u-5owFczY2tbWfLEehCAi-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:22 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Ramón Barat Baviera<br>(14/03/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Precipitación incontrolada de P en una EDAR </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2566-H4_5-ig9YNhEQD-7QBFNN_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/2566-H4_5-ig9YNhEQD-7QBFNN_/[M2566] H4_5-ig9YNhEQD-7QBFNN__TP.png" id="v2566" class="videoVisible"> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 6 Items </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(23/01/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoriales de CamStudio </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> </div> </div> </div> </td> <td width="50%" style="vertical-align: top; padding:20px; background-color: rgba(246,146,64,0.1); border-radius: 20px 20px 20px 20px; -moz-border-radius: 20px 20px 20px 20px; -webkit-border-radius: 20px 20px 20px 20px; border: 1px solid rgba(246,146,64,0.2)"> <h2 style="text-align: center; color:#f0892e; line-height: 50px;">RECURSOS</h2> <p style="font-size: 16px; color:#525f6a; text-align:justify;">Para buscar recursos, mantenemos un repositorio intuitivo, accesible y fácil de usar, donde puedes encontrar y acceder a los recursos audiovisuales generados y que el ICE ve interesantes para la comunidad universitaria ordenado por categorías:</p> <p><br></p> <p> <ul style="font-size: 18px; color:#525f6a; text-align:center; list-style:none;"> <li style="margin-left: -40px;"><a href="#" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.FiltroCategoria.value = '4102'; document.form2.categoria.value = '4102'; document.form2.Clas.value = '1'; document.form2.target='_self'; document.form2.submit();">Buenas prácticas</a></li> <li style="margin-left: -40px;"><a href="#" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.FiltroCategoria.value = '4105'; document.form2.categoria.value = '4105'; document.form2.Clas.value = '1'; document.form2.target='_self'; document.form2.submit();">Cuadernos ICE</a></li> <li style="margin-left: -40px;"><a href="#" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.FiltroCategoria.value = '4101'; document.form2.categoria.value = '4101'; document.form2.Clas.value = '1'; document.form2.target='_self'; document.form2.submit();">Guías</a></li> <li style="margin-left: -40px;"><a href="#" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.FiltroCategoria.value = '4099'; document.form2.categoria.value = '4099'; document.form2.Clas.value = '1'; document.form2.target='_self'; document.form2.submit();">Materiales autoinstructivos</a></li> <li style="margin-left: -40px;"><a href="#" onClick="document.getElementById('comando').value = ''; document.getElementById('marcado').value = ''; document.form2.FiltroCategoria.value = '4104'; document.form2.categoria.value = '4104'; document.form2.Clas.value = '1'; document.form2.target='_self'; document.form2.submit();">Repositorio</a></li> </ul> </p> <p><br></p> <p style="font-size: 16px; color:#525f6a; text-align:justify;">Si inicias sesión con tus credenciales UPVNET puedes seleccionar recursos como favoritos pulsando sobre el icono <img src="imgs/noLike.png" width="20px" height="20px"> de un corazón para activalo <img src="imgs/like.png" width="20px" height="20px">, de esta forma los tendrás guardados para verlos cuando quieras desde la opción <a href="https://grem.upv.es/Grem/index.php?fav=1&len=es" target="_self"><b>"Favoritos"</b></a>.</p> <p><br></p> <h3 style="text-align: center; color:#f0892e; line-height: 50px;">- ÚLTIMOS RECURSOS -</h3> <div class="slider-container"> <div class="slider"> <div name="Items_Videoteca_Principal" id="Items_Videoteca_Principal"> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4819-0pOT-KYPFFEPpsVRObXr0_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4819" class="videoVisible" preload="none" poster="Videoteca/Media/4819-0pOT-KYPFFEPpsVRObXr0_/[M4819] 0pOT-KYPFFEPpsVRObXr0__T.jpg" onmouseover="thumbPlay('v4819');" onmouseleave="thumbPause('v4819');" onmousemove="thumbTiempo('v4819');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4819-0pOT-KYPFFEPpsVRObXr0_/%5BM4819%5D%200pOT-KYPFFEPpsVRObXr0__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 02:04:51 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> <br>(04/11/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> 2024 - Jornada de bienvenida para el nuevo profesorado </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4307-S7z3VrIwOzT-zF1gfna6L0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/4307-S7z3VrIwOzT-zF1gfna6L0/[M4307] S7z3VrIwOzT-zF1gfna6L0_TP.jpg" class="videoVisible"> </div> <label for="duracion"> 32 pag </label> <label for="interplay"> <label><b>TEXTO</b></label> </label> <label for="autores"> <br>(23/10/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Guía para tus primeros pasos en la UPV. Profesorado </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4763-YORjkKwDm3VcVzD3WIh1a_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4763" class="videoVisible" preload="none" poster="Videoteca/Media/4763-YORjkKwDm3VcVzD3WIh1a_/[M4763] YORjkKwDm3VcVzD3WIh1a__T.jpg" onmouseover="thumbPlay('v4763');" onmouseleave="thumbPause('v4763');" onmousemove="thumbTiempo('v4763');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4763-YORjkKwDm3VcVzD3WIh1a_/%5BM4763%5D%20YORjkKwDm3VcVzD3WIh1a__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:20:39 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Fernández March<br>(30/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> 1. Presentación del PLAN DE APOYO AL DESARROLLO PROFESIONAL DEL DOCENTE DE LA UPV 2024 </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4764-nLw0rAWSGySSvInah08Xl_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4764" class="videoVisible" preload="none" poster="Videoteca/Media/4764-nLw0rAWSGySSvInah08Xl_/[M4764] nLw0rAWSGySSvInah08Xl__TP.jpg" onmouseover="thumbPlay('v4764');" onmouseleave="thumbPause('v4764');" onmousemove="thumbTiempo('v4764');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4764-nLw0rAWSGySSvInah08Xl_/%5BM4764%5D%20nLw0rAWSGySSvInah08Xl__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:53:24 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Fernández March, . . .<br>(30/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> 2. ¿Cómo nos convertimos en académicos y académicas de verdad? Algunas certezas e incertidumbres desde la evaluación de la docencia </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4765-L3SQOrVei40TP6GL6mMt31'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4765" class="videoVisible" preload="none" poster="Videoteca/Media/4765-L3SQOrVei40TP6GL6mMt31/[M4765] L3SQOrVei40TP6GL6mMt31_T.jpg" onmouseover="thumbPlay('v4765');" onmouseleave="thumbPause('v4765');" onmousemove="thumbTiempo('v4765');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4765-L3SQOrVei40TP6GL6mMt31/%5BM4765%5D%20L3SQOrVei40TP6GL6mMt31_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:35:32 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Amparo Fernández March, . . .<br>(30/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> 3. Coloquio con los asistentes </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4762-ozs6I78BkgyNYJ4GO4SGs1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/4762-ozs6I78BkgyNYJ4GO4SGs1/[M4762] ozs6I78BkgyNYJ4GO4SGs1_TP.jpg" id="v4762" class="videoVisible"> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 3 Items </label> <label for="interplay"> </label> <label for="autores"> <br>(27/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> 2024 - CONFERENCIA INAUGURAL del programa de formación del profesorado </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4860-YO-Y69QcwyQA__KWPTN1v0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4860" class="videoVisible"> </div> <label for="duracion"> 17 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Eva María Sánchez Orgaz<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Análisis de conceptos umbrales y aplicación de mejoras para su comprensión por parte del alumno </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4844-mYrlPPaKeR-p3_CKlt2oV-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4844" class="videoVisible"> </div> <label for="duracion"> 17 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> María Paula Santiago Martín de Madrid<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Aprender enseñando. El arte como mediador en la educación para la sustentabilidad (AMES) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4843-sWhE0U3Gi-e5q8TyWZUo9_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4843" class="videoVisible"> </div> <label for="duracion"> 117 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Victoria Lerma Arce<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Aprendizaje Colaborativo para el Desarrollo Competencias Transversales Interdisciplinares (ACDC-IT) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4851-9XQJPowlgnGGwzfQTrbZd1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4851" class="videoVisible"> </div> <label for="duracion"> 16 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Françoise Olmo Cazevieille<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Aprendizaje basado en proyectos para potenciar los objetivos de desarrollo sostenible experiencias de colaboración Universidad - Educación Secundaria e intrauniversitaria </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4837-lMS3lOlQVzU_gIGd3B8o0-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4837" class="videoVisible"> </div> <label for="duracion"> 12 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Olga M. Moreno Pérez<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Aprendizaje cooperativo para fomentar el pensamiento crítico en el alumnado de Grado </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4855-bD-wVvYnfgdRLSw17pxjx1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4855" class="videoVisible"> </div> <label for="duracion"> 12 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Álvaro Fernández-Baldor Martínez<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Aprendizaje en Acción en el Máster en Cooperación al Desarrollo conectando aprendizajes con necesidades reales de un barrio </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4859-dJuK-kpp-ImjuqHyxXpkW1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4859" class="videoVisible"> </div> <label for="duracion"> 17 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Sergio Gallardo Bermell<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Coordinación entre asignaturas del Grado de Ingeniería en Tecnologías Industriales para potenciar la formación en Objetivos de Desarrollo Sostenible (ODS) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4856-i-16_rbDIzW0N8Tx8jHQt1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4856" class="videoVisible"> </div> <label for="duracion"> 16 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Asunción Santafé Moros<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Desarrollo de estrategias para la comprensión e integración en las asignaturas vinculadas con Operaciones Básicas del Grado en Ingeniería Química </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4834-U347mFzWU-6FSvAd0yRum0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4834" class="videoVisible"> </div> <label for="duracion"> 31 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Clara Ureña Tormo<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Desarrollo de la comunicación efectiva en el Grado en Ingeniería Civil mediante las metodologías activas </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4862-kjAW64OKAU6uVJZ1uF6cP0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4862" class="videoVisible"> </div> <label for="duracion"> 14 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Raúl Rodríguez Rodríguez<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Desarrollo de un entorno de aprendizaje colaborativo y lúdico para fomentar CT4 ``Innovación, creatividad y emprendimiento`` </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4849-2flDb-uaJK17-xRcmTgk-1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4849" class="videoVisible"> </div> <label for="duracion"> 10 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Antonio Martí Campoy<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Desarrollo de una herramienta para proporcionar a los estudiantes retroalimentación de los exámenes presenciales </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4852-fj8Pqo7TyrDH3nXNOflTY0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4852" class="videoVisible"> </div> <label for="duracion"> 16 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Santiago Vidal Puig<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Diseño e implantación de actividades bajo metodologías activas y evaluación formativa en asignaturas de Estadística </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4854-o-3mga60UkEtm_FbiZvnI_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4854" class="videoVisible"> </div> <label for="duracion"> 13 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Rut Benavente Martínez<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Diseño y adaptación de metodologías y actividades de aprendizaje que cumplan con los objetivos de desarrollo sostenible DAMODS </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4841-ECt7wLnEIkEXTTDRviUSw1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4841" class="videoVisible"> </div> <label for="duracion"> 16 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Elies Seguí Mas<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Diseño y desarrollo de escape-rooms en asignaturas de Contabilidad Financiera </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4840--fG-ivlR8lqyz6ct218K5_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4840" class="videoVisible"> </div> <label for="duracion"> 10 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Román Fernández Díaz<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Diseño y validación de una instalación solar fotovoltaica implantación de la metodología de aprendizaje basado en proyectos (ABP) en la asignatura Conversión y Procesado de la Energía </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4846-0oTuL6SK9Fkz9GczhttM5_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4846" class="videoVisible"> </div> <label for="duracion"> 10 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Noelia Betoret Valls<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> El debate como actividad de motivación y aprendizaje activo de diferentes competencias transversales en alumnos de diferentes niveles académicos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4847-E0zRgEPOLviZ4g8fwg-Tj1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4847" class="videoVisible"> </div> <label for="duracion"> 16 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Beatriz Andrés Navarro<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Enchufes S.A. simulación de una empresa de fabricación de enchufes en el área de organización de empresas </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4853-u9etIBsuDFEm3t-tIu69w0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4853" class="videoVisible"> </div> <label for="duracion"> 12 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Daniela Teresa Gil Salom<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> FUSIONA Fusión de arte, ciencia, tecnología y aprendizaje de alemán </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4845-CkiQC-xpMBcvdbZWiXxRA_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4845" class="videoVisible"> </div> <label for="duracion"> 17 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Mar Violeta Ortega Reig<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Fotovoz usando la fotografía participativa para el desarrollo de competencias transversales </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4858-mD71U1myyOHBUkY-lZ7S0_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4858" class="videoVisible"> </div> <label for="duracion"> 16 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Luis Quiles Carrillo<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Implementación del Aprendizaje Basado en Proyectos como metodología activa para lograr un aprendizaje profundo en los alumnos del Grado en Ingeniería en Diseño Industrial y Desarrollo de Productos entre las asignaturas generales y la mención de producción e innovación </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4831-CXmWQ0NV-_d8wRoU3oiQz-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4831" class="videoVisible"> </div> <label for="duracion"> 11 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Ernesto Fenollosa Forner<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Itinerarios formativos en el Máster en Arquitectura </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4850-15Ly_cWBv3bR8hEpQD1cZ0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4850" class="videoVisible"> </div> <label for="duracion"> 17 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Lucía Seguí Gil<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Los ODS visitados a través del Aprendizaje Basado en Retos. Una estrategia integradora para la formación en competencias profesionales de las áreas agroalimentaria y biotecnológica </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4863-h1pcl39Yf6v-ehVz84f6J1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4863" class="videoVisible"> </div> <label for="duracion"> 14 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> Francisca Ramón Fernández<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> MODO Multimedia, Ocio y Docencia diseño de actividades multimedia interactivas para el autoaprendizaje autónomo y la relación con contenidos docentes </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4833-Ghu1cdewXYDSCdNRzhhxR0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="imgs/Default_DThumbnail.png" id="v4833" class="videoVisible"> </div> <label for="duracion"> 10 pag </label> <label for="interplay"> <label><b>PDF</b></label> </label> <label for="autores"> José Alberto Conejero Casares<br>(01/09/2024) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Matemáticas y Objetivos de Desarrollo Sostenible </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> </div> </div> </div> <p><br></p> <h3 style="text-align: center; color:#f0892e; line-height: 50px;">- MÁS CONSULTADOS -</h3> <div class="slider-container"> <div class="slider"> <div name="Items_Videoteca_Principal" id="Items_Videoteca_Principal"> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2163-UWAc6pZIiaMX2rm58m-_S1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2163" class="videoVisible" preload="none" poster="Videoteca/Media/2163-UWAc6pZIiaMX2rm58m-_S1/[M2163] UWAc6pZIiaMX2rm58m-_S1_T.jpg" onmouseover="thumbPlay('v2163');" onmouseleave="thumbPause('v2163');" onmousemove="thumbTiempo('v2163');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2163-UWAc6pZIiaMX2rm58m-_S1/%5BM2163%5D%20UWAc6pZIiaMX2rm58m-_S1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:12:59 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Vicenta Eloína García Félix, . . .<br>(19/05/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> PIAE+ Primera reunión estudiantes de nuevo ingreso </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2515-wdq4Z18zbvKOJ6YZPeOPo-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2515" class="videoVisible" preload="none" poster="Videoteca/Media/2515-wdq4Z18zbvKOJ6YZPeOPo-/[M2515] wdq4Z18zbvKOJ6YZPeOPo-_T.jpg" onmouseover="thumbPlay('v2515');" onmouseleave="thumbPause('v2515');" onmousemove="thumbTiempo('v2515');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2515-wdq4Z18zbvKOJ6YZPeOPo-/%5BM2515%5D%20wdq4Z18zbvKOJ6YZPeOPo-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 0 Items <br> 00:01:48 </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(27/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Gabinete de Recursos Educativos y Multimedia (GREM) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3628-P1Ql_32j2a9urHEz2RjyY0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3628" class="videoVisible" preload="none" poster="Videoteca/Media/3628-P1Ql_32j2a9urHEz2RjyY0/[M3628] P1Ql_32j2a9urHEz2RjyY0_T.jpg" onmouseover="thumbPlay('v3628');" onmouseleave="thumbPause('v3628');" onmousemove="thumbTiempo('v3628');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3628-P1Ql_32j2a9urHEz2RjyY0/%5BM3628%5D%20P1Ql_32j2a9urHEz2RjyY0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:08 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloina García Félix, . . .<br>(05/07/2020) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> ¿Qué es el Plan Integral de Acompañamiento al Estudiante+ (PIAE+)? </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2906-lGw8D4pRmy_OGy9HaAw0T1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2906" class="videoVisible" preload="none" poster="Videoteca/Media/2906-lGw8D4pRmy_OGy9HaAw0T1/[M2906] lGw8D4pRmy_OGy9HaAw0T1_T.jpg" onmouseover="thumbPlay('v2906');" onmouseleave="thumbPause('v2906');" onmousemove="thumbTiempo('v2906');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2906-lGw8D4pRmy_OGy9HaAw0T1/%5BM2906%5D%20lGw8D4pRmy_OGy9HaAw0T1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:02:58 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Mª Cristina Rodríguez Monzonis, . . .<br>(05/07/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> ¿Estudias en la UPV?, sácate más partido </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2953-yTs0NB4zOe3smwTZq7kHe0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2953" class="videoVisible" preload="none" poster="Videoteca/Media/2953-yTs0NB4zOe3smwTZq7kHe0/[M2953] yTs0NB4zOe3smwTZq7kHe0_T.jpg" onmouseover="thumbPlay('v2953');" onmouseleave="thumbPause('v2953');" onmousemove="thumbTiempo('v2953');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2953-yTs0NB4zOe3smwTZq7kHe0/%5BM2953%5D%20yTs0NB4zOe3smwTZq7kHe0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:05:35 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloína García Félix, . . .<br>(25/07/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Servicios ETSII </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3627-MRSPs6FF5KQwzZfOGJfKF-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3627" class="videoVisible" preload="none" poster="Videoteca/Media/3627-MRSPs6FF5KQwzZfOGJfKF-/[M3627] MRSPs6FF5KQwzZfOGJfKF-_T.jpg" onmouseover="thumbPlay('v3627');" onmouseleave="thumbPause('v3627');" onmousemove="thumbTiempo('v3627');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3627-MRSPs6FF5KQwzZfOGJfKF-/%5BM3627%5D%20MRSPs6FF5KQwzZfOGJfKF-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:01:12 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana, . . .<br>(04/07/2020) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Guía del Plan Integral de Acompañamiento al Estudiante + (PIAE+) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3231-sTXWDowuv4cA7UNYKv_Op_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3231" class="videoVisible" preload="none" poster="Videoteca/Media/3231-sTXWDowuv4cA7UNYKv_Op_/[M3231] sTXWDowuv4cA7UNYKv_Op__T.jpg" onmouseover="thumbPlay('v3231');" onmouseleave="thumbPause('v3231');" onmousemove="thumbTiempo('v3231');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3231-sTXWDowuv4cA7UNYKv_Op_/%5BM3231%5D%20sTXWDowuv4cA7UNYKv_Op__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 10 Items <br> 00:07:36 </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(28/05/2019) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> InterPLAY La nueva herramienta para la creación de recursos interactivos </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2875-50-S-j5HU-v2Ty07r1l5X0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2875" class="videoVisible" preload="none" poster="Videoteca/Media/2875-50-S-j5HU-v2Ty07r1l5X0/[M2875] 50-S-j5HU-v2Ty07r1l5X0_T.jpg" onmouseover="thumbPlay('v2875');" onmouseleave="thumbPause('v2875');" onmousemove="thumbTiempo('v2875');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2875-50-S-j5HU-v2Ty07r1l5X0/%5BM2875%5D%2050-S-j5HU-v2Ty07r1l5X0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:48 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Mª Pilar Bonet Espinosa<br>(29/05/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Convocatoria Apredizaje + Docencia - PIME 2020 </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2218-VbC6qKMlrZviA5dyhMll8_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2218" class="videoVisible" preload="none" poster="Videoteca/Media/2218-VbC6qKMlrZviA5dyhMll8_/[M2218] VbC6qKMlrZviA5dyhMll8__T.jpg" onmouseover="thumbPlay('v2218');" onmouseleave="thumbPause('v2218');" onmousemove="thumbTiempo('v2218');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2218-VbC6qKMlrZviA5dyhMll8_/%5BM2218%5D%20VbC6qKMlrZviA5dyhMll8__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:41 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloína García Félix<br>(06/07/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Jornadas de acogida </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2501-DAZQm-CcbvzaCuAl-LcO50'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2501" class="videoVisible" preload="none" poster="Videoteca/Media/2501-DAZQm-CcbvzaCuAl-LcO50/[M2501] DAZQm-CcbvzaCuAl-LcO50_T.jpg" onmouseover="thumbPlay('v2501');" onmouseleave="thumbPause('v2501');" onmousemove="thumbTiempo('v2501');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2501-DAZQm-CcbvzaCuAl-LcO50/%5BM2501%5D%20DAZQm-CcbvzaCuAl-LcO50_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:46:32 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(05/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Bienvenido a ActivePresenter </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2395-QxCxFbiW3ISTnuaEFSjW9_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2395" class="videoVisible" preload="none" poster="Videoteca/Media/2395-QxCxFbiW3ISTnuaEFSjW9_/[M2395] QxCxFbiW3ISTnuaEFSjW9__T.jpg" onmouseover="thumbPlay('v2395');" onmouseleave="thumbPause('v2395');" onmousemove="thumbTiempo('v2395');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2395-QxCxFbiW3ISTnuaEFSjW9_/%5BM2395%5D%20QxCxFbiW3ISTnuaEFSjW9__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:08:05 </label> <label for="interplay"> <label><b>SD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(28/09/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Método de creación de un guion audiovisual para la docencia </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3757--lwIO7s05IV77GrIIexZm-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3757" class="videoVisible" preload="none" poster="Videoteca/Media/3757--lwIO7s05IV77GrIIexZm-/[M3757] -lwIO7s05IV77GrIIexZm-_T.jpg" onmouseover="thumbPlay('v3757');" onmouseleave="thumbPause('v3757');" onmousemove="thumbTiempo('v3757');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3757--lwIO7s05IV77GrIIexZm-/%5BM3757%5D%20-lwIO7s05IV77GrIIexZm-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:02:35 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloina García Félix<br>(24/03/2021) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoría individual. Estudiante introvertido </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2177-sS8Osu-djyWqQWbzCtWJX_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2177" class="videoVisible" preload="none" poster="Videoteca/Media/2177-sS8Osu-djyWqQWbzCtWJX_/[M2177] sS8Osu-djyWqQWbzCtWJX__T.jpg" onmouseover="thumbPlay('v2177');" onmouseleave="thumbPause('v2177');" onmousemove="thumbTiempo('v2177');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2177-sS8Osu-djyWqQWbzCtWJX_/%5BM2177%5D%20sS8Osu-djyWqQWbzCtWJX__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 3 Items <br> 00:00:54 </label> <label for="interplay"> </label> <label for="autores"> Vicenta Eloína García Félix, . . .<br>(30/05/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> BP01 Búsqueda y uso de la información técnica - INTRODUCCIÓN </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3971-IAj05Ka_A_fpLssmALVUI-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3971" class="videoVisible" preload="none" poster="Videoteca/Media/3971-IAj05Ka_A_fpLssmALVUI-/[M3971] IAj05Ka_A_fpLssmALVUI-_T.jpg" onmouseover="thumbPlay('v3971');" onmouseleave="thumbPause('v3971');" onmousemove="thumbTiempo('v3971');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3971-IAj05Ka_A_fpLssmALVUI-/%5BM3971%5D%20IAj05Ka_A_fpLssmALVUI-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:12:55 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloina García Félix<br>(05/10/2021) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Jornada de acogida estudiantes de Máster 2021 </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='367-L1fZU_irXc7EJiQkFf_1Y-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v367" class="videoVisible" preload="none" poster="Videoteca/Media/367-L1fZU_irXc7EJiQkFf_1Y-/[M367] L1fZU_irXc7EJiQkFf_1Y-_T.jpg" onmouseover="thumbPlay('v367');" onmouseleave="thumbPause('v367');" onmousemove="thumbTiempo('v367');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/367-L1fZU_irXc7EJiQkFf_1Y-/%5BM367%5D%20L1fZU_irXc7EJiQkFf_1Y-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 01:40:43 </label> <label for="interplay"> <label><b>SD</b></label><label>4:3</label> </label> <label for="autores"> Miguel Ángel Zabalza Beraza<br>(24/09/2001) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> 1ª Ponencia, El futuro de la universidad en las Metodologías Activas (JIE) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4167-DmDxsJFGDWK4-TYALlLhX-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4167" class="videoVisible" preload="none" poster="Videoteca/Media/4167-DmDxsJFGDWK4-TYALlLhX-/[M4167] DmDxsJFGDWK4-TYALlLhX-_T.jpg" onmouseover="thumbPlay('v4167');" onmouseleave="thumbPause('v4167');" onmousemove="thumbTiempo('v4167');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4167-DmDxsJFGDWK4-TYALlLhX-/%5BM4167%5D%20DmDxsJFGDWK4-TYALlLhX-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 01:50:05 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloina García Félix, . . .<br>(12/04/2022) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Estrategias de gestión del estrés </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2508-rfFtM5EuU7RX614GHePqO0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/2508-rfFtM5EuU7RX614GHePqO0/[M2508] rfFtM5EuU7RX614GHePqO0_TP.jpg" id="v2508" class="videoVisible"> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 6 Items </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(17/12/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoriales de software para crear vídeos Screencast </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2961-4_sIAEH6iezhjwi4kVJtS_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2961" class="videoVisible" preload="none" poster="Videoteca/Media/2961-4_sIAEH6iezhjwi4kVJtS_/[M2961] 4_sIAEH6iezhjwi4kVJtS__T.jpg" onmouseover="thumbPlay('v2961');" onmouseleave="thumbPause('v2961');" onmousemove="thumbTiempo('v2961');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2961-4_sIAEH6iezhjwi4kVJtS_/%5BM2961%5D%204_sIAEH6iezhjwi4kVJtS__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:18:07 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(14/09/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Generar vídeos screencast con Microsoft Powerpoint </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2566-H4_5-ig9YNhEQD-7QBFNN_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <img src="Videoteca/Media/2566-H4_5-ig9YNhEQD-7QBFNN_/[M2566] H4_5-ig9YNhEQD-7QBFNN__TP.png" id="v2566" class="videoVisible"> </div> <label for="carpeta"> <img src="imgs/carpeta.png" title="Carpeta"> </label> <label for="duracion"> 6 Items </label> <label for="interplay"> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(23/01/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoriales de CamStudio </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3624-snn9mr5L83QA5i4DE9E-q1'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3624" class="videoVisible" preload="none" poster="Videoteca/Media/3624-snn9mr5L83QA5i4DE9E-q1/[M3624] snn9mr5L83QA5i4DE9E-q1_T.jpg" onmouseover="thumbPlay('v3624');" onmouseleave="thumbPause('v3624');" onmousemove="thumbTiempo('v3624');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3624-snn9mr5L83QA5i4DE9E-q1/%5BM3624%5D%20snn9mr5L83QA5i4DE9E-q1_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 01:01:02 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> José Gabriel Ríos Lizana<br>(27/06/2020) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Conversando sobre docencia - Profesores Excelentes UPV 2020 </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='1924-5v-lQP_0ZQnjb6A4Rw_8J_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v1924" class="videoVisible" preload="none" poster="Videoteca/Media/1924-5v-lQP_0ZQnjb6A4Rw_8J_/[M1924] 5v-lQP_0ZQnjb6A4Rw_8J__T.jpg" onmouseover="thumbPlay('v1924');" onmouseleave="thumbPause('v1924');" onmousemove="thumbTiempo('v1924');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/1924-5v-lQP_0ZQnjb6A4Rw_8J_/%5BM1924%5D%205v-lQP_0ZQnjb6A4Rw_8J__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:01:43 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloína García Félix, . . .<br>(01/06/2016) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Primera reunión. Jornadas de Acogida </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3539-ZlGKBTqgfM5VoHg5hrO-2-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3539" class="videoVisible" preload="none" poster="Videoteca/Media/3539-ZlGKBTqgfM5VoHg5hrO-2-/[M3539] ZlGKBTqgfM5VoHg5hrO-2-_T.jpg" onmouseover="thumbPlay('v3539');" onmouseleave="thumbPause('v3539');" onmousemove="thumbTiempo('v3539');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3539-ZlGKBTqgfM5VoHg5hrO-2-/%5BM3539%5D%20ZlGKBTqgfM5VoHg5hrO-2-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:02:37 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Mº Cristina Rodríguez Monzonís<br>(27/02/2020) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Metodologías activas para un aprendizaje eficaz </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4591-fMIh7GtziSNtPAzRJEapj_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4591" class="videoVisible" preload="none" poster="Videoteca/Media/4591-fMIh7GtziSNtPAzRJEapj_/[M4591] fMIh7GtziSNtPAzRJEapj__T.jpg" onmouseover="thumbPlay('v4591');" onmouseleave="thumbPause('v4591');" onmousemove="thumbTiempo('v4591');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4591-fMIh7GtziSNtPAzRJEapj_/%5BM4591%5D%20fMIh7GtziSNtPAzRJEapj__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:01:55 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Marina Alonso Díaz, . . .<br>(07/11/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Presentación comunidad PIAE+ Doctorando </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='3758-ZsvxB8PTfVVkkmgrQETRQ_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v3758" class="videoVisible" preload="none" poster="Videoteca/Media/3758-ZsvxB8PTfVVkkmgrQETRQ_/[M3758] ZsvxB8PTfVVkkmgrQETRQ__T.jpg" onmouseover="thumbPlay('v3758');" onmouseleave="thumbPause('v3758');" onmousemove="thumbTiempo('v3758');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/3758-ZsvxB8PTfVVkkmgrQETRQ_/%5BM3758%5D%20ZsvxB8PTfVVkkmgrQETRQ__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:05:10 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloina García Félix<br>(24/03/2021) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Tutoría individual. Estudiante desmotivado </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='1922-rANw86cterZonGWjVR-f_-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v1922" class="videoVisible" preload="none" poster="Videoteca/Media/1922-rANw86cterZonGWjVR-f_-/[M1922] rANw86cterZonGWjVR-f_-_T.jpg" onmouseover="thumbPlay('v1922');" onmouseleave="thumbPause('v1922');" onmousemove="thumbTiempo('v1922');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/1922-rANw86cterZonGWjVR-f_-/%5BM1922%5D%20rANw86cterZonGWjVR-f_-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:02:53 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloína García Félix, . . .<br>(01/06/2016) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Primera reunión. Presentación tutores </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2241-C8td5Z3Gl6YABGavwT87G_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2241" class="videoVisible" preload="none" poster="Videoteca/Media/2241-C8td5Z3Gl6YABGavwT87G_/[M2241] C8td5Z3Gl6YABGavwT87G__T.jpg" onmouseover="thumbPlay('v2241');" onmouseleave="thumbPause('v2241');" onmousemove="thumbTiempo('v2241');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2241-C8td5Z3Gl6YABGavwT87G_/%5BM2241%5D%20C8td5Z3Gl6YABGavwT87G__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:40 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Vicenta Eloína García Félix<br>(17/07/2017) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Jornades d`acolliment </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='2907-PlG6JoyKzzx1ATDZNJhyR0'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v2907" class="videoVisible" preload="none" poster="Videoteca/Media/2907-PlG6JoyKzzx1ATDZNJhyR0/[M2907] PlG6JoyKzzx1ATDZNJhyR0_T.jpg" onmouseover="thumbPlay('v2907');" onmouseleave="thumbPause('v2907');" onmousemove="thumbTiempo('v2907');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/2907-PlG6JoyKzzx1ATDZNJhyR0/%5BM2907%5D%20PlG6JoyKzzx1ATDZNJhyR0_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:02:56 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Mª Cristina Rodríguez Monzonis, . . .<br>(05/07/2018) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Estudies en la UPV?, trau el millor de tu mateix </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4539-H5gufxVhn3dH5IL6YCfiM-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4539" class="videoVisible" preload="none" poster="Videoteca/Media/4539-H5gufxVhn3dH5IL6YCfiM-/[M4539] H5gufxVhn3dH5IL6YCfiM-_T.jpg" onmouseover="thumbPlay('v4539');" onmouseleave="thumbPause('v4539');" onmousemove="thumbTiempo('v4539');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4539-H5gufxVhn3dH5IL6YCfiM-/%5BM4539%5D%20H5gufxVhn3dH5IL6YCfiM-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:03:18 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> <br>(13/09/2023) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Jornadas de bienvenida y feria de servicios para alumnado de máster y grado 2023-2024 (RRSS) </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='1407-JDg3oQy0_BV93pCXALmTC_'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v1407" class="videoVisible" preload="none" poster="Videoteca/Media/1407-JDg3oQy0_BV93pCXALmTC_/[M1407] JDg3oQy0_BV93pCXALmTC__T.jpg" onmouseover="thumbPlay('v1407');" onmouseleave="thumbPause('v1407');" onmousemove="thumbTiempo('v1407');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/1407-JDg3oQy0_BV93pCXALmTC_/%5BM1407%5D%20JDg3oQy0_BV93pCXALmTC__P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:07:04 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> </label> <label for="autores"> Mª Pilar Bonet Espinosa, . . .<br>(02/09/2015) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Polimedia Plus, Entornos virtuales </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> <div class="celdaVideo" style=""> <label for="thumbnail" onClick="document.form2.marcado.value='4238-aqQAjMA6_PE3CXuHF-P2a-'; document.form2.target='_self'; document.form2.comando.value = 'ver'; document.form2.submit();" style="z-index: 0;"> <div class="VideoImagen"> <video id="v4238" class="videoVisible" preload="none" poster="Videoteca/Media/4238-aqQAjMA6_PE3CXuHF-P2a-/[M4238] aqQAjMA6_PE3CXuHF-P2a-_T.jpg" onmouseover="thumbPlay('v4238');" onmouseleave="thumbPause('v4238');" onmousemove="thumbTiempo('v4238');"> <source src="https://grem.upv.es/Grem/Videoteca/Media/4238-aqQAjMA6_PE3CXuHF-P2a-/%5BM4238%5D%20aqQAjMA6_PE3CXuHF-P2a-_P.mp4#t=6" type="video/mp4"> Tu navegador no soporta HTML5. </video> </div> <label for="duracion"> 00:13:00 </label> <label for="interplay"> <label><b>HD</b></label><label>16:9</label> <label style="color: rgb(232, 210, 98);"><b>InterPLAY</b></label> </label> <label for="autores"> Mª Pilar Bonet Espinosa, . . .<br>(13/06/2022) - <b>CC BY-NC-ND</b> </label> <label for="titulovideoVisible"> Convocatoria A+D 2022. líneas de innovación </label> </label> <label for="herramientas" style="z-index:100;"> </label> </div> </div> </div> </div> </td> </tr> </table> <p style="font-size: 18px; color:#525f6a; text-align:justify;">En ambos casos, nos esforzamos por brindar un servicio excepcional y asegurarnos de que nuestros/as usuarios/as tengan acceso a los recursos audiovisuales de alta calidad que necesitan para lograr sus objetivos académicos y profesionales. ¡Póngase en contacto con nosotros hoy mismo a través de <a href="https://policonsulta.upv.es/servicedesk/customer/portal/440/group/2968" target="_blank"><b>Poli[Consulta]</b></a> para obtener más información sobre cómo podemos ayudarte!</p> </td> </tr> </table> </div> </form> <script> var thpausa; var thtime=0; function tplay(){ thtime++; } function thumbPlay(v){ thpausa=setTimeout(tplay, 1000); } function thumbPause(v){ clearTimeout(thpausa); thtime=0; document.getElementById(v).pause(); } function thumbTiempo(v){ if (thtime > 0) document.getElementById(v).play(); if (document.getElementById(v).currentTime > 20) thumbStop(v); } function thumbStop(v){ document.getElementById(v).pause(); document.getElementById(v).currentTime = 0; thtime=0; } function reset_filtros(){ if (document.form2.FiltroUnesco) document.form2.FiltroUnesco.value=''; if (document.form2.FiltroMedios) document.form2.FiltroMedios.value=''; if (document.form2.FiltroFuente) document.form2.FiltroFuente.value=''; if (document.form2.FiltroTipo) document.form2.FiltroTipo.value=''; if (document.form2.FiltroEjercicio) document.form2.FiltroEjercicio.value=''; if (document.form2.FiltroIdioma) document.form2.FiltroIdioma.value=''; if (document.form2.FiltroLicencia) document.form2.FiltroLicencia.value=''; if (document.form2.FiltroUtilizable) document.form2.FiltroUtilizable.value=''; if (document.form2.FiltroProcesado) document.form2.FiltroProcesado.value=''; //if (document.form2.FiltroOrden) document.form2.FiltroOrden.value=''; if (document.form2.FiltroCategoria) document.form2.FiltroCategoria.value=''; if (document.form2.FiltroTematica) document.form2.FiltroTematica.value=''; if (document.form2.FiltroContexto) document.form2.FiltroContexto.value=''; if (document.form2.FiltroCompetencias) document.form2.FiltroCompetencias.value =''; if (document.form2.categoria) document.form2.categoria.value =''; if (document.getElementById('comando')) document.getElementById('comando').value = ''; if (document.getElementById('marcado')) document.getElementById('marcado').value = ''; } </script> </article> </section> <aside> </aside> </section> <footer> <div style="box-sizing: border-box;"> <a href="/entidades/AMAPUOC/" title="EMAS"><img src="https://www.upv.es/niujom/imagenes/EMASupv.png" alt="EMAS upv" width="33" height="62" style="float:right;margin: 5px; margin-right:15px;"/></a> <a href="https://www.vlc-campus.com/" title="VLC-CAMPUS" rel="external" onclick="target='_blank'"><img src="https://www.upv.es/niujom/imagenes/campus_excelenciaVLC.png" alt="VLC-CAMPUS" style="float:right;vertical-align:top;margin-top: 5px;"/></a> <a href="https://www.campushabitat5u.com/" title="CAMPUS HABITAT" rel="external" onclick="target='_blank'"><img src="https://www.upv.es/niujom/imagenes/campus_excelenciaH5.png" alt="CAMPUS HABITAT" style="float:right;vertical-align:top;margin-top: 5px;"/></a> <nav> <ul> Información<li><a href="index.php?mnu=infoObjetivos&len=es">Objetivos</a></li><li><a href="index.php?mnu=infoCondiciones&len=es">Condiciones</a></li><li><a href="index.php?mnu=infoContacto&len=es">Contacto</a></li> </ul> </nav> <nav> <ul> <br> <li><a href="index.php?mnu=infoServicios&len=es">Servicios</a></li><li><a href="index.php?mnu=infoDescargas&len=es">Material de apoyo</a></li> </ul> </nav> <nav> <ul> Organización<li><a href="https://www.upv.es/entidades/ICE/menu_urlc.html?//www.upv.es/pls/oalu/sic_infoserv.Organigrama?p_entidad=ICE&p_idioma=c" target="_blank">Organigrama</a></li><li><a href="https://www.upv.es/entidades/ICE/menu_urlc.html?//www.upv.es/pls/oalu/sic_infoent.InfoDepOrgMS?p_entidad=ICE&p_idioma=c" target="_blank">Dependéncia orgánica</a></li><li><a href="https://www.upv.es/entidades/ICE/menu_urlc.html?//www.upv.es/pls/oalu/sic_infoent.WebsMS?P_ENTIDAD=ICE&P_IDIOMA=c" target="_blank">Webs relacionadas</a></li> </ul> </nav> <nav> <ul> <br> <li><a href="https://www.upv.es/otros/como-llegar-upv/index-es.html" target="_blank">Cómo llegar</a></li><li><a href="https://www.upv.es/plano/plano-2d-es.html" target="_blank">Planos</a></li><li><a href="https://www.upv.es/otros/contacto-es.html" target="_blank">Contacto</a></li> </ul> </nav> <div class="texto_contacto"> Universitat Politècnica de València © 2012 · Tel. (+34) 96 387 90 00 · <a href="mailto:informacion@upv.es">informacion@upv.es</a> </div> </div> </footer> </body> </html>