WYSIWYM – Integrated Visualization, Exploration and Authoring of Un-Structured and Semantic Content

Total Page:16

File Type:pdf, Size:1020Kb

WYSIWYM – Integrated Visualization, Exploration and Authoring of Un-Structured and Semantic Content Semantic Web 1 (2013) 1–14 1 IOS Press WYSIWYM – Integrated Visualization, Exploration and Authoring of Un-structured and Semantic Content Ali Khalili ∗, Sören Auer, University of Leipzig, Institute of Computer Science, AKSW Group, Augustusplatz 10, D-04009 Leipzig, Germany E-mail: {lastname}@informatik.uni-leipzig.de Abstract. The Semantic Web and Linked Data gained traction in the last years. However, the majority of information still is contained in unstructured documents. This can also not be expected to change, since text, images and videos are the natural way how humans interact with information. Semantic structuring on the other hand enables the (semi-)automatic integration, repurposing, rearrangement of information. NLP technologies and formalisms for the integrated representation of unstructured and semantic content (such as RDFa and Microdata) aim at bridging this semantic gap. However, in order for humans to truly benefit from this integration, we need ways to author, visualize and explore unstructured and semantic information in a holistic manner. In this paper, we present the WYSIWYM (What You See is What You Mean) concept, which addresses this issue and formalizes the binding between semantic representation models and UI elements for authoring, visualizing and exploration. With RDFaCE and Pharmer we present and evaluate two complementary showcases implementing the WYSIWYM concept for different application domains. Keywords: Visualization, Authoring, Exploration, Semantic Web, WYSIWYM, WYSIWYG, Visual Mapping 1. Introduction such as faceted search [27] or question answer- ing [16]. The Semantic Web and Linked Data gained traction – In information presentation semantically enriched in the last years. However, the majority of informa- documents can be used to create more sophis- tion still is contained in and exchanged using unstruc- ticated ways of flexibly visualizing information, tured documents, such as Web pages, text documents, such as by means of semantic overlays as de- images and videos. This can also not be expected to scribed in [3]. change, since text, images and videos are the natural – For information integration semantically enriched way how humans interact with information. Semantic documents can be used to provide unified views structuring on the other hand provides a wide range on heterogeneous data stored in different applica- of advantages compared to unstructured information. tions by creating composite applications such as It facilitates a number of important aspects of informa- semantic mashups [2]. tion management: – To realize personalization, semantic documents provide customized and context-specific informa- – For search and retrieval enriching documents tion which better fits user needs and will result with semantic representations helps to create in delivering customized applications such as per- more efficient and effective search interfaces, sonalized semantic portals [23]. – For reusability and interoperability enriching *Corresponding author. E-mail: [email protected] documents with semantic representations facili- leipzig.de. tates exchanging content between disparate sys- 1570-0844/13/$27.50 c 2013 – IOS Press and the authors. All rights reserved 2 Khalili et al. / WYSIWYM tems and enables building applications such as knowledge representation formalisms as well as executable papers [18]. UI elements for authoring, visualization and ex- ploration of such elements. 3. Two complementary use cases, which evaluate Natural Language Processing (NLP) technologies different, concrete WYSIWYM interfaces in a (e.g. named entity recognition and relationship extrac- generic as well as domain specific context. tion) as well as formalisms for the integrated represen- tation of unstructured and semantic content (such as RDFa and Microdata) aim at bridging the semantic gap The WYSIWYM formalization can be used as a ba- between unstructured and semantic representation for- sis for implementations; allows to evaluate and classify malisms. However, in order for humans to truly benefit existing user interfaces in a defined way; provides a from this integration, we need ways to author, visual- terminology for software engineers, user interface and ize and explore unstructured and semantic information domain experts to communicate efficiently and effec- in a holistic manner. tively. We aim to contribute with this work to mak- In this paper, we present the WYSIWYM (What ing Semantic Web applications more user friendly and You See Is What You Mean) concept, which addresses ultimately to create an ecosystem of flexible UI com- the issue of an integrated visualization, exploration ponents, which can be reused, repurposed and chore- and authoring of un-structured and semantic content. ographed to accommodate the UI needs of dynami- Our WYSIWYM concept formalizes the binding be- cally evolving information structures. tween semantic representation models and UI elements The remainder of this article is structured as follows: for authoring, visualizing and exploration. We anal- In Section 2, we describe the background of our work yse popular tree, graph and hyper-graph based seman- and discuss the related work. Section 3 describes the tic representation models and elicit a list of semantic fundamental WYSIWYM concept proposed in the pa- representation elements, such as entities, various rela- per. Subsections of Section 3 present the different com- tionships and attributes. We provide a comprehensive ponents of the WYSIWYM model. In Section 4, we survey of common UI elements for authoring, visu- introduce two implemented WYSIWYM interfaces to- alizing and exploration, which can be configured and gether with their evaluation results. Finally, Section 5 bound to individual semantic representation elements. concludes with an outlook on future work. Our WYSIWYM concept also comprises cross-cutting helper components, which can be employed within a concrete WYSIWYM interface for the purpose of 2. Related Work automation, annotation, recommendation, personaliza- tion etc. WYSIWYG. The term WYSIWYG as an acronym for With RDFaCE and Pharmer we present and evalu- What-You-See-Is-What-You-Get is used in computing ate two complementary showcases implementing the to describe a system in which content (text and graph- WYSIWYM concept for different domains. RDFaCE ics) displayed on-screen during editing appears in a is domain agnostic editor for text content with em- form closely corresponding to its appearance when bedded semantic in the form of RDFa or Microdata. printed or displayed as a finished product. The first Pharmer is a WYSIWYM interface for the authoring of usage of the term goes back to 1974 in the print in- semantic prescriptions and thus targeting the medical dustry to express the idea that what the user sees on domain. Our evaluation of both tools with end-users the screen is what the user gets on the printer. Xe- (in case of RDFaCE) and domain experts (in case of rox PARC’s Bravo was the first WYSIWYG editor- Pharmer) shows, that WYSIWYM interfaces provide formatter [19]. It was designed by Butler Lampson and good usability, while retaining benefits of a truly se- Charles Simonyi who had started working on these mantic representation. concepts around 1970 while at Berkeley. Later on by The contributions of this work are in particular: the emergence of Web and HTML technology, the 1. A formalization of the WYSIWYM concept WYSIWYG concept was also utilized in Web-based based on definitions for the WYSIWYM model, text editors. The aim was to reduce the effort required binding and concrete interfaces. by users to express the formatting directly as valid 2. A comprehensive survey of semantic represen- HTML markup. In a WYSIWYG editor users can edit tation elements of tree, graph and hyper-graph content in a view which matches the final appear- Khalili et al. / WYSIWYM 3 ance of published content with respect to fonts, head- cept is to enrich the existing WYSIWYG presenta- ings, layout, lists, tables, images and structure. Be- tional view of the content with UI components reveal- cause using a WYSIWYG editor may not require any ing the semantics embedded in the content and enable HTML knowledge, they are often easier for an aver- the exploration and authoring of semantic content. In- age computer user to get started with. The first pro- stead of separating presentation, content and meaning, grams for building Web pages with a WYSIWYG in- our WYSIWYM approach aims to integrate these as- terface were Netscape Gold, Claris HomePage, and pects to facilitate the process of Semantic Content Au- Adobe PageMill. thoring. There are already some approaches (i.e. vi- WYSIWYG text authoring is meanwhile ubiquitous sual mapping techniques), which go into the direction on the Web and part of most content creation and of integrated visualization and authoring of structured management workflows. It is part of content manage- content. ment cystems (CMS), weblogs, wikis, fora, product Visual Mapping Techniques. Visual mapping tech- data management systems and online shops, just to niques (a.k.a. knowledge representation techniques) mention a few. However, the WYSIWYG model has are methods to graphically represent knowledge struc- been criticized, primarily for the verbosity, poor sup- tures. Most of them have been developed as paper- port of semantics and low quality of the generated based techniques for brainstorming, learning facilita- code and there have been voices advocating a change tion, outlining or to elicit knowledge structures.
Recommended publications
  • Tilt-Based Automatic Zooming and Scaling in Mobile Devices – a State-Space Implementation
    Tilt-Based Automatic Zooming and Scaling in Mobile Devices – a state-space implementation Parisa Eslambolchilar 1, Roderick Murray-Smith 1,2 1 Hamilton Institute, National University of Ireland, NUI, Maynooth, Co.Kildare , Ireland [email protected] 2 Department of Computing Science, Glasgow University, Glasgow G12 8QQ, Scotland [email protected] Abstract. We provide a dynamic systems interpretation of the coupling of in- ternal states involved in speed-dependent automatic zooming, and test our im- plementation on a text browser on a Pocket PC instrumented with an acceler- ometer. The dynamic systems approach to the design of such continuous interaction interfaces allows the incorporation of analytical tools and construc- tive techniques from manual and automatic control theory. We illustrate ex- perimental results of the use of the proposed coupled navigation and zooming interface with classical scroll and zoom alternatives. 1 Introduction Navigation techniques such as scrolling (or panning) and zooming are essential components of mobile device applications such as map browsing and reading text documents, allowing the user access to a larger information space than can be viewed on the small screen. Scrolling allows the user to move to different locations, while zooming allows the user to view a target at different scales. However, the restrictions in screen space on mobile devices make it difficult to browse a large document effi- ciently. Using the traditional scroll bar, the user must move back and forth between the document and the scroll bar, which can increase the effort required to use the in- terface. In addition, in a long document, a small movement of the handle can cause a sudden jump to a distant location, resulting in disorientation and frustration.
    [Show full text]
  • Prezi – Ideas Matter
    The Center for Teaching, Learning, & Technology Instructional Technology Workshops Ideas Matter Albert Robinson / Delwar Sayeed Faculty and Staff Development Programs Colston Hall Room 226 718‐289‐5100 ext. 3142 Prezi – Ideas Matter 1. What is Prezi? Prezi is a cloud‐based presentation software and storytelling tool for exploring and sharing ideas on a virtual canvas. Prezi is distinguished by its Zooming User Interface (ZUI), which enables users to zoom in and out of their presentation media. 2. Creating a free account Visit http://prezi.com/pricing/edu/ and select “Edu Enjoy”. Enter your BCC E‐mail and click ‘Verify’. A link will be sent to your e‐mail address with further instructions. 3. Customizing Your Profile After you have signed up and logged in, click on Your Name on the top right corner. A drop down menu will appear. Select “Settings & Account”. 4. Starting a new Prezi Project Once you are ready to create a new Prezi project, select “Your Prezis” from the top menu. This page will show the number of Prezis you have created so far. First time users will see the message “You have no Prezi yet.” In the same page you will see a button labeled “+ New Prezi”. Click on that button to create a new Prezi project. There is also a “+ New Prezi” button on the top right corner of each page you visit. 5. Choosing a Template After you click “+ New Prezi” button, a new browser window will open and it will ask you to choose a template, which is very similar to Microsoft PowerPoint.
    [Show full text]
  • Toolkit Design for Interactive Structured Graphics
    Toolkit Design for Interactive Structured Graphics Benjamin B. Bederson, Jesse Grosjean, Jon Meyer Human-Computer Interaction Laboratory Institute for Advanced Computer Studies Computer Science Department University of Maryland, College Park, MD 20742 +1 301 405-2764 {bederson, jesse, meyer}@cs.umd.edu ABSTRACT In this paper, we analyze three approaches to building graphical applications with rich user interfaces. We compare hand-crafted custom code to polylithic and monolithic toolkit-based solutions. Polylithic toolkits follow a design philosophy similar to 3D scene graphs supported by toolkits including Java3D and OpenInventor. Monolithic toolkits are more akin to 2D Graphical User Interface toolkits such as Swing or MFC. We describe Jazz (a polylithic toolkit) and Piccolo (a monolithic toolkit), each of which we built to support interactive 2D structured graphics applications in general, and Zoomable User Interface applications in particular. We examine the trade-offs of each approach in terms of performance, memory requirements, and programmability. We conclude that, for most applications, a monolithic-based toolkit is more effective than either a hand-crafted or a polylithic solution for building interactive structured graphics, but that each has advantages in certain situations. Keywords Monolithic toolkits, Polylithic toolkits, Zoomable User Interfaces (ZUIs), Animation, Structured Graphics, Graphical User Interfaces (GUIs), Pad++, Jazz, Piccolo. INTRODUCTION Application developers rely on User Interface (UI) toolkits such as Microsoft’s MFC and .NET Windows Forms, and Sun’s Swing and AWT to create visual user interfaces. However, while these toolkits are effective for traditional forms-based applications, they fall short when the developer needs to build a new kind of user interface component – one that is not bundled with the toolkit.
    [Show full text]
  • [email protected] Paper No. 12 571-272-7822 Date Entered: March 29, 2013 UNITED STATES PATENT and TRADEMARK OFFICE ___
    [email protected] Paper No. 12 571-272-7822 Date Entered: March 29, 2013 UNITED STATES PATENT AND TRADEMARK OFFICE ____________ BEFORE THE PATENT TRIAL AND APPEAL BOARD ____________ KYOCERA CORPORATION Petitioner v. SOFTVIEW LLC Patent Owner, ____________ Case IPR2013-00004 Patent 7,831,926 ____________ Before, SCOTT R. BOALICK, THOMAS L. GIANNETTI, and BRIAN J. McNAMARA, Administrative Patent Judges. McNAMARA, Administrative Patent Judge. DECISION Institution of Inter Partes Review 37 C.F.R. § 42.108 Case IPR2013-00004 Patent 7,831,926 BACKGROUND Petitioner Kyocera Corporation requests inter partes review of claims 30, 31, 40, 41, 43, 52, 55, and 59 of US Patent 7,831,926 B2 (the ‘’926 patent) pursuant to 35 U.S.C. §§ 311 et seq. The Patent Owner, Softview LLC, did not file a preliminary response under 37 C.F.R. §42.107(b). We have jurisdiction under 35 U.S.C. §314. The standard for instituting an inter partes review is set forth in 35 U.S.C. § 314(a) which provides as follows: THRESHOLD -- The Director may not authorize an inter partes review to be instituted unless the Director determines that the information presented in the petition filed under section 311 and any response filed under section 313 shows that there is a reasonable likelihood that the petitioner would prevail with respect to at least 1 of the claims challenged in the petition. Petitioner challenges the claims as obvious under 35 U.S.C. § 103 on five separate grounds, designated in the Petition as RLP-1 through RLP-5. We grant the Petition challenging claims 30, 31, 40, 41, 43, 52, 55 and 59 based on the combination of Zarus, Pad++ and SVF (RLP-3) and the combination of Zarus, Hara, Tsutsuimatake, and SVG (RLP-5).
    [Show full text]
  • Perceptual Strategies Under Constrained Movements on a Zoomable Haptic Mobile Device
    Perceptual strategies under constrained movements on a zoomable haptic mobile device Mounia Ziat1, Eric Lecolinet2, Olivier Gapenne3, Gerard Mouret2, Charles Lenay3 1Psychology Department, Northern Michigan University, Marquette, MI 2Telecom ParisTech, Paris, France 3Universite de Technologie de Compiegne, France [email protected] Abstract. This study shows that zooming and pointing strategies are influenced by visual constraints when using a haptic mobile device. Participants were re- quired to point on invisible targets that were only detectable via a tactile feed- back. Movements were either constrained or unconstrained. Results revealed that pointing and zooming strategies depended on the order of training. Participants who started their training with unconstrained movements, kept using the same strategies even when constraints have been removed. This suggests that con- strained movements allowed participants to explore other strategies that would have not been available and extended their repertoire of exploratory strategies related to the haptic zoom. Keywords: Mobile devices, constrained movements, haptic zoom, perceptual strategies. 1 Introduction Although visual and tactile senses are different, several research on perceptual illu- sions showed similarities between the two senses [7, 26, 27]. In this study, we focused on haptic zoom conditions that could resemble a visual zooming experience. Ziat et al. showed that when participants manipulated a haptic zoom to recognize objects, they differentiated easily the lowest and highest levels of zoom, but failed to use intermedi- ate levels despite their availability [23]. When describing their haptic zooming experi- ence, participants compared it truly to the visual experience: "I am getting close/far away to/from the object" or "the object is getting big/small relatively to me".
    [Show full text]
  • Tearing Instead of Rectangular Clipping/Framing Viewports in User Interfaces
    Tearing instead of rectangular clipping/framing viewports in user interfaces Janne V. Kujala and Tuomas J. Lukka Hyperstructure Group Agora Center, P.O. Box 35 FIN-40014 University of Jyvask¨ yla¨ Finland jvk@iki.fi, lukka@iki.fi May 9, 2003 Abstract vas, we similarly “tear” a part of the canvas non- photorealistically, using break lines to indicate the torn We apply break lines from technical drawing as an alter- edges. native to the ubiquitous rectangular frames in user inter- In the following sections, we first describe related faces. When showing a piece of a larger canvas, the non- work, then the reasons and design issues and which fea- photorealistically torn edges naturally indicate where the tures are desirable. Next, we describe a mathematical so- content extends. We show how the shape of the jagged lution to the geometric problem and discuss a hardware- edge can be tied to its location on the paper; this creates a accelerated implementation. Finally, we discuss some ex- natural rippling motion when the edge moves in relation ample applications. to the paper. The jagged edge is also visually less ambigu- ous than the straight horizontal and vertical lines and can be used to provide a sense of scale to the user. 2 Related work We show how suitably rippling break lines can be im- plemented on the NV10 and NV25 architectures, and 2.1 Viewports show screenshots of example user interfaces. As discussed in [23], viewports, i.e. regions of the screen (usually framed), showing part of a larger 2D plane 1 Introduction (called canvas from here on), have been used in user in- terfaces since Sutherland’s Sketchpad system[45].
    [Show full text]
  • Personalized Navigation Instruments for Map User Interfaces Daniel Miau
    Personalized Navigation Instruments for Map User Interfaces Daniel Miau Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA UNIVERSITY 2018 ©2018 Daniel Miau All rights reserved ABSTRACT Personalized Navigation Instruments for Map User Interfaces Daniel Miau A map is a big multi-scale information space. The size of a computer display, however, is limited. Users of digital maps often need to repeatedly resize and reposition the map to seek information. These repeated and excess interactions mar the user experience, and create bottlenecks for efficient information processing. We introduce personalized navigation instruments, a class of navigation instruments that leverage personal important spatial entities (e.g., landmarks and routes) to tackle nav- igation challenges in map user interfaces. Specifically, we contribute the following three instruments, each of which embodies a novel research idea: 1) Personalized Compass (P- Compass) is a multi-needle compass that extends the concept of a conventional compass to help users establish a reference frame. P-Compass localizes an unknown reference point by visualizing its relationship with respect to landmarks. P-Compass leverages what a user knows to help them figure out what they do not know. 2) SpaceTokens are interactive map widgets that represent locations, and help users see and link locations rapidly. With Space- Tokens, users can use locations directly as controls to manipulate a map, or building blocks to link with other locations. SpaceTokens make locations first-class citizens of map interac- tion. 3) SpaceBar associates a simple linear scrollbar with a complex nonlinear route, thus facilitates efficient route comprehension and interaction.
    [Show full text]
  • Jazz: an Extensible Zoomable User Interface Graphics Toolkit in Java
    Jazz: An Extensible Zoomable User Interface Graphics Toolkit in Java Benjamin B. Bederson, Jon Meyer, Lance Good Human-Computer Interaction Lab Institute for Advanced Computer Studies, Computer Science Department University of Maryland, College Park, MD 20742 +1 301 405-2764 {bederson, meyer, goodness}@cs.umd.edu ABSTRACT In this paper we investigate the use of scene graphs as a general approach for implementing two-dimensional (2D) graphical applications, and in particular Zoomable User Interfaces (ZUIs). Scene graphs are typically found in three-dimensional (3D) graphics packages such as Sun's Java3D and SGI's OpenInventor. They have not been widely adopted by 2D graphical user interface toolkits. To explore the effectiveness of scene graph techniques, we have developed Jazz, a general-purpose 2D scene graph toolkit. Jazz is implemented in Java using Java2D, and runs on all platforms that support Java 2. This paper describes Jazz and the lessons we learned using Jazz for ZUIs. It also discusses how 2D scene graphs can be applied to other application areas. Keywords Zoomable User Interfaces (ZUIs), Animation, Graphics, User Interface Management Systems (UIMS), Pad++, Jazz. INTRODUCTION Today’s Graphical User Interface (GUI) toolkits contain a wide range of built-in user interface objects (also known as widgets, controls or components). These GUI toolkits are excellent for building hierarchical organizations of standard widgets such as buttons, scrollbars, and text areas. Figure 1: Screen snapshot of the HiNote However, they fall short when the developer needs to application program, written using Jazz. create application-specific widgets. Developers typically We believe that a significant problem with existing 2D user write these application-specific widgets by subclassing an interface toolkits is that they follow a “monolithic” design existing widget and overriding methods to define new philosophy.
    [Show full text]
  • The Design of the User Interfaces for Privacy Enhancements for Android Jason I
    The Design of the User Interfaces for Privacy Enhancements for Android Jason I. Hong, Yuvraj Agarwal, Matt Fredrikson, Mike Czapik, Shawn Hanna, Swarup Sahoo, Judy Chun, Won-Woo Chung, Aniruddh Iyer, Ally Liu, Shen Lu, Rituparna Roychoudhury, Qian Wang, Shan Wang, Siqi Wang, Vida Zhang, Jessica Zhao, Yuan Jiang, Haojian Jin, Sam Kim, Evelyn Kuo, Tianshi Li, Jinping Liu, Yile Liu, Robert Zhang Carnegie Mellon University, [email protected] We present the design and design rationale for the user interfaces for Privacy Enhancements for Android (PE for Android). These UIs are built around two core ideas, namely that developers should explicitly declare the purpose of why sensitive data is being used, and these permission-purpose pairs should be split by first party and third party uses. We also present a taxonomy of purposes and ways of how these ideas can be deployed in the existing Android ecosystem. CCS CONCEPTS •Human-centered computing~Ubiquitous and mobile computing~Ubiquitous and mobile computing systems and tools •Security and privacy~Human and societal aspects of security and privacy~Privacy protections •Security and privacy~Human and societal aspects of security and privacy~Usability in security and privacy Additional Keywords and Phrases: Smartphone, privacy, Android, Privacy Enhancements for Android, user interface design 1 INTRODUCTION Privacy Enhancements for Android (PE for Android1) is a DARPA-funded project seeking to improve the privacy of the Android Open Source Project (AOSP). In this white paper, we focus on one specific aspect of PE for Android, namely the new privacy-focused user interfaces that our team has been designing, prototyping, and testing over the past four years of this project.
    [Show full text]
  • Download the Full Text In
    Zooming out from the desktop ZOOMING OUT FROM THE DESKTOP The desktop/office metaphor is at the base in the The use of metaphors interface of the majority of computers currently in in Human–Computer use. The desktop metaphor was introduced in late Interface design 1970s to make computers friendlier to office workers. Today this type of interfaces and metaphors are not adequate with computer users needs. This dissertation explains why this obsolete concept is still in use. Then some alternative, emerging interfaces are presented. The last chapter then describes the One Laptop Per Child project as an example of how interface design can successfully take different routes from what is considered the industry standard. Giuseppe Costanza Giuseppe Costanza MA Communication Design, Digital Media 2008 Zooming out from the desktop The use of metaphors in Human–Computer Interface design Giuseppe Costanza MA Communication Design, Digital Media 2008 Abstract The desktop/office metaphor is at the base in the interface of the majority of computers currently in use. The desktop metaphor was introduced in late 1970s to make computers friendlier to of- fice workers. Today this type of interfaces and metaphors are not adequate with computer users needs. This dissertation explains why this obsolete concept is still in use. Then some alternative, emerging interfaces are presented. The last chapter then de- scribes the One Laptop Per Child project as an example of how interface design can successfully take different routes from what is considered the industry
    [Show full text]
  • Towards a Graphical Environment for Semantic Knowledge Management
    iMapping Wikis— Towards a Graphical Environment for Semantic Knowledge Management Heiko Haller, Felix Kugel, Max V¨olkel Forschungszentrum Informatik (FZI), University of Karlsruhe, Germany {heiko.haller, max.voelkel, felix.kugel}@fzi.de, http://www.fzi.de/ipe Abstract. iMapping is a visual technique for structuring information objects. It is based on research in the fields of visual mapping tech- niques, Information Visualisation and cognitive psychology. iMapping uses a Zooming User Interface to facilitate navigation and to help users maintain an overview in the knowledge space. An iMap is comparable to a large whiteboard where wiki-pages can be positioned like post-its but also nested into each other. Augmenting Wikis by providing spatial browsing and zooming facilities makes it easier to structure content in an intuitive way. Especially semantic wikis, which typically contain more fine-grained content, and stress the structure between information items, can benefit from a graphical approach like iMapping, that allows to dis- play multiple such items and multiple wiki-pages in one view. This paper describes the iMapping approach in general, and briefly how it will be applied as a rich client front-end to the SemWiki engine. 1 Introduction Wikis have proven to be useful devices to easily store and manage structured in- formation, and are also increasingly being used for Personal Knowledge Manage- ment. Semantic technologies however have not found widespread use so far. Using wikis to also author formal (semantic) knowledge structures seems a promising approach. However for these semantic technologies to be widely used, it is crucial that they are very easy to author and that they do not constrict the user in his work.
    [Show full text]
  • Designing Ilook: an Integrated, Zoomable Interface to Support Users’ Interaction with Networked Home Appliances
    PsychNology Journal, 2011 Volume 9, Number 3, 223 – 243 Designing iLook: An integrated, zoomable interface to support users’ interaction with networked home appliances Marco Carnesecchi*1, Antonio Rizzo1, Andrea Alessandrini1, Maurizio Caporali1 and Monica Milani2 1Università degli Studi di 2Indesit Company (Italy) Siena (Italy) ABSTRACT iLook is a user interface designed to support everyday interaction between people and home appliances focusing on four potential assets provided to us by a leading home appliances manufacturer as a design brief: a) remote control; b) assistance and maintenance; c) ecological-economic impact; d) social networking. We discuss the participatory design process we followed firstly focusing on the future workshops and cultural probe phase where mixed groups of researchers, designers and managers from the manufacturing company and end-users produced concepts and innovative services. The concepts were enriched and refined through diaries given to the participants who produced envisioning scenarios that that described how the concepts would influence their everyday interaction with appliances. Then secondly on the role prototyping workshop where 22 interaction design students produced sketches, explored unexpressed features, functionalities and contexts of use of the earlier concepts through the use of scenarios. To organize the outcomes of the earlier phases we devised a five-level information architecture for interaction with home appliances in the physical space and mapped the four assets onto each level. As a result of the process we present three steps towards the final prototype of iLook, a zooming user interface (ZUI) that embodies some focus+context and augmented reality features allowing the integration of the different assets on the diverse home appliances in one unifying context.
    [Show full text]