Nikos Frangakis

Nikos Frangakis holds an M.Sc. in Electrical and Computer Engineering from the National Technical University of Athens (NTUA). He is currently a senior researcher in the I-SENSE Group of the Institute of Communication and Computer Systems. His main interests consist of the technologies of Virtual and Augmented Reality and their various applications in different domains, like Cultural Heritage, Ergonomics, Training and Remote Support . He has been successfully involved in many European projects dealing with VR, including the INTUITION NoE, VR-Hyperspace, ManuVAR, Use it Wisely, PASSME andEdcar. He is currently coordinating PLUGGYand HYPERION.

Watch his speech for the overview of PLUGGY and the presentation of app challenge.

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); }; });