Calendario de Eventos
Lanzamiento del libro 'Organizaciones Emocionalmente Responsables'
Lanzamiento online del libro: "Organizaciones emocionalmente responsables" con l.....
Webinar Gratuito - Leiter-3 | 04-02-2021
El Leiter-3 incluye las mejores pruebas del Leiter-R. Se com.....
Webinar Gratuito - Prueba para la Evaluación de la Cognición Cotidiana (PECC) | 02-03-2021
require(['jquery', 'fullcalendar', 'moment', 'locale_all'], function ($) { var $j = $.noConflict(); $(document).ready(function () { var date = new Date(); var d = date.getDate(); var m = date.getMonth(); var y = date.getFullYear(); var calendar_mode = ''; var defaultMode = 'month'; var events = [{"id":"8","title":"Lanzamiento del libro 'Organizaciones Emocionalmente Responsables' ","url":"https:\/\/www.giuntipsy.es\/events\/index\/view\/event_id\/8\/","avatar_url":"https:\/\/galileo-prod-static.s3.eu-west-1.amazonaws.com\/tigren\/events\/event\/avatar\/OER-Lanzamiento_product.jpg","reg_deadline":null,"location":"","description":"
Lanzamiento online del libro: \"Organizaciones emocionalmente responsables\"<\/strong> con l.....","start":"2020-09-23 15:30:00","end":"2020-09-23 16:30:00","allDay":false,"color":"#3366CC"},{"id":"11","title":"Webinar Gratuito - Leiter-3 | 04-02-2021","url":"https:\/\/www.giuntipsy.es\/events\/index\/view\/event_id\/11\/","avatar_url":"https:\/\/galileo-prod-static.s3.eu-west-1.amazonaws.com\/tigren\/events\/event\/avatar\/Webinar-Leiter2_Product.jpg","reg_deadline":null,"location":"","description":" El\u00a0Leiter-3<\/strong>\u00a0incluye las mejores pruebas del\u00a0Leiter-R<\/strong>. Se com.....","start":"2021-02-04 16:00:00","end":"2021-02-04 17:00:00","allDay":false,"color":"#3366CC"},{"id":"12","title":"Webinar Gratuito - Prueba para la Evaluaci\u00f3n de la Cognici\u00f3n Cotidiana (PECC) | 02-03-2021","url":"https:\/\/www.giuntipsy.es\/events\/index\/view\/event_id\/12\/","avatar_url":"https:\/\/galileo-prod-static.s3.eu-west-1.amazonaws.com\/tigren\/events\/event\/avatar\/Webinar-PECC_Product.jpg","reg_deadline":null,"location":"","description":" quickviewWidth) {
$('.event-quickview[data-event_id="' + event.id + '"]').css({
left: jsEvent.clientX,
top: jsEvent.clientY
}).show();
} else {
var leftPos = $(window).width() - quickviewWidth;
$('.event-quickview[data-event_id="' + event.id + '"]').css({
left: leftPos,
top: jsEvent.clientY
}).show();
}
}
function eventMouseoutFunc(event, jsEvent, view) {
$('.event-quickview[data-event_id="' + event.id + '"]').hide();
}
$('.event-quickview').hover(function () {
$(this).show()
}, function () {
$(this).hide()
});
});
});