Web Service Management System for Bioinformatics Research: a Case Study. Service Oriented Computing and Applications, 5 (1)

Total Page:16

File Type:pdf, Size:1020Kb

Web Service Management System for Bioinformatics Research: a Case Study. Service Oriented Computing and Applications, 5 (1) Middlesex University Research Repository An open access repository of Middlesex University research http://eprints.mdx.ac.uk Xu, Kai ORCID: https://orcid.org/0000-0003-2242-5440, Yu, Qi, Liu, Qing, Zhang, Ji and Bouguettaya, Athman (2011) Web service management system for bioinformatics research: a case study. Service Oriented Computing and Applications, 5 (1) . pp. 1-15. ISSN 1863-2386 [Article] (doi:10.1007/s11761-011-0076-9) This version is available at: https://eprints.mdx.ac.uk/7037/ Copyright: Middlesex University Research Repository makes the University’s research available electronically. Copyright and moral rights to this work are retained by the author and/or other copyright owners unless otherwise stated. The work is supplied on the understanding that any use for commercial gain is strictly forbidden. A copy may be downloaded for personal, non-commercial, research or study without prior permission and without charge. Works, including theses and research projects, may not be reproduced in any format or medium, or extensive quotations taken from them, or their content changed in any way, without first obtaining permission in writing from the copyright holder(s). They may not be sold or exploited commercially in any format or medium without the prior written permission of the copyright holder(s). Full bibliographic details must be given when referring to, or quoting from full items including the author’s name, the title of the work, publication details where relevant (place, publisher, date), pag- ination, and for theses or dissertations the awarding institution, the degree type awarded, and the date of the award. If you believe that any material held in the repository infringes copyright law, please contact the Repository Team at Middlesex University via the following email address: [email protected] The item will be removed from the repository while any claim is being investigated. See also repository copyright: re-use policy: http://eprints.mdx.ac.uk/policies.html#copy Service Oriented Computing and Applications manuscript No. (will be inserted by the editor) Web Service Management System for Bioinformatics Research: A Case Study Kai Xu · Qi Yu · Qing Liu · Ji Zhang · Athman Bouguettaya Received: date / Accepted: date Abstract In this paper, we present a case study of 1 Introduction the design and development of a Web Service manage- ment system for bioinformatics research. The described The recent advancements of molecular biology experi- system is a prototype that provides a complete solu- mental instruments, such as microarray technology [32], tion to manage the entire life cycle of Web services in have led to rapid increase in the size and variety of avail- bioinformatics domain, which include semantic service able genomic data. Analysis of these data using compu- description, service discovery, service selection, service tational methods|the so called in silico experiments| composition, service execution, and service result pre- is becoming an integral part of modern biological stud- sentation. A challenging issue we encountered is to pro- ies. According to a recent survey, there are 1078 biolog- vide the system capability to assist users to select the ical databases [17] and over 1200 bioinformatics tools \right" service based on not only functionality but also [12] publicly available online. properties such as reliability, performance, and analy- Many of these online resources provide Web Ser- sis quality. As a solution, we used both bioinformatics vice interface, which allows easy access and integra- and service ontology to provide these two types of ser- tion of a number of services. Significant progress has vice descriptions. A service selection algorithm based been made towards building integration platforms that on skyline query algorithm is proposed to provide users utilize these resources to support bioinformatics anal- with a short list of candidates of the \best" service. yses. A common feature of these platforms is provid- The evaluation results demonstrate the efficiency and ing searching facilities to help users identify required scalability of the service selection algorithm. Finally, data and analysis services, and then compose them into the important lessons we learned are summarized and workflows to perform complex analysis. Taverna [26] remaining challenging issues are discussed as possible is such a platfrom widely used in the bioinformatics future research directions. community, whereas Kepler [2] and Triana [24] are two popular platforms in the wider scientific community. Keywords Web Service · Bioinformatics · Ontology · Recently there is a trend to extend such platforms Workflow to support semantic Web Services, as more semanti- cally linked data repositories become available (with the Linked Data [8] being a prominent example). Semantic Kai Xu was at CSIRO, Australia and is currently at the Middle- annotation provides richer information than Web Ser- sex University, UK. vice description alone and can be used for automatic E-mail: [email protected] Qi Yu is at the Rochester Institute of Technology, USA. reasoning when they conform to certain ontology. The E-mail: [email protected] semantic support can be added through plug-in (such as Qing Liu and Athman Bouguettaya are at CSIRO, Australia. the Feta plug-in [23] for Taverna) or expanding the ex- E-mail: fQ.Liu, [email protected] isting system (such as the semantic \Tagging" function Ji Zhang was at CSIRO, Australia and is currently at the Uni- versity of Southern Queensland, Australia. in Kepler [1]). Considerable work has also been done E-mail: [email protected] to develop bioinformatics-related ontology, which pro- vides a language of describing bioinformatics services. 2 Examples include the ontology from myGrid [43] and { BSMS has an all-service architecture, i.e., all system BioMoby [42]. Finally, there are Web Service registries components are services. This allows easy change for listing available bioinformatics services. Such reg- of individual components and addition of new ones istries usually provide semantic description and thus to adapt to other disease studies if required. Al- more powerful searching functionality. Registries like though the current system only has the components Moby Central [42] and the more recent BioCatalogue required for colorectal cancer research, it can be eas- [7] also monitor service availability and automatically ily extended. remove unresponsive ones. { The whole system is based on a Semantic Web Ser- A biological research group within our organization vice framework (WSMO [30]). As a result, all system is working on the genetic causes of colorectal cancer, components provide native semantic support. Both and they conduct complex analysis procedures as de- bioinformatics and service ontology are included to scribed before on a daily basis. Currently, such analysis provide functionality based service discovery. is done manually, which is time consuming and error { Considering the potentially large number of services, prone. The existing systems for bioinformatics research there may be functionality overlaps between dif- are mainly designed for computer literate users. Our ferent service providers. We believe that the non- collaborators find it overwhelming given the complex- functional properties of services, especially those re- ity of the user interface and large number of resources lated to Quality of Service (QoS), such as reliability, listed. We propose to adopt a different development performance, and analysis quality should be consid- strategy as the existing systems. Instead of building ered when several services providing similar func- a large and complex system that can accommodate a tion or information. A service selection algorithm wide range of bioinformatics research requirements, our based on skyline query is proposed to help users system is designed specifically for colorectal cancer re- identify the \best" service. Evaluation confirms the search at this stage. The flexibility of our system archi- efficiency and scalability of our algorithm. tecture allows it to easily adapt to other disease studies { An interactive workflow environment is incorporated later on if required. While there are some efforts in the to provide better usability for biologists. Only es- existing systems to help users to find the \right" ser- sential services are visible and automatically service vices (such as adding semantic annotation), they are filtering and selection are done wherever possible still in very early stage and can not meet the require- to avoid overwhelming users with large number of ments of our users. Also, we believe it is essential to choices. support semantic Web Service at a system level to fully What reported here is our attempt to address these realize its potential. In other words, all the core system challenging issues (especially the third one), and by no components should provide native support for semantic means we have solved them. It is our hope that by shar- Web Service, which is not how the existing systems are ing the experience others can learn from our lessons and designed. become aware of the research problems that require fur- This paper focuses on the design and development ther attention. of a service management system prototype using bioin- formatics as a target application. In this respect, we used experiments used in gene identification of colorec- 2 Related Work tal cancer as a specific application. The goal of this work is not to provide ready-to-use tool but rather 2.1 Bioinformatics Web Services a proof-of-concept for the approach we are proposing. The proposed Bioinformatics Service Management Sys- There are a large number of Web Service-based work- tem (BSMS) provides a complete system solution to flow environments have been built to support scien- manage the entire life cycle of Web services in bioinfor- tific research [31,40]. Among them, BioMoby and my- matics domain, which include semantic service descrip- Grid are two of the most widely used bioinformatics tion, service discovery, service selection, service com- platforms. BioMoby provides a registry of bioinformat- position, service execution, and service result presen- ics services and searching functionality.
Recommended publications
  • Genome Informatics 4–8 September 2002, Wellcome Trust Genome Campus, Hinxton, Cambridge, UK
    Comparative and Functional Genomics Comp Funct Genom 2003; 4: 509–514. Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/cfg.300 Feature Meeting Highlights: Genome Informatics 4–8 September 2002, Wellcome Trust Genome Campus, Hinxton, Cambridge, UK Jo Wixon1* and Jennifer Ashurst2 1MRC UK HGMP-RC, Hinxton, Cambridge CB10 1SB, UK 2The Wellcome Trust Sanger Institute, Wellcome Trust Genome Campus, Hinxton, Cambridge CB10 1SA, UK *Correspondence to: Abstract Jo Wixon, MRC UK HGMP-RC, Hinxton, Cambridge CB10 We bring you the highlights of the second Joint Cold Spring Harbor Laboratory 1SB, UK. and Wellcome Trust ‘Genome Informatics’ Conference, organized by Ewan Birney, E-mail: [email protected] Suzanna Lewis and Lincoln Stein. There were sessions on in silico data discovery, comparative genomics, annotation pipelines, functional genomics and integrative biology. The conference included a keynote address by Sydney Brenner, who was awarded the 2002 Nobel Prize in Physiology or Medicine (jointly with John Sulston and H. Robert Horvitz) a month later. Copyright 2003 John Wiley & Sons, Ltd. In silico data discovery background set was genes which had a log ratio of ∼0 in liver. Their approach found 17 of 17 known In the first of two sessions on this topic, Naoya promoters with a specificity of 17/28. None of the Hata (Cold Spring Harbor Laboratory, USA) sites they identified was located downstream of a spoke about motif searching for tissue specific TSS and all showed an excess in the foreground promoters. The first step in the process is to sample compared to the background sample.
    [Show full text]
  • Towards a Knowledge Graph for Science
    Towards a Knowledge Graph for Science Invited Article∗ Sören Auer Viktor Kovtun Manuel Prinz TIB Leibniz Information Centre for L3S Research Centre, Leibniz TIB Leibniz Information Centre for Science and Technology and L3S University of Hannover Science and Technology Research Centre at University of Hannover, Germany Hannover, Germany Hannover [email protected] [email protected] Hannover, Germany [email protected] Anna Kasprzik Markus Stocker TIB Leibniz Information Centre for TIB Leibniz Information Centre for Science and Technology Science and Technology Hannover, Germany Hannover, Germany [email protected] [email protected] ABSTRACT KEYWORDS The document-centric workflows in science have reached (or al- Knowledge Graph, Science and Technology, Research Infrastructure, ready exceeded) the limits of adequacy. This is emphasized by Libraries, Information Science recent discussions on the increasing proliferation of scientific lit- ACM Reference Format: erature and the reproducibility crisis. This presents an opportu- Sören Auer, Viktor Kovtun, Manuel Prinz, Anna Kasprzik, and Markus nity to rethink the dominant paradigm of document-centric schol- Stocker. 2018. Towards a Knowledge Graph for Science: Invited Article. arly information communication and transform it into knowledge- In WIMS ’18: 8th International Conference on Web Intelligence, Mining and based information flows by representing and expressing informa- Semantics, June 25–27, 2018, Novi Sad, Serbia. ACM, New York, NY, USA, tion through semantically rich, interlinked knowledge graphs. At 6 pages. https://doi.org/10.1145/3227609.3227689 the core of knowledge-based information flows is the creation and evolution of information models that establish a common under- 1 INTRODUCTION standing of information communicated between stakeholders as The communication of scholarly information is document-centric.
    [Show full text]
  • Biocuration 2016 - Posters
    Biocuration 2016 - Posters Source: http://www.sib.swiss/events/biocuration2016/posters 1 RAM: A standards-based database for extracting and analyzing disease-specified concepts from the multitude of biomedical resources Jinmeng Jia and Tieliu Shi Each year, millions of people around world suffer from the consequence of the misdiagnosis and ineffective treatment of various disease, especially those intractable diseases and rare diseases. Integration of various data related to human diseases help us not only for identifying drug targets, connecting genetic variations of phenotypes and understanding molecular pathways relevant to novel treatment, but also for coupling clinical care and biomedical researches. To this end, we built the Rare disease Annotation & Medicine (RAM) standards-based database which can provide reference to map and extract disease-specified information from multitude of biomedical resources such as free text articles in MEDLINE and Electronic Medical Records (EMRs). RAM integrates disease-specified concepts from ICD-9, ICD-10, SNOMED-CT and MeSH (http://www.nlm.nih.gov/mesh/MBrowser.html) extracted from the Unified Medical Language System (UMLS) based on the UMLS Concept Unique Identifiers for each Disease Term. We also integrated phenotypes from OMIM for each disease term, which link underlying mechanisms and clinical observation. Moreover, we used disease-manifestation (D-M) pairs from existing biomedical ontologies as prior knowledge to automatically recognize D-M-specific syntactic patterns from full text articles in MEDLINE. Considering that most of the record-based disease information in public databases are textual format, we extracted disease terms and their related biomedical descriptive phrases from Online Mendelian Inheritance in Man (OMIM), National Organization for Rare Disorders (NORD) and Orphanet using UMLS Thesaurus.
    [Show full text]
  • Gearing up to Handle the Mosaic Nature of Life in the Quest for Orthologs. Kristoffer Forslund
    The Jackson Laboratory The Mouseion at the JAXlibrary Faculty Research 2018 Faculty Research 1-15-2018 Gearing up to handle the mosaic nature of life in the quest for orthologs. Kristoffer Forslund Cecile Pereira Salvador Capella-Gutierrez Alan Sousa da Silva Adrian Altenhoff See next page for additional authors Follow this and additional works at: https://mouseion.jax.org/stfb2018 Part of the Life Sciences Commons, and the Medicine and Health Sciences Commons Recommended Citation Forslund, Kristoffer; Pereira, Cecile; Capella-Gutierrez, Salvador; Sousa da Silva, Alan; Altenhoff, Adrian; Huerta-Cepas, Jaime; Muffato, Matthieu; Patricio, Mateus; Vandepoele, Klaas; Ebersberger, Ingo; Blake, Judith A.; Fernández Breis, Jesualdo Tomás; Orthologs Consortium, The Quest for; Boeckmann, Brigitte; Gabaldón, Toni; Sonnhammer, Erik; Dessimoz, Christophe; and Lewis, Suzanna, "Gearing up to handle the mosaic nature of life in the quest for orthologs." (2018). Faculty Research 2018. 25. https://mouseion.jax.org/stfb2018/25 This Article is brought to you for free and open access by the Faculty Research at The ousM eion at the JAXlibrary. It has been accepted for inclusion in Faculty Research 2018 by an authorized administrator of The ousM eion at the JAXlibrary. For more information, please contact [email protected]. Authors Kristoffer Forslund, Cecile Pereira, Salvador Capella-Gutierrez, Alan Sousa da Silva, Adrian Altenhoff, Jaime Huerta-Cepas, Matthieu Muffato, Mateus Patricio, Klaas Vandepoele, Ingo Ebersberger, Judith A. Blake, Jesualdo Tomás
    [Show full text]
  • ISCB's Initial Reaction to the New England Journal of Medicine
    MESSAGE FROM ISCB ISCB’s Initial Reaction to The New England Journal of Medicine Editorial on Data Sharing Bonnie Berger, Terry Gaasterland, Thomas Lengauer, Christine Orengo, Bruno Gaeta, Scott Markel, Alfonso Valencia* International Society for Computational Biology, Inc. (ISCB) * [email protected] The recent editorial by Drs. Longo and Drazen in The New England Journal of Medicine (NEJM) [1] has stirred up quite a bit of controversy. As Executive Officers of the International Society of Computational Biology, Inc. (ISCB), we express our deep concern about the restric- tive and potentially damaging opinions voiced in this editorial, and while ISCB works to write a detailed response, we felt it necessary to promptly address the editorial with this reaction. While some of the concerns voiced by the authors of the editorial are worth considering, large parts of the statement purport an obsolete view of hegemony over data that is neither in line with today’s spirit of open access nor furthering an atmosphere in which the potential of data can be fully realized. ISCB acknowledges that the additional comment on the editorial [2] eases some of the polemics, but unfortunately it does so without addressing some of the core issues. We still feel, however, that we need to contrast the opinion voiced in the editorial with what we consider the axioms of our scientific society, statements that lead into a fruitful future of data-driven science: • Data produced with public money should be public in benefit of the science and society • Restrictions to the use of public data hamper science and slow progress OPEN ACCESS • Open data is the best way to combat fraud and misinterpretations Citation: Berger B, Gaasterland T, Lengauer T, Orengo C, Gaeta B, Markel S, et al.
    [Show full text]
  • The Evaluation of Ontologies: Editorial Review Vs
    The Evaluation of Ontologies: Editorial Review vs. Democratic Ranking Barry Smith Department of Philosophy, Center of Excellence in Bioinformatics and Life Sciences, and National Center for Biomedical Ontology University at Buffalo from Proceedings of InterOntology 2008 (Tokyo, Japan, 26-27 February 2008), 127-138. ABSTRACT. Increasingly, the high throughput technologies used by biomedical researchers are bringing about a situation in which large bodies of data are being described using controlled structured vocabularies—also known as ontologies—in order to support the integration and analysis of this data. Annotation of data by means of ontologies is already contributing in significant ways to the cumulation of scientific knowledge and, prospectively, to the applicability of cross-domain algorithmic reasoning in support of scientific advance. This very success, however, has led to a proliferation of ontologies of varying scope and quality. We define one strategy for achieving quality assurance of ontologies—a plan of action already adopted by a large community of collaborating ontologists—which consists in subjecting ontologies to a process of peer review analogous to that which is applied to scientific journal articles. 1 From OBO to the OBO Foundry Our topic here is the use of ontologies to support scientific research, especially in the domains of biology and biomedicine. In 2001, Open Biomedical Ontologies (OBO) was created by Michael Ashburner and Suzanna Lewis as an umbrella body for the developers of such ontologies in the domain of the life sciences, applying the key principles underlying the success of the Gene Ontology (GO) [GOC 2006], namely, that ontologies be (a) open, (b) orthogonal, (c) instantiated in a well-specified syntax, and such as (d) to share a common space of identifiers [Ashburner et al.
    [Show full text]
  • Challenges for Ontology Repositories and Applications to Biomedicine & Agronomy
    Position paper – Keynote SIMBig 2017 – September 2017, Lima, Peru Challenges for ontology repositories and applications to biomedicine & agronomy Clement Jonquet Laboratory of Informatics, Robotics, and Microelectronics of Montpellier (LIRMM), University of Montpellier & CNRS, France & Center for BioMedical Informatics Research (BMIR), Stanford University, USA [email protected] (ORCID: 0000-0002-2404-1582) Abstract 1 Introduction The explosion of the number of ontologies The Semantic Web produces many vocabularies and vocabularies available in the Semantic and ontologies to represent and annotate any kind Web makes ontology libraries and reposi- of data. However, those ontologies are spread out, tories mandatory to find and use them. in different formats, of different size, with differ- Their functionalities span from simple on- ent structures and from overlapping domains. The tology listing with more or less of metada- scientific community has always been interested ta description to portals with advanced on- tology-based services: browse, search, vis- in designing common platforms to list and some- ualization, metrics, annotation, etc. Ontol- time host and serve ontologies, align them, and ogy libraries and repositories are usually enable their (re)use (Ding and Fensel, 2001; developed to address certain needs and Hartmann et al., 2009; D’Aquin and Noy, 2012; , communities. BioPortal, the ontology re- 1995). These platforms range from simple ontol- pository built by the US National Center ogy listings or libraries with structured metadata, for Biomedical Ontologies BioPortal relies to advanced repositories (or portals) which fea- on a domain independent technology al- ture a variety of services for multiple types of ready reused in several projects from bio- semantic resources (ontologies, vocabularies, medicine to agronomy and earth sciences.
    [Show full text]
  • Downloaded from [16, 18]
    UC San Diego UC San Diego Electronic Theses and Dissertations Title Predicting growth optimization strategies with metabolic/expression models Permalink https://escholarship.org/uc/item/6nr2539t Author Liu, Joanne Publication Date 2017 Supplemental Material https://escholarship.org/uc/item/6nr2539t#supplemental Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA, SAN DIEGO Predicting growth optimization strategies with metabolic/expression models A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Bioinformatics and Systems Biology by Joanne K. Liu Committee in charge: Professor Karsten Zengler, Chair Professor Nathan Lewis, Co-Chair Professor Michael Burkart Professor Terry Gaasterland Professor Bernhard Palsson Professor Milton Saier 2017 Copyright Joanne K. Liu, 2017 All rights reserved. The dissertation of Joanne K. Liu is approved, and it is acceptable in quality and form for publication on micro- film and electronically: Co-Chair Chair University of California, San Diego 2017 iii DEDICATION To my mom and dad, who I cannot thank enough for supporting me throughout my education, and to The One. iv EPIGRAPH Essentially, all models are wrong, but some are useful. |George E. P. Box v TABLE OF CONTENTS Signature Page.................................. iii Dedication..................................... iv Epigraph.....................................v Table of Contents................................
    [Show full text]
  • ACM-BCB 2016 the 7Th ACM Conference on Bioinformatics
    ACM-BCB 2016 The 7th ACM Conference on Bioinformatics, Computational Biology, and Health Informatics October 2-5, 2016 Organizing Committee General Chairs: Steering Committee: Ümit V. Çatalyürek, Georgia Institute of Technology Aidong Zhang, State University of NeW York at Buffalo, Genevieve Melton-Meaux, University of Minnesota Co-Chair May D. Wang, Georgia Institute of Technology and Program Chairs: Emory University, Co-Chair John Kececioglu, University of Arizona Srinivas Aluru, Georgia Institute of Technology Adam Wilcox, University of Washington Tamer Kahveci, University of Florida Christopher C. Yang, Drexel University Workshop Chair: Ananth Kalyanaraman, Washington State University Tutorial Chair: Mehmet Koyuturk, Case Western Reserve University Demo and Exhibit Chair: Robert (Bob) Cottingham, Oak Ridge National Laboratory Poster Chairs: Lin Yang, University of Florida Dongxiao Zhu, Wayne State University Registration Chair: Preetam Ghosh, Virginia CommonWealth University Publicity Chairs Daniel Capurro, Pontificia Univ. Católica de Chile A. Ercument Cicek, Bilkent University Pierangelo Veltri, U. Magna Graecia of Catanzaro Student Travel Award Chairs May D. Wang, Georgia Institute of Technology and Emory University JaroslaW Zola, University at Buffalo, The State University of NeW York Student Activity Chair Marzieh Ayati, Case Western Reserve University Dan DeBlasio, Carnegie Mellon University Proceedings Chairs: Xinghua Mindy Shi, U of North Carolina at Charlotte Yang Shen, Texas A&M University Web Admins: Anas Abu-Doleh, The
    [Show full text]
  • Gaëlle GARET Classification Et Caractérisation De Familles Enzy
    No d’ordre : 000 ANNÉE 2015 60 THÈSE / UNIVERSITÉ DE RENNES 1 sous le sceau de l’Université Européenne de Bretagne pour le grade de DOCTEUR DE L’UNIVERSITÉ DE RENNES 1 Mention : Informatique École doctorale Matisse présentée par Gaëlle GARET préparée à l’unité de recherche Inria/Irisa – UMR6074 Institut de Recherche en Informatique et Système Aléatoires Composante universitaire : ISTIC Thèse à soutenir à Rennes Classification et le 16 décembre 2014 devant le jury composé de : caractérisation Jean-Christophe JANODET Professeur à l’Université d’Evry-Val-d’Essonne / Rapporteur de familles enzy- Amedeo NAPOLI Directeur de recherche au Loria, Nancy / Rapporteur Colin DE LA HIGUERA matiques à l’aide Professeur à l’Université de Nantes / Examinateur Olivier RIDOUX Professeur à l’Université de Rennes 1 / Examinateur de méthodes for- Mirjam CZJZEK Directrice de recherche CNRS, Roscoff / Examinatrice Jacques NICOLAS melles Directeur de recherche à Inria, Rennes / Directeur de thèse François COSTE Chargé de recherche à Inria, Rennes / Co-directeur de thèse Ainsi en était-il depuis toujours. Plus les hommes accumulaient des connaissances, plus ils prenaient la mesure de leur ignorance. Dan Brown, Le Symbole perdu Tu me dis, j’oublie. Tu m’enseignes, je me souviens. Tu m’impliques, j’apprends. Benjamin Franklin Remerciements Je remercie tout d’abord la région Bretagne et Inria qui ont permis de financer ce projet de thèse. Merci à Jean-Christophe Janodet et Amedeo Napoli qui ont accepté de rapporter cette thèse et à Olivier Ridoux, Colin De La Higuera et Mirjam Czjzek pour leur participation au jury. J’aimerais aussi dire un grand merci à mes deux directeurs de thèse : Jacques Ni- colas et François Coste, qui m’ont toujours apporté leur soutien tant dans le domaine scientifique que personnel.
    [Show full text]
  • I S C B N E W S L E T T
    ISCB NEWSLETTER FOCUS ISSUE {contents} President’s Letter 2 Member Involvement Encouraged Register for ISMB 2002 3 Registration and Tutorial Update Host ISMB 2004 or 2005 3 David Baker 4 2002 Overton Prize Recipient Overton Endowment 4 ISMB 2002 Committees 4 ISMB 2002 Opportunities 5 Sponsor and Exhibitor Benefits Best Paper Award by SGI 5 ISMB 2002 SIGs 6 New Program for 2002 ISMB Goes Down Under 7 Planning Underway for 2003 Hot Jobs! Top Companies! 8 ISMB 2002 Job Fair ISCB Board Nominations 8 Bioinformatics Pioneers 9 ISMB 2002 Keynote Speakers Invited Editorial 10 Anna Tramontano: Bioinformatics in Europe Software Recommendations11 ISCB Software Statement volume 5. issue 2. summer 2002 Community Development 12 ISCB’s Regional Affiliates Program ISCB Staff Introduction 12 Fellowship Recipients 13 Awardees at RECOMB 2002 Events and Opportunities 14 Bioinformatics events world wide INTERNATIONAL SOCIETY FOR COMPUTATIONAL BIOLOGY A NOTE FROM ISCB PRESIDENT This newsletter is packed with information on development and dissemination of bioinfor- the ISMB2002 conference. With over 200 matics. Issues arise from recommendations paper submissions and over 500 poster submis- made by the Society’s committees, Board of sions, the conference promises to be a scientific Directors, and membership at large. Important feast. On behalf of the ISCB’s Directors, staff, issues are defined as motions and are discussed EXECUTIVE COMMITTEE and membership, I would like to thank the by the Board of Directors on a bi-monthly Philip E. Bourne, Ph.D., President organizing committee, local organizing com- teleconference. Motions that pass are enacted Michael Gribskov, Ph.D., mittee, and program committee for their hard by the Executive Committee which also serves Vice President work preparing for the conference.
    [Show full text]
  • Interactive Knowledge Capture in the New Millennium: How the Semantic Web Changed Everything
    To appear in the Special Issue for the 25th Anniversary the Knowledge Engineering Review, 2011. Interactive Knowledge Capture in the New Millennium: How the Semantic Web Changed Everything Yolanda Gil USC Information Sciences Institute [email protected] Last updated: January 10, 2011 Abstract The Semantic Web has radically changed the landscape of knowledge acquisition research. It used to be the case that a single user would edit a local knowledge base, that the user would have domain expertise to add to the system, and that the system would have a centralized knowledge base and reasoner. The world surrounding knowledge‐rich systems changed drastically with the advent of the Web, and many of the original assumptions were no longer a given. Those assumptions had to be revisited and addressed in combination with new challenges that were put forward. Knowledge‐rich systems today are distributed, have many users with different degrees of expertise, and integrate many shared knowledge sources of varying quality. Recent work in interactive knowledge capture includes new and exciting research on collaborative knowledge sharing, collecting knowledge from web volunteers, and capturing knowledge provenance. 1. Introduction For this special anniversary issue of the Knowledge Engineering Review, I prepared a personal perspective on recent research in the area of interactive knowledge capture. My research interest has always been human‐computer collaboration, in particular how to assist people in performing complex, knowledge‐rich tasks that cannot be
    [Show full text]