XML in the bipharmaceutical

Size: px
Start display at page:

Download "XML in the bipharmaceutical"

Transcription

1 XML in the bipharmaceutical sector XML holds out the opportunity to integrate data across both the enterprise and the network of biopharmaceutical alliances - with little technological dislocation and at a fraction of the cost of other integration solutions. Dr Lara Marks and Emmett Power, Silico Research Limited Make no mistake, XML is coming and it will change the way that biopharmaceutical companies and their partners and suppliers integrate their information systems. At Silico Research, we recently conducted an analysis of the deployment of XML technology in the biopharmaceutical sector. As a result of the research, we concluded that by 2004 XML would be one of the most important technologies used to achieve data integration across pharmaceutical, biotechnology and genomic research. Biopharmaceutical, genomic and technology companies are advised to address the issue of XML and formulate an organisation-wide XML strategy without delay. XML technologies go to the heart of data integration. Over the next five years the pharmaceutical industry will shift from a wet, bench-driven, research model to one driven by information and computers. As that shift takes place, data integration will become a major source of competitive advantage or disadvantage. The Human Genome Project and new emerging technologies - such as bioinformatics, cheminformatics, pharmacogenomics, simulation and modelling - have created a massive growth in the amount of data that pharmaceutical companies have to confront in order to bring drugs to market. Data integration and analysis promise deeper insights into the biology and chemistry underlying drug actions and target diseases, and at the same time, radically shortening development times. This has led biopharmaceutical companies to invest heavily in emerging big-ticket technologies designed to integrate data across the enterprise; these include bioinformatic platform technologies, data warehouses and enterprise information portals. Such efforts have met with mixed results. At times, efforts to integrate have been de-railed by overoptimistic expectations of the technology and poor implementation, combined with dramatically shifting information creation and usage patterns. There are reasons to be optimistic that XML, the latest integration technology, could avoid many of the problems that have beset earlier integration technologies. What is XML? The Extensible Markup Language, XML for short, is a mark-up language - much like HTML which is widely used to present data on the Internet and other networks. Unlike HTML, however, which was designed to describe the format of data, XML has been designed to describe the structure and content of data and to facilitate the transfer of that data between applications and over networks including the Internet. XML achieves this by allowing data to be stored within an XML document in a structured, tagged format; this enables the data to be interpreted and modified by any XML-compatible application. XML is a derivative of the standard generalised mark-up language (SGML), which is the international standard for defining the structure and content of electronic documents. HTML is an application of SGML, but with a very limited scope. XML is extensible. This represents one of its great strengths in that, unlike HTML, the tags used to structure the data can be extended according to the needs of the user. In HTML the tags are fixed Over the next five years the pharmaceutical industry will shift from a wet, benchdriven, research model to one driven by information and computers Innovations in Pharmaceutical Technology 43

2 XML is extensible. This represents one of its great strengths in that, unlike HTML, the tags used to structure the data can be extended according to the needs of the user, Table 1. Key biochemical and pharmaceutical DTDs. and invariable, whereas in XML they can be extended to suit the needs of the organisation using the format. This is achieved in XML by writing a specific Document Type Declaration (DTD) that maps the structure of the data. The DTD is shared with other users of the document enabling them to read, map and process the data contained in it. Using DTDs, developers can create self-defining text tags to identify a piece of data for use in other applications. So, if for example the deploying company decides that it needs a tag in the document representing Sequence, that tag can be added to the DTD and shared with all applications using the DTD. Taking this principle to its logical conclusion, developers and users are writing their own customised DTDs to suit the needs of the specific data they are working with. Several specialised DTDs have been written for the pharmaceutical, biotechnology and genomic sectors. One example of a specialist DTD is the widely used Bioinformatic Sequence Markup Language (BSML), developed by Visual Genomics (now part of LabBooks) for comparing genetic data from multiple sources and platforms. Using BSML, 44 Innovations in Pharmaceutical Technology

3 scientists can compare genetic data, run applications across that data and display it in a special BSML browser written for the purpose. Another strength of XML is that it opens the door to data representation through the ability to use the language to model data. This can be done because XML can be used to define the structure of elements and data, and the inter-relationship of data and data elements. Developers can therefore create 2D representations of chemical and biological structures using data from a number of sources, or represent genomic data in a graphical format. This creates powerful opportunities for developers in the pharmaceutical, biotechnology and genomic sectors where complex data is increasingly interpreted visually. The data representation function of XML is fully captured in specialist browsers like the BIOML (Biological Markup Language) browser. XML also facilitates data integration. Most database APIs (application programming interfaces) are defined in a particular programming language, so that results are returned in that language s native data types. While Standard Query Language is a widely accepted method for specifying the database question, there is not yet a language-independent and database-neutral specification for the response. XML affords an opportunity to facilitate this. XML provides an open source solution for data migration between programming languages. This has proved highly attractive in a sector like pharmaceuticals, characterised by a large number of heterogeneous applications using a number of programming languages to derive complex data in a number of formats. XML core technologies Four programming technologies are central to XML: Document type declarations (DTDs) A DTD is a file containing structured data that defines the tags used in an XML document. DTDs define the data schema and structure of the document. For example, the Biological Markup Language (BIOML) DTD uses tags like organism The highest deployment of XML is in the discovery stages of the drug development process Innovations in Pharmaceutical Technology 45

