BMC Bioinformatics Biomed Central

Total Page:16

File Type:pdf, Size:1020Kb

BMC Bioinformatics Biomed Central BMC Bioinformatics BioMed Central Software Open Access Userscripts for the Life Sciences Egon L Willighagen*1, Noel M O'Boyle2, Harini Gopalakrishnan3, Dazhi Jiao3, Rajarshi Guha3, Christoph Steinbeck4 and David J Wild3 Address: 1Cologne University Bioinformatics Center, Cologne University, Cologne, Germany, 2Cambridge Crystallographic Data Centre, Cambridge, UK, 3School of Informatics, Indiana University, Bloomington, USA and 4Wilhelm-Schickard-Institut, Center for Bioinformatics, University of Tübingen, Tübingen, Germany Email: Egon L Willighagen* - [email protected]; Noel M O'Boyle - [email protected]; Harini Gopalakrishnan - [email protected]; Dazhi Jiao - [email protected]; Rajarshi Guha - [email protected]; Christoph Steinbeck - [email protected]; David J Wild - [email protected] * Corresponding author Published: 21 December 2007 Received: 31 August 2007 Accepted: 21 December 2007 BMC Bioinformatics 2007, 8:487 doi:10.1186/1471-2105-8-487 This article is available from: http://www.biomedcentral.com/1471-2105/8/487 © 2007 Willighagen et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract Background: The web has seen an explosion of chemistry and biology related resources in the last 15 years: thousands of scientific journals, databases, wikis, blogs and resources are available with a wide variety of types of information. There is a huge need to aggregate and organise this information. However, the sheer number of resources makes it unrealistic to link them all in a centralised manner. Instead, search engines to find information in those resources flourish, and formal languages like Resource Description Framework and Web Ontology Language are increasingly used to allow linking of resources. A recent development is the use of userscripts to change the appearance of web pages, by on-the-fly modification of the web content. This opens possibilities to aggregate information and computational results from different web resources into the web page of one of those resources. Results: Several userscripts are presented that enrich biology and chemistry related web resources by incorporating or linking to other computational or data sources on the web. The scripts make use of Greasemonkey-like plugins for web browsers and are written in JavaScript. Information from third-party resources are extracted using open Application Programming Interfaces, while common Universal Resource Locator schemes are used to make deep links to related information in that external resource. The userscripts presented here use a variety of techniques and resources, and show the potential of such scripts. Conclusion: This paper discusses a number of userscripts that aggregate information from two or more web resources. Examples are shown that enrich web pages with information from other resources, and show how information from web pages can be used to link to, search, and process information in other resources. Due to the nature of userscripts, scientists are able to select those scripts they find useful on a daily basis, as the scripts run directly in their own web browser rather than on the web server. This flexibility allows the scientists to tune the features of web resources to optimise their productivity. Page 1 of 12 (page number not for citation purposes) BMC Bioinformatics 2007, 8:487 http://www.biomedcentral.com/1471-2105/8/487 Background as identifiers [13], indicating that a specific database entry The web has seen an explosion of chemistry and biology is related to the cited term in the ontology, and therefore related resources in the last 15 years: thousands of scien- related to entries from other databases annotated with tific journals, databases, wikis, blogs, and regular HTML that term. pages are available containing information relevant to chemists and biologists [1-4]. While each of those Identifiers that can be calculated algorithmically are even resources is valuable in itself, integrating information better, because they do not need to be looked up in a list from these resources increases the value even more: for of identifiers. Instead, anyone can calculate them from the example, PubChem provides a wealth of data but could be object itself. For example, for molecular structures the complemented with 3D models to create an even richer InChI [14] is the ideal replacement for database specific information source. identifiers such as the CAS registration number, the PubChem compound identifier and the ChEBI identifier. The original goal of the world wide web was to hyperlink These all require a look up or conversion table to convert individual web pages allowing humans to explore a web one identifier into another. Using the InChI, one can look of knowledge. For individual web pages these links can be up information in all databases without having to know created manually, as is still done in blogs, wikis, and static the database specific identifier. HTML pages; for large databases this is, however, not fea- sible. Userscripts are small programs that can alter the In addition to the unique identifier, one additional func- HTML content rendered by web browsers. For example, a tionality is needed to create a link to a particular database: userscript may add book prices from competitors to the the database must provide either an API (Application Pro- Amazon.com website, or may remove unwanted adver- gramming Interface) which can be queried using the iden- tisements from a site. Using the same approach, user- tifier or else provide a uniform scheme for deep linking to scripts can also solve the problem of interlinking web a web page containing information about the entry resources, by adding to web pages of one resource dynam- behind the identifier. For example, looking up structures ically generated hyperlinks into another. By selecting a in PubChem is done with a scheme in which the InChI is specific set of userscripts, the user can tune a website to embedded verbatim. To look up the structure of methane provide all kinds of facilities not anticipated by the origi- (InChI=1/CH4/h1H4), the URL nal author of the site. For example, userscripts have been http:www.ncbi.nlm.nih.gov/entrequery.fcgi?CMD=searc used in bioinformatics to enhance the iHOP web page [5]: h&DB=pccompound&term=%22InChI=1/CH4/h1H4%2 the script extracts user assigned tags from a third party 2[InChI] is used. resource, and shows them as a tag cloud on iHOP pages for particular genes. The plethora of resources is overwhelming, and both users and database developers may have preferred subsets, e.g. Automatic hyperlinking is only possible though the use of more trusted, resources. It is therefore worthwhile to have unique identifiers such as the PDB ID, the CAS registra- a system that allows users to choose which resources they tion number and, more recently, the IUPAC International want to have linked with which other resources. User- Chemical Identifier (InChI). While identifiers are easily scripts provide the necessary technology to allow this used to connect databases, such as done in the SRS system within web browsers. Here we describe several userscripts [6] or in meta database software like BioWarehouse [7], we have developed to create links between web resources the sheer number of web resources makes it impossible of interest to researchers in the life sciences. integrate all resources. Consequently, (bio)chemical search engines, such as ChemSpider [8] and tools to har- Implementation vest information from web resources, such as ChemX- We use the following techniques to link various web treme [9] and BioSpider [10,11], as well as systems that resources in this paper: userscripts, unique identifiers, standardize algorithmic access to resources and services, microformats, and web resource interfaces. The following such as BioMOBY [12], have emerged. sections describe how these are used in this work. Another reason why identifiers do not always allow link- Userscripts ing resources is that many of them are database specific, A userscript is a small program written in JavaScript that is such as the PDB ID and the Digital Object Identifier automatically run within a web browser (often by a plugin (DOI), and sometimes even restricted in being used, as or add-on) when the user accesses pages that match a par- with the CAS registration number. Open standard identi- ticular URL. Userscripts allow the user to modify the fiers address this problem. Such identifiers can be derived HTML content of a web page on-the-fly, by adding or from ontologies, dictionaries, encyclopedia, or computed removing elements or by moving them around. For exam- by an algorithm. The Gene Ontology terms are often used ple, userscripts exist that remove pop-up advertisements Page 2 of 12 (page number not for citation purposes) BMC Bioinformatics 2007, 8:487 http://www.biomedcentral.com/1471-2105/8/487 from web pages, and that alter the Amazon.com web page expressions to find certain strings in the text of the web to provide book prices from alternative suppliers. A repos- page. This works particularly well for identifiers with a itory of userscripts exists at userscripts.org/citeuserscripts- unique and well described syntax. For example, a regular dotorg. Chemists and biologists can find relevant expression for InChIs will have fewer false positives than userscripts by searching with the terms "chemistry" or one for PDB identifiers. "biology". As with any program that you run on your computer, it is Of the popular web browsers, only Opera provides built- important to consider security when installing userscripts. in support for userscripts (referred to as 'User JavaScript'). Although the security model used by Greasemonkey pre- To enable userscript support in other browsers, a third- vents attacks by malicious websites, it is unable to detect party extension needs to be installed: Greasemonkey [15] or prevent the user himself installing a malicious user- for Firefox, Creammonkey [16] for Safari, IE7pro [17] or script.
Recommended publications
  • Privacy and Practicality of Identity Management Systems
    Privacy and Practicality of Identity Management Systems Waleed A Alrodhan Technical Report RHUL{MA{2010{14 17 November 2010 Department of Mathematics Royal Holloway, University of London Egham, Surrey TW20 0EX, England http://www.rhul.ac.uk/mathematics/techreports Privacy and Practicality of Identity Management Systems Waleed A. Alrodhan Thesis submitted to the University of London for the degree of Doctor of Philosophy Information Security Group Department of Mathematics Royal Holloway, University of London 2010 To my wife, Enas, and my daughter, Jude. Declaration These doctoral studies were conducted under the supervision of Professor Chris Mitchell. The work presented in this thesis is the result of original research carried out by myself, in collaboration with others, whilst enrolled in the Department of Mathe- matics as a candidate for the degree of Doctor of Philosophy. This work has not been submitted for any other degree or award in any other university or educational establishment. Waleed A. Alrodhan November 2010 3 Acknowledgements I would like to express my deepest gratitude to my academic supervisor, and my role model, Professor Chris J. Mitchell, for his invaluable support, interest, patience and guidance throughout my studies at Royal Holloway. Without his insightful ideas, superb comments and helpful feedback on my work, this thesis would never come into existence. Special thanks to Professor David W. Chadwick and Professor Keith Martin for their most valuable comments and support. By finishing this thesis, I am approaching the end of a very important part of my life, my wife's and my daughter's. I am deeply grateful to my beloved wife Enas, for her help, sacrifices, continuing support and encouragement; I would not have finished this thesis without her by my side.
    [Show full text]
  • Android Toolbar Without Shadow
    Android toolbar without shadow Continue Play action-packed Deathmatch combat game on your Android with Shadow Battle 2.1.Shadow Battle 2.1 is a free game app for Android that is an arcade combat game where you will pitted against enemies. The shadow power reigned terror on the heroes of several universes and they captured their souls in a magic cube. But the villains are not ready to pass them to you easily, you have to fight for them. Choose your heroes and fight in the arena to collect more of these cubes to free the heroes. Set your fight tactics and strategize how to win, develop your own combo system and manage your list of fighters very well. Download Shadow Battle 2.1 and unlock all the cubes to free the heroes. Please check out Tom's Guide for more interesting apps and the latest tips on Android.And you can go visit Tom's Guide Forums for any concerns about your Android. Download Kayla Lowe Updated September 28, 2017 Yahoo's Toolbar is a toolbar that can be added to your web browser. Made by Yahoo, the toolbar contains features that make using Yahoo's search engine, webmail, news feeds and other services easier to use because they are all located on one small toolbar. The toolbar can be downloaded for free and then installed in your web browser. Go to Yahoo's toolbar downloading website (see Resources). Click on the Download now button to initiate the download process. Click the Run button to start the installer and install yahoo toolbar.
    [Show full text]
  • Cristobalthesis
    Open Personalization: Involving Third Parties in Improving the User Experience of Websites Dissertation presented to the Department of Computer Languages and Systems of the University of the Basque Country in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy (“international” mention) Cristóbal Arellano Bartolomé Supervisors: Prof. Dr. Oscar Díaz García Dr. Jon Iturrioz Sánchez San Sebastián, Spain, 2013 This work was hosted by the University of the Basque Country (Faculty of Computer Sciences). The author enjoyed a doctoral grant under de FPI (Formacion de Personal Investigador) from the Spanish Ministry of Science & Education during the years 2007 to 2011. The work was was co- supported by the Spanish Ministry of Education, and the European Social Fund under contracts (TIN2005-05610), MODELINE (TIN2008-06507- C02-01) and Scriptongue (TIN2011-23839). Summary Traditional software development captures the user needs during the requirement analysis. The Web makes this endeavour even harder due to the difficulty to determine who these users are. In an attempt to tackle the heterogeneity of the user base, Web Personalization techniques are proposed to guide the users’ experience. In addition, Open Innovation allows organisations to look beyond their internal resources to develop new products or improve existing processes. This thesis sits in between by introducing Open Personalization as a means to incorporate actors other than webmasters in the personalization of web applications. The aim is to provide the technological basis that builds up a trusty environment for webmasters and companion actors to collaborate, i.e. "an architecture of participation". Such architecture very much depends on these actors’ profile.
    [Show full text]
  • Korisničko Sučelje Za Potrošaču Prilagođeno Programiranje Nad Skupom Udomljenika
    SVEUČILIŠTE U ZAGREBU FAKULTET ELEKTROTEHNIKE I RAČUNARSTVA ZAVRŠNI RAD br. 1811 KORISNIČKO SUČELJE ZA POTROŠAČU PRILAGOĐENO PROGRAMIRANJE NAD SKUPOM UDOMLJENIKA Matija Horvat Zagreb, rujan 2009. Ovu zahvalu upućujem svima koji su mi velikodušno pomagali tijekom izrade diplomskog rada. Veliko hvala upućujem prof. dr. sc. Siniši Srbljiću na ukazanom povjerenju, pruženoj potpori i prilici za rad na vrlo zanimljivom projektu. Posebno se zahvaljujem mr. sc. Dejanu Škvorcu na izuzetnom strpljenju, neprocjenjivoj pomoći i korisnim sugestijama pri pisanju diplomskog rada. Zahvaljujem obitelji na razumijevanju, potpori i pomoći koju su mi pružili tijekom studiranja. 1. UVOD............................................................................................................................................ 1 2. KORISNIČKA PRILAGODBA WEB STRANICA.................................................................. 3 2.1. MEHANIZMI DOHVATA WEB STRANICE .................................................................................. 4 2.1.1. Osnovni mehanizam dohvata web stranice ................................................................. 4 2.1.2. Mehanizam s prilagodbom sadržaja na strani web poslužitelja.................................. 6 2.1.3. Mehanizam s prilagodbom sadržaja na strani preglednika ........................................ 7 2.2. NAČELO RADA ALATA GREASEMONKEY................................................................................ 8 2.2.1. Inačica alata Greasemonkey zasnovana na izravnom ubacivanju koda ....................
    [Show full text]
  • 157 Software Tools. No Fees. No Expiration Dates. No Problems
    BestFree Software 157 software tools. No fees. No expiration dates. No problems. Sometimes even no downloads. No kidding. By Eric Griffith and PC Magazine staff We did the math: If you bought popular GIMP www.gimp.org add-ons means there's not much this apps instead of trying their gratis counter- Windows ! MacOS | Linux The GNU Im- program won't do, from calendars to parts, at the manufacturers' iist prices age Manipulation Program (GIMP) does encryption. you'd be out $5,183 and change! Why spend most of what Photoshop does; the Gimp- money when you can get what you need shop project [plastiebugs.com) even UbuntU www.ubuntu.com for nothing? Sometimes, you do get what makes it look like Photoshop. Linux This Linux-based OS comes with you don't pay for. many of these Hall of Fame products iTunes www,apple.com/itunes (Firefox. OpenOffice.org) preinstalled. Hall of Fame windows I MacOS When you're attached to (See "OS Wars," page 87.) the top media player in the land (iPod), Adobe Reader www.adobe.com success is a given. iTunes continues to Win Amp www.winamp.com windows I MacOS I LinuK | Mobile This sim- build sales and refine its organization Windows After a decade of playing mu- plest of Adobe's PDF programs lets you of songs, video, games, podcasts, and sic, the "skinnable" WinAmp has several do just about anything PDF-related (be- more. versions, including one with full CD rip- sides create new ones), including online ping and burning. collaboration. It includes a host of fea- OpenOffice.org www.openoff ice.org tures to aid users with disabilities.
    [Show full text]
  • Android Collapsing Toolbar Not Working
    Android collapsing toolbar not working Continue By Kayla Lowe Updated September 28, 2017 Yahoo's Toolbar is a toolbar that can be added to your web browser. Made by Yahoo, the toolbar contains features that make using Yahoo's search engine, webmail, news feeds and other services easier to use because they are all located on one small toolbar. The toolbar can be downloaded for free and then installed in your web browser. Go to Yahoo's toolbar downloading website (see Resources). Click on the Download now button to initiate the download process. Click the Run button to start the installer and install yahoo toolbar. Follow the master's tips. Yahoo's toolbar should automatically appear in your internet browser after installation. If this is not the case, click on the browser option to view the available toolbars. If Yahoo's dashboard isn't tested, click on it to turn it on. Beware of installing unwanted apps when installing a Yahoo toolbar. De-choose any other proposed apps as part of a master setup that you don't want. By Tim Mammadov Updated September 28, 2017 Web browser toolbar tools are additional programs that increase the functionality of your web browser. Typically, these small apps allow users to search the Web faster and access their favorite websites with a click of a mouse. Others provide information such as weather or finance, or are looking for discounts on purchases. Regardless of the toolbars you use, most browsers can hide or show them. The instructions below are on how to show toolbars to the three most popular web browsers.
    [Show full text]
  • The Rise of Cloud Computing
    Many of the designations used by manufacturers and sellers to distinguish their prod- Editor-in-Chief ucts are claimed as trademarks. Where those designations appear in this book, and Mark Taub the publisher was aware of a trademark claim, the designations have been printed Executive Editor with initial capital letters or in all capitals. Debra Williams Cauley The author and publisher have taken care in the preparation of this book, but make no Development Editor expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connec- Songlin Qiu tion with or arising out of the use of the information or programs contained herein. Managing Editor The publisher offers excellent discounts on this book when ordered in quantity for Kristy Hart bulk purchases or special sales, which may include electronic versions and/or custom Project Editor covers and content particular to your business, training goals, marketing focus, and Andy Beaster branding interests. For more information, please contact: Copy Editor U.S. Corporate and Government Sales Barbara Hacha (800) 382-3419 [email protected] Indexer Heather McNeill For sales outside the United States please contact: Proofreader International Sales Language Logistics, LLC [email protected] Technical Reviewer Visit us on the Web: www.informit.com/ph Corey Burger Library of Congress Cataloging-in-Publication Data is on file Cover Designer Alan Clements Composition Copyright © 2009 Pearson Education, Inc. Bronkella Publishing, LLC All rights reserved. Printed in the United States of America. This publication is pro- tected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise.
    [Show full text]
  • 123 Programe! Nëse Blini Programe Të Njohura, Në
    123 Programe! Nëse blini programe të njohura, në vend që të përdorni të ngjashmit e tyre ofruar falas nga prodhuesit, atëherë do të binit brenda me rreth 5.183 dollarë! E dimë që rrallëkush do të ndjehej i detyruar nga ndërgjegjja apo nga ligji për këtë, por gjithsesi ne po ju paraqesim programe falas jashtëzakonisht të dobishëm. Adobe Reader www.adobe.com Windows/MacOS/Linux/Celular Ky është programi më i thjeshtë që ofron Adobe për skedarët PDF. Me të mund të bëni pak a shumë gjithçka që ka lidhje me PDF-të (përveç krijimit të PDF-ve të reja), duke përfshirë edhe bashkëpunimin online. Adobe Reader përfshin edhe një paketë veçorish për t’iu ardhur në ndihmë përdoruesve me aftësi të kufizuara. AIM www.aim.com Windows/MacOS/Linux/Ueb Ky është një nga softuerët falas më të përdorur në mbarë botën. AIM (AOL Instant Messenger) është një program për mesazhe të çastit dhe ofron një mal me veçori të shkëlqyera. Audacity audacity.sourceforg e.net Windows/MacOS/Linux Audacity bën gjithçka me skedarët audio të çfarëdo formati, që nga regjistrimet e deri te modifikimet. Firefox www.mozilla.com Windows/MacOS/Linux Ky shfletues (që përbën edhe sugjerimin e redaksisë së ZERO për lexuesit e saj), kryeson midis të gjithë shletuesve të tjerë të uebit që nga dalja e versionit 1.5, nga fundi i vitit 2005. GIMP www.gimp.org Windows/MacOS/Linux GIMP bën pak a shumë të gjithsa bën edhe Photoshop-i. Madje, programi Gimpshop Project (www.plasticbugs.com), bën të duket sikur manipulimet e fotove janë bërë me Photoshop.
    [Show full text]
  • Using Cardspace As a Password Manager
    Using CardSpace as a Password Manager Haitham S. Al-Sinani and Chris J. Mitchell Information Security Group Royal Holloway, University of London http://www.isg.rhul.ac.uk [H.Al-Sinani, C.Mitchell]@rhul.ac.uk Abstract. In this paper we propose a novel scheme that allows Windows CardSpace to be used as a password manager, thereby improving the us- ability and security of password use as well as potentially encouraging CardSpace adoption. Usernames and passwords are stored in personal cards, and these cards can be used to sign on transparently to corre- sponding websites. The scheme does not require any changes to login servers or to the CardSpace identity selector and, in particular, it does not require websites to support CardSpace. We describe how the scheme operates, and give details of a proof-of-concept prototype. Security and usability analyses are also provided. 1 Introduction The most common means of user authentication remains the use of passwords, despite their well-known shortcomings. Moreover, as the number of on-line ser- vices requiring passwords continues to grow, users increasingly re-use passwords, write them down in insecure ways, and/or employ passwords which can be read- ily guessed. The result is an ever-increasing risk of exposure of passwords to malicious parties. Users also risk having their passwords stolen [1, 2] through key logging, phishing, sniffing, shoulder surfing, etc. A solution that enables the use of site-unique strong passwords whilst main- taining user security and privacy is thus needed. Password managers of various types have been proposed to meet this need [3].
    [Show full text]
  • Userscripts for the Life Sciences Egon L Willighagen*1, Noel M O'boyle2, Harini Gopalakrishnan3, Dazhi Jiao3, Rajarshi Guha3, Christoph Steinbeck4 and David J Wild3
    BMC Bioinformatics BioMed Central Software Open Access Userscripts for the Life Sciences Egon L Willighagen*1, Noel M O'Boyle2, Harini Gopalakrishnan3, Dazhi Jiao3, Rajarshi Guha3, Christoph Steinbeck4 and David J Wild3 Address: 1Cologne University Bioinformatics Center, Cologne University, Cologne, Germany, 2Cambridge Crystallographic Data Centre, Cambridge, UK, 3School of Informatics, Indiana University, Bloomington, USA and 4Wilhelm-Schickard-Institut, Center for Bioinformatics, University of Tübingen, Tübingen, Germany Email: Egon L Willighagen* - [email protected]; Noel M O'Boyle - [email protected]; Harini Gopalakrishnan - [email protected]; Dazhi Jiao - [email protected]; Rajarshi Guha - [email protected]; Christoph Steinbeck - [email protected]; David J Wild - [email protected] * Corresponding author Published: 21 December 2007 Received: 31 August 2007 Accepted: 21 December 2007 BMC Bioinformatics 2007, 8:487 doi:10.1186/1471-2105-8-487 This article is available from: http://www.biomedcentral.com/1471-2105/8/487 © 2007 Willighagen et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract Background: The web has seen an explosion of chemistry and biology related resources in the last 15 years: thousands of scientific journals, databases, wikis, blogs and resources are available with a wide variety of types of information. There is a huge need to aggregate and organise this information. However, the sheer number of resources makes it unrealistic to link them all in a centralised manner.
    [Show full text]
  • Cardspace-Liberty Integration for Cardspace Users
    CardSpace-Liberty Integration for CardSpace Users ∗ Haitham S. Al-Sinani Waleed A. Alrodhan Chris J. Mitchell Information Security Group Information Security Group Information Security Group Royal Holloway, University of Royal Holloway, University of Royal Holloway, University of London London London http://www.isg.rhul.ac.uk http://www.isg.rhul.ac.uk http://www.isg.rhul.ac.uk [email protected] [email protected] [email protected] ABSTRACT a number of identity management systems have been pro- Whilst the growing number of identity management sys- posed. tems have the potential to reduce the threat of identity at- Identity management deals with uniquely identifying indi- tacks, major deployment problems remain because of the viduals in a system, and with effectively controlling access to lack of interoperability between such systems. In this paper the system resources by managing the rights and privileges we propose a novel scheme to provide interoperability be- associated with digital identities. The most important ser- tween two of the most widely discussed identity management vice provided by an identity management system is authenti- systems, namely Microsoft CardSpace and Liberty. In this cation. Such a system may also support other services, such scheme, CardSpace users are able to obtain an assertion to- as pre-authentication, authorisation, single sign-on, identity ken from a Liberty-enabled identity provider that will satisfy repository management, user self-service registration, and audit. Examples of identity management systems include the security requirements of a CardSpace-enabled relying 1 2 3 4 party. We specify the operation of the integration scheme CardSpace , Liberty , OpenID , and Shibboleth [5, 8, 17, and also describe an implementation of a proof-of-concept 46, 50].
    [Show full text]
  • Tech Tips for the Basic Computer User - Pogue’S Posts - Technology - New York Times Blog 10/8/08 9:09 AM
    Tech Tips for the Basic Computer User - Pogue’s Posts - Technology - New York Times Blog 10/8/08 9:09 AM HOME PAGE MY TIMES TODAY'S PAPER VIDEO MOST POPULAR TIMES TOPICS Get Home Delivery Log In Register Now Wednesday, October 8, 2008 Technology Technology All NYT WORLD U.S. N.Y. / REGION BUSINESS TECHNOLOGY SCIENCE HEALTH SPORTS OPINION ARTS STYLE TRAVEL JOBS REAL ESTATE AUTOS Search Technology Inside Technology Bits Personal Tech » Internet Start-Ups Business Computing Companies Blog » Cellphones, Cameras, Computers and more Search This Blog All NYTimes.com Blogs » Back to front page » VIDEO More Video | Multimedia October 2, 2008, 12:22 pm Tech Tips for the Basic Computer User Last week, I wrote an entry on my blog that began like this: “One of these days, I’m going to write a book called, ‘The Basics.’ It’s going to be a compendium of the essential tech bits that you just assume everyone knows–but you’re wrong. “(I’ll never forget watching a book editor at a publishing house painstakingly drag across a word in a word processor to select it. After 10 TECHNOLOGY minutes of this, I couldn’t stand it. ‘Why don’t you just double-click the Movie Downloads: The Bailout Plan word?’ She had no clue you could do that!)” By David Pogue for NYTimes.com and CNBC Many readers chimed in with other “basics” that they assumed every computer user knew–but soon discovered that what’s common knowledge TECHNOLOGY TECHNOLOGY TECHNOLOGY isn’t the same as universal knowledge.
    [Show full text]