Personal Knowledge Models with Semantic Technologies

Total Page:16

File Type:pdf, Size:1020Kb

Personal Knowledge Models with Semantic Technologies Max Völkel Personal Knowledge Models with Semantic Technologies Personal Knowledge Models with Semantic Technologies Max Völkel 2 Bibliografische Information Detaillierte bibliografische Daten sind im Internet über http://pkm.xam.de abrufbar. Covergestaltung: Stefanie Miller c 2010 Max Völkel, Ritterstr. 6, 76133 Karlsruhe Alle Rechte vorbehalten. Dieses Werk sowie alle darin enthaltenen einzelnen Beiträge und Abbildungen sind urheberrechtlich geschützt. Jede Verwertung, die nicht ausdrücklich vom Urheberrechtsschutz zugelassen ist, bedarf der vorigen Zustimmung des Autors. Das gilt insbesondere für Vervielfältigungen, Bearbeitungen, Übersetzungen, Auswertung durch Datenbanken und die Einspeicherung und Verar- beitung in elektronische Systeme. Unter http://pkm.xam.de sind weitere Versionen dieses Werkes sowie weitere Lizenzangaben aufgeführt. Zur Erlangung des akademischen Grades eines Doktors der Wirtschaftswis- senschaften (Dr. rer. pol.) von der Fakultät für Wirtschaftswissenschaften des Karlsruher Instituts für Technologie (KIT) genehmigte Dissertation von Dipl.-Inform. Max Völkel. Tag der mündlichen Prüfung: 14. Juli 2010 Referent: Prof. Dr. Rudi Studer Koreferent: Prof. Dr. Klaus Tochtermann Prüfer: Prof. Dr. Gerhard Satzger Vorsitzende der Prüfungskommission: Prof. Dr. Christine Harbring Abstract Following the ideas of Vannevar Bush (1945) and Douglas Engelbart (1963), this thesis explores how computers can help humans to be more intelligent. More precisely, the idea is to reduce limitations of cognitive processes with the help of knowledge cues, which are external reminders about previously experienced internal knowledge. A knowledge cue is any kind of symbol, pattern or artefact, created with the intent to be used by its creator, to re- evoke a previously experienced mental state, when used. The main processes in creating, managing and using knowledge cues are analysed. Based on the resulting knowledge cue life-cycle, an economic analysis of costs and benefits in Personal Knowledge Management (PKM) processes is performed. The main result of this thesis is a meta-model for representing knowledge cues, which is called Conceptual Data Structures (CDS). It consists of three parts: (1) A simple, expressive data-model; (2) A small relation ontology which unifies the relations found in the cognitive models of tools used for PKM tasks, e. g., documents, mind-maps, hypertext, or semantic wikis. (3) An interchange format for structured text together with corresponding wiki syntax. These three parts together allow representing knowledge cues in varying degrees of granularity (number and size of items), structuredness (relations between items), and formality (fraction of items typed with items from a meta-model) in a unified way. The CDS model has been implemented in Java. Based on this reference implementation several tools for personal knowledge management have been created (one by the author of this work and two external tools). All three tools have been used in a comparative evaluation with 125 person-hours. In the evaluation, the Conceptual Data Structures (CDS) data model has successfully been used to represent and use (retrieve) artefacts in a uni- form fashion that are in different degrees of formalisation. Although still research prototypes, the CDS Tools had interaction efficiency and usability ratings compared to Semantic MediaWiki (SMW). Using CDS Tools, users produced significantly more non-trivial triples than with SMW. The created Relation and concept hierarchies can be re-used in a semantic desktop. 4 Acknowledgements I thank my professor, Prof. Dr. Rudi Studer, for letting me pursue what I wanted to pursue, taking care of my environment. I thank the whole research group which has a fascinating attitude of open criticism and honest feedback. Of course, I also thank Prof. Dr. Klaus Tochtermann for his valuable feedback. I thank Dr. Andreas Abecker for a prompt and valuable review of the complete thesis. I thank (in order of appearance) Alexander Grossoul, Mike Sibler, Sebas- tian Gerke, Benjamin Heitmann, Markus Göbel, Andreas Kurz, Sebastian Döweling, and Mustafa Yilmaz who helped to research and develop various parts of this work with their student research projects (Studienarbeiten) and diploma thesis’ (Diplomarbeiten). I thank additionally (in order of appearance) the students that helped to develop the CDS code base, espe- cially Werner Thiemann, Daniel Clemente, Konrad Völkel, Andreas Krei- dler, Björn Kaidel, and Daniel Scharrer. Furthermore, I thank the students that helped to evaluate the final CDS tools. I would also like to thank a lot of people for reviewing this thesis in various stages. All mistakes that are left are my fault, not theirs. I thank Jens Wissmann and Peter Wolf for reviewing chapter 4. I thank Konrad Völkel for reviewing chapters 1, 3 and 4. I thank Mark Hefke for providing valuable feedback on the economic analysis. I thank David Elsweiler for language and style checking various parts of the thesis. I thank Heiko Haller for many enthusiastic day-long discussions about the obscurest details of the CDS model. His constant nagging questions helped to shape the CDS model and API. I thank Stephan Bloehdorn and Denny Vrandecic for many critical dis- cussions at our favourite Sushi place. And I thank Anke and my parents for being patient with me in the long times where I was sitting at my desk. Part of this work has been funded by the European Commission in the context of the IST Integrated Project NEPOMUK1 – The Social Semantic Desktop, FP6-027705. Another part of this work has been done in “WAVES - Wissensaustausch bei der verteilten Entwicklung von Software”2, funded by BMBF, Germany. Yet another part of this work was supported by the European Commission under contract FP6-507482 in the project Knowledge Web3. The expressed content is the view of the author but not necessarily the view of any sponsor. 1http://nepomuk.semanticdesktop.org/ (accessed 06.01.2010) 2http://waves.fzi.de/ (accessed 06.01.2010) 3http://knowledgeweb.semanticweb.org (accessed 06.01.2010) 5 Presumably man’s spirit should be elevated if he can better re- view his shady past and analyze more completely and objectively his present problems. He has built a civilization so complex that he needs to mechanize his records more fully if he is to push his experiment to its logical conclusion and not merely become bogged down part way there by overtaxing his limited memory. Vannevar Bush (1945, p. 108) Contents 1 Introduction 9 1.1Readersguide........................... 9 1.2 Motivation ............................ 12 1.2.1 Focus on the individual knowledge worker ....... 13 1.2.2 Limits of the individual ................. 18 1.2.3 External representations ................. 20 1.2.4 Automating symbol manipulation ............ 23 1.2.5 Economic considerations ................. 28 1.2.6 Summary ......................... 30 1.3 Research questions and contributions . ........... 30 1.4 Solution overview ......................... 32 2 Foundations 35 2.1 Modelling, models and meta-models .............. 36 2.2Documents............................ 39 2.3 Desktop operating system and the file metaphor ....... 42 2.4 Hypertext and the World Wide Web .............. 42 2.5Softwareengineering....................... 45 2.6 Semantic technologies ...................... 46 2.7 Note-taking ............................ 51 2.8 Personal Information Management ............... 53 2.9 Wikis ............................... 54 2.10 Mind- and Concept Maps .................... 56 2.11 Tagging and Web 2.0 ....................... 57 2.12 Knowledge acquisition ...................... 59 2.13 Human-computer interaction .................. 60 3 Analysis and Requirements 61 3.1UsecasesinPKM........................ 61 3.2ProcessesinPKM........................ 66 3.2.1 Existing process models ................. 66 3.2.2 Knowledge cue life-cycle ................. 69 3.3 Economic analysis ........................ 78 3.3.1 Costs and benefits without tools ............ 80 3.3.2 Costs and benefits with tools .............. 81 3.3.3 Detailed analysis ..................... 84 3.3.4 Summary and conclusions ................ 90 3.4 Requirements for Knowledge Models from literature ..... 93 Contents 7 3.4.1 Interaction for codify and augment process ...... 93 3.4.2 Interaction for retrieval process .............103 3.4.3 Expressivity ........................104 3.5 Analysis of relations from conceptual models of PKM-tools . 105 3.5.1 Documents ........................109 3.5.2 Hypertext .........................109 3.5.3 File explorer .......................111 3.5.4 Data structures ......................112 3.5.5 Mind- and Concept Maps ................113 3.5.6 Collaborative information organisation tools ......114 3.5.7 Summary of common relations .............114 3.6 Knowledge representation ....................115 3.6.1 Data exchange formats ..................115 3.6.2 Ontology and schema languages .............116 3.6.3 Common relations ....................119 3.7 Requirements summary .....................120 3.8 Conclusions ............................120 4 Conceptual Data Structures 123 4.1CDSdatamodel.........................124 4.1.1 Informal description and design rationale .......125 4.1.2 Formal definition .....................133 4.1.3 Queries . .........................138 4.1.4 Operations ........................140 4.2 CDS relation ontology ......................143 4.2.1 Informal description ...................144 4.2.2 Formal definition .....................148 4.3 Syntax
Recommended publications
  • Software Catalog for Patch Management and Software Deployment 
    Software Catalog for Patch Management and Software Deployment Find all supported 3rd party applications that can be patched and deployed in Monitoring & Asset Management below. Click on a software to get a more detailed view of the respective versions. (Last Update: 2021/03/23) Vendors # Citrix 4 7-Zip 4 Code4ward.net 5 A CoreFTP 5 Acro 4 Corel 5 Adobe 4 CrowdStrike, Inc 5 AdoptOpenJDK 4 D AIMP Dev Team 4 dotPDN LLC 5 Amazon Services LLC 4 Dropbox 5 Apache Software Foundation 4 E Apple 4 Evernote Corporation 5 Atlassian 4 F Audacity 4 FileZilla 5 Azul Systems, Inc 4 Foxit Corporation 5 B G Bandicam Company 4 GIT 5 Barco, Inc 4 GIMP.org 5 BlueJeans Network, Inc. 4 Glavsoft 5 Botkind, Inc. 4 Google 5 Box.com 4 Gretech Corp 5 C Inkscape 5 CDBurnerXP 4 IrfanView 5 Cisco 4 Software Catalog for Patch Management and Software Deployment J P Jabra 5 PeaZip 10 JAM Software 5 Pidgin 10 Juraj Simlovic 5 Piriform 11 K Plantronics, Inc. 11 KeePass 5 Plex, Inc 11 L Prezi Inc 11 LibreOffice 5 Programmer‘s Notepad 11 Lightning UK 5 PSPad 11 LogMeIn, Inc. 5 Q M QSR International 11 Malwarebytes Corporation 5 Quest Software, Inc 11 Microsoft 6 R MIT 10 R Foundation 11 Morphisec 10 RarLab 11 Mozilla Foundation 10 Real 11 N RealVNC 11 Neevia Technology 10 RingCentral, Inc. 11 NextCloud GmbH 10 S Nitro Software, Inc. 10 Scooter Software, Inc 11 Nmap Project 10 Siber Systems 11 Node.js Foundation 10 Simon Tatham 11 Notepad++ 10 Skype Technologies S.A.
    [Show full text]
  • Full Circle Magazine #33 Contents ^ Full Circle Ubuntu Women P.28
    full circle ISSUE #33 - January 2010 CCRREEAATTEE AA MMEEDDIIAA CCEENNTTEERR WWIITTHH UUBBUUNNTTUU,, AANN AACCEERR RREEVVOO && BBOOXXEEEE full circle magazine #33 contents ^ full circle Ubuntu Women p.28 Program In Python - Pt7 p.08 Ubuntu Games p.31 My Story p.19 MOTU Interview p.24 Read how Ubuntu is used in public education, and why one man made the switch to Linux. Ubuntu, Revo & Boxee p.13 Command & Conquer p.05 The Perfect Server - Pt3 p.15 Review - Exaile p.23 Letters p.26 Top 5 - Sync. Clients p.35 The articles contained in this magazine are released under the Creative Commons Attribution-Share Alike 3.0 Unported license. This means you can adapt, copy, distribute and transmit the articles but only under the following conditions: You must attribute the work to the original author in some way (at least a name, email or URL) and to this magazine by name ('full circle magazine') and the URL www.fullcirclemagazine.org (but not attribute the article(s) in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you must distribute the resulting work under the same, similar or a compatible license. full circle magazine #33 contents ^ EDITORIAL This magazine was created using : Welcome to another issue of Full Circle magazine. ast month, Andrew gave us his Top 5 Media Center applications. This month I've written a How-To on using Ubuntu on an Acer Aspire Revo to create the foundation for Boxee. For under £150 I've created a fantastic media center L which not only looks great, it's fully customizable! That's my media center story, but don't forget to read the My Story articles which this month focus on Ubuntu, Linux and open-source in public education, as well as how one man went from using old (modern at the time) computers, to using Ubuntu.
    [Show full text]
  • TEAM Ling Linux Shell Scripting with Bash
    TEAM LinG Linux Shell Scripting with Bash This Book Is Distributed By http://pdfstore.tk/ Please Make Sure That This E-Book Dont Have Any Or Damage This will cause you Missing Pages And Missing Tutorials.www.pdfstore.tk will automaticly `check . is this book is ready for read Attention :- Before You read this Book Please Visit www.pdfstore.tk and check you can Free Download any kind of Free matirials from www.pdfstore.tk web site TEAM LinG Linux Shell Scripting with Bash Ken O. Burtch DEVELOPER’S LIBRARY Sams Publishing, 800 East 96th Street, Indianapolis, Indiana 46240 Linux Shell Scripting with Bash Acquisitions Editor Scott Meyers Copyright © 2004 by Sams Publishing All rights reserved. No part of this book shall be reproduced, stored Managing Editor in a retrieval system, or transmitted by any means, electronic, Charlotte Clapp mechanical, photocopying, recording, or otherwise, without written Project Editor permission from the publisher. No patent liability is assumed with Elizabeth Finney respect to the use of the information contained herein.Although every precaution has been taken in the preparation of this book, the Copy Editor publisher and author assume no responsibility for errors or omis- Kezia Endsley sions. Nor is any liability assumed for damages resulting from the use Indexer of the information contained herein. Ken Johnson International Standard Book Number: 0-672-32642-6 Proofreader Library of Congress Catalog Card Number: 2003112582 Leslie Joseph Printed in the United States of America Technical Editor First Printing: February 2004 John Traenkenschuh 07060504 4321 Publishing Coordinator Trademarks Vanessa Evans All terms mentioned in this book that are known to be trademarks Multimedia Developer or service marks have been appropriately capitalized.
    [Show full text]
  • Utilizing Mind-Maps for Information Retrieval and User Modelling
    Preprint, to be published at UMAP 2014. Downloaded from http://docear.org Utilizing Mind-Maps for Information Retrieval and User Modelling Joeran Beel1,2, Stefan Langer1,2, Marcel Genzmehr1, Bela Gipp1,3 1 Docear, Magdeburg, Germany 2 Otto-von-Guericke University, Magdeburg, Germany 3 University of California, Berkeley, USA {beel | langer | genzmehr | gipp}@docear.org Abstract. Mind-maps have been widely neglected by the information retrieval (IR) community. However, there are an estimated two million active mind-map users, who create 5 million mind-maps every year, of which a total of 300,000 is publicly available. We believe this to be a rich source for information retriev- al applications, and present eight ideas on how mind-maps could be utilized by them. For instance, mind-maps could be utilized to generate user models for recommender systems or expert search, or to calculate relatedness of web-pages that are linked in mind-maps. We evaluated the feasibility of the eight ideas, based on estimates of the number of available mind-maps, an analysis of the content of mind-maps, and an evaluation of the users’ acceptance of the ideas. We concluded that user modelling is the most promising application with re- spect to mind-maps. A user modelling prototype – a recommender system for the users of our mind-mapping software Docear – was implemented, and evalu- ated. Depending on the applied user modelling approaches, the effectiveness, i.e. click-through rate on recommendations, varied between 0.28% and 6.24%. This indicates that mind-map based user modelling is promising, but not trivial, and that further research is required to increase effectiveness.
    [Show full text]
  • Assignment of Master's Thesis
    ASSIGNMENT OF MASTER’S THESIS Title: Git-based Wiki System Student: Bc. Jaroslav Šmolík Supervisor: Ing. Jakub Jirůtka Study Programme: Informatics Study Branch: Web and Software Engineering Department: Department of Software Engineering Validity: Until the end of summer semester 2018/19 Instructions The goal of this thesis is to create a wiki system suitable for community (software) projects, focused on technically oriented users. The system must meet the following requirements: • All data is stored in a Git repository. • System provides access control. • System supports AsciiDoc and Markdown, it is extensible for other markup languages. • Full-featured user access via Git and CLI is provided. • System includes a web interface for wiki browsing and management. Its editor works with raw markup and offers syntax highlighting, live preview and interactive UI for selected elements (e.g. image insertion). Proceed in the following manner: 1. Compare and analyse the most popular F/OSS wiki systems with regard to the given criteria. 2. Design the system, perform usability testing. 3. Implement the system in JavaScript. Source code must be reasonably documented and covered with automatic tests. 4. Create a user manual and deployment instructions. References Will be provided by the supervisor. Ing. Michal Valenta, Ph.D. doc. RNDr. Ing. Marcel Jiřina, Ph.D. Head of Department Dean Prague January 3, 2018 Czech Technical University in Prague Faculty of Information Technology Department of Software Engineering Master’s thesis Git-based Wiki System Bc. Jaroslav Šmolík Supervisor: Ing. Jakub Jirůtka 10th May 2018 Acknowledgements I would like to thank my supervisor Ing. Jakub Jirutka for his everlasting interest in the thesis, his punctual constructive feedback and for guiding me, when I found myself in the need for the words of wisdom and experience.
    [Show full text]
  • Towards the Implementation of an Intelligent Software Agent for the Elderly Amir Hossein Faghih Dinevari
    Towards the Implementation of an Intelligent Software Agent for the Elderly by Amir Hossein Faghih Dinevari A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science Department of Computing Science University of Alberta c Amir Hossein Faghih Dinevari, 2017 Abstract With the growing population of the elderly and the decline of population growth rate, developed countries are facing problems in taking care of their elderly. One of the issues that is becoming more severe is the issue of compan- ionship for the aged people, particularly those who chose to live independently. In order to assist the elderly, we suggest the idea of a software conversational intelligent agent as a companion and assistant. In this work, we look into the different components that are necessary for creating a personal conversational agent. We have a preliminary implementa- tion of each component. Among them, we have a personalized knowledge base which is populated by the extracted information from the conversations be- tween the user and the agent. We believe that having a personalized knowledge base helps the agent in having better, more fluent and contextual conversa- tions. We created a prototype system and conducted a preliminary evaluation to assess by users conversations of an agent with and without a personalized knowledge base. ii Table of Contents 1 Introduction 1 1.1 Motivation . 1 1.1.1 Population Trends . 1 1.1.2 Living Options for the Elderly . 2 1.1.3 Companionship . 3 1.1.4 Current Technologies . 4 1.2 Proposed System . 5 1.2.1 Personal Assistant Functionalities .
    [Show full text]
  • Personal Knowledge Base Construction from Text-Based Lifelogs
    Session 2C: Knowledge and Entities SIGIR ’19, July 21–25, 2019, Paris, France Personal Knowledge Base Construction from Text-based Lifelogs An-Zi Yen1, Hen-Hsen Huang23, Hsin-Hsi Chen13 1Department of Computer Science and Information Engineering, National Taiwan University, Taipei, Taiwan 2Department of Computer Science, National Chengchi University, Taipei, Taiwan 3MOST Joint Research Center for AI Technology and All Vista Healthcare, Taiwan [email protected], [email protected], [email protected] ABSTRACT Previous work on lifelogging focuses on life event extraction from 1. INTRODUCTION image, audio, and video data via wearable sensors. In contrast to Life event extraction from social media data provides wearing an extra camera to record daily life, people are used to complementary information for individuals. For example, in the log their life on social media platforms. In this paper, we aim to tweet (T1), there is a life event of the user who reads the book extract life events from textual data shared on Twitter and entitled “Miracles of the Namiya General Store” and enjoys it. The construct personal knowledge bases of individuals. The issues to enriched repository personal information is useful for memory be tackled include (1) not all text descriptions are related to life recall and supports living assistance. events, (2) life events in a text description can be expressed explicitly or implicitly, (3) the predicates in the implicit events are (T1) 東野圭吾的《解憂雜貨店》真好看 (Higashino Keigo's often absent, and (4) the mapping from natural language “Miracles of the Namiya General Store” is really nice.) predicates to knowledge base relations may be ambiguous.
    [Show full text]
  • Thebrain 10 User Guide I Table of Contents
    USER GUIDE Companion for using Version 10 of TheBrain. Posted July 2019 ©2019. TheBrain Technologies LP. All Rights Reserved. TheBrain, PersonalBrain, Brain, Thought, Thoughts, and Work the Way You Think are trademarks or registered trademarks of TheBrain Technologies LP. Other trademarks or service marks appearing herein are the property of their respective owners. Table of Contents Table of Contents Introduction ....................................................................................................................... 1 Thoughts are Information........................................................................................ 1 TheBrain’s Dynamic Graphical Interface ................................................................ 2 Cross Platform Accessibility ................................................................................... 2 About this Guide ..................................................................................................... 2 Note to macOS Users ............................................................................................. 3 Installing TheBrain and Creating an Account ......................................................... 8 Opening Older Brains ........................................................................................... 11 Suggestions for Transitioning to Your New Brain ................................................ 13 A Guided Tour of TheBrain ............................................................................................ 14 Part
    [Show full text]
  • Research Article Constrained Wiki: the Wikiway to Validating Content
    Hindawi Publishing Corporation Advances in Human-Computer Interaction Volume 2012, Article ID 893575, 19 pages doi:10.1155/2012/893575 Research Article Constrained Wiki: The WikiWay to Validating Content Angelo Di Iorio,1 Francesco Draicchio,1 Fabio Vitali,1 and Stefano Zacchiroli2 1 Department of Computer Science, University of Bologna, Mura Anteo Zamboni 7, 40127 Bologna, Italy 2 Universit´e Paris Diderot, Sorbonne Paris Cit´e, PPS, UMR 7126, CNRS, F-75205 Paris, France Correspondence should be addressed to Angelo Di Iorio, [email protected] Received 9 June 2011; Revised 20 December 2011; Accepted 3 January 2012 Academic Editor: Kerstin S. Eklundh Copyright © 2012 Angelo Di Iorio et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The “WikiWay” is the open editing philosophy of wikis meant to foster open collaboration and continuous improvement of their content. Just like other online communities, wikis often introduce and enforce conventions, constraints, and rules for their content, but do so in a considerably softer way, expecting authors to deliver content that satisfies the conventions and the constraints, or, failing that, having volunteers of the community, the WikiGnomes, fix others’ content accordingly. Constrained wikis is our generic framework for wikis to implement validators of community-specific constraints and conventions that preserve the WikiWay and their open collaboration features. To this end, specific requirements need to be observed by validators and a specific software architecture can be used for their implementation, that is, as independent functions (implemented as internal modules or external services) used in a nonintrusive way.
    [Show full text]
  • WHY USE a WIKI? an Introduction to the Latest Online Publishing Format
    WHY USE A WIKI? An Introduction to the Latest Online Publishing Format A WebWorks.com White Paper Author: Alan J. Porter VP-Operations WebWorks.com a brand of Quadralay Corporation [email protected] WW_WP0309_WIKIpub © 2009 – Quadralay Corporation. All rights reserved. NOTE: Please feel free to redistribute this white paper to anyone you feel may benefit. If you would like an electronic copy for distribution, just send an e-mail to [email protected] CONTENTS Overview................................................................................................................................ 2 What is a Wiki? ...................................................................................................................... 2 Open Editing = Collaborative Authoring .................................................................................. 3 Wikis in More Detail................................................................................................................ 3 Wikis Are Everywhere ............................................................................................................ 4 Why Use a Wiki...................................................................................................................... 5 Getting People to Use Wikis ................................................................................................... 8 Populating the Wiki................................................................................................................. 9 WebWorks ePublisher and Wikis
    [Show full text]
  • Stanley Labounty Takes Big Steps to Lower Their Carbon Footprint
    February 2020 www.clpower.com stanley labounty taking big steps, pg 1 what is all that gear for?, pg 3 district #1 nominating meeting, pg 5 board minutes summary, pg 6 Stanley LaBounty Takes Big Steps to Lower Their Carbon Footprint Carey Hogenson, Marketing Manager This past September, Stanley LaBounty of Two Harbors current forklift vendor and covered the rental fees for a contacted Cooperative Light & Power (CLP) looking month-long rental of an electric forklift. During that time, for ways to reduce the company’s carbon footprint. CLP the electric forklift usage, electric consumption, and other teamed up with its wholesale power provider, Great River useful information was tracked using a data logger. Energy (GRE), to see what options were available to help Stanley LaBounty accomplish its goal. CLP and GRE did a At the end of the month, the data was collected and walkthrough of the Stanley LaBounty plant and discussed a compared to the company’s cost of its propane forklifts. few possible changes where CLP and Stanley LaBounty was able to show it would achieve GRE could assist. significant long-term savings by replacing its existing IC forklifts with One of the options was a new electric lifts and optimize the number program that allows CLP members of forklifts in the fleet to better with a qualifying fleet of forklifts to match the workload of the lifts. try a new electric forklift for a month- long trial period. Multiple studies have Additionally, Stanley LaBounty was shown that using electric forklifts able to capture a substantial CO2 is a great way to reduce fuel and reduction from converting two of its maintenance costs when compared to IC lifts to electric as part of the first internal combustion (IC) forklifts.
    [Show full text]
  • Thebrain 7 User Guide I Table of Contents
    USER GUIDE Companion for using Version 7 of TheBrain. Posted May, 2012 © 2012. TheBrain Technologies LP. All Rights Reserved. TheBrain, PersonalBrain, Brain, Thought, Thoughts, and Work the Way You Think are trademarks or registered trademarks of TheBrain Technologies LP. Other trademarks or service marks appearing herein are the property of their respective owners. Table of Contents Table of Contents Introduction .................................................................................................................. 1 Thoughts are Information .................................................................................... 2 Dynamic Graphical Interface ............................................................................... 2 Operating Systems ............................................................................................. 2 About this Guide ................................................................................................. 2 Note to Macintosh Users ..................................................................................... 3 Opening Older Brains ......................................................................................... 7 Suggestions for Transitioning to Your New Brain ................................................ 9 A Guided Tour of TheBrain .........................................................................................10 Part 1: Explore the Brain Window ..................................................................... 10 Start Up ...........................................................................................................
    [Show full text]