4 As XML becomes more widely adopted, we expect to see the number of DTDs explode from 50 today to at least 500 label, chromosome label, gene label and DNA label to define and structure the biological data. This allows any XML-enabled application to use the BIOML DTD to access and manipulate the data. An XML document can refer to a DTD in an external document on for example a website, or contain the DTD itself. In order for two applications to share data through XML, they must be using the same tags and labels through the adoption of an agreed DTD or a parser. XML parsers The system receiving XML data needs a parser that can break an XML document down into its data elements. The parser includes a facility that maps elements from the DTD to data structures in the receiving system. The parser extracts the actual data out of the textual representation and creates either events or new data structures from them. Parsers also check whether documents conform to the XML standard and have a correct structure. This is essential for the automatic processing of XML documents. A validating parser checks a document not only for conformance to the general XML rules, but also enforces a certain DTD, checking whether all necessary elements are present and if their order is as specified in the DTD. Namespaces This refers to a collection of names, identified by a Uniform Resource Identifier (URI) reference, and is designed to avoid name collisions, and promote industry standard DTDs. Namespaces are a proposed standard for defining the location of DTDs, so that remote applications can exchange data and remote users can read XML pages. XSL Stylesheets are documents that, when processed with an XSLT transformation engine, can turn one form of mark-up (XML or HTML) into another. This is useful for piping XML documents from one version of a DTD to another. A number of biological stylesheets are hosted by bioxml.org. XML in the biopharmaceutical sector XML deployment is widespread in the pharmaceutical, biotechnology and genomic sectors. Of the executives surveyed by Silico Research, 75% said that they are currently deploying XML as part of their R&D infrastructure or product range. Virtually all those who are not deploying XML today expect to be doing so by But most deployments are trial deployments. Typically, pharmaceutical and biotechnology companies are trialing the technology in a few sites and across a few applications before implementing full-scale deployment. This is accounted for by two factors. The first is the newness of the technology. XML is in the early stages of development and this is acting as an inhibitor to its full-scale adoption. Both users and vendors are standing back to watch how the technology develops. The second factor is the rapid pace of development in XML. This is making companies adopt a wait-and-see attitude before making a commitment to the technology. The highest deployment of XML is in the discovery stages of the drug development process. There are three reasons for this. First, discovery and development have high integration needs; compared with other parts of the research pipeline, early stage research processes such as discovery have a strong need to integrate and manipulate complex data sets. Second, early stage teams in drug discovery processes typically have better IT skills than later stage teams, for example in clinical trials. This makes it easier for early stage teams to experiment with new technologies. Finally, early stage discovery and development teams are culturally more open to experimenting with new technologies than those involved in later stage functions. Pharmaceutical applications of XML Today, most companies rely upon internally generated DTDs designed to achieve a particular objective or to link specific data sources. Of the publicly available DTDs, three show significant usage: Bioinformatic Sequence Markup Language (BSML) used for the annotation of biopolymer sequence information, BIOpolymer Markup Language (BIOML) for genetic sequences, and Genome Annotation Markup Elements (GAME) for annotating biosequence features. Open issues and constraints A number of open issues and constraints need to be considered with respect to XML-based technologies. The newness of XML makes it difficult to assess its usefulness in the long term. As XML becomes more widely adopted, we expect to see the number of DTDs explode from 50 today to at least 500. This will create DTD name clashes and make it difficult to determine which DTD to adopt and when to update. Within the enterprise, XML is - and will continue to be - simply one of many data formats. Many pharmaceutical companies require the complex splitting and merging of data to and from multiple sources, and the combination of dependent data from relational databases. It is not clear that XML will help in this. XML builds on text-based documents - but text-based documents are poor utilisers of bandwidth. As the throughput of document processing increases, many companies will run into network bandwidth utilisation problems with XML. 46 Innovations in Pharmaceutical Technology

5 Conclusion XML holds out the opportunity to integrate data across the enterprise and across the network of partnerships and alliances that biopharmaceutical companies are building. Moreover, it holds out the possibility of doing so with little technological dislocation and at a fraction of the cost of other integration solutions. The key to realising these opportunities lies in planning and execution - as always. Dr Lara Marks is a Visiting Senior Research Associate at the CGHPSS Unit at Cambridge University and an honorary Senior Lecturer at the London School of Hygiene & Tropical Medicine. She is undertaking research into the impact of genomics on the pharmaceutical industry. Dr Marks is the author of a number of books and papers on pharmaceutical and healthcare issues, including a recently published and widely reviewed book for Yale University Press on the discovery and development of the oral contraceptive. Emmett Power is a leading European analyst of new information technologies focusing on bioinformatics, data warehousing and other infrastructure and analytical technologies. He advises leading pharmaceutical and technology companies, and is the author of a number of reports covering pharmaceutical information technologies. Note: Silico Research Limited is a pharmaceutical technology-based analysis organisation located in London and Cambridge in the UK. The company can be contacted via its website: Research.com. Innovations in Pharmaceutical Technology 47

