Stefano Tamascelli

Stefano Tamascelli has graduated from the school of Software Engineering of the Padua University (Italy) in 2000. I has obtained a PhD degree in Artificial Intelligence and Neural Networks from the University of Padua in 2003. Stefano Tamascelli is the Managing Partner of XTeam Software Solutions, has designed and developed over 100 commercial products for Amiga, Windows, MacOs, Linux, Nintendo GameBoy Advance, Nintendo DS, Android, iOS, Flash, HTML5 and has worked on other projects/videogames as a consultant for Xbox, Xbox360, XBox One Playstation 2, Playstation 3, PlayStation 4 , PlayStationVita, Nintendo3DS, Nintendo Switch. He has also lead all the research projects of the company, such as GeniuX Photo EFX (award-winning photo editing software), 3D GeniuX, Extender (augmented reality awnings for outdoor ), the Retaliation series for Forgotten Empires, The Ballad Singer and have a consolidated experience in H2020 projects with the participation on 6 projects ( 3D TuneIn, SCENT, PLUGGY, MCI, MCI2, Victor ). Now he is working on artificial intelligence for the dementia’s study and to improve the listen experience of people with hearing loss / cochlear implants.

Watch his speech.

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