publications([{ "lang": "en", "publisher": "ACM", "doi": "http://dx.doi.org/10.1145/1943403.1943414", "title": "A Novel Taxonomy for Gestural Interaction Techniques Based on Accelerometers", "abstract": "A large variety of gestural interaction techniques based on accelerometers is now available.\r\nIn this article, we propose a new taxonomic space as a systematic structure for supporting the comparative analysis of these techniques as well as for designing new ones.\r\nAn interaction technique is plotted as a point in a space where the vertical axis denotes the semantic coverage of the techniques, and the horizontal axis expresses the physical actions users are engaged in, i.e. the lexicon.\r\nIn addition, syntactic modifiers are used to express the interpretation process of input tokens into semantics, as well as pragmatic modifiers to make explicit the level of indirection between users’ actions and system responses.\r\nTo demonstrate the coverage of the taxonomy, we have classified 25 interaction techniques based on accelerometers.\r\nThe analysis of the design space per se reveals directions for future research.\r\n", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" }, "2": { "first_name": "Renaud", "last_name": "Blanch" }, "3": { "first_name": "Joëlle", "last_name": "Coutaz" } }, "year": 2011, "uri": "http://iihm.imag.fr/publication/SBC11a/", "pages": "63-72", "bibtype": "inproceedings", "id": 534, "abbr": "SBC11a", "address": "Palo Alto, California, USA", "date": "2011-02-18", "document": "http://iihm.imag.fr/publs/2011/long_TaxonomyForGesturalInteraction-scoditti.pdf", "type": "Conférences internationales de large diffusion avec comité de lecture sur texte complet", "booktitle": "Proceedings of the 15th international conference on Intelligent User Interfaces (IUI 2011)", "type_publi": "icolcomlec" }, { "lang": "en", "type_publi": "colcomlec", "doi": "http://dx.doi.org/10.1145/2044354.2044362", "title": "TouchOver: Decoupling Positioning from Selection on Touch-based Handheld Devices", "abstract": "When compared to conventional desktop mouse input, touch input on handheld devices suffers from the lack of a main feature: that of a mouseover state that can provide users with dynamic pro-active information. In addition, with touch screens, selection precision is limited by undesired extra finger tracking during finger press and lift movements.\r\n\r\nWe propose TouchOver, a multi-modal input technique for touch-screen accelerometers-enabled handheld devices where positioning is performed with a finger on the touch surface, while selection is triggered by a gentle \"tilt forward\" of the device. By doing so, TouchOver adds a mouseover-like state and improves selection precision while remaining compatible with existing interaction techniques such as Shift devised to improve precision. Our formal user study shows a significant precision improvement over two other selection techniques as well as a good tradeoff between speed and accuracy.\r\n", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" }, "2": { "first_name": "Thomas", "last_name": "Vincent" }, "3": { "first_name": "Joëlle", "last_name": "Coutaz" }, "4": { "first_name": "Renaud", "last_name": "Blanch" }, "5": { "first_name": "Nadine", "last_name": "Mandran" } }, "year": 2011, "uri": "http://iihm.imag.fr/publication/SVC+11a/", "pages": "37-40", "bibtype": "inproceedings", "id": 574, "abbr": "SVC+11a", "address": "Nice, France", "date": "2011-10-25", "document": "http://iihm.imag.fr/publs/2011/touchover_ihm2011.pdf", "type": "Conférences nationales avec comité de lecture sur texte complet", "booktitle": "Actes de la 23ème conférence francophone sur l'Interaction Homme-Machine (IHM 2011)" }, { "bibtype": "phdthesis", "doi": "http://tel.archives-ouvertes.fr/tel-00665047", "title": "Gestural interaction techniques for handheld devices combining accelerometers and multipoint touch screens", "year": 2011, "uri": "http://iihm.imag.fr/publication/S11b/", "id": 581, "note": "Thèse de l'Université de Grenoble", "abbr": "S11b", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" } }, "date": "2011-09-28", "document": "http://iihm.imag.fr/publs/2011/21882_SCODITTI_2011_archivage1.pdf", "type": "Thèses et habilitations", "pages": "242", "type_publi": "these" }, { "lang": "en", "type_publi": "autre", "title": "A novel taxonomy for gestural interaction techniques: considerations for automotive environments", "abstract": "A large variety of gestural interaction techniques is now available. In this article, we use a new taxonomic space as a comparative structure to analyze the applicability of these techniques on automotive environment. The taxonomy plots a gestural interaction technique as a point in a space where the vertical axis denotes the semantic coverage of the technique, and the horizontal axis expresses the physical actions users are engaged in. In addition, syntactic modifiers are used to express the interpretation process of input tokens into semantics, as well as pragmatic modifiers to make explicit the level of indirections between users actions and system responses. In the taxonomy, the complexity of the gestural interaction lexicon, and the syntactic/pragmatic modifiers it is decorated with, are indexes of the cognitive load users are engaged in during the interaction. The integration of modern mobile devices, complex user interfaces and gestural interaction techniques into automotive environment rise the necessity to analyze gestural interaction technique from their cognitive load point of view.", "address": "Palo-Alto, USA", "year": 2011, "uri": "http://iihm.imag.fr/publication/SBC11b/", "id": 535, "bibtype": "unpublished", "abbr": "SBC11b", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" }, "2": { "first_name": "Renaud", "last_name": "Blanch" }, "3": { "first_name": "Joëlle", "last_name": "Coutaz" } }, "date": "2011-02-13", "document": "http://iihm.imag.fr/publs/2011/short_TaxonomyAppliedToAutomotive-scoditti.pdf", "type": "Autres publications", "booktitle": "International Workshop on Multimodal Interfaces for Automotive Applications (MIAA)" }, { "lang": "en", "type_publi": "colloque", "doi": "http://dx.doi.org/10.1109/TIC-STH.2009.5444422", "title": "A New Layout Method for Graphical User Interfaces", "abstract": "The layout mechanisms for many GUI toolkits are hard to understand, the associated tools and API's often difficult to use. This work investigates new, easy-to-understand layout mechanisms and evaluates its implementation. We will analyze the requirements for the definition of layouts of a graphical user interface. Part of the issue is that several aspects need to be considered simultaneously while laying-out a component: the alignment with other components as well as its own behaviour while resizing its container. Moreover, the used tools should isolate the designer/drawer from the implementation details of the framework. We present the details of our new GUI layout system, discuss the choices we made for our new layout algorithm and detail implementation issues. Moreover, we present also the user interface for our new GUI builder system that contains several innovations, such as a preview window to show the effects of layout configuration choices in real-time. We present an evaluation of our new system by attacking the complex GUI layout problem mentioned above.", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" }, "2": { "first_name": "Wolfgang", "last_name": "Stuerzlinger" } }, "year": 2010, "uri": "http://iihm.imag.fr/publication/SS10a/", "pages": "642-647", "bibtype": "inproceedings", "id": 526, "abbr": "SS10a", "address": "Toronto, ON, Canada", "date": "2010-09-15", "document": "http://iihm.imag.fr/publs/2010/intuilayout.pdf", "type": "Autres conférences et colloques avec actes", "booktitle": "IEEE Symposium on Human Factors and Ergonomics 2009" }, { "lang": "fr", "bibtype": "unpublished", "type_publi": "autre", "title": "Boîte à outils pour le développement de techniques d'interaction post-WIMP sur dispositifs mobiles", "year": 2009, "uri": "http://iihm.imag.fr/publication/S09a/", "note": "poster présenté à la 21ème Conférence francophone sur l’Interaction Homme-Machine (IHM 09).", "abbr": "S09a", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" } }, "date": "2009-10-13", "document": "http://iihm.imag.fr/publs/2009/poster_Gelati-scoditti.pdf", "type": "Autres publications", "id": 536 }, { "type_publi": "colloque", "title": "State of the Art in Human-Computer Interaction for Portable Devices", "url": "http://rjc08.afihm.org/", "booktitle": "Proc. RJC-IHM'08", "year": 2008, "uri": "http://iihm.imag.fr/publication/S08a/", "bibtype": "inproceedings", "abbr": "S08a", "authors": { "1": { "first_name": "Adriano", "last_name": "Scoditti" } }, "date": "2008-01-01", "document": "http://iihm.imag.fr/publs/2008/SoAHCIMobile.pdf", "type": "Autres conférences et colloques avec actes", "id": 23 }]);