Modernizing Healthcare IT for the Data-driven Cognitive Era Storage and Software-Defined Infrastructure

Modernizing Healthcare IT for the Data-driven Cognitive Era Storage and Software-Defined Infrastructure Modernizing Healthcare IT for the Data-driven Cognitive Era Storage and Software-Defined Infrastructure An IDC InfoBrief, Sponsored by IBM April 2018 Executive Summary Today s healthcare organizations

More information

ISO INTERNATIONAL STANDARD. Health informatics Genomic Sequence Variation Markup Language (GSVML)

ISO INTERNATIONAL STANDARD. Health informatics Genomic Sequence Variation Markup Language (GSVML) INTERNATIONAL STANDARD ISO 25720 First edition 2009-08-15 Health informatics Genomic Sequence Variation Markup Language (GSVML) Informatique de santé Langage de balisage de la variation de séquence génomique

More information

Introduction to XML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University

Introduction to XML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University Introduction to XML Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws 1 Topics p What is XML? p Why XML? p Where does XML

More information

Using DAML format for representation and integration of complex gene networks: implications in novel drug discovery

Using DAML format for representation and integration of complex gene networks: implications in novel drug discovery Using DAML format for representation and integration of complex gene networks: implications in novel drug discovery K. Baclawski Northeastern University E. Neumann Beyond Genomics T. Niu Harvard School

More information

Introduction to XML 3/14/12. Introduction to XML

Introduction to XML 3/14/12. Introduction to XML Introduction to XML Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws 1 Topics p What is XML? p Why XML? p Where does XML

More information

Paper. Delivering Strong Security in a Hyperconverged Data Center Environment

Paper. Delivering Strong Security in a Hyperconverged Data Center Environment Paper Delivering Strong Security in a Hyperconverged Data Center Environment Introduction A new trend is emerging in data center technology that could dramatically change the way enterprises manage and

More information

EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE

EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE EUROPEAN ICT PROFESSIONAL ROLE PROFILES VERSION 2 CWA 16458:2018 LOGFILE Overview all ICT Profile changes in title, summary, mission and from version 1 to version 2 Versions Version 1 Version 2 Role Profile

More information

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial.

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial. A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far XML Tutorial Yanan Zhang Department of Electrical and Computer Engineering University of Calgary

More information

Evaluation of technologies that will improve the UEL IT infrastructure, recommending and advising on strategic improvements

Evaluation of technologies that will improve the UEL IT infrastructure, recommending and advising on strategic improvements JOB DESCRIPTION Job Title: Grade: School/Service: Campus: Responsible to: Responsible for whom: Liaison with: Infrastructure Solutions Architect H IT Services Docklands Head of Infrastructure All Schools

More information

PREPARE FOR TAKE OFF. Accelerate your organisation s journey to the Cloud.

PREPARE FOR TAKE OFF. Accelerate your organisation s journey to the Cloud. PREPARE FOR TAKE OFF Accelerate your organisation s journey to the Cloud. cloud. Contents Introduction Program & Governance BJSS Cloud Readiness Assessment: Intro Platforms & Development BJSS Cloud Readiness

More information

Software-defined storage systems from Lenovo

Software-defined storage systems from Lenovo Intel Xeon processor Software-defined storage systems from Lenovo The IT environment of the future will be software-defined There is a broad consensus among IT experts that data centres do not currently

More information

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX

UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX UNLEASHING THE VALUE OF THE TERADATA UNIFIED DATA ARCHITECTURE WITH ALTERYX 1 Successful companies know that analytics are key to winning customer loyalty, optimizing business processes and beating their

More information

Logicalis What we do

Logicalis What we do Logicalis What we do Logicalis What we do Logicalis is an international IT solutions and managed services provider with a breadth of knowledge and expertise in Communications and Collaboration, Business

More information

XML. Objectives. Duration. Audience. Pre-Requisites

XML. Objectives. Duration. Audience. Pre-Requisites XML XML - extensible Markup Language is a family of standardized data formats. XML is used for data transmission and storage. Common applications of XML include business to business transactions, web services

More information

Supporting Customer Growth Strategies by Anticipating Market Change End-to-end Optimization of Value Chains

Supporting Customer Growth Strategies by Anticipating Market Change End-to-end Optimization of Value Chains Concept Supporting Customer Growth Strategies by Anticipating Market Change End-to-end Optimization of Value Chains Changes in economic and social conditions, which include the growing diversity of consumer

More information

Transitioning to Symyx

Transitioning to Symyx Whitepaper Transitioning to Symyx Notebook by Accelrys from Third-Party Electronic Lab Notebooks Ordinarily in a market with strong growth, vendors do not focus on competitive displacement of competitor

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

SMART. Investing in urban innovation

SMART. Investing in urban innovation SMART Investing in urban innovation What Smart Belfast? Belfast has ambitious plans for the future. Building on our economic revival, we want to make our city an outstanding place to live, work and invest.

More information

Making hybrid IT simple with Capgemini and Microsoft Azure Stack

