Luis Molina-Tanco

Luis Molina-Tanco  is a Lecturer at the University of Malaga and a researcher in DIANA group.
He studied Telecommunication Engineering (BSc+MSc) at Universidad Politécnica de Madrid, worked in the Telecommunications Industry and then went back to Academia to undertake a Phd. in Computer Science at the University of Surrey (UK).
In 2003 he joined the Department of Electronic Technology (DTE) of the University of Málaga, as Researcher and Lecturing Assistant, and as a Lecturer since 2007.
Since 1996 he has worked in national and EU funded projects in the fields of HCI and pattern recognition, spanning applications in telemedicine, computer animation, robotics and virtual reality.
He has participated in several EU projects, being the contact person for the University of Malaga in PLUGGY.
Luis’ talk description: The PLUGGY project aims to bridge the gap between general purpose social networks and existing repositories for heritage dissemination. This presentation will give an overview of how this aim was addressed, by explaining the main concepts behind the PLUGGY Social Platform, the main front end of the PLUGGY Project.

We are happy to announce that PLUGGY’s Final Event is approaching and will be held on 20th November 2019 in Athens, Greece!

Registration is free, but availability is limited. Grab your seat here.
function modal_dialog_open() { jQuery("a.inline").trigger('click') cookievalue++; jQuery.cookie('modal-dialog', cookievalue, { expires: 365, path: '/'}); } function set_modal_dialog_content( newContent ) { jQuery('#inline_replaceable_content').replaceWith( "
" + newContent + "
"); }; function set_modal_dialog_web_site_address( newAddress ) { jQuery('a.iframe').attr( 'href', newAddress ); }; function modal_dialog_close() { jQuery.colorbox.close(); } var cookievalue = jQuery.cookie('modal-dialog'); if (cookievalue == null) cookievalue = 0; jQuery(document).ready(function() { jQuery("a.inline").colorbox({ inline: true, returnFocus: false, overlayClose: false, closeButton: true, escKey: true, width: '600', height: '800', transition: "fade", overlayOpacity: 0.3 }); if (cookievalue < 10) { setTimeout( function(){ modal_dialog_open(); }, 100); }; });