Making hybrid IT simple with Capgemini and Microsoft Azure Stack Making hybrid IT simple with Capgemini and Microsoft Azure Stack The significant evolution of cloud computing in the last few years has encouraged IT leaders to rethink their enterprise cloud strategy.

More information

Evolution For Enterprises In A Cloud World

Evolution For Enterprises In A Cloud World Evolution For Enterprises In A Cloud World Foreword Cloud is no longer an unseen, futuristic technology that proves unattainable for enterprises. Rather, it s become the norm; a necessity for realizing

More information

Preparing your network for the next wave of innovation

Preparing your network for the next wave of innovation Preparing your network for the next wave of innovation The future is exciting. Ready? 2 Executive brief For modern businesses, every day brings fresh challenges and opportunities. You must be able to adapt

More information

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E

Powering Knowledge Discovery. Insights from big data with Linguamatics I2E Powering Knowledge Discovery Insights from big data with Linguamatics I2E Gain actionable insights from unstructured data The world now generates an overwhelming amount of data, most of it written in natural

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

Sistemi ICT per il Business Networking

Sistemi ICT per il Business Networking Corso di Laurea Specialistica Ingegneria Gestionale Sistemi ICT per il Business Networking B2B Integration Docente: Vito Morreale (vito.morreale@eng.it) 1 B2B Interactions Businesses are constantly searching

More information

Bioinformatics Data Distribution and Integration via Web Services and XML

Bioinformatics Data Distribution and Integration via Web Services and XML Letter Bioinformatics Data Distribution and Integration via Web Services and XML Xiao Li and Yizheng Zhang* College of Life Science, Sichuan University/Sichuan Key Laboratory of Molecular Biology and Biotechnology,

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri and Shamkant B. Navathe CHAPTER 1 Databases and Database Users Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Slide 1-2 OUTLINE Types of Databases and Database Applications

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: Improving Web Search using Metadata Peter Mika, Yahoo! Research, Spain November 2008 Presenting compelling search results depends critically on understanding

More information

Grid BT. The evolution toward grid services. EU Grid event, Brussels May Piet Bel Grid Action Team

Grid BT. The evolution toward grid services. EU Grid event, Brussels May Piet Bel Grid Action Team Grid Computing @ BT The evolution toward grid services EU Grid event, Brussels May 31 05 Piet Bel Grid Action Team Agenda BT Why Grid? What is BT doing? Evolution of Grid Services Q & A 2 Forward-looking

More information

White Paper How IP is impacting Physical Access Control

White Paper How IP is impacting Physical Access Control White Paper How IP is impacting Physical Access Control +Background Installers and end users of security systems have never seen as many exciting product developments as they have in recent years as more

More information

Web Services Interoperability Organization. Accelerating Web Services Adoption May 16, 2002

Web Services Interoperability Organization. Accelerating Web Services Adoption May 16, 2002 Web Services Interoperability Organization Accelerating Web Services Adoption May 16, 2002 The Context Innovation needs to happen at an ever increasing pace Success requires broad interoperability Within

More information

ehealth Ministerial Conference 2013 Dublin May 2013 Irish Presidency Declaration

ehealth Ministerial Conference 2013 Dublin May 2013 Irish Presidency Declaration ehealth Ministerial Conference 2013 Dublin 13 15 May 2013 Irish Presidency Declaration Irish Presidency Declaration Ministers of Health of the Member States of the European Union and delegates met on 13

More information

SD-WAN. Enabling the Enterprise to Overcome Barriers to Digital Transformation. An IDC InfoBrief Sponsored by Comcast

SD-WAN. Enabling the Enterprise to Overcome Barriers to Digital Transformation. An IDC InfoBrief Sponsored by Comcast SD-WAN Enabling the Enterprise to Overcome Barriers to Digital Transformation An IDC InfoBrief Sponsored by Comcast SD-WAN Is Emerging as an Important Driver of Business Results The increasing need for

More information

Video Surveillance Solutions from EMC and Brocade: Scalable and Future-proof

Video Surveillance Solutions from EMC and Brocade: Scalable and Future-proof White Paper Video Surveillance Solutions from EMC and Brocade: Scalable and Future-proof By Dan Conde, Analyst December 2015 This ESG White Paper was commissioned by EMC and Brocade and is distributed

More information

Cloud solution consultant

Cloud solution consultant Cloud solution consultant Role brief Directorate Jisc technologies Base location Harwell or Bristol Grade B Level 18 Job family Professional services Date November 2017 Reports to Cloud services group

More information

NEXT-GENERATION WIRELESS NETWORK INVESTMENT: LTE WILL FILL THE 5G GAP FOR OPERATORS AND VENDORS

NEXT-GENERATION WIRELESS NETWORK INVESTMENT: LTE WILL FILL THE 5G GAP FOR OPERATORS AND VENDORS analysysmason.com RESEARCH STRATEGY REPORT NEXT-GENERATION WIRELESS NETWORK INVESTMENT: LTE WILL FILL THE 5G GAP FOR OPERATORS AND VENDORS ROBERTO KOMPANY About this report This report analyses the challenges

More information

Buy don t Build. Use don t Manage.

Buy don t Build. Use don t Manage. I N N O VAT E & O P E R AT E B E T T E R, FA S T E R RAPID Private Cloud Systems provide your business with a pre integrated, validated and tested private cloud delivered in 28 days, to any location, ready

More information

Cray's YarcData claims early success for graph database appliance

Cray's YarcData claims early success for graph database appliance Cray's YarcData claims early success for graph database appliance Analyst: Matt Aslett 10 Aug, 2012 The launch of YarcData earlier this year gave supercomputing specialist Cray a graph database appliance

More information

ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY

ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY ADVANCED SECURITY MECHANISMS TO PROTECT ASSETS AND NETWORKS: SOFTWARE-DEFINED SECURITY One of the largest concerns of organisations is how to implement and introduce advanced security mechanisms to protect

More information

SDN-Based Open Networking Building Momentum Among IT Decision Makers

SDN-Based Open Networking Building Momentum Among IT Decision Makers SDN-Based Open Networking Building Momentum Among IT Decision Makers Two of the most important new enterprise technologies are open networking and softwaredefined networking (SDN). For the past few years,

More information

JULIA ENABLED COMPUTATION OF MOLECULAR LIBRARY COMPLEXITY IN DNA SEQUENCING

JULIA ENABLED COMPUTATION OF MOLECULAR LIBRARY COMPLEXITY IN DNA SEQUENCING JULIA ENABLED COMPUTATION OF MOLECULAR LIBRARY COMPLEXITY IN DNA SEQUENCING Larson Hogstrom, Mukarram Tahir, Andres Hasfura Massachusetts Institute of Technology, Cambridge, Massachusetts, USA 18.337/6.338

More information

XF Rendering Server 2008

XF Rendering Server 2008 XF Rendering Server 2008 Using XSL Formatting Objects for Producing and Publishing Business Documents Abstract IT organizations are under increasing pressure to meet the business goals of their companies.

More information

CYBER SECURITY OPERATION CENTER

CYBER SECURITY OPERATION CENTER CYBER OPERATION CENTER Reply s new Cyber Security Operation Centre is a structure specialised in the provision of Premium-level security services, tailored to the customer's needs, processes, and the specific

More information

D360: Unlock the value of your scientific data Solving Informatics Problems for Translational Research

D360: Unlock the value of your scientific data Solving Informatics Problems for Translational Research D360: Unlock the value of your scientific data Solving Informatics Problems for Translational Research Dr. Fabian Bös, Senior Application Scientist Certara Spain SL Martin-Kollar-Str. 17, 81829 Munich

More information

ASSESSMENT SUMMARY XHTML 1.1 (W3C) Date: 27/03/ / 6 Doc.Version: 0.90

ASSESSMENT SUMMARY XHTML 1.1 (W3C) Date: 27/03/ / 6 Doc.Version: 0.90 ASSESSMENT SUMMARY XHTML 1.1 (W3C) Date: 27/03/2017 1 / 6 Doc.Version: 0.90 TABLE OF CONTENTS 1. INTRODUCTION... 3 2. ASSESSMENT SUMMARY... 3 3. ASSESSMENT RESULTS... 5 4. ASSESSMENT OBSERVATIONS... 5

More information

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward Comp 336/436 - Markup Languages Fall Semester 2018 - Week 4 Dr Nick Hayward XML - recap first version of XML became a W3C Recommendation in 1998 a useful format for data storage and exchange config files,

More information

Cloud solution consultant

Cloud solution consultant Cloud solution consultant Role brief Directorate Jisc technologies Base location Harwell or Bristol Grade B Job level 18 Job family Professional services Date 23/10/2017 Reports to Cloud services group

More information

Taking Back Control of Your Network With SD-LAN

Taking Back Control of Your Network With SD-LAN IHS TECHNOLOGY SEPTEMBER 2016 Taking Back Control of Your Network With SD-LAN Matthias Machowinski, Senior Research Director, Enterprise Networks and Video TABLE OF CONTENTS Access Networks Are Under Pressure...

More information

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

STRUCTURED CABLING UK WIDE SERVICES

STRUCTURED CABLING UK WIDE SERVICES STRUCTURED CABLING UK WIDE SERVICES Page 1 STRUCTURED CABLING UK WIDE SERVICES Contents 4 Section 1: Cabling Overview 5 Section 2: Our Partners 6 Section 3: Innovation 7 Section 4: Managed Services 8 Section

More information

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES

SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES SDN AT THE SPEED OF BUSINESS THE NEW AUTONOMOUS PARADIGM FOR SERVICE PROVIDERS FAST-PATH TO INNOVATIVE, PROFITABLE SERVICES Software-Defined Expectations & Preparations for the Smart Network Transformation

More information

First Utility. Deploying Axway API Gateway to secure public APIs, while enabling a low cost-to-serve

First Utility. Deploying Axway API Gateway to secure public APIs, while enabling a low cost-to-serve Deploying Axway API Gateway to secure public APIs, while enabling a low cost-to-serve Headquarters Warwick, UK Industry Energy Challenge needed a secure means of exposing APIs publicly and securely in

More information

DDN Annual High Performance Computing Trends Survey Reveals Rising Deployment of Flash Tiers & Private/Hybrid Clouds vs.

DDN Annual High Performance Computing Trends Survey Reveals Rising Deployment of Flash Tiers & Private/Hybrid Clouds vs. DDN Annual High Performance Computing Trends Survey Reveals Rising Deployment of Flash Tiers & Private/Hybrid Clouds vs. Public for HPC HPC End Users Cite Mixed I/O as the Most Difficult Performance Challenge

More information

Official document issued by Task Force IPv6 France, November All rights reserved.

Official document issued by Task Force IPv6 France, November All rights reserved. www.ipv6tf.org Recommendatiions for a Strategiic Pllan iin the Devellopment and IImpllementatiion of IIPv6 Technollogiies iin France Novemberr 2003 Official document issued by Task Force IPv6 France, November

More information

Cloudreach Data Center Migration Services

Cloudreach Data Center Migration Services Cloudreach Data Center Migration Services High Velocity Migration to Leverage Full Benefits of the Cloud The Cloud is Inevitable Cloudreach believe it is not about if, but when enterprises move their IT

More information

Smart thinking, clever working

Smart thinking, clever working Smart thinking, clever working Optus and Cisco partnership brings together two well-known and trusted brands with a shared passion for creating game changing customer experiences. Today, new technology

More information

For Healthcare Providers: How All-Flash Storage in EHR and VDI Can Lower Costs and Improve Quality of Care

For Healthcare Providers: How All-Flash Storage in EHR and VDI Can Lower Costs and Improve Quality of Care For Healthcare Providers: How All-Flash Storage in EHR and VDI Can Lower Costs and Improve Quality of Care WHITE PAPER Table of Contents The Benefits of Flash for EHR...2 The Benefits of Flash for VDI...3

More information

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich

Modern Systems Analysis and Design Sixth Edition. Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Modern Systems Analysis and Design Sixth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Designing Distributed and Internet Systems Learning Objectives Define the key terms client/server architecture,

More information

IP network probe systems increasing role in managing the customer experience

IP network probe systems increasing role in managing the customer experience Research Report IP network probe systems increasing role in managing the customer experience October 2013 Patrick Kelly and Anil Rao 2 Contents Slide no. 5. Executive summary 6. Investment in IP probes

More information

Gain Control Over Your Cloud Use with Cisco Cloud Consumption Professional Services

Gain Control Over Your Cloud Use with Cisco Cloud Consumption Professional Services Solution Overview Gain Control Over Your Cloud Use with Cisco Cloud Consumption Professional Services OPTIMIZE YOUR CLOUD SERVICES TO DRIVE BETTER BUSINESS OUTCOMES Reduce Cloud Business Risks and Costs

More information

Enabling efficiency through Data Governance: a phased approach

Enabling efficiency through Data Governance: a phased approach Enabling efficiency through Data Governance: a phased approach Transform your process efficiency, decision-making, and customer engagement by improving data accuracy An Experian white paper Enabling efficiency

More information

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 7 XML

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 7 XML Chapter 7 XML 7.1 Introduction extensible Markup Language Developed from SGML A meta-markup language Deficiencies of HTML and SGML Lax syntactical rules Many complex features that are rarely used HTML

More information

When, Where & Why to Use NoSQL?

When, Where & Why to Use NoSQL? When, Where & Why to Use NoSQL? 1 Big data is becoming a big challenge for enterprises. Many organizations have built environments for transactional data with Relational Database Management Systems (RDBMS),

More information

InvestIng strategically In advanced technology

InvestIng strategically In advanced technology Investing strategically in advanced technology A roadmap FOR CYBERA 2013 2016 A roadmap FOR CYBERA 2013 2016 1 Cybera is a strategic investment on the part of the Government of Alberta to keep Alberta

More information

Building innovative drug discovery alliances. Migrating to ChemAxon

Building innovative drug discovery alliances. Migrating to ChemAxon Building innovative drug discovery alliances Migrating to ChemAxon Evotec AG, Migrating to ChemAxon, May 2011 Agenda Evotec Why migrate? Searching for Library Enumeration Replacement Migrating a small

More information

Digital Enterprise Platform for Live Business. Kevin Liu SAP Greater China, Vice President General Manager of Big Data and Platform BU

Digital Enterprise Platform for Live Business. Kevin Liu SAP Greater China, Vice President General Manager of Big Data and Platform BU Digital Enterprise Platform for Live Business Kevin Liu SAP Greater China, Vice President General Manager of Big Data and Platform BU Rethinking the Future Competing in today s marketplace means leveraging

More information

Ambition Market Insights

Ambition Market Insights The second half of 2017 has seen strong hiring activities, driven by a number of key factors, across the technology sector. Many organisations were embracing technology to make their business more efficient

More information

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018 V REPORT : HPE Hybrid IT for SMBs HPE addressing SMB and channel partner Hybrid IT demands October 2018 ANALYST ANURAG AGRAWAL Data You Can Rely On Analysis You Can Act Upon HPE addressing SMB and partner

More information

Top 4 considerations for choosing a converged infrastructure for private clouds

Top 4 considerations for choosing a converged infrastructure for private clouds Top 4 considerations for choosing a converged infrastructure for private clouds Organizations are increasingly turning to private clouds to improve efficiencies, lower costs, enhance agility and address

More information

Hybrid WAN Operations: Extend Network Monitoring Across SD-WAN and Legacy WAN Infrastructure

Hybrid WAN Operations: Extend Network Monitoring Across SD-WAN and Legacy WAN Infrastructure Hybrid WAN Operations: Extend Network Monitoring Across SD-WAN and Legacy WAN Infrastructure An ENTERPRISE MANAGEMENT ASSOCIATES (EMA ) White Paper Prepared for SevOne May 2017 IT & DATA MANAGEMENT RESEARCH,

More information

The Hadoop Paradigm & the Need for Dataset Management

The Hadoop Paradigm & the Need for Dataset Management The Hadoop Paradigm & the Need for Dataset Management 1. Hadoop Adoption Hadoop is being adopted rapidly by many different types of enterprises and government entities and it is an extraordinarily complex

More information

einfrastructures Concertation Event

einfrastructures Concertation Event einfrastructures Concertation Event Steve Crumb, Executive Director December 5, 2007 OGF Vision & Mission Our Vision: The Open Grid Forum accelerates grid adoption to enable scientific discovery and business

More information

Technical Consultant. Job Title Technical Consultant. Department Service Department. Reporting to Service Manager

Technical Consultant. Job Title Technical Consultant. Department Service Department. Reporting to Service Manager Technical Consultant Job Title Technical Consultant Department Service Department Reporting to Service Manager Our Company Wanstor is an IT Solutions Company celebrating their 16 th year in business. The

More information

Why Enterprises Need to Optimize Their Data Centers

Why Enterprises Need to Optimize Their Data Centers White Paper Why Enterprises Need to Optimize Their Data Centers Introduction IT executives have always faced challenges when it comes to delivering the IT services needed to support changing business goals

More information

XML: Extensible Markup Language

XML: Extensible Markup Language XML: Extensible Markup Language CSC 375, Fall 2015 XML is a classic political compromise: it balances the needs of man and machine by being equally unreadable to both. Matthew Might Slides slightly modified

More information

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword Foreword Business applications are increasingly leveraging Web technologies. Naturally this is true for Internet applications, but it is also true for intranet and extranet applications applications that

More information

3. LABOR CATEGORY DESCRIPTIONS

3. LABOR CATEGORY DESCRIPTIONS 3. LABOR CATEGORY DESCRIPTIONS 001 - Consulting Systems Advisor Fifteen or more (15+) years of experience within the industry. The Consulting System Advisor develops and applies advanced methods, theories,

More information

Hosting your success. Best in class cloud services, to keep your business ahead

Hosting your success. Best in class cloud services, to keep your business ahead Hosting your success Best in class cloud services, to keep your business ahead Benefit from Memset s high performance hosting services Latest server technology Fastest storage hardware Highly secure infrastructure

More information

xml:tm Using XML technology to reduce the cost of authoring and translation

xml:tm Using XML technology to reduce the cost of authoring and translation [Translating and the Computer 25, November 2003 [London: Aslib, 2003] xml:tm Using XML technology to reduce the cost of authoring and translation Introduction Andrzej Zydroń Technical Director XML-Intl

More information

2017 Company Profile

2017 Company Profile 2017 Company Profile LITS Lead Technology Services 10/2/2017 INTRODUCTION Leading Innovative Technology Solutions (LITS) Lead Innovative Technology Services is an affirmative and black economic empowerment

More information

Version 11

Version 11 The Big Challenges Networked and Electronic Media European Technology Platform The birth of a new sector www.nem-initiative.org Version 11 1. NEM IN THE WORLD The main objective of the Networked and Electronic

More information

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems 2014 IBM Corporation Powerful Forces are Changing the Way Business Gets Done Data growing exponentially

More information

I D C T E C H N O L O G Y S P O T L I G H T. V i r t u a l and Cloud D a t a Center Management

I D C T E C H N O L O G Y S P O T L I G H T. V i r t u a l and Cloud D a t a Center Management I D C T E C H N O L O G Y S P O T L I G H T Orchestration S i m p l i f i es and Streamlines V i r t u a l and Cloud D a t a Center Management January 2013 Adapted from Systems Management Software Purchasing

More information

Update Windows. Upgrade the organisation. Reshaping ICT, Reshaping Business FUJITSU LIMITED. uk.fujitsu.com

Update Windows. Upgrade the organisation. Reshaping ICT, Reshaping Business FUJITSU LIMITED. uk.fujitsu.com Update Windows Upgrade the organisation FUJITSU LIMITED 2 Baker Street London W1U 3BW Copyright: 2013 Fujitsu Contact: fujitsu.com/uk/contact All rights reserved, including rights created by patent grant

More information

When Computing Becomes Human: Automation, Innovation, and the Rise of the All-Powerful Service Provider

When Computing Becomes Human: Automation, Innovation, and the Rise of the All-Powerful Service Provider When Computing Becomes Human: Automation, Innovation, and the Rise of the All-Powerful Service Provider Michelle Bailey GVP/GM and Research Fellow Datacenter and Cloud Human Industry Human Productivity

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 4 http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411 1 Extensible

More information

Migrating to the new IBM WebSphere Commerce Suite Platform. The Intelligent Approach for the E-Commerce Transition ELLUMINIS CONSULTING GROUP

Migrating to the new IBM WebSphere Commerce Suite Platform. The Intelligent Approach for the E-Commerce Transition ELLUMINIS CONSULTING GROUP WHITEPAPER ELLUMINIS CONSULTING GROUP The Intelligent Approach for the E-Commerce Transition Migrating to the new IBM WebSphere Commerce Suite Platform AN ELLUMINIS CONSULTING GROUP WHITEPAPER Migrating

More information

Call for expression of interest in leadership roles for the Supergen Energy Networks Hub

Call for expression of interest in leadership roles for the Supergen Energy Networks Hub Call for expression of interest in leadership roles for the Supergen Energy Networks Hub Call announced: 4 th September 2017 Deadline for applications: Midday 29 th September 2017 Provisional decision

More information

New Zealand Government IBM Infrastructure as a Service

New Zealand Government IBM Infrastructure as a Service New Zealand Government IBM Infrastructure as a Service A world class agile cloud infrastructure designed to provide quick access to a security-rich, enterprise-class virtual server environment. 2 New Zealand

More information

Data Mining and Warehousing

Data Mining and Warehousing Data Mining and Warehousing Sangeetha K V I st MCA Adhiyamaan College of Engineering, Hosur-635109. E-mail:veerasangee1989@gmail.com Rajeshwari P I st MCA Adhiyamaan College of Engineering, Hosur-635109.

More information

Embarking on the next stage of hosted desktop delivery for international events management company

Embarking on the next stage of hosted desktop delivery for international events management company Embarking on the next stage of hosted desktop delivery for international events management company Richmond Events is an international events management company, delivering a diverse range of forums and

More information

Solving the Enterprise Data Dilemma

Solving the Enterprise Data Dilemma Solving the Enterprise Data Dilemma Harmonizing Data Management and Data Governance to Accelerate Actionable Insights Learn More at erwin.com Is Our Company Realizing Value from Our Data? If your business

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies Database Systems: Design, Implementation, and Management Tenth Edition Chapter 14 Database Connectivity and Web Technologies Database Connectivity Mechanisms by which application programs connect and communicate

More information

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi GRIDS INTRODUCTION TO GRID INFRASTRUCTURES Fabrizio Gagliardi Dr. Fabrizio Gagliardi is the leader of the EU DataGrid project and designated director of the proposed EGEE (Enabling Grids for E-science

More information

5G Readiness Survey 2017

5G Readiness Survey 2017 5G Readiness Survey 2017 An assessment of operators progress on the road to 5G 1 5G READINESS SURVEY 2017: AN ASSESSMENT OF OPERATORS PROGRESS ON THE ROAD TO 5G Are Operators Ready for 5G? 5G next-generation

More information

HPE BRIDGES TRADITIONAL AND NEW IT

HPE BRIDGES TRADITIONAL AND NEW IT HPE BRIDGES TRADITIONAL AND NEW IT WITH COMPOSABLE INFRASTRUCTURE NEW CATEGORY OF INFRASTRUCTURE PROMISES TO DRIVE EFFICIENCY FOR TRADITIONAL WORKLOADS AND OPERATIONAL VELOCITY FOR NEXT-GENERATION APPLICATIONS

More information

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software, Inc. June 2011 TABLE OF CONTENTS INTRODUCTION... 3 DATA FEDERATION... 4 PROBLEM DATA CONSOLIDATION

More information

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved.

Hospital System Lowers IT Costs After Epic Migration Flatirons Digital Innovations, Inc. All rights reserved. Hospital System Lowers IT Costs After Epic Migration 2018 Flatirons Digital Innovations, Inc. All rights reserved. A large hospital system was migrating to the EPIC software product suite and as part of

More information

DISCUSSION 5min 2/24/2009. DTD to relational schema. Inlining. Basic inlining

DISCUSSION 5min 2/24/2009. DTD to relational schema. Inlining. Basic inlining XML DTD Relational Databases for Querying XML Documents: Limitations and Opportunities Semi-structured SGML Emerging as a standard E.g. john 604xxxxxxxx 778xxxxxxxx

More information

SOLUTION BRIEF RSA ARCHER IT & SECURITY RISK MANAGEMENT

SOLUTION BRIEF RSA ARCHER IT & SECURITY RISK MANAGEMENT RSA ARCHER IT & SECURITY RISK MANAGEMENT INTRODUCTION Organizations battle growing security challenges by building layer upon layer of defenses: firewalls, antivirus, intrusion prevention systems, intrusion

More information

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward Comp 336/436 - Markup Languages Fall Semester 2017 - Week 4 Dr Nick Hayward XML - recap first version of XML became a W3C Recommendation in 1998 a useful format for data storage and exchange config files,